@charset "UTF-8";
/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #40220f;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

footer {
  background-color: #fff;
}

#companylogo {
  margin-top: 0px;
}
@media print, screen and (min-width: 1024px) {
  #companylogo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding-bottom: 0;
  }
}
#companylogo li {
  position: relative;
}
#companylogo li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
}
@media print, screen and (min-width: 1024px) {
  #companylogo li:nth-of-type(2) {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
#companylogo li:nth-of-type(2) img {
  width: 230px;
}
#companylogo li:nth-of-type(3) img {
  width: 190px;
}
#companylogo span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 10px;
  left: 0;
}
#companylogo span.-n2 {
  top: 16px;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media print, screen and (max-width: 1023.9px) {
  figure figcaption {
    font-size: 10px;
  }
}
figure figcaption.-black {
  color: #000;
  text-shadow: 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF;
}
figure figcaption.-left {
  right: auto;
  left: 5px;
}
@media print, screen and (max-width: 1023.9px) {
  figure figcaption.-mb {
    bottom: -15px;
  }
}
figure figcaption.-margin_left01 {
  right: 0.7vw;
}
@media print, screen and (max-width: 1023.9px) {
  figure figcaption.-margin_left01 {
    right: 5px;
  }
}
figure figcaption.-noshadow {
  text-shadow: unset;
}

picture {
  display: block;
}

.u-narrow-mt {
  margin-top: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .u-narrow-mt {
    margin-top: 20px;
  }
}

.u-wide-mt {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .u-wide-mt {
    margin-top: 50px;
  }
}

.pc ul.gnav {
  line-height: 1.15;
}

.pc ul.menu {
  line-height: 1.05;
}

header .pc {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
}

/*
header.scrolled{
> .pc{
    padding-top: 3px;
    padding-bottom: 1px;
  }
}

*/
.contents-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .contents-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.contents-wrap.-m {
  max-width: 1000px;
}
.contents-wrap.-s {
  max-width: 800px;
}

/* 260617 PCビュー対応のためのコメントアウト
.other-links-slider {
  padding-block: 20px !important;
  background-color: #2e241a;
  overflow: hidden;
  a{
    position: relative;
    .sli-cap{
      position: absolute;
      bottom: 3px;
      left: 5px;
      color: #eee;
      font-size: 11px;
      @media print, screen and (max-width: 1023.9px) {
        font-size: 10px;
        left: 3px;
      }
    }
  }
}
.other-links-slider .other-links-slider__wrapper {
  display: flex;
  gap: 20px;
  @media print, screen and (max-width: 1023.9px) {
    gap: 0;
  }
}
.other-links-slider .other-links-slider__item {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  @media print, screen and (max-width: 1023.9px) {
    flex: none;
  }
}
.other-links-slider:not(.swiper-initialized) {
  @media print, screen and (max-width: 1023.9px) {
    .other-links-slider__wrapper {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 16px;
      padding-inline: 8%;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      &::-webkit-scrollbar {
        display: none;
      }
    }
    .other-links-slider__item {
      flex: 0 0 84%;
      scroll-snap-align: center;
    }
  }
}
*/
.other-links-slider {
  padding-block: 20px !important;
  background-color: #2e241a;
  overflow: hidden;
}
.other-links-slider a {
  position: relative;
  display: block;
}
.other-links-slider a .sli-cap {
  position: absolute;
  bottom: 3px;
  left: 5px;
  color: #eee;
  font-size: 11px;
}
@media print, screen and (max-width: 1023.9px) {
  .other-links-slider a .sli-cap {
    font-size: 10px;
    left: 3px;
  }
}
.other-links-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.other-links-slider .other-links-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}

.other-links-slider .other-links-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  min-width: 0;
}

/* Swiper未初期化時の保険 */
.other-links-slider:not(.swiper-initialized) .other-links-slider__wrapper {
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  gap: 20px;
  padding-inline: 40px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.other-links-slider:not(.swiper-initialized) .other-links-slider__wrapper::-webkit-scrollbar {
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .other-links-slider:not(.swiper-initialized) .other-links-slider__wrapper {
    gap: 16px;
    padding-inline: 8%;
  }
}
.other-links-slider:not(.swiper-initialized) .other-links-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  scroll-snap-align: start;
}
@media print, screen and (max-width: 1023.9px) {
  .other-links-slider:not(.swiper-initialized) .other-links-slider__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
    scroll-snap-align: center;
  }
}

.caption-area {
  padding-block: 90px 120px;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media print, screen and (max-width: 1023.9px) {
  .caption-area {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.bottom-cap {
  font-size: 12px;
  line-height: 1.8;
}
.bottom-cap.right {
  display: block;
  text-align: right;
}
@media print, screen and (max-width: 1023.9px) {
  .bottom-cap {
    font-size: 10px;
  }
}

@media print, screen and (min-width: 1024px) {
  .hide-at-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .hide-at-sp {
    display: none !important;
  }
}

.c-page-title {
  text-align: center;
  color: #796a56;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .c-page-title {
    color: #4d4335;
  }
}
.c-page-title span {
  display: block;
}
.c-page-title .en {
  font-size: 20px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #796a56;
  letter-spacing: 3px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-page-title .en {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.c-page-title .ja {
  font-size: 13px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-page-title .ja {
    font-size: 10px;
  }
}

.c-vertical {
  font-size: 32px;
  letter-spacing: 2px;
  color: #796a56;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1023.9px) {
  .c-vertical {
    font-size: 22px;
    color: #4d4335;
    margin-top: 50px;
  }
}
.c-vertical span {
  text-combine-upright: all;
}
.c-vertical small {
  font-size: 0.7em;
}

.c-copy {
  font-size: 26px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-copy {
    font-size: 4.3vw;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    color: #4d4335;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .c-copy.-sp-tal {
    text-align: left;
  }
}
.c-copy + .c-sentence {
  margin-top: 35px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-copy + .c-sentence {
    margin-top: 20px;
  }
}
.c-copy.-tal {
  text-align: left;
}
.c-copy.-small {
  font-size: 24px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-copy.-small {
    font-size: 3.8vw;
  }
}

.c-sentence {
  font-size: 17px;
  line-height: 3.35;
  letter-spacing: 1.3px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-sentence {
    font-size: 13.5px;
    line-height: 2;
  }
}
.c-sentence.-narrow {
  line-height: 2;
}
.c-sentence.-tac {
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .c-sentence.-sp-tal {
    text-align: left;
  }
}

.c-child-intro {
  padding-top: 0;
  padding-bottom: 100px;
  color: #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro {
    padding-bottom: 0;
    padding-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: -3px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro .contents-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-child-intro__vertical {
  margin-top: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__vertical {
    margin-top: 20px;
  }
}

.c-child-intro__copy {
  text-align: center;
  margin-top: 250px;
  letter-spacing: 3px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__copy {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__copy .c-copy {
    text-align: left;
  }
}

.c-child-intro__sentence {
  margin-top: 90px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__sentence {
    margin-top: 40px;
    text-align: left;
  }
}

.c-child-intro__bar {
  width: 1px;
  height: 60px;
  background-color: #796a56;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__bar {
    margin-top: 60px;
    height: 40px;
    margin-bottom: 20px;
  }
}
.c-child-intro__bar + .c-vertical {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__bar + .c-vertical {
    margin-top: 20px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__sp-head {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/common/bg-sp-head.png);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/common/bg-sp-head.png);
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .c-child-intro__sp-area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/common/bg-sp.png);
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/common/bg-sp.png);
    background-size: contain;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-ind-cap {
  font-size: 10px;
  margin-top: 10px;
  text-align: right;
}

.c-bar {
  width: 1px;
  height: 80px;
  background-color: #796a56;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-bar {
    height: 50px;
  }
}
.c-bar + .c-vertical {
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .c-bar + .c-vertical {
    margin-top: 20px;
  }
}

.c-img-cap-out figcaption {
  text-align: right;
  margin-top: 5px;
  position: static;
  color: inherit;
  text-shadow: none;
}
.c-img-cap-out figcaption.-margin_left01 {
  margin-right: 0.7vw;
}
@media print, screen and (max-width: 1023.9px) {
  .c-img-cap-out figcaption.-margin_left01 {
    margin-right: 5px;
  }
}

.u-narrow-width {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.u-narrow-width.-w600 {
  max-width: 600px;
}

@media print, screen and (max-width: 1023.9px) {
  .u-sp-full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.u-full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

header .pc ul.gnav > li > div.gnavbtn > a, header .pc ul.gnav > li > a {
  height: 113px;
}

ol#breadcrumb {
  margin: 0 auto;
  padding-block: 30px 5vw;
}
@media print, screen and (max-width: 1023.9px) {
  ol#breadcrumb {
    position: absolute;
    padding-block: 10px 5vw;
    left: 3%;
    z-index: 100;
  }
}

.p_icon {
  position: absolute;
  top: 6%;
  right: 0;
  width: 3.5em;
}
.p_icon.wide {
  right: 4%;
}
.p_icon.rev {
  right: auto;
  left: 0;
  top: 10%;
}

footer {
  padding-top: 0;
}