@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   color: #1e1e1e;
   font-family: "Shippori Mincho B1", serif;
   font-weight: 400;
   font-style: normal;
   font-size: 14px;
   letter-spacing: 0.1em;
   line-height: 28px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media only screen and (min-width: 768px) {
   body {
      font-size: 16px;
      line-height: 40px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

.fnt-noto-serif {
   font-family: "Noto Serif JP", serif;
}

.fnt-baskervville {
   font-family: "Baskervville", serif;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
   main {
      background: url("../img/shared/deco_sp.png") no-repeat center top/100% auto;
   }

   .wrap {
      width: 100%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 6.6vw;
      position: relative;
   }

   img {
      width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 768px) {
   main {
      background: url("../img/shared/deco.png") no-repeat center top/100% auto;
   }

   .wrap {
      width: 1000px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
   }

   img {
      width: auto;
      max-width: 100%;
      height: auto;
   }
}

@media only screen and (min-width: 1241px) {
   .wr_1100 {
      width: 1100px;
   }

   .wr_1200 {
      width: 1200px;
   }
}

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

#socialbuttons {
   display: flex;
   justify-content: center;
   margin: 0;
}

.social-facebook {
   width: 95px;
   overflow: hidden;
   display: flex !important;
   justify-content: center;
}

.tel {
   text-align: center;
   font-weight: 400;
   letter-spacing: 0.1em;
}

.tel .number {
   letter-spacing: 0.1em;
}

.tel .number:before {
   content: "tel:";
}

.btn-reserve a {
   display: flex;
   align-items: center;
   background-color: #6c0300;
   color: #fff;
   font-weight: 400;
   letter-spacing: 0.1em;
   line-height: 41px;
   position: relative;
   box-sizing: border-box;
}

.btn-reserve a:after {
   content: '';
   border-style: solid;
   border-color: transparent transparent transparent #fff;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
   .tel {
      line-height: 4.8vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
   }

   .tel .number {
      font-size: 6.4vw;
   }

   .tel .number:before {
      font-size: 5.4vw;
   }

   .tel small {
      font-size: 3.2vw;
   }

   .btn-reserve a {
      width: 70.8vw;
      height: 16vw;
      font-size: 4.8vw;
      line-height: 2;
      padding: 0 8vw;
   }

   .btn-reserve a:after {
      border-width: 1vw 0 1vw 2.4vw;
      right: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   .tel {
      font-size: 15px;
      line-height: 30px;
   }

   .tel .number {
      font-size: 20px;
   }

   .tel .number:before {
      font-size: 16px;
   }

   .btn-reserve a {
      width: 224px;
      height: 51px;
      font-size: 15px;
      padding: 0 25px;
   }

   .btn-reserve a:after {
      border-width: 3px 0 3px 7px;
      right: 10px;
   }

   .btn-reserve a:hover {
      background-color: #392717;
      opacity: 1;
   }
}

/*=============================================
   header
*=============================================*/
header {
   width: 100%;
   box-sizing: border-box;
   position: relative;
   z-index: 100;
}

header h1 {
   color: #888885;
   font-weight: 400;
   letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
   header h1 {
      width: 50%;
      min-height: 36.6vw;
      font-size: 11px;
      line-height: 20px;
      letter-spacing: 0.1em;
      margin-left: auto;
      padding: 6vw 6.6vw 3vw 0;
      box-sizing: border-box;
   }

   header .logo {
      width: 22vw;
   }

   .header--home .logo {
      position: absolute;
      top: 6.8vw;
      left: 6.6vw;
      z-index: 1;
   }

   .header--home #key {
      padding-top: 18vw;
   }

   .header--child .wrap {
      position: absolute;
      top: 6.8vw;
      left: 0;
   }

   .header--child #key {
      padding-top: 18vw;
   }

   .header--child #key figure {
      height: 80vw;
   }

   #menu-toggle {
      background: #3c3a39;
      color: #f9f7f3;
      width: 100%;
      height: 100vh;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s linear;
      padding: 24vw 14.5vw;
      z-index: 100;
   }

   #menu-toggle .in {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 6vw 0;
   }

   #menu-toggle .nav li+li,
   #menu-toggle .nav-sub li+li {
      padding-top: 3vw;
   }

   #menu-toggle .nav a,
   #menu-toggle .nav-sub a {
      display: inline-block;
      border-bottom: 1px solid transparent;
   }

   #menu-toggle .nav a.current,
   #menu-toggle .nav-sub a.current {
      border-bottom-color: #f9f7f3;
   }

   #menu-toggle .nav {
      flex: 1 0 0;
   }

   #menu-toggle .nav-sub {
      align-self: flex-end;
   }

   #menu-toggle .tel,
   #menu-toggle .btn-reserve {
      width: 100%;
   }

   #menu-toggle .tel {
      padding-top: 6vw;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .header-nav {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   header h1 {
      max-width: 50%;
      font-size: 12px;
      line-height: 20px;
      position: absolute;
      top: 20px;
      left: 30px;
   }

   header .logo {
      width: 150px;
   }

   .header-nav {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 60px 0;
      width: 430px;
   }

   .header-nav .nav a,
   .header-nav .nav-sub a {
      width: 40px;
      cursor: pointer;
   }

   .header-nav .nav a:before,
   .header-nav .nav-sub a:before {
      content: '';
      display: inline-block;
      width: 27px;
      height: 170px;
      background-color: #ffffff94;
      /* border-radius: 50%; */
      margin-bottom: 7px;
      opacity: 0;
      transition: opacity 0.3s;
      position: absolute;
      top: -9px;
      right: 6px;
      left: 0px;
      z-index: -1;
   }

   .header-nav .nav a:hover,
   .header-nav .nav a.current,
   .header-nav .nav-sub a:hover,
   .header-nav .nav-sub a.current {
      opacity: 1;
   }

   .header-nav .nav a:hover:before,
   .header-nav .nav a.current:before,
   .header-nav .nav-sub a:hover:before,
   .header-nav .nav-sub a.current:before {
      opacity: 1;
   }

   .header-nav .nav {
      display: flex;
      padding-right: 20px;
   }

   .header-nav .nav a {
      height: 150px;
      /* color: #7f7e7e; */
      position: relative;
   }

   .header-nav .nav a:hover,
   .header-nav .nav a.current {
      color: #17181c;
      opacity: 1;
   }

   .header-nav .nav-sub {
      display: flex;
      padding: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.5);
      padding: 0 12px 0 19px;
   }

   .header-nav .nav-sub a {
      height: 130px;
   }

   .header-nav .tel {
      padding-right: 33px;
   }

   .header-nav .btn-reserve {
      align-self: center;
   }

   .nav-fixed {
      width: 100%;
      height: 90px !important;
      background: url("../img/shared/body-bg.jpg") repeat center top;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
      z-index: 1;
      padding: 0 20px;
   }

   .nav-fixed.fixed {
      opacity: 1;
      visibility: visible;
   }

   .nav-fixed .in {
      display: flex;
      align-items: center;
      gap: 20px;
      height: 100%;
   }

   .nav-fixed .nav,
   .nav-fixed .nav-sub {
      display: flex;
      align-items: center;
      gap: 20px;
   }

   .nav-fixed .nav a,
   .nav-fixed .nav-sub a {
      display: block;
      border-bottom: 1px solid transparent;
      line-height: 30px;
   }

   .nav-fixed .nav a:hover,
   .nav-fixed .nav a.current,
   .nav-fixed .nav-sub a:hover,
   .nav-fixed .nav-sub a.current {
      border-bottom-color: #17181c;
      opacity: 1;
   }

   .nav-fixed .nav {
      justify-content: flex-end;
      flex: 1 0 0;
      order: 2;
   }

   .nav-fixed .nav a {
     /*  color: #7f7e7e; */
   }

   .nav-fixed .nav a:hover,
   .nav-fixed .nav a.current {
      color: #17181c;
   }

   .nav-fixed .nav-sub {
      border-left: 1px solid #17181c;
      order: 3;
      padding: 5px 0 5px 20px;
   }

   .nav-fixed .tel {
      order: 1;
   }

   .nav-fixed .btn-reserve {
      position: absolute;
      top: 100%;
      right: 0;
      padding-top: 10px;
   }

   .nav-fixed .btn-reserve a {
      flex-direction: column;
      justify-content: center;
      width: 50px;
      height: 224px;
      padding: 0 0 20px;
      cursor: pointer;
   }

   .nav-fixed .btn-reserve a:after {
      top: auto;
      right: auto;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%);
   }

   .header--home .logo {
      position: absolute;
      top: 255px;
      left: 210px;
      z-index: 1;
   }

   .header--home .header-nav {
      margin-left: auto;
      padding: 50px 31px 0 0;
   }

   .header--child .wrap {
      display: flex;
      justify-content: space-between;
      padding: 50px 0 57px;
   }

   .header--child .logo {
      width: 122px;
      padding: 30px 0 0 10px;
   }

   .header--child #key figure {
      max-width: 1000px;
      margin: 0 auto;
   }
}

@media only screen and (min-width: 1201px) {
   .nav-fixed {
      padding: 0 50px;
   }

   .nav-fixed .nav,
   .nav-fixed .nav-sub {
      gap: 20px;
   }
}

/*=============================================
   section
*=============================================*/
section {
   position: relative;
}

#key {
   position: relative;
}

#key .slick-slider,
#key .slick-list,
#key .slick-track,
#key .slick-slide {
   width: 100%;
   height: 100%;
}

/*=============================================
   footer
*=============================================*/
footer {
   background: url("../img/shared/footer-bg.jpg") repeat center top;
   color: #f9f7f3;
   box-sizing: border-box;
   position: relative;
}

footer .btn-copy a {
   display: inline-block;
   background: url("../img/shared/icon-url.png") no-repeat center right/17px auto;
   padding-right: 30px;
}

footer .btn-cookies a {
   display: inline-block;
   background: url("../img/shared/icon-cookie.png") no-repeat center left/14px auto;
   text-decoration: underline;
   padding-left: 20px;
}

footer .pagetop {
   opacity: 1;
   visibility: visible;
   position: static;
}

footer .row-2 {
   background-color: #3c3a39;
}

@media only screen and (max-width: 767px) {
   footer nav {
      display: none;
   }

   footer .logo {
      width: 32vw;
      margin: 0 auto;
   }

   footer .tel {
      padding-top: 12vw;
   }

   footer .btn-reserve {
      padding-top: 6vw;
   }

   footer .btn-reserve a {
      margin: 0 auto;
   }

   footer .txt-info {
      padding-top: 6vw;
   }

   footer .txt-info p {
      padding-top: 6vw;
   }

   footer .btn-copy,
   footer .btn-cookies,
   footer #socialbuttons,
   footer address {
      padding-top: 8vw;
   }

   footer .btn-cookies a {
      background-position: center right;
      padding-right: 20px;
   }

   footer .pagetop {
      width: 20vw;
      margin: 12vw auto 0;
   }

   footer .row-1 {
      background: url("../img/shared/footer-deco_sp.png") no-repeat center top/100% auto;
      padding: 20vw 6.6vw 13vw;
   }

   footer .row-2 {
      text-align: center;
      padding: 12vw 0 24vw;
   }
}

@media only screen and (min-width: 768px) {
   footer {
      font-size: 14px;
      line-height: 25px;
   }

   footer nav {
      width: 100%;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: 0.1em;
   }

   footer nav .nav,
   footer nav .nav-sub {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 17px;
   }

   footer nav .nav a,
   footer nav .nav-sub a {
      display: block;
      border-bottom: 1px solid transparent;
   }

   footer nav .nav a:hover,
   footer nav .nav a.current,
   footer nav .nav-sub a:hover,
   footer nav .nav-sub a.current {
      border-bottom-color: #f9f7f3;
      opacity: 1;
   }

   footer nav .nav-sub {
      padding-top: 17px;
   }

   footer .logo {
      width: 112px;
      margin: 0 auto;
      position: relative;
      top: -27px;
   }

   footer .tel,
   footer .btn-reserve {
      padding-top: 13px;
   }

   footer .txt-info {
      display: flex;
      justify-content: flex-end;
      gap: 20px;
      flex: 1 0 0;
      letter-spacing: 0.05em;
   }

   footer .txt-info p+p {
      padding-top: 24px;
   }

   footer .btn-copy {
      position: absolute;
      top: 0;
      right: 0;
   }

   footer .btn-copy a:hover {
      text-decoration: underline;
   }

   footer .btn-cookies {
      position: absolute;
      top: 47px;
      left: 0;
   }

   footer .btn-cookies a:hover {
      text-decoration: none;
   }

   footer #socialbuttons {
      margin: 0;
      position: absolute;
      top: 47px;
      right: 0;
   }

   footer .pagetop {
      width: 94px;
      margin: 0 auto;
      padding-top: 33px;
   }

   footer address {
      position: absolute;
      top: 5px;
      left: 0;
   }

   footer .row-1 {
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap;
      background: url("../img/shared/footer-deco.png") no-repeat top left;
      padding: 55px 20px 72px;
   }

   footer .row-1 .col {
      padding-bottom: 3px;
   }

   footer .row-2 {
      padding: 30px 20px;
   }

   footer .row-2 .in {
      position: relative;
   }
}

@media only screen and (min-width: 1241px) {
   footer .txt-info {
      gap: 38px;
      letter-spacing: 0.1em;
   }

   footer .row-1 {
      padding: 55px 50px 72px;
   }

   footer .row-2 {
      padding: 30px 55px;
   }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
   background: #3c3a39;
   width: 100%;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 100;
   opacity: 1;
   visibility: visible;
}

#fixed-sp.visible {
   opacity: 1;
   visibility: visible;
}

#fixed-sp ul {
   display: flex;
}

#fixed-sp .hamburger span {
   display: grid;
}

#fixed-sp .hamburger img {
   grid-area: 1/1;
}

#fixed-sp .hamburger img:last-child {
   opacity: 0;
}

#fixed-sp .hamburger.is-active img:last-child {
   opacity: 1;
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   footer .row-2 {
      padding-bottom: calc(env(safe-area-inset-bottom) + 24vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   footer .row-2 {
      padding-bottom: calc(env(safe-area-inset-bottom) + 24vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   footer .row-2 {
      padding-bottom: calc(env(safe-area-inset-bottom) + 24vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   footer .row-2 {
      padding-bottom: calc(env(safe-area-inset-bottom) + 24vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   footer .row-2 {
      padding-bottom: calc(env(safe-area-inset-bottom) + 24vw);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* --- --- */
/*=============================================
   Custom
*=============================================*/
.pc {
   display: none;
}

.sp {
   display: block;
}

@media only screen and (min-width: 768px) {
   .pc {
      display: block;
   }

   .sp {
      display: none;
   }
}

/* -- -- */
.img-shadow {
   box-shadow: 0px 0px 22px 7.83px rgba(0, 0, 0, 0.18);
}

.text-shadow {
   text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
}

.cl-red {
   color: #cf2d2d;
}

.cl-brown {
   color: #665831;
}

.cl-yellow {
   color: #b29257;
}

.cl-white {
   color: #f3ece9;
}

.cl-black {
   color: #000;
}

.cl-orange {
   color: #ca3921;
}

.txt-c {
   text-align: center;
}

.txt-r {
   text-align: right;
}

.uppercase {
   text-transform: uppercase;
}

a {
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: none;
}

@media only screen and (min-width: 768px) {
   a:hover {
      opacity: 0.7;
   }
}

.img-obj {
   object-fit: cover;
   width: 100%;
   max-width: inherit;
   height: 100%;
}

.ovh {
   overflow: hidden;
}

/* -- slick -- */
.slick-arrow {
   display: block;
   background: transparent;
   border: 0;
   font-size: 0;
   cursor: pointer;
   position: absolute;
   z-index: 1;
}

.slick-arrow:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-color: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.slick-dots {
   display: flex;
}

.slick-dots li {
   display: block;
   font-size: 0;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   font-size: 0;
   background: transparent;
   display: block;
   width: 100%;
   height: 100%;
   border: 0;
   background-color: #5c4b3e;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 0;
   transition: all 0.3s;
   opacity: 0.5;
}

.slick-dots .slick-active button {
   opacity: 1;
}

@media only screen and (max-width: 767px) {
   .slick-arrow {
      width: 9.2vw;
      height: 9.2vw;
   }

   .slick-prev {
      left: 0;
   }

   .slick-next {
      right: 0;
   }

   .slick-dots {
      justify-content: center;
      gap: 2vw;
   }

   .slick-dots li {
      width: 17vw;
      height: 2px;
   }
}

@media only screen and (min-width: 768px) {
   .slick-arrow {
      width: 40px;
      height: 40px;
   }

   .slick-arrow:hover {
      opacity: 0.7;
   }

   .slick-dots {
      gap: 6px;
   }

   .slick-dots li {
      width: 50px;
      height: 2px;
   }

   .slick-dots li button:hover {
      opacity: 0.5;
   }
}

/* -- -- */
.button {
   position: relative;
}

.button a {
   display: inline-flex;
   align-items: center;
   border: 1px solid #000;
   font-weight: 400;
   letter-spacing: 0.1em;
   text-align: left;
   position: relative;
   z-index: 1;
   box-sizing: border-box;
}

.button a:after {
   content: '';
   border-style: solid;
   border-color: transparent transparent transparent #17181c;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      width: 81.3vw;
      height: 14.7vw;
      font-size: 4.8vw;
      line-height: 2;
      padding: 0 10vw 0 6.8vw;
   }

   .button a:after {
      border-width: 1.2vw 0 1.2vw 2.4vw;
      right: 5.3vw;
   }

   .button.modal a {
      justify-content: center;
   }

   .button.modal a:after {
      border: 0;
      background: url("../img/shared/icon-modal.png") no-repeat center top/cover;
      width: 4vw;
      height: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      width: 334px;
      height: 60px;
      color: #17181c;
      font-size: 20px;
      line-height: 41px;
      padding: 0 27px;
   }

   .button a:after {
      border-width: 3px 0 3px 7px;
      right: 20px;
   }

   .button a:hover {
      background-color: #392717;
      color: #fff;
      opacity: 1;
   }

   .button a:hover:after {
      border-left-color: #fff;
   }

   .button.modal a {
      justify-content: center;
      width: 654px;
      height: 120px;
      text-align: center;
      font-size: 30px;
   }

   .button.modal a:after {
      border: 0;
      background: url("../img/shared/icon-modal.png") no-repeat center top/cover;
      width: 22px;
      height: 22px;
      right: 30px;
   }

   .button.modal a:hover:after {
      background-image: url("../img/shared/icon-modal-white.png");
   }
}

/* -- -- */
.d-flex {
   display: flex;
}

/* --- --- */
@media only screen and (max-width: 767px) {
   .h-20 {
      font-weight: 400;
      font-size: 3.5vw;
      letter-spacing: 0.1em;
      line-height: 2;
   }

   .h-30 {
      font-weight: 400;
      font-size: 5.8vw;
      letter-spacing: 0.1em;
      line-height: 2;
   }

   .h-40 {
      font-weight: 400;
      font-size: 6.8vw;
      letter-spacing: 0.1em;
      line-height: 2;
   }
}

@media only screen and (min-width: 768px) {
   .h-20 {
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 0.1em;
   }

   .h-30 {
      font-weight: 400;
      font-size: 30px;
      letter-spacing: 0.1em;
      line-height: 68px;
   }

   .h-40 {
      font-weight: 400;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 68px;
   }
}

/* -- -- */
.txt {
   text-align: justify;
}

@media only screen and (max-width: 767px) {
   .txt br {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

/* -- -- */
.list-menu {
   text-align: left;
   line-height: 25px;
}

.list-menu dl {
   display: flex;
   border-bottom: 1px solid rgba(0, 0, 0, 0.5);
   padding: 0 0 10px;
}

.list-menu dl+dl {
   padding-top: 10px;
}

.list-menu dl dt {
   flex: 1 0 0;
}

.list-menu dl dd {
   text-align: right;
}

.list-menu .ttl {
   font-weight: 400;
   letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
   .list-menu {
      display: flex;
      flex-direction: column;
      gap: 12vw;
      padding-top: 12vw;
   }

   .list-menu .item+.item {
      padding-top: 12vw;
   }

   .list-menu .ttl {
      font-size: 5.6vw;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 20px;
   }

   .list-menu .item-note {
      font-size: 12px;
      padding-top: 10px;
   }
}

@media only screen and (min-width: 768px) {
   .list-menu {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-content: center;
      gap: 60px;
      padding-top: 60px;
   }

   .list-menu .item+.item {
      padding-top: 35px;
   }

   .list-menu .ttl {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 20px;
   }

   .list-menu .item-note {
      font-size: 14px;
      padding-top: 10px;
   }
}

/* -- -- */
[data-remodal-target] {
   cursor: pointer;
}

.remodal-overlay {
   background: transparent;
}

.popup-body {
   background: #fff;
}

@media only screen and (max-width: 767px) {
   .remodal-wrapper {
      padding: 2vw;
   }

   .popup-body {
      padding: 12vw 0;
   }

   .popup-body .note {
      padding-top: 3vw;
   }

   .remodal-close-top {
      position: absolute;
      top: 2vw;
      right: 2vw;
      bottom: 2vw;
   }

   button.remodal-close {
      background: url("../img/shared/btn-close.png") no-repeat center/100% auto;
      width: 6vw;
      height: 6vw;
   }

   button.remodal-close.top {
      position: sticky;
      top: 0;
      right: 0;
   }

   button.remodal-close.bottom {
      background: url("../img/shared/btn-close.png") no-repeat center right/6vw auto;
      width: auto;
      height: auto;
      margin: 12vw auto 0;
      padding-right: 10vw;
      position: static;
      font-weight: 400;
      font-size: 6vw;
      line-height: 6vw;
      letter-spacing: 0.1em;
      color: #1e1e1e;
   }
}

@media only screen and (min-width: 768px) {
   .remodal {
      max-width: 1300px;
   }

   .remodal-close-top {
      position: absolute;
      top: 30px;
      right: 30px;
      bottom: 30px;
   }

   button.remodal-close {
      background: url("../img/shared/btn-close.png") no-repeat center/100% auto;
      width: 28px;
      height: 28px;
      transition: all 0.3s;
   }

   button.remodal-close.top {
      position: sticky;
      top: 30px;
      right: 0;
   }

   button.remodal-close.bottom {
      display: block;
      background: url("../img/shared/btn-close.png") no-repeat center right/20px auto;
      width: auto;
      height: auto;
      position: static;
      color: #17181c;
      font-weight: 400;
      font-size: 20px;
      letter-spacing: 0.1em;
      line-height: 28px;
      padding-right: 40px;
      margin: 70px auto 0;
   }

   button.remodal-close:hover {
      opacity: 0.5;
   }

   .popup-body {
      padding: 120px 0 100px;
   }

   .popup-body .note {
      padding-top: 20px;
   }
}

/*=============================================
 * fadeUpBlur
 *=============================================*/
@-webkit-keyframes fadeUpBlur {
   0% {
      filter: blur(10px);
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
   }

   to {
      filter: blur(0);
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
   }
}

@keyframes fadeUpBlur {
   0% {
      filter: blur(10px);
      opacity: 0;
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
   }

   to {
      filter: blur(0);
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
   }
}

.fadeUpBlur {
   -webkit-animation-name: fadeUpBlur;
   animation-name: fadeUpBlur;
   animation-duration: 1s;
   animation-delay: 0.3s;
}