@charset "UTF-8";
/*!
 * * Theme Name: yamabukimiso
 * * Author: Kokochie
 * * Author URI: https://kokochie.co.jp/ */
@font-face {
  font-family: "DIN";
  src: url("../font/DINAlternate-Bold.woff") format("woff");
}
@font-face {
  font-family: "franklin";
  src: url("../font/Franklin Gothic Std Extra Condensed.otf") format("opentype");
}
@font-face {
  font-family: "franklin";
  src: url("../font/Franklin Gothic Std Extra Condensed.eot");
}
/* scroll effect  ------- fadein */
.js-scroll-fadain {
  -webkit-animation: both 0.75s ease-out;
          animation: both 0.75s ease-out;
  visibility: hidden;
}
.js-scroll-fadain.is-on {
  -webkit-animation-name: effect-scroll-fadain;
          animation-name: effect-scroll-fadain;
  visibility: visible !important;
}

@-webkit-keyframes effect-scroll-fadain {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes effect-scroll-fadain {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-scroll-fadain.js-scroll-fadain--r-l.is-on {
  -webkit-animation-name: effect-scroll-fadain--r-l;
          animation-name: effect-scroll-fadain--r-l;
}

@-webkit-keyframes effect-scroll-fadain--r-l {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes effect-scroll-fadain--r-l {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-scroll-fadain.js-scroll-fadain--l-r.is-on {
  -webkit-animation-name: effect-scroll-fadain--l-r;
          animation-name: effect-scroll-fadain--l-r;
}

@-webkit-keyframes effect-scroll-fadain--l-r {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes effect-scroll-fadain--l-r {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-scroll-fadain.js-scroll-fadain--t-b.is-on {
  -webkit-animation-name: effect-scroll-fadain--t-b;
          animation-name: effect-scroll-fadain--t-b;
}

@-webkit-keyframes effect-scroll-fadain--t-b {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes effect-scroll-fadain--t-b {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@-webkit-keyframes gnavHover {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  30% {
    opacity: 0.7;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    opacity: 0.1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes gnavHover {
  0% {
    opacity: 0.1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  30% {
    opacity: 0.7;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  50% {
    opacity: 0.1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  80% {
    opacity: 0.7;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes arrowLength01 {
  0% {
    height: 80px;
  }
  20% {
    height: 50px;
  }
  50% {
    height: 20px;
  }
  80% {
    height: 50px;
  }
  100% {
    height: 80px;
  }
}
@keyframes arrowLength01 {
  0% {
    height: 80px;
  }
  20% {
    height: 50px;
  }
  50% {
    height: 20px;
  }
  80% {
    height: 50px;
  }
  100% {
    height: 80px;
  }
}
@-webkit-keyframes arrowLength02 {
  0% {
    top: 70px;
  }
  20% {
    top: 40px;
  }
  50% {
    top: 10px;
  }
  80% {
    top: 40px;
  }
  100% {
    top: 70px;
  }
}
@keyframes arrowLength02 {
  0% {
    top: 70px;
  }
  20% {
    top: 40px;
  }
  50% {
    top: 10px;
  }
  80% {
    top: 40px;
  }
  100% {
    top: 70px;
  }
}
/*!
 * * ress.css • v1.2.2
 * * MIT License
 * * github.com/filipelinhares/ress */
/* # =================================================================
 * * # Global selectors
 * * # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
 * * # General elements
 * * # ================================================================= */
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/* ** Correct `block` display not defined for any HTML5 element in IE 8/9
 * ** Correct `block` display not defined for `details` or `summary` in IE 10/11
 * ** and Firefox
 * ** Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, ol {
  list-style-type: none;
}

/* # =================================================================
 * * # Forms
 * * # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Remove inner padding and border in Firefox 4+ */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

input[type=text], input[type=password] {
  outline: none;
}

textarea, select {
  outline: none;
}

/* # =================================================================
 * * # Specify media element style
 * * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
 * * # Accessibility
 * * # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
 * * # Selection
 * * # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #efefef;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #efefef;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Clearfix */
.cl:before {
  content: " ";
  display: table;
}
.cl:after {
  content: " ";
  display: table;
  clear: both;
}

/* --------------------- */
/* 基本構造     -------- */
/* --------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
html.c-bg-fixed, html.c-bg-fixed body {
  overflow: hidden;
}

body {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Shippori Mincho B1", YuMincho, "Yu Mincho", "Noto Serif JP", sans-serif;
  line-height: 2.5;
  font-weight: normal;
  color: #000000;
  font-size: 1.6rem;
  letter-spacing: 0;
}

_:-ms-lang(x)::-ms-backdrop, body {
  z-index: 1;
}

/* テキスト ----------------------*/
h1 {
  line-height: 1.4;
  font-size: inherit;
}

h2 {
  line-height: 1.4;
  font-size: inherit;
}

h3 {
  line-height: 1.4;
  font-size: inherit;
}

p, dt, dd, a, span, li {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

.text-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/* リンク ----------------------*/
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #000000;
}

a:hover {
  -webkit-transition: #FFFFFF;
  transition: #FFFFFF;
}

/* 画像 ----------------------*/
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

input {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

button {
  cursor: pointer;
  outline: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
.wrapper::before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.wrapper.c-bg-fixed, .wrapper.c-bg-fixed body {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: 0px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1060px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 6.6666666667%;
    width: 100%;
    min-width: inherit;
  }
}

.l-inner-wide {
  width: 100%;
  max-width: 1160px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner-wide {
    padding: 0 6.6666666667%;
    width: 100%;
    min-width: inherit;
  }
}

.l-inner-narrow {
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner-narrow {
    padding: 0 6.6666666667%;
    width: 100%;
    min-width: inherit;
  }
}

.l-inner-narrow-super {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner-narrow-super {
    padding: 0 6.6666666667%;
    width: 100%;
    min-width: inherit;
  }
}

.p-page-bottom {
  padding: 0 0 119px;
}

.l-inner-ttl {
  height: 320px;
  line-height: 320px;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 100px;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-page-bottom {
    padding: 0 0 58px;
  }
  .l-inner-ttl {
    font-size: 20px;
    margin-bottom: 50px;
    height: 270px;
    line-height: 270px;
  }
}
/* --------------------- */
/* 外枠レイアウト ------ */
/* --------------------- */
.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .l-column-reverse--tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* 画像枠 ----------------------*/
.img_wrap {
  font-size: 0;
}
.img_wrap img {
  width: 100%;
}
.img_wrap picture {
  width: 100%;
}

/* object-fit ----------------------*/
.obj-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center center;
     object-position: center center;
}

/* --------------------- */
/* header       -------- */
/* --------------------- */
.l-header {
  position: absolute;
  background-color: #2A2A32;
  width: 100%;
  z-index: 100;
  padding: 0;
}
.l-header a {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.l-header-inner {
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header-logo a {
  display: block;
  width: 48px;
  height: 55px;
  background-image: url(./assets/img/common/header-logo.svg);
}
.l-header .c-gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .c-gnav-item {
  margin: 0 24px;
  position: relative;
}
.l-header .c-gnav-item:last-of-type {
  margin-left: 50px;
  margin-right: 0;
}
.l-header .c-gnav-item:not(:last-of-type) a:hover:after {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.l-header.fixed {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
}
.l-header.fixed a:not(.c-btn-external) {
  color: #2A2A32;
}
.l-header.fixed .l-header-logo a {
  background-image: url(./assets/img/common/header-logo-fixed.svg);
}
.l-header.fixed .c-gnav-item:not(:last-of-type) a:hover:after {
  background-color: #2A2A32;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    min-width: 100%;
    top: 0;
    margin-top: 0;
  }
  .l-header-inner {
    height: 0px;
  }
  .l-header .c-btn-external span:after {
    right: -20px;
  }
  .l-header-logo {
    margin-left: 53px;
  }
  .l-header-logo a {
    width: 38px;
    height: 37px;
    background-image: url(./assets/img/common/header-logo_sp.svg);
  }
  .l-header .c-gnav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header .c-gnav-item:last-of-type {
    margin-left: 0;
  }
  .l-header.fixed .l-header-logo a {
    background-image: url(./assets/img/common/header-logo-fixed_sp.svg);
  }
}

.l-footer-content {
  color: #FFFFFF;
  background-color: #2A2A32;
}

.l-footer-top {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding-top: 65px;
  margin-bottom: 92px;
}
.l-footer-top__txt {
  position: relative;
  color: #FFFFFF;
}
.l-footer-top__img {
  width: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer-inner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68%;
}

.l-footer-logo {
  width: 82px;
  margin-top: 3px;
}

.l-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.l-footer-link__item {
  font-size: 13px;
  letter-spacing: 0.03em;
  width: 18em;
  line-height: 1;
  margin: 5px 0 27px;
}
.l-footer-link__item a {
  color: #FFFFFF;
}
.l-footer-link-sub {
  margin: 18px 0;
  padding-left: 7px;
}
.l-footer-link-sub__item {
  margin-bottom: 17px;
}
.l-footer-link-sub__item::before {
  content: "ー";
  margin-right: 3px;
}

.l-footer-ec {
  position: relative;
  margin-bottom: 23px;
  max-width: 267px;
}
.l-footer-ec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 100%;
  background-color: #B5B5B5;
  mix-blend-mode: multiply;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  opacity: 0;
  pointer-events: none;
}
.l-footer-ec:hover:after {
  opacity: 1;
}

.l-footer-contact__ttl {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.l-footer-contact__tel {
  line-height: 1;
}
.l-footer-contact__tel span {
  font-size: 26px;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 33px;
  font-family: "Times New Roman", "Shippori Mincho B1", YuMincho, "Yu Mincho", "Noto Serif JP", sans-serif;
  line-height: 1;
}
.l-footer-contact__telIcon {
  width: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer-contact__subtel {
  font-family: "Times New Roman", "Shippori Mincho B1", YuMincho, "Yu Mincho", "Noto Serif JP", sans-serif;
  letter-spacing: 0.05em;
  padding-left: 33px;
}
.l-footer-contact__hours {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-left: 33px;
  line-height: 1;
}
.l-footer-contact .c-btn-txt {
  margin-top: 34px;
}

.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
  margin-top: 55px;
}
.l-footer-sns__link {
  font-size: 0;
}
.l-footer-sns__link:last-of-type {
  margin-left: 23px;
}
.l-footer-sns__logo {
  width: 36px;
}

.l-footer-address {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.l-footer-copyright {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Times New Roman", "Shippori Mincho B1", YuMincho, "Yu Mincho", "Noto Serif JP", sans-serif;
  padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .l-footer-top {
    padding-top: 54px;
    margin-bottom: 19px;
  }
  .l-footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-inner__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .l-footer-logo {
    width: 73px;
    margin-top: 14px;
    margin-bottom: 35px;
  }
  .l-footer-link {
    width: 315px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
  .l-footer-link__item {
    width: auto;
  }
  .l-footer-ec {
    max-width: 325px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .l-footer-contact {
    text-align: center;
  }
  .l-footer-contact__ttl {
    margin-bottom: 13px;
  }
  .l-footer-contact__tel span {
    font-size: 24px;
    letter-spacing: 0.05em;
    padding-left: 26px;
  }
  .l-footer-contact__telIcon {
    width: 20px;
  }
  .l-footer-contact__subtel {
    font-size: 15px;
    padding-left: 0;
  }
  .l-footer-contact__hours {
    padding-left: 0;
  }
  .l-footer-contact .c-btn-txt {
    margin-top: 35px;
    max-width: 260px;
  }
  .l-footer-sns {
    margin-bottom: 19px;
  }
  .l-footer-address {
    font-size: 13px;
  }
  .l-footer-copyright {
    padding-bottom: 7px;
  }
}
.l-footer-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f1f0;
}
.l-footer-breadcrumb__item {
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 7px 0 8px;
  margin-right: 24px;
  position: relative;
}
.l-footer-breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  position: absolute;
  right: -15px;
}

.l-center-logo {
  position: fixed;
  width: 7vw;
  min-width: 106px;
  max-width: 142px;
  height: calc(100vh - 136px);
  background-color: #2A2A32;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 80;
}
.l-center-logo .p-img-wrap {
  width: 36%;
}
.l-center-logo.fix-lift {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .l-center-logo {
    width: 77px;
    min-width: 77px;
    height: calc(100vh - 50px);
    left: 0;
    top: 0px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-left-flame {
  position: fixed;
  width: 60px;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 76px 0 60px;
  z-index: 100;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-left-flame {
    display: none;
  }
}

.l-right-flame {
  position: fixed;
  width: 60px;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 76px 0 60px;
  z-index: 100;
  background-color: #FFFFFF;
}
.l-right-flame .p-flame-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-right-flame .c-scroll-map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-right-flame .c-scroll-map p {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #2A2A32;
  display: none;
  font-family: "DIN";
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.l-right-flame .c-scroll-map p.is-show {
  display: block;
}
.l-right-flame .c-scroll-map .c-map-circle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.l-right-flame .c-scroll-map .c-map-circle ul li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b5b5b5;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-right-flame .c-scroll-map .c-map-circle ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
.l-right-flame .c-scroll-map .c-map-circle ul li.now {
  width: 10px;
  height: 10px;
  background-color: #2A2A32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-right-flame .c-scroll-map .c-map-circle ul li a {
  display: block;
  height: 100%;
}
.l-right-flame .c-scroll-arrow {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 2px;
  height: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-right-flame .c-scroll-arrow.hide {
  display: none;
}
.l-right-flame .c-scroll-arrow .c-scroll-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-right-flame .c-scroll-arrow .c-scroll-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background-color: #000000;
  -webkit-animation: arrowLength01 2s linear infinite;
          animation: arrowLength01 2s linear infinite;
}
.l-right-flame .c-scroll-arrow .c-scroll-wrap::after {
  position: absolute;
  content: "";
  top: 70px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-animation: arrowLength02 2s linear infinite;
          animation: arrowLength02 2s linear infinite;
}
@media screen and (max-width: 768px) {
  .l-right-flame {
    display: none;
  }
}

.l-bottom-flame {
  position: fixed;
  height: 60px;
  width: 100vw;
  bottom: 0;
  left: 0;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 95;
  padding: 0 60px;
  min-width: 1200px;
}
.l-bottom-flame .p-flame-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-bottom-flame .c-top-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  cursor: pointer;
}
.l-bottom-flame .c-top-link a {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-bottom-flame .c-top-link a .p-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9px;
  margin: 0 auto;
}
.l-bottom-flame .c-top-link a .p-img-wrap::before, .l-bottom-flame .c-top-link a .p-img-wrap::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 110%;
  background-color: #2A2A32;
  top: 0;
}
.l-bottom-flame .c-top-link a .p-img-wrap::before {
  left: -8px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.l-bottom-flame .c-top-link a .p-img-wrap::after {
  right: -8px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.l-bottom-flame .c-top-link a:hover .p-img-wrap {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.l-bottom-flame .c-top-link a:hover .p-img-wrap::before {
  left: -12px;
}
.l-bottom-flame .c-top-link a:hover .p-img-wrap::after {
  right: -12px;
}
.l-bottom-flame .c-copyright {
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2;
  margin-top: 10px;
}
.l-bottom-flame .c-copyright a {
  color: #000000;
  text-decoration: underline;
  margin-left: 25px;
}
.l-bottom-flame .l-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  margin-top: 10px;
}
.l-bottom-flame .l-breadcrumb li, .l-bottom-flame .l-breadcrumb a {
  display: inline-block;
  font-size: 1.6rem;
  height: 100%;
  color: #000000;
}
.l-bottom-flame .l-breadcrumb img {
  vertical-align: unset;
}
.l-bottom-flame .l-breadcrumb li {
  position: relative;
}
.l-bottom-flame .l-breadcrumb li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-bottom-flame .l-breadcrumb li:last-of-type {
  margin-left: 12px;
}
.l-bottom-flame .l-breadcrumb a {
  padding: 0 8px;
  opacity: 0.5;
}
.l-bottom-flame .l-breadcrumb a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-bottom-flame {
    position: absolute;
    min-width: inherit;
    padding: 20px 0;
    height: 180px;
  }
  .l-bottom-flame .p-flame-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-bottom-flame .l-breadcrumb {
    position: static;
  }
  .l-bottom-flame .c-top-link {
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .l-bottom-flame .c-top-link:active a .p-img-wrap {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .l-bottom-flame .c-top-link:active a .p-img-wrap::before {
    left: -12px;
  }
  .l-bottom-flame .c-top-link:active a .p-img-wrap::after {
    right: -12px;
  }
  .l-bottom-flame .c-top-link a {
    width: 35px;
    pointer-events: none;
  }
  .l-bottom-flame .c-copyright {
    position: static;
    line-height: 2.0833333333;
    text-align: center;
  }
  .l-bottom-flame .c-copyright a {
    margin-left: 0;
  }
}

.c-btn-txt {
  display: block;
  text-align: center;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
  background: #B17C0D;
  border: 1px solid #B17C0D;
  color: #FFFFFF;
  max-width: 360px;
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", YuMincho, "Yu Mincho", "Noto Serif JP", sans-serif;
  margin: 0 auto;
}
.c-btn-txt:visited {
  color: #fff;
}
.c-btn-txt.no-arrow {
  height: 41px;
  line-height: 41px;
}
.c-btn-txt.no-arrow:after {
  display: none;
}
.c-btn-txt:hover {
  color: #B17C0D;
  background-color: #FFFFFF;
  border: 1px solid #B17C0D;
}
.c-btn-txt:hover:after {
  background-image: url(./assets/img/common/btn-arrow-bg-hover.svg);
}
.c-btn-txt:after {
  content: "";
  background-image: url(./assets/img/common/btn-arrow.svg);
  position: absolute;
  width: 19px;
  height: 19px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 19px;
}
.c-btn-txt.c-btn-txt__color-gray-option {
  background-color: #747474;
  border: 1px solid #747474;
}
.c-btn-txt.c-btn-txt__color-gray-option:hover {
  color: #747474;
  background-color: #FFFFFF;
  border: 1px solid #747474;
}
@media screen and (max-width: 768px) {
  .c-btn-txt {
    height: 45px;
    line-height: 45px;
    max-width: 240px;
    width: 100%;
    font-size: 1.4rem;
  }
}

.c-btn-external {
  display: inline-block;
  padding: 0 40px 0 20px;
  height: 43px;
  line-height: 43px;
  background: #B17C0D;
  color: #FFFFFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B17C0D;
  font-size: 1.4rem;
}
.c-btn-external:hover {
  background: #FFFFFF;
  color: #B17C0D;
  border: 1px solid #B17C0D;
}
.c-btn-external:hover span:after {
  background-image: url(./assets/img/common/btn-external-icon-yamabuki.svg);
}
.c-btn-external span {
  position: relative;
  display: inline-block;
}
.c-btn-external span:after {
  content: "";
  background-image: url(./assets/img/common/btn-external-icon-white.svg);
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -24px;
}
@media screen and (max-width: 768px) {
  .c-btn-external {
    height: 34px;
    line-height: 34px;
    padding: 0 26px 0 9px;
  }
}

.c-btn-more {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 175px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #000000;
}
.c-btn-more:after {
  content: url(./assets/img/common/btn-more.svg);
  display: inline-block;
  margin-left: 3px;
}
.c-btn-more.close:after {
  -webkit-transform: rotate(180deg) translateY(-3px);
          transform: rotate(180deg) translateY(-3px);
}

.c-accordion__title {
  display: block;
  position: relative;
  cursor: pointer;
}
.c-accordion__title:before, .c-accordion__title:after {
  content: "";
  position: absolute;
  right: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-accordion__title:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50%;
}
.c-accordion__title:after {
  top: calc(50% + 1px);
}
.c-accordion__title.is-open:before, .c-accordion__title.is-open:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.c-accordion__title.is-open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-accordion__title:before, .c-accordion__title:after {
    width: 15px;
  }
}

.c-accordion__content {
  display: none;
}

.c-link-txt {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}

.c-link-external {
  position: relative;
  padding-right: 11px;
}
.c-link-external:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/wp-content/themes/yamabukimiso/assets/img/common/btn-external-icon-white.svg);
  background-size: cover;
  position: absolute;
  right: -6px;
  top: 4px;
}

.c-breadcrumb {
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
  line-height: 1.5;
}
.c-breadcrumb li, .c-breadcrumb a {
  display: inline-block;
  font-size: 12px;
  height: 100%;
  font-size: 12px;
  color: #FFFFFF;
}
.c-breadcrumb img {
  vertical-align: unset;
}
.c-breadcrumb li {
  position: relative;
}
.c-breadcrumb li:not(:last-of-type):after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumb li:last-of-type {
  margin-left: 12px;
}
.c-breadcrumb a {
  padding: 0 8px;
}
.c-breadcrumb a:hover {
  opacity: 0.7;
}
.c-breadcrumb .p-icon-home {
  position: relative;
  top: 2px;
  width: 17px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 0 5%;
    overflow-x: auto;
    min-width: inherit;
    white-space: nowrap;
  }
  .c-breadcrumb li,
.c-breadcrumb a {
    font-size: 1.6rem;
  }
  .c-breadcrumb li:last-of-type {
    margin-left: 10px;
  }
  .c-breadcrumb a {
    padding: 0 5px;
  }
}

.c-online-link-wrap {
  margin-bottom: 120px;
}
.c-online-link-wrap .c-online-link {
  margin-bottom: 120px;
}
.c-online-link-wrap .c-online-link a {
  display: block;
  background-color: #FFD800;
  padding: 5px;
}
.c-online-link-wrap .c-online-link a:hover .p-banner-wrap .p-txt-wrap .p-banner-ttl span::after {
  width: 60px;
  -webkit-transform: translate(20px, -3px);
          transform: translate(20px, -3px);
}
.c-online-link-wrap .c-online-link a:hover .p-banner-wrap .p-txt-wrap .p-banner-ttl span::before {
  right: -70px;
}
.c-online-link-wrap .c-online-link .p-banner-wrap .p-img-wrap {
  width: 610px;
}
.c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap {
  width: calc(100% - 610px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
.c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-ttl {
  font-family: "franklin";
  line-height: 1.4;
  font-size: 5rem;
  letter-spacing: 0.02em;
}
.c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-ttl span {
  position: relative;
}
.c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-ttl span::after {
  position: absolute;
  content: "";
  top: 44%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 6px;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-ttl span::before {
  position: absolute;
  content: "";
  top: 44%;
  right: -50px;
  width: 25px;
  height: 25px;
  border-bottom: 6px solid #000000;
  border-right: 6px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-txt {
  font-size: 1.2rem;
  line-height: 1.5833333333;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-online-link-wrap {
    margin-bottom: 30px;
  }
  .c-online-link-wrap .c-online-link {
    margin-bottom: 40px;
  }
  .c-online-link-wrap .c-online-link a:hover .p-banner-wrap .p-txt-wrap .p-banner-ttl span::after {
    width: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-online-link-wrap .c-online-link a:hover .p-banner-wrap .p-txt-wrap .p-banner-ttl span::before {
    right: -30px;
  }
  .c-online-link-wrap .c-online-link .p-banner-wrap .p-img-wrap {
    width: 100%;
  }
  .c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap {
    width: 100%;
    display: block;
    padding: 5px 8px 13px;
  }
  .c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-ttl {
    font-size: 3rem;
    text-align: center;
  }
  .c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-ttl span::after {
    height: 4px;
    width: 22px;
    right: -30px;
  }
  .c-online-link-wrap .c-online-link .p-banner-wrap .p-txt-wrap .p-banner-ttl span::before {
    border-bottom: 4px solid #000000;
    border-right: 4px solid #000000;
    right: -30px;
    width: 16px;
    height: 16px;
  }
}

.c-contact-recruit-link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
.c-contact-recruit-link .c-btn-txt {
  width: 470px;
  height: 75px;
  line-height: 75px;
  font-size: 1.9rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .c-contact-recruit-link {
    margin-bottom: 0;
    display: block;
  }
  .c-contact-recruit-link .c-btn-txt {
    margin: 0 auto 20px;
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 1.6rem;
    max-width: 280px;
  }
  .c-contact-recruit-link .c-btn-box:last-of-type .c-btn-txt {
    margin-bottom: 0;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table tr {
  border: 1px solid #c6c6c6;
}
.c-table th {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: normal;
  background-color: #f2f1f0;
  width: 18.2291666667%;
  text-align: left;
  vertical-align: top;
  padding-top: 2.8%;
  padding-left: 4.1666666667%;
  line-height: 1.5714285714;
}
.c-table td {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5714285714;
  padding: 2.8% 0 2.3% 4%;
}

@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    width: 100%;
    display: block;
  }
  .c-table th {
    border-bottom: 1px solid #c9c9c9;
    padding-left: 3%;
    padding-bottom: 2.5%;
  }
  .c-table td {
    padding: 5.3% 0 5% 3%;
  }
}
.c-table-merged {
  width: 100%;
  border-collapse: collapse;
}
.c-table-merged tr {
  border: 1px solid #c6c6c6;
  border-left: none;
}
.c-table-merged th {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: normal;
  background-color: #f2f1f0;
  width: 22.3958333333%;
  text-align: left;
  padding-left: 2.1%;
  line-height: 1.5714285714;
}
.c-table-merged .c-table-th__merged {
  color: #FFFFFF;
  background-color: #2A2A32;
  width: 70px;
  padding-top: 24px;
  padding-left: 21px;
  vertical-align: top;
}
.c-table-merged .c-table-th__year {
  font-size: 28px;
  font-family: "Times New Roman", "Shippori Mincho B1", YuMincho, "Yu Mincho", "Noto Serif JP", sans-serif;
  margin-right: 7px;
}
.c-table-merged td {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5714285714;
  padding: 2.1% 0 1.8% 2%;
}

@media screen and (max-width: 768px) {
  .c-table-merged th:not(.c-table-th__merged), .c-table-merged td {
    display: block;
    width: 100%;
    padding-left: 5.2%;
    margin-left: auto;
  }
  .c-table-merged th:not(.c-table-th__merged) {
    height: 40px;
    line-height: 40px;
  }
  .c-table-merged td {
    font-size: 13px;
    line-height: 1.5384615385;
    padding-top: 5.5%;
    padding-bottom: 5%;
    padding-right: 1%;
  }
  .c-table-merged .c-table-th__merged {
    width: 39px;
    padding-top: 10px;
    padding-left: 13px;
  }
  .c-table-merged .c-table-th__year {
    font-size: 24px;
    letter-spacing: 0.03em;
    margin-right: 4px;
  }
}
.c-drawer-toggle {
  width: 29px;
  height: 18px;
  position: relative;
}
.c-drawer-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-drawer-toggle span:nth-child(1) {
  top: 0;
}
.c-drawer-toggle span:nth-child(2) {
  top: 9px;
}
.c-drawer-toggle span:nth-child(3) {
  top: 18px;
}

.c-drawer-nav {
  position: absolute;
  width: 100%;
  height: calc(100vh - 0px);
  background-color: #2A2A32;
  overflow-y: scroll;
  visibility: hidden;
}
.c-drawer-list {
  margin-top: 24px;
}
.c-drawer-list a {
  font-size: 14px;
  letter-spacing: 0.03em;
  display: block;
  height: 57px;
  line-height: 57px;
  border-top: 1px solid #696969;
  padding: 0 6.6666666667%;
  -webkit-transition: none;
  transition: none;
}
.c-drawer-list li:last-of-type a {
  border-bottom: 1px solid #696969;
}
.c-drawer-contact {
  color: #FFFFFF;
  text-align: center;
  margin: 33px 0 37px;
}
.c-drawer-contact__ttl {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.c-drawer-contact__subttl {
  font-size: 11px;
}
.c-drawer-contact__tel {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "Times New Roman", "Shippori Mincho B1", YuMincho, "Yu Mincho", "Noto Serif JP", sans-serif;
  line-height: 1;
  margin-bottom: 22px;
}
.c-drawer-contact__subtel {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
.c-drawer-contact__hours {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.c-drawer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 46px;
}
.c-drawer-sns__item {
  width: 28px;
}
.c-drawer-sns__item:not(:last-of-type) {
  margin-right: 18px;
}

.fixed .c-drawer-toggle span {
  background-color: #2A2A32;
}

.js-drawer-open {
  position: fixed;
}
.js-drawer-open .c-drawer-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.js-drawer-open .c-drawer-toggle span:nth-child(2) {
  width: 0;
}
.js-drawer-open .c-drawer-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
.js-drawer-open .c-drawer-nav {
  visibility: visible;
}

.c-anker-nav {
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-anker-nav__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border: 1px solid #777;
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-bottom: 63px;
}
.c-anker-nav__ttl span {
  position: relative;
}
.c-anker-nav__ttl span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -38px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-left: 1px solid #2A2A32;
  border-bottom: 1px solid #2A2A32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-anker-nav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.c-anker-nav__item {
}
.c-anker-nav__item a {
  display: block;
  padding: 12px 60px 12px 40px;
  border: 1px solid #2A2A32;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
.c-anker-nav__item a:hover {
  border: 1px solid #B17C0D;
}
.c-anker-nav__item a:hover span:after {
  border-color: #B17C0D;
}
.c-anker-nav__item a span {
  position: relative;
}
.c-anker-nav__item a span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -27px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #2A2A32;
  border-bottom: 1px solid #2A2A32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-anker-nav {
    padding: 20px 0;
  }
  .c-anker-nav__ttl {
    font-size: 1.4rem;
    height: 48px;
    line-height: 48px;
    margin-bottom: 28px;
  }
  .c-anker-nav__ttl span:after {
    width: 10px;
    height: 10px;
    right: -25px;
  }
  .c-anker-nav__list {
    height: auto;
    line-height: 120%;
    gap: 8px;
  }
  .c-anker-nav__item {
    width: 100%;
  }
  .c-anker-nav__item a {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    letter-spacing: 0.03em;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-anker-nav__item a span {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .c-anker-nav__item a span:after {
    width: 6px;
    height: 6px;
    right: -15px;
  }
}

.u-bg--white {
  background-color: #FFFFFF;
}

@media screen and (max-width: 480px) {
  .u-pc-only {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .u-sp-only {
    display: none;
  }
}

/* マージン ----------------------*/
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-mt-minus30 {
  margin-top: -30px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-0--tb {
    margin-bottom: 0px !important;
  }
  .u-mb-10--tb {
    margin-bottom: 10px !important;
  }
  .u-mb-20--tb {
    margin-bottom: 20px !important;
  }
  .u-mb-24--tb {
    margin-bottom: 24px !important;
  }
  .u-mb-30--tb {
    margin-bottom: 30px !important;
  }
  .u-mb-36--tb {
    margin-bottom: 36px !important;
  }
  .u-mb-40--tb {
    margin-bottom: 40px !important;
  }
  .u-mb-50--tb {
    margin-bottom: 50px !important;
  }
  .u-mb-60--tb {
    margin-bottom: 60px !important;
  }
  .u-mt-0--tb {
    margin-top: 0px !important;
    margin-top: 16px !important;
  }
  .u-mt-20--tb {
    margin-top: 20px !important;
  }
  .u-mt-24--tb {
    margin-top: 24px !important;
  }
  .u-mt-30--tb {
    margin-top: 30px !important;
  }
  .u-mt-36--tb {
    margin-top: 36px !important;
  }
  .u-mt-40--tb {
    margin-top: 40px !important;
  }
  .u-mt-50--tb {
    margin-top: 50px !important;
  }
  .u-mt-60--tb {
    margin-top: 60px !important;
  }
  .u-pl-0--tb {
    padding-left: 0px !important;
  }
  .u-pl-40--tb {
    padding-left: 40px !important;
  }
  .u-pl-60--tb {
    padding-left: 60px !important;
  }
  .u-pl-80--tb {
    padding-left: 80px !important;
  }
  .u-pr-0--tb {
    padding-left: 0px !important;
  }
  .u-pr-40--tb {
    padding-left: 40px !important;
  }
  .u-pr-60--tb {
    padding-left: 60px !important;
  }
  .u-pr-80--tb {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mb-0--sp {
    margin-bottom: 0px !important;
  }
  .u-mb-10--sp {
    margin-bottom: 10px !important;
  }
  .u-mb-20--sp {
    margin-bottom: 20px !important;
  }
  .u-mb-24--sp {
    margin-bottom: 24px !important;
  }
  .u-mb-30--sp {
    margin-bottom: 30px !important;
  }
  .u-mb-36--sp {
    margin-bottom: 36px !important;
  }
  .u-mb-40--sp {
    margin-bottom: 40px !important;
  }
  .u-mb-50--sp {
    margin-bottom: 50px !important;
  }
  .u-mb-60--sp {
    margin-bottom: 60px !important;
  }
  .u-mt-0--sp {
    margin-top: 0px !important;
  }
  .u-mt-16--sp {
    margin-top: 16px !important;
  }
  .u-mt-20--sp {
    margin-top: 20px !important;
  }
  .u-mt-24--sp {
    margin-top: 24px !important;
  }
  .u-mt-30--sp {
    margin-top: 30px !important;
  }
  .u-mt-36--sp {
    margin-top: 36px !important;
  }
  .u-mt-40--sp {
    margin-top: 40px !important;
  }
  .u-mt-50--sp {
    margin-top: 50px !important;
  }
  .u-mt-60--sp {
    margin-top: 60px !important;
  }
  .u-pr-0--sp {
    padding-right: 0px !important;
  }
  .u-pr-40--sp {
    padding-right: 40px !important;
  }
  .u-pr-60--sp {
    padding-right: 60px !important;
  }
  .u-pr-80--sp {
    padding-right: 80px !important;
  }
  .u-pl-0--sp {
    padding-left: 0px !important;
  }
  .u-pl-40--sp {
    padding-left: 40px !important;
  }
  .u-pl-60--sp {
    padding-left: 60px !important;
  }
  .u-pl-80--sp {
    padding-left: 80px !important;
  }
}
/* --------------------- */
/* テキスト ------------ */
/* --------------------- */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-normal {
  font-weight: normal;
}

.u-text-underline {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-tb {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-br-only-pc {
    display: none !important;
  }
}

.u-br-only-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br-only-tb {
    display: inline-block !important;
  }
}

.u-br-only-sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .u-br-only-sp {
    display: inline-block !important;
  }
}

.u-bg-white {
  background-color: #FFFFFF;
}

.p-page-bottom .p-section-ttl {
  margin: 97px 0 84px;
  text-align: center;
}
.p-page-bottom .p-section-ttl__main {
  font-family: "franklin";
  font-size: 110px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-page-bottom .p-section-ttl__sub {
  font-size: 21px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-page-bottom .p-section-ttl {
    margin: 42px 0 28px;
  }
  .p-page-bottom .p-section-ttl__main {
    font-size: 58px;
    letter-spacing: 0.02em;
  }
  .p-page-bottom .p-section-ttl__sub {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 0;
  }
}

.p-page-products .p-cover-area {
  width: 100%;
  height: 240px;
  position: relative;
  background: url(./assets/img/products/kv-bg.jpg) center center no-repeat;
  background-size: cover;
}
.p-page-products .p-cover-area .p-page-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  line-height: 1.6;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .p-page-products .p-cover-area {
    height: 240px;
    background-image: url(./assets/img/products/kv-bg-sp.jpg);
  }
  .p-page-products .p-cover-area .p-page-ttl {
    font-size: 2rem;
  }
}
.p-page-products .p-section-ttl {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 40px 0 28px;
  margin: 0;
}
.p-page-products .p-section-ttl.border {
  font-size: 2.8rem;
  padding-bottom: 23px;
}
.p-page-products .p-section-ttl.border > span {
  position: relative;
  display: inline;
}
.p-page-products .p-section-ttl.border > span:before, .p-page-products .p-section-ttl.border > span:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-page-products .p-section-ttl.border > span:before {
  left: -49px;
}
.p-page-products .p-section-ttl.border > span:after {
  right: -49px;
}
.p-page-products .p-section-desc {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin-bottom: 71px;
}
@media screen and (max-width: 768px) {
  .p-page-products .p-section-ttl {
    font-size: 2.2rem;
    padding: 61px 0 18px;
  }
  .p-page-products .p-section-ttl.border {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 55px 0 17px;
  }
  .p-page-products .p-section-ttl.border > span:before {
    left: -63px;
  }
  .p-page-products .p-section-desc {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.7142857143;
    margin-bottom: 38px;
  }
}
.p-page-products .p-products-special {
/*  background-color: #F2F1F0;*/
  padding-bottom: 19px;
}
.p-page-products .p-products-special .p-section-ttl {
  color: #B17C0D;
}
.p-page-products .p-products-special__item {
  padding-bottom: 100px;
}
.p-page-products .p-products-special__item.l-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-page-products .p-products-special__item.l-row .p-products-special__img {
  width: 42.7083333333%;
}
.p-page-products .p-products-special__item.l-row .p-products-special__txt {
  width: 52.0833333333%;
}
.p-page-products .p-products-special__txt .l-inner-narrow-super {
  padding: 0;
}
.p-page-products .p-products-special__txt a {
  color: #fff !important;
}
.p-page-products .p-products-special__txt a:hover {
  color: #B17C0D !important;
}
.p-page-products .p-products-special__catItem {
  font-size: 1.2rem;
  color: #fff;
  width: 45px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 3px;
}
.p-page-products .p-products-special__catItem.hantsubu {
  background-color: #6E7380;
}
.p-page-products .p-products-special__catItem.amakuchi {
  background-color: #EDB90C;
}
.p-page-products .p-products-special__catItem.chuamakuchi {
  background-color: #B17C0D;
}
.p-page-products .p-products-special__catItem.chukarakuchi {
  background-color: #B15E17;
}
.p-page-products .p-products-special__catItem.koshi {
  background-color: #3D4252;
}
.p-page-products .p-products-special__name {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 25px;
}
.p-page-products .p-products-special__name span {
  font-size: 1.4rem;
}
.p-page-products .p-products-special__desc {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.1333333333;
  margin-bottom: 33px;
}
.p-page-products .p-products-special__volume {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  padding: 12px 0;
  margin-bottom: 33px;
}
@media screen and (min-width: 769px) {
  .p-page-products .p-products-special__imgWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 73.9583333333% 25%;
    grid-template-columns: 73.9583333333% 25%;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .p-page-products .p-products-special__imgSlider {
    margin-bottom: calc(100% - 100% * 0.90625 + 20px);
  }
  .p-products-special__img {
    margin-bottom: 20px;
  }
  .p-page-products .p-products-special__imgWrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-page-products .p-products-special__imgWrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-page-products .p-products-special__imgWrap > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-page-products .p-products-special__imgWrap > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-page-products .p-products-special__imgWrap > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-page-products .p-products-special__imgWrap > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .p-page-products .p-products-special__imgWrap img:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .p-page-products .p-products-special__imgWrap img:nth-of-type(2) {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-page-products .p-products-special__imgWrap img:nth-of-type(3) {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .p-page-products .p-products-special__imgWrap img:nth-of-type(4) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .p-page-products .p-products-special {
    padding-bottom: 0;
  }
  .p-page-products .p-products-special__item {
    padding-bottom: 58px;
  }
  .p-page-products .p-products-special__imgSlider {
    margin-bottom: 0;
  }
  .p-page-products .p-products-special__imgSlider .slick-dots {
    bottom: 4px;
  }
  .p-page-products .p-products-special__imgSlider .slick-dots li {
    margin: 0;
  }
  .p-page-products .p-products-special__imgSlider .slick-dots li.slick-active button:before {
    color: #B17C0D;
  }
  .p-page-products .p-products-special__catList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-page-products .p-products-special__name {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 13px;
  }
  .p-page-products .p-products-special__desc {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
  .p-page-products .p-products-special__volume {
    padding: 9px 0;
  }
  .p-page-products .p-products-special .l-row .p-products-special__txt, .p-page-products .p-products-special .l-row .p-products-special__img {
    width: 100%;
  }
}
.p-page-products .p-products-standard {
  background-color: #F2F1F0;
}
.p-page-products .p-products-standard .p-section-ttl {
  color: #B17C0D;
}
.p-page-products .p-products-standard .l-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page-products .p-products-standard__img {
  width: 37.7358490566%;
}
.p-page-products .p-products-standard__desc {
  width: 57.5471698113%;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-page-products .p-products-standard .l-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-page-products .p-products-standard__img {
    width: 100%;
  }
  .p-page-products .p-products-standard__desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-page-products .p-products-sukyu {
  background-color: #F2F1F0;
}
.p-page-products .p-products-sukyu__img {
  margin-bottom: 19px;
}
.p-page-products .p-products-sukyu__item {
  width: 30.1886792453%;
  margin-right: 4.7169811321%;
  margin-bottom: 53px;
}
.p-page-products .p-products-sukyu__item:nth-of-type(3n) {
  margin-right: 0;
}
.p-page-products .p-products-sukyu__item .c-btn-txt {
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  color: #fff !important;
}
.p-page-products .p-products-sukyu__item .c-btn-txt:hover {
  color: #B17C0D !important;
}
.p-page-products .p-products-sukyu__item .c-btn-txt:after {
  right: 8px;
}
.p-page-products .p-products-sukyu__catItem {
  font-size: 1.2rem;
  color: #fff;
  width: 45px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 3px;
}
.p-page-products .p-products-sukyu__catItem.hantsubu {
  background-color: #6E7380;
}
.p-page-products .p-products-sukyu__catItem.amakuchi {
  background-color: #EDB90C;
}
.p-page-products .p-products-sukyu__catItem.chuamakuchi {
  background-color: #B17C0D;
}
.p-page-products .p-products-sukyu__catItem.chukarakuchi {
  background-color: #B15E17;
}
.p-page-products .p-products-sukyu__catItem.koshi {
  background-color: #3D4252;
}
.p-page-products .p-products-sukyu__catch {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.p-page-products .p-products-sukyu__name {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin: 19px 0 15px;
  text-align: center;
}
.p-page-products .p-products-sukyu__desc {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.5714285714;
  margin-bottom: 13px;
}
.p-page-products .p-products-sukyu__volume {
  border-top: 1px solid #c9c9c9;
  padding-top: 18px;
  margin: 20px 0;
}
.p-page-products .p-products-sukyu__volumeList {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 9px;
}
.p-page-products .p-products-sukyu .c-btn-box {
  margin: 40px 0 5px;
}
@media screen and (max-width: 768px) {
  .p-page-products .p-products-sukyu__catch {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
  }
  .p-page-products .p-products-sukyu__img {
    margin-bottom: 12px;
  }
  .p-page-products .p-products-sukyu__item {
    width: 46.1538461538%;
    margin-right: 7.6923076923%;
    margin-bottom: 32px;
  }
  .p-page-products .p-products-sukyu__item:nth-of-type(3n) {
    margin-right: 7.6923076923%;
  }
  .p-page-products .p-products-sukyu__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-page-products .p-products-sukyu__name {
    font-size: 1.6rem;
    margin: 12px 0;
  }
  .p-page-products .p-products-sukyu__desc {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.6923076923;
    margin-bottom: 8px;
  }
  .p-page-products .p-products-sukyu__volume {
    padding-top: 12px;
  }
  .p-page-products .p-products-sukyu__volumeList {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .p-page-products .p-products-sukyu .c-btn-box {
    margin: 18px 0 2px;
  }
}

.award {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .award {
    text-align: center;
  }
  .award img {
    width: 75%;
  }
}

.p-page-products .p-products-choose .ttl {
  color: #B17C0D;
}
.p-page-products .p-products-choose h3 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 0;
}
.ratio-desc-wrap {
  display: flex;
  align-items: start;
  gap: 4%;
  margin-bottom: 60px;
}
.ratio-desc {
  flex-grow: 1;
  padding: 20px 28px;
  border: 1px solid #B17C0D;
  font-size: 1.4rem;
}
.ratio-desc p.ttl {
  font-size: 1.2em;
  color: #B17C0D;
}
.ratio-desc p {
  margin-bottom: 12px;
}
.ratio-desc ul li {
  line-height: 1.6;
}
.ratio-desc-wrap img {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .p-page-products .p-section-desc {
    text-align: left;
  }
  .p-page-products .p-products-choose h3 {
    font-size: 2rem;
  }
  .ratio-desc-wrap {
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ratio-desc {
    width: 100%;
    padding: 20px;
  }
  .ratio-desc-wrap img {
    max-width: 100%;
    width: 100%;
  }
}

/* 特別醸造 レイアウト変更 202508 */
.products-special-wrap {
  display: flex;
  gap: 40px;
}
.products-special-wrap > div {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .products-special-wrap {
    flex-direction: column;
  }
  .products-special-wrap > div {
    width: 100%;
  }
}