@charset "UTF-8";
/* line 8, page_home.scss */
#info { display: none; }

/*モーダルの横幅を変更したい場合*/
/* line 10, page_home.scss */
.modaal-container { /*max-width: 600px !important;*/ /*max-width: 80% !important;*/ max-width: 800px !important; }

/* line 11, page_home.scss */
.modaal-content-container { padding: 0 !important; }

/*モーダルのボタンの色を変更したい場合*/
/* line 13, page_home.scss */
.modaal-close:after, .modaal-close:before { background: #ccc; }

/* line 14, page_home.scss */
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before { background: #fff !important; }

/* line 18, page_home.scss */
.modaal-close:focus, .modaal-close:hover { background: none !important; }

/* line 19, page_home.scss */
.modaal-overlay { background: rgba(0, 124, 118, 0.95) !important; }

/* line 21, page_home.scss */
header#js-header { z-index: 999; }

/* line 22, page_home.scss */
.footer-nav { z-index: 999; }

/* --------------------------------------------------------------------------------------------- スマホ向け設定
--------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------
 style

-------------------------------------------------------- */
/* line 35, page_home.scss */
#home { /*============================
#mainImg
============================*/ /* --------------------------------------------------------------------------------------------- スマホ向け設定
--------------------------------------------------------------------------------------------- */ /*============================
#pointWrap
============================*/ /* --------------------------------------------------------------------------------------------- スマホ向け設定
--------------------------------------------------------------------------------------------- */ /*============================
#news
============================*/ /* --------------------------------------------------------------------------------------------- スマホ向け設定
--------------------------------------------------------------------------------------------- */ /*============================
#topConcept
============================*/ /* --------------------------------------------------------------------------------------------- スマホ向け設定
--------------------------------------------------------------------------------------------- */ /*============================
#links
============================*/ /* --------------------------------------------------------------------------------------------- スマホ向け設定
--------------------------------------------------------------------------------------------- */ }
/* line 38, page_home.scss */
#home .pointSec { background: #133f4a; position: relative; /*overflow-x: hidden;*/ margin-top: 10px; color: #fff; width: 100%; }
/* line 39, page_home.scss */
#home .pointSec::before, #home .pointSec::after { content: ""; display: block; position: absolute; width: 380px; height: 600px; mix-blend-mode: multiply; background-size: 100% auto !important; z-index: 0; }
/* line 40, page_home.scss */
#home .pointSec::before { background: url("../img/common/forest01.png") no-repeat; top: 0; right: 0; }
/* line 41, page_home.scss */
#home .pointSec::after { background: url("../img/common/forest02.png") no-repeat; bottom: -380px; left: 0; }
/* line 42, page_home.scss */
#home .pointSec .inner { max-width: 1200px; padding: 50px 0 50px; position: relative; z-index: 10; }
/* line 43, page_home.scss */
#home .pointSec .inner .tit { width: 90%; margin: 0 auto 2.5em; }
/* line 44, page_home.scss */
#home .pointSec .inner .t { width: 90%; margin: 0 auto 1em; }
/* line 45, page_home.scss */
#home .pointSec .inner .catch { font-family: "YakuHanMP", "Shippori Mincho B1", serif; color: #bfae73; font-size: 32px; font-weight: 500; margin: 0 auto .75em; }
/* line 46, page_home.scss */
#home .pointSec .inner ul.phWrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
/* line 47, page_home.scss */
#home .pointSec .inner ul.phWrap li { width: 49.5%; }
/* line 49, page_home.scss */
#home .pointSec .inner .read { font-family: "YakuHanMP", "Shippori Mincho B1", serif; letter-spacing: 0; line-height: 2.0; margin: 2.5em auto 0; }
/* line 50, page_home.scss */
#home .pointSec .inner .read sup { font-size: 60%; vertical-align: text-top; }
/* line 51, page_home.scss */
#home .pointSec .inner .read small { display: block; font-size: 12px; margin-top: .5em; }
/* line 53, page_home.scss */
#home .pointSec .inner .cmnBtn { margin-top: 2em; }
@media only screen and (max-width: 1023px) { /* line 38, page_home.scss */
  #home .pointSec { margin-top: 5px; }
  /* line 61, page_home.scss */
  #home .pointSec::before, #home .pointSec::after { width: 250px; height: 500px; }
  /* line 63, page_home.scss */
  #home .pointSec::after { width: 200px; bottom: -380px; }
  /* line 64, page_home.scss */
  #home .pointSec .inner { max-width: 100%; padding: 25px 0 40px; }
  /* line 65, page_home.scss */
  #home .pointSec .inner .tit { width: 68%; margin: 0 auto 2.5em; }
  /* line 66, page_home.scss */
  #home .pointSec .inner .t { width: 90%; margin: 0 auto 1em; }
  /* line 67, page_home.scss */
  #home .pointSec .inner .catch { font-size: 25px; line-height: 1.6; margin: 0 auto 1em; }
  /* line 69, page_home.scss */
  #home .pointSec .inner ul.phWrap li { width: 96%; margin: auto; }
  /* line 70, page_home.scss */
  #home .pointSec .inner ul.phWrap li:not(:last-child) { margin-bottom: 8px; }
  /* line 73, page_home.scss */
  #home .pointSec .inner .read { margin: 1.5em auto 0; text-align: justify; padding: 0 6.5%; }
  /* line 74, page_home.scss */
  #home .pointSec .inner .cmnBtn { margin-top: 1em; } }
/* line 87, page_home.scss */
#home #mainImg .title { position: absolute; left: 0; right: 0; margin: auto; z-index: 10; top: 50px; width: 500px; transition: .4s all; }
@media screen and (min-width: 767px) and (max-width: 1400px) { /* line 89, page_home.scss */
  #home #mainImg .title { top: 6.5%; width: 32%; } }
@media only screen and (max-width: 1023px) { /* line 96, page_home.scss */
  #home #mainImg .title { top: 6.5%; width: 80%; } }
/* line 103, page_home.scss */
#home #mainImg { position: relative; /* swiperNav */ }
/* line 104, page_home.scss */
#home #mainImg .cap { font-size: 12px; position: absolute; bottom: 10px; right: 10px; color: #fff; filter: drop-shadow(0px 0px 3px black); z-index: 10; }
/* line 105, page_home.scss */
#home #mainImg .copy { font-size: 36px; color: #fff; position: absolute; left: 0; right: 0; margin: auto; z-index: 10; top: 3.5%; }
/* line 108, page_home.scss */
#home #mainImg .takuchicta { position: absolute; left: 0; right: 0; margin: auto; z-index: 10; top: 40px; font-size: 3vw; line-height: 1.2; height: calc(100% - 40px); }
/* line 109, page_home.scss */
#home #mainImg .takuchicta .takuchi, #home #mainImg .takuchicta .copy, #home #mainImg .takuchicta .tit, #home #mainImg .takuchicta .price, #home #mainImg .takuchicta .area { filter: drop-shadow(0px 0px 3px black) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.75)) drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5)); }
/* line 110, page_home.scss */
#home #mainImg .takuchicta .takuchi { font-size: 60%; font-family: "YakuHanMP", "Shippori Mincho B1", serif; margin: 0 auto 0px; color: #fff; }
/* line 111, page_home.scss */
#home #mainImg .takuchicta .copy { font-family: "YakuHanMP", "Shippori Mincho B1", serif; margin: 0 auto 20px; padding-left: .1em; }
/* line 112, page_home.scss */
#home #mainImg .takuchicta .tit { font-size: 180%; font-family: "YakuHanMP", "Shippori Mincho B1", serif; color: #ffea00; display: flex; justify-content: space-between; flex-wrap: wrap; justify-content: center; align-items: baseline; }
/* line 113, page_home.scss */
#home #mainImg .takuchicta .tit span { /*font-size: 85%;*/ font-size: 110%; margin-top: 15px; width: 100%; line-height: 1.0; }
/* line 114, page_home.scss */
#home #mainImg .takuchicta .tit span i { font-size: 80%; }
/* line 115, page_home.scss */
#home #mainImg .takuchicta .tit span small { font-size: 60%; letter-spacing: -.1em; }
/* line 117, page_home.scss */
#home #mainImg .takuchicta .tit b { color: #fb7777; width: 100%; font-size: 76%; margin-top: .35em; }
/* line 118, page_home.scss */
#home #mainImg .takuchicta .tit strong { /*font-size: 120%;*/ font-size: 110%; width: 100%; margin-top: .15em; }
/* line 119, page_home.scss */
#home #mainImg .takuchicta .tit em { font-size: 55%; margin-top: .5em; color: #fff; display: flex; justify-content: center; align-items: center; display: inline-flex; border-top: 1px solid white; border-bottom: 1px solid white; padding: .25em 0; }
/* line 121, page_home.scss */
#home #mainImg .takuchicta .tit em tt.kana { letter-spacing: -.15em; }
/* line 122, page_home.scss */
#home #mainImg .takuchicta .tit em strong { display: block; font-size: 200%; }
/* line 125, page_home.scss */
#home #mainImg .takuchicta .area { display: flex; justify-content: center; align-items: center; font-size: 22px; line-height: 1.5; font-family: "YakuHanMP", "Shippori Mincho B1", serif; color: #fff; margin-top: .75em; }
/* line 126, page_home.scss */
#home #mainImg .takuchicta .area .c01 { background: #133f4a; display: flex; justify-content: center; align-items: center; margin-right: .75em; padding: 0 .5em; margin-top: 2px; }
/* line 127, page_home.scss */
#home #mainImg .takuchicta .area .c02 { font-size: 100%; letter-spacing: 0; }
/* line 128, page_home.scss */
#home #mainImg .takuchicta .area .c02 em { font-size: 150%; letter-spacing: 0; }
@media only screen and (max-width: 1023px) { /* line 125, page_home.scss */
  #home #mainImg .takuchicta .area { font-size: 15px; line-height: 1.6; margin-top: .75em; }
  /* line 132, page_home.scss */
  #home #mainImg .takuchicta .area .c01 { font-size: 100%; margin-right: .5em; padding: 0 0em; line-height: 1.1; margin-top: 1px; width: 45px; height: 45px; }
  /* line 133, page_home.scss */
  #home #mainImg .takuchicta .area .c02 { font-size: 100%; text-align: left; line-height: 1.1; }
  /* line 134, page_home.scss */
  #home #mainImg .takuchicta .area .c02 em { font-size: 140%; } }
/* line 138, page_home.scss */
#home #mainImg .takuchicta .price { display: flex; justify-content: center; align-items: center; /*margin-top: 25px;*/ position: absolute; left: 0; right: 0; margin: auto; z-index: 10; bottom: 40px; }
/* line 139, page_home.scss */
#home #mainImg .takuchicta .price .c01 { font-size: 21px; line-height: 1.1; font-family: "YakuHanMP", "Shippori Mincho B1", serif; background: #133f4a; color: #fff; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; width: 80px; height: 80px; margin-right: .75%; }
/* line 141, page_home.scss */
#home #mainImg .takuchicta .price .c01 small { font-size: 14px; line-height: 1; display: block; margin-top: -8px; white-space: nowrap; }
/* line 148, page_home.scss */
#home #mainImg .takuchicta .price .c02 { font-size: 50%; color: #fff; line-height: 1.2; font-family: "YakuHanMP", "Shippori Mincho B1", serif; letter-spacing: 0; margin-right: .25%; }
/* line 149, page_home.scss */
#home #mainImg .takuchicta .price .c02 em { font-size: 140%; letter-spacing: 0; }
/* line 151, page_home.scss */
#home #mainImg .takuchicta .price .c03 { font-size: 200%; color: #fff; line-height: 0; font-family: "YakuHanMP", "Shippori Mincho B1", serif; letter-spacing: 0; }
/* line 152, page_home.scss */
#home #mainImg .takuchicta .price .c03 small { font-size: 66%; line-height: 0; }
/* line 156, page_home.scss */
#home #mainImg .takuchicta .telWrap { width: 100%; margin: 20px auto 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; color: #fff; filter: drop-shadow(0px 0px 3px black); }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 156, page_home.scss */
  #home #mainImg .takuchicta .telWrap { width: 520px; } }
@media only screen and (max-width: 1023px) { /* line 156, page_home.scss */
  #home #mainImg .takuchicta .telWrap { width: 100%; margin-top: 5px; } }
/* line 158, page_home.scss */
#home #mainImg .takuchicta .telWrap .t, #home #mainImg .takuchicta .telWrap .tel { filter: drop-shadow(0px 0px 3px black); }
/* line 159, page_home.scss */
#home #mainImg .takuchicta .telWrap .t { font-size: 18px; font-size: 1.125rem; line-height: 2.025rem; width: 100%; margin-bottom: 10px; }
@media only screen and (max-width: 1023px) { /* line 159, page_home.scss */
  #home #mainImg .takuchicta .telWrap .t { font-size: 13px; text-align: center; margin-bottom: 0px; } }
/* line 160, page_home.scss */
#home #mainImg .takuchicta .telWrap .tel { display: flex; justify-content: center; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
@media only screen and (max-width: 1023px) { /* line 160, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel { justify-content: center; } }
/* line 161, page_home.scss */
#home #mainImg .takuchicta .telWrap .tel i { width: 85px; line-height: 0; margin: 7px 2px 0 0; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 161, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel i { width: 75px; } }
@media only screen and (max-width: 1023px) { /* line 161, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel i { width: 50px; margin: 7px 2px 0 0; } }
/* line 162, page_home.scss */
#home #mainImg .takuchicta .telWrap .tel em { font-size: 55px; font-size: 3.4375rem; line-height: 3.4375rem; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 162, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel em { font-size: 46px; font-size: 2.875rem; line-height: 2.875rem; } }
@media only screen and (max-width: 1023px) { /* line 162, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel em { font-size: 36px; font-size: 2.25rem; line-height: 2.25rem; } }
/* line 163, page_home.scss */
#home #mainImg .takuchicta .telWrap .tel em a { color: #fff; }
/* line 165, page_home.scss */
#home #mainImg .takuchicta .telWrap .tel small { font-size: 15px; font-size: 0.9375rem; line-height: 1.40625rem; margin: 7px 0 0 16px; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 165, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel small { font-size: 12px; font-size: 0.75rem; line-height: 1.125rem; } }
@media only screen and (max-width: 1023px) { /* line 165, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel small { width: 100%; font-size: 11px; font-size: 0.6875rem; line-height: 1.03125rem; text-align: center; margin: 7px auto 0; } }
/* line 166, page_home.scss */
#home #mainImg .takuchicta .telWrap .tel small span { display: block; }
@media only screen and (max-width: 1023px) { /* line 166, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel small span { display: inline; }
  /* line 168, page_home.scss */
  #home #mainImg .takuchicta .telWrap .tel small span:not(:last-child) { margin-right: 15px; } }
/* line 178, page_home.scss */
#home #mainImg .swiper-container .swiper-pagination { z-index: 50; }
/* line 179, page_home.scss */
#home #mainImg .swiper-container .swiper-pagination .swiper-pagination-bullet { direction: none; background: rgba(0, 0, 0, 0.5); }
/* line 180, page_home.scss */
#home #mainImg .swiper-container .swiper-pagination .swiper-pagination-bullet-active { background: rgba(19, 63, 74, 0.9); }
/* line 182, page_home.scss */
#home #mainImg .swiper-container .swiper-button-prev, #home #mainImg .swiper-container .swiper-button-next { width: 40px; height: 40px; transition: .5s; opacity: .7; outline: none !important; }
/* line 183, page_home.scss */
#home #mainImg .swiper-container .swiper-button-prev::before, #home #mainImg .swiper-container .swiper-button-next::before { content: ""; background-image: none !important; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: auto; z-index: 10; /*font-family:"Font Awesome 5 Pro"; @include fs(42,1); color: $white;*/ width: 15px; height: 40px; color: transparent !important; }
/* line 184, page_home.scss */
#home #mainImg .swiper-container .swiper-button-prev::after, #home #mainImg .swiper-container .swiper-button-next::after { display: none; }
/* line 185, page_home.scss */
#home #mainImg .swiper-container .swiper-button-prev:hover, #home #mainImg .swiper-container .swiper-button-next:hover { opacity: 1; }
/* line 187, page_home.scss */
#home #mainImg .swiper-container .swiper-button-prev { left: 0; }
/* line 188, page_home.scss */
#home #mainImg .swiper-container .swiper-button-prev::before { background: url("../img/gallery/arrowPrev.png") no-repeat !important; background-size: 100% auto !important; }
/* line 190, page_home.scss */
#home #mainImg .swiper-container .swiper-button-next { right: 0; }
/* line 191, page_home.scss */
#home #mainImg .swiper-container .swiper-button-next::before { background: url("../img/gallery/arrowNext.png") no-repeat !important; background-size: 100% auto !important; }
/* line 193, page_home.scss */
#home #mainImg .swiper-container .swiper-wrapper- { cursor: default; }
/* line 195, page_home.scss */
#home #mainImg .swiper-container .swiper-wrapper- .swiper-slide small { position: absolute; z-index: 1000; right: 1.5em; bottom: 1em; font-size: 11px; letter-spacing: 0; color: #fff; filter: drop-shadow(0px 0px 3px black); }
/* line 202, page_home.scss */
#home .ctaWrap { padding: 50px 0 50px; }
/* line 203, page_home.scss */
#home .ctaWrap .tit { display: flex; flex-direction: column; }
/* line 204, page_home.scss */
#home .ctaWrap .tit span.en { font-size: 26px; font-size: 1.625rem; line-height: 2.4375rem; opacity: .5; }
/* line 205, page_home.scss */
#home .ctaWrap .tit em.jpH { font-size: 48px; font-size: 3rem; line-height: 4.5rem; }
/* line 207, page_home.scss */
#home .ctaWrap .cta.jpH { font-size: 70px; font-size: 4.375rem; line-height: 6.5625rem; color: #960d27; }
@media only screen and (max-width: 1023px) { /* line 213, page_home.scss */
  #home #mainImg { /* swiperNav */ }
  /* line 214, page_home.scss */
  #home #mainImg .cap { font-size: 11px; bottom: 5px; right: 5px; }
  /* line 215, page_home.scss */
  #home #mainImg .copy { font-size: 24px; line-height: 1.5; top: 5%; }
  /* line 218, page_home.scss */
  #home #mainImg .takuchicta { position: relative; top: auto; left: auto; bottom: auto; right: auto; transform: none; position: absolute; left: 0; right: 0; margin: auto; z-index: 10; /* top: 20px;*/ top: 30px; font-size: 24px; line-height: 1.2; height: calc(100% - 30px); }
  /* line 220, page_home.scss */
  #home #mainImg .takuchicta .takuchi { font-size: 62%; margin: 0 auto 0px; }
  /* line 221, page_home.scss */
  #home #mainImg .takuchicta .copy { margin: 0 auto 0px; padding-left: .1em; }
  /* line 222, page_home.scss */
  #home #mainImg .takuchicta .tit { /*font-size: 140%;*/ font-size: 150%; /*font-size: 122%;*/ /*font-size: 185%;*/ /*font-size: 150%;*/ /*font-size: 135%;*/ /*@include fs(42,1.2);*/ /*small{ font-size: 13px; line-height: 1.5; margin-top: 5px;}*/ }
  /* line 224, page_home.scss */
  #home #mainImg .takuchicta .tit span { /*font-size: 85%;*/ font-size: 110%; margin-top: 10px; }
  /* line 225, page_home.scss */
  #home #mainImg .takuchicta .tit span i { font-size: 80%; }
  /* line 226, page_home.scss */
  #home #mainImg .takuchicta .tit span small { font-size: 68%; line-height: 1.5; }
  /* line 228, page_home.scss */
  #home #mainImg .takuchicta .tit strong { /*font-size: 138%;*/ font-size: 110%; }
  /* line 229, page_home.scss */
  #home #mainImg .takuchicta .tit em { font-size: 51%; /*font-size: 65%;*/ margin-top: .5em; padding: .25em 0; }
  /* line 230, page_home.scss */
  #home #mainImg .takuchicta .tit em strong { font-size: 200%; }
  /* line 233, page_home.scss */
  #home #mainImg .takuchicta .price { margin-top: 15px; /*@include centerReset;*/ bottom: 35px; }
  /* line 234, page_home.scss */
  #home #mainImg .takuchicta .price .c01 { font-size: 60%; width: 50px; height: 50px; margin-right: 5px; }
  /* line 235, page_home.scss */
  #home #mainImg .takuchicta .price .c01 small { font-size: 60%; white-space: nowrap; margin-top: -5px; }
  /* line 237, page_home.scss */
  #home #mainImg .takuchicta .price .c02 { font-size: 50%; margin-right: 1px; }
  /* line 238, page_home.scss */
  #home #mainImg .takuchicta .price .c02 em { font-size: 140%; }
  /* line 240, page_home.scss */
  #home #mainImg .takuchicta .price .c03 { font-size: 200%; }
  /* line 241, page_home.scss */
  #home #mainImg .takuchicta .price .c03 small { font-size: 66%; }
  /* line 251, page_home.scss */
  #home #mainImg .swiper-container .swiper-button-prev, #home #mainImg .swiper-container .swiper-button-next { width: 24px; height: 50px; opacity: 1; }
  /* line 252, page_home.scss */
  #home #mainImg .swiper-container .swiper-button-prev::before, #home #mainImg .swiper-container .swiper-button-next::before { /* @include fs(21,1); font-family:"Font Awesome 5 Free"; font-weight: 900;*/ width: 8px; height: 20px; }
  /* line 253, page_home.scss */
  #home #mainImg .swiper-container .swiper-button-prev::after, #home #mainImg .swiper-container .swiper-button-next::after { display: none; }
  /* line 260, page_home.scss */
  #home #mainImg .swiper-container .swiper-wrapper- .swiper-slide small { font-size: 10px; right: 1em; bottom: .0em; }
  /* line 266, page_home.scss */
  #home .ctaWrap { padding: 30px 0 30px; }
  /* line 268, page_home.scss */
  #home .ctaWrap .tit span.en { font-size: 20px; font-size: 1.25rem; line-height: 1.875rem; }
  /* line 269, page_home.scss */
  #home .ctaWrap .tit em.jpH { font-size: 27px; font-size: 1.6875rem; line-height: 2.53125rem; }
  /* line 271, page_home.scss */
  #home .ctaWrap .cta.jpH { font-size: 40px; font-size: 2.5rem; line-height: 3.75rem; } }
/* line 284, page_home.scss */
#home #pointWrap .point.feature { background: url("../img/common/bgBeige.jpg"); padding: 40px 0 40px; }
/* line 286, page_home.scss */
#home #pointWrap .point.feature .inner .t.jpH { font-size: 38px; font-size: 2.375rem; line-height: 3.5625rem; color: #bfae73; border-bottom: 1px solid #bfae73; margin-bottom: 30px; padding-bottom: 5px; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 286, page_home.scss */
  #home #pointWrap .point.feature .inner .t.jpH { font-size: 30px; } }
/* line 287, page_home.scss */
#home #pointWrap .point.feature .inner .t.jpH strong { font-size: 120%; }
/* line 289, page_home.scss */
#home #pointWrap .point.feature .inner ul { display: flex; justify-content: center; align-items: center; align-items: flex-start; justify-content: center; }
/* line 290, page_home.scss */
#home #pointWrap .point.feature .inner ul li { /*width: calc(100% / 3 - 20px);*/ }
/* line 291, page_home.scss */
#home #pointWrap .point.feature .inner ul li:not(:last-child) { /*margin-right: 40px;*/ margin-right: 65px; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 291, page_home.scss */
  #home #pointWrap .point.feature .inner ul li:not(:last-child) { margin-right: 30px; } }
/* line 292, page_home.scss */
#home #pointWrap .point.feature .inner ul li h2 { font-size: 31px; font-size: 1.9375rem; line-height: 2.90625rem; color: #133f4a; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 292, page_home.scss */
  #home #pointWrap .point.feature .inner ul li h2 { /*font-size: 25px; line-height: 1.5;*/ } }
/* line 293, page_home.scss */
#home #pointWrap .point.feature .inner ul li h2 span { font-size: 80%; display: block; line-height: 1.4; }
/* line 294, page_home.scss */
#home #pointWrap .point.feature .inner ul li h2 small { font-size: 60%; line-height: 1.4; }
/* line 296, page_home.scss */
#home #pointWrap .point.feature .inner ul li p { font-size: 14px; font-size: 0.875rem; line-height: 1.3125rem; margin-top: 6px; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 296, page_home.scss */
  #home #pointWrap .point.feature .inner ul li p { /*@include fs(11,1.5);*/ } }
/* line 298, page_home.scss */
#home #pointWrap .point.feature .inner ul li:nth-of-type(1) h2 { margin-top: -.25em; }
@media only screen and (max-width: 1023px) { /* line 298, page_home.scss */
  #home #pointWrap .point.feature .inner ul li:nth-of-type(1) h2 { margin-top: 0; } }
/* line 302, page_home.scss */
#home #pointWrap .point.feature .inner ul li:nth-of-type(5) h2 small { display: block; margin-bottom: 15px; }
@media only screen and (max-width: 1023px) { /* line 302, page_home.scss */
  #home #pointWrap .point.feature .inner ul li:nth-of-type(5) h2 small { display: inline-block; margin-bottom: 10px; } }
/* line 307, page_home.scss */
#home #pointWrap .point.feature .inner .ranking { display: flex; justify-content: center; align-items: center; margin-top: 30px; }
/* line 308, page_home.scss */
#home #pointWrap .point.feature .inner .ranking i { width: 170px; margin-right: 30px; }
/* line 309, page_home.scss */
#home #pointWrap .point.feature .inner .ranking em { font-size: 38px; font-size: 2.375rem; line-height: 3.0875rem; color: #bfae73; }
/* line 310, page_home.scss */
#home #pointWrap .point.feature .inner .ranking em span { font-size: 85%; display: block; }
/* line 311, page_home.scss */
#home #pointWrap .point.feature .inner .ranking em strong { display: block; }
/* line 312, page_home.scss */
#home #pointWrap .point.feature .inner .ranking em strong b { font-size: 150%; }
/* line 314, page_home.scss */
#home #pointWrap .point.feature .inner .ranking em small { display: block; font-size: 12px; font-size: 0.75rem; line-height: 1.125rem; margin-top: 10px; color: #2d2d2d; }
@media only screen and (max-width: 1023px) { /* line 325, page_home.scss */
  #home #pointWrap .point.feature { padding: 20px 0 25px; }
  /* line 326, page_home.scss */
  #home #pointWrap .point.feature .inner { padding: 0 5%; }
  /* line 327, page_home.scss */
  #home #pointWrap .point.feature .inner .t.jpH { font-size: 28px; font-size: 1.75rem; line-height: 2.45rem; margin-bottom: 30px; padding-bottom: 15px; border-top: 1px solid #bfae73; padding-top: 15px; }
  /* line 328, page_home.scss */
  #home #pointWrap .point.feature .inner .t.jpH strong { font-size: 120%; }
  /* line 330, page_home.scss */
  #home #pointWrap .point.feature .inner ul { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; }
  /* line 331, page_home.scss */
  #home #pointWrap .point.feature .inner ul li { width: 100%; }
  /* line 332, page_home.scss */
  #home #pointWrap .point.feature .inner ul li:not(:last-child) { margin-right: 0px; padding-bottom: 20px; margin-bottom: 10px; border-bottom: 1px solid rgba(223, 223, 223, 0.8); }
  /* line 333, page_home.scss */
  #home #pointWrap .point.feature .inner ul li h2 { font-size: 24px; font-size: 1.5rem; line-height: 2.25rem; }
  /* line 334, page_home.scss */
  #home #pointWrap .point.feature .inner ul li p { font-size: 12px; font-size: 0.75rem; line-height: 1.125rem; margin-top: 5px; }
  /* line 336, page_home.scss */
  #home #pointWrap .point.feature .inner ul li:nth-of-type(2) p { /*text-align: left;*/ }
  /* line 340, page_home.scss */
  #home #pointWrap .point.feature .inner .ranking { margin-top: 30px; flex-direction: column; }
  /* line 341, page_home.scss */
  #home #pointWrap .point.feature .inner .ranking i { width: 240px; margin-right: 0px; margin-bottom: 10px; }
  /* line 342, page_home.scss */
  #home #pointWrap .point.feature .inner .ranking em { font-size: 32px; font-size: 2rem; line-height: 2.6rem; }
  /* line 343, page_home.scss */
  #home #pointWrap .point.feature .inner .ranking em span { font-size: 80%; }
  /* line 344, page_home.scss */
  #home #pointWrap .point.feature .inner .ranking em strong { display: block; }
  /* line 345, page_home.scss */
  #home #pointWrap .point.feature .inner .ranking em strong b { font-size: 150%; }
  /* line 347, page_home.scss */
  #home #pointWrap .point.feature .inner .ranking em small { display: block; font-size: 12px; font-size: 0.75rem; line-height: 1.125rem; margin-top: 10px; color: #2d2d2d; } }
/* line 363, page_home.scss */
#home #news { padding: 50px 0 120px; }
/* line 364, page_home.scss */
#home #news .enG { font-weight: 100; font-size: 50px; font-size: 3.125rem; line-height: 4.6875rem; color: #133f4a; font-family: "EB Garamond", serif; font-size: 42px; color: #bfae73; }
/* line 365, page_home.scss */
#home #news ul { width: 680px; margin: 0 auto 50px; }
/* line 366, page_home.scss */
#home #news ul li { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; /*align-items: baseline;*/ font-size: 18px; font-size: 1.125rem; line-height: 1.6875rem; border-bottom: 1px dashed #dfdfdf; padding: 20px 20px; }
/* line 367, page_home.scss */
#home #news ul li span, #home #news ul li em { text-align: left; font-family: "YakuHanMP", "Shippori Mincho B1", serif; }
/* line 368, page_home.scss */
#home #news ul li span { width: 120px; }
/* line 369, page_home.scss */
#home #news ul li em { width: calc(100% - 140px); }
/* line 373, page_home.scss */
#home #news ul li.holiday em strong { font-size: 20px; font-size: 1.25rem; line-height: 2.25rem; color: #dc143c; display: block; }
/* line 375, page_home.scss */
#home #news ul li.holiday em small { display: block; font-size: 12px; font-size: 0.75rem; line-height: 1.125rem; margin-top: 8px; padding-left: 1em; position: relative; }
/* line 376, page_home.scss */
#home #news ul li.holiday em small::before { content: "※"; position: absolute; top: 0; left: 0; }
/* line 382, page_home.scss */
#home #news .mailFormWrap { width: 100%; }
/* line 383, page_home.scss */
#home #news .mailFormWrap .t.jpH { font-size: 20px; font-size: 1.25rem; line-height: 1.875rem; margin: 0 auto 30px; width: 100%; }
@media only screen and (max-width: 1023px) { /* line 391, page_home.scss */
  #home #news { padding: 50px 0 80px; }
  /* line 392, page_home.scss */
  #home #news .enG { font-size: 36px; font-size: 2.25rem; line-height: 3.375rem; }
  /* line 393, page_home.scss */
  #home #news ul { width: 100%; margin: 0 auto 40px; padding: 0 5%; }
  /* line 394, page_home.scss */
  #home #news ul li { width: 100%; font-size: 16px; font-size: 1rem; line-height: 1.5rem; padding: 15px 0%; }
  /* line 395, page_home.scss */
  #home #news ul li span, #home #news ul li em { text-align: left; }
  /* line 396, page_home.scss */
  #home #news ul li span { width: 100%; }
  /* line 397, page_home.scss */
  #home #news ul li em { width: calc(100% - 0px); margin-top: 5px; }
  /* line 401, page_home.scss */
  #home #news .mailFormWrap .t.jpH { font-size: 16px; font-size: 1rem; line-height: 1.5rem; margin: 0 auto 20px; } }
/* line 420, page_home.scss */
#home #topConcept .phSetWrap { position: relative; }
/* line 421, page_home.scss */
#home #topConcept .phSetWrap .en { font-size: 62px; line-height: 1; color: rgba(255, 255, 255, 0.75); position: absolute; left: 0; right: 0; margin: auto; z-index: 10; bottom: 10px; filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.5)); }
/* line 422, page_home.scss */
#home #topConcept .phSetWrap ul.phSet { display: flex; justify-content: space-between; flex-wrap: wrap; }
/* line 423, page_home.scss */
#home #topConcept .phSetWrap ul.phSet li { width: calc(100% / 5); position: relative; }
/* line 424, page_home.scss */
#home #topConcept .phSetWrap ul.phSet li .ph { height: 260px; }
/* line 425, page_home.scss */
#home #topConcept .phSetWrap ul.phSet li small, #home #topConcept .phSetWrap ul.phSet li span { position: absolute; }
/* line 426, page_home.scss */
#home #topConcept .phSetWrap ul.phSet li small { font-size: 10px; line-height: 1; bottom: 4px; left: 6px; color: #fff; }
/* line 427, page_home.scss */
#home #topConcept .phSetWrap ul.phSet li span { font-size: 12px; line-height: 1.5; top: calc(100% + 5px); width: 90%; }
/* line 428, page_home.scss */
#home #topConcept .phSetWrap ul.phSet li:nth-of-type(1) span { text-align: left; left: 10px; }
/* line 429, page_home.scss */
#home #topConcept .phSetWrap ul.phSet li:nth-of-type(5) span { text-align: right; right: 10px; }
/* line 433, page_home.scss */
#home #topConcept .catch { padding: 40px 0 30px; }
/* line 434, page_home.scss */
#home #topConcept .read { font-size: 16px; line-height: 2.0; font-family: "YakuHanMP", "Shippori Mincho B1", serif; /*-webkit-text-stroke-width: .15px;*/ margin: -10px auto 60px; }
@media only screen and (max-width: 1023px) { /* line 442, page_home.scss */
  #home #topConcept .phSetWrap .en { font-size: 38px; line-height: 1.1; color: rgba(255, 255, 255, 0.9); position: relative; top: auto; left: auto; bottom: auto; right: auto; transform: none; position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: auto; z-index: 10; filter: drop-shadow(0px 0px 3px black); }
  /* line 443, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet { display: flex; justify-content: space-between; flex-wrap: wrap; }
  /* line 444, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li { width: calc(100% / 2); position: relative; /*&:nth-of-type(6) span { text-align: right; right: 10px; top: auto; bottom: 4px; color: #fff;}*/ }
  /* line 445, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li:nth-of-type(1) { width: 100%; }
  /* line 446, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li .ph { height: 150px; }
  /* line 447, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li small, #home #topConcept .phSetWrap ul.phSet li span { position: absolute; }
  /* line 448, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li small { font-size: 10px; line-height: 1; bottom: 4px; left: 6px; color: #fff; }
  /* line 449, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li span { font-size: 10px; line-height: 1.5; top: calc(100% + 5px); width: 90%; filter: drop-shadow(0px 0px 2px black); }
  /* line 450, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li:nth-of-type(1) span { text-align: left; left: 8px; top: auto; bottom: 3px; color: #fff; /*bottom: calc(100% + 5px);*/ }
  /* line 452, page_home.scss */
  #home #topConcept .phSetWrap ul.phSet li:nth-of-type(5) span { text-align: right; right: 10px; filter: none; }
  /* line 456, page_home.scss */
  #home #topConcept .catch { line-height: 1.6; padding: 40px 0 30px; }
  /* line 457, page_home.scss */
  #home #topConcept .read { font-size: 16px; line-height: 2.0; /*-webkit-text-stroke-width: 0px;*/ margin: -10px auto 60px; text-align: left; padding: 0 5%; } }
/* line 468, page_home.scss */
#home #links { background: linear-gradient(-25deg, rgba(233, 229, 227, 0.75) 0%, white 100%); padding: 60px 0 60px; /*margin-bottom: 10px;*/ }
/* line 470, page_home.scss */
#home #links ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 470, page_home.scss */
  #home #links ul { padding: 0 20px; } }
/* line 471, page_home.scss */
#home #links ul li { width: 30.5%; /*margin-bottom: 5%;*/ text-align: left; }
/* line 472, page_home.scss */
#home #links ul li:nth-of-type(2), #home #links ul li:nth-of-type(5) { margin-top: 4%; }
/* line 473, page_home.scss */
#home #links ul li a { color: #2d2d2d; position: relative; width: 100%; height: 100%; }
/* line 474, page_home.scss */
#home #links ul li a h2.en { font-size: 46px; font-size: 2.875rem; line-height: 2.875rem; margin: 0 0 -20px -15px; z-index: 10; position: relative; z-index: 25; color: #133f4a; filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 8px white); }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 474, page_home.scss */
  #home #links ul li a h2.en { font-size: 40px; line-height: 1; } }
/* line 476, page_home.scss */
#home #links ul li a .ph.flexImg { height: 0; padding-top: 123%; }
/* line 477, page_home.scss */
#home #links ul li a .ph.flexImg img { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: auto; z-index: 10; transform: scale(1) translateY(-50%); }
/* line 478, page_home.scss */
#home #links ul li a .ph.flexImg small { font-size: 12px; font-size: 0.75rem; line-height: 1.125rem; position: absolute; bottom: 15px; left: 15px; color: #fff; z-index: 20; font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif; }
/* line 479, page_home.scss */
#home #links ul li a .ph.flexImg small.b { color: #000; }
/* line 480, page_home.scss */
#home #links ul li a .ph.flexImg small.sdwW { text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 4px white; }
/* line 481, page_home.scss */
#home #links ul li a .ph.flexImg small.sdwB { text-shadow: 0px 0px 3px black, 0px 0px 3px black, 0px 0px 5px black; }
/* line 483, page_home.scss */
#home #links ul li a .ph.flexImg.wImage::after { bottom: 10px; }
/* line 485, page_home.scss */
#home #links ul li a .read { font-size: 16px; font-size: 1rem; line-height: 1.8rem; margin: 40px 0 0; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 485, page_home.scss */
  #home #links ul li a .read { margin-top: 20px; } }
/* line 486, page_home.scss */
#home #links ul li a .btn { background: #bfae73; color: #fff; width: 190px; height: 50px; position: absolute; display: flex; justify-content: center; align-items: center; top: 475px; right: -15px; z-index: 25; }
@media screen and (min-width: 1024px) and (max-width: 1279px) { /* line 486, page_home.scss */
  #home #links ul li a .btn { width: 220px; position: relative; top: auto; right: auto; margin: 20px auto 0; } }
/* line 488, page_home.scss */
#home #links ul li a .btn em.en { font-size: 20px; font-size: 1.25rem; line-height: 1.875rem; }
/* line 489, page_home.scss */
#home #links ul li a .btn i { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; right: 15px; font-size: 12px; transition: .5s; }
/* line 493, page_home.scss */
#home #links ul li a:hover .ph.flexImg img { transform: scale(1.05) translateY(-50%); }
/* line 496, page_home.scss */
#home #links ul li a:hover .btn i { right: 12px; }
/* line 500, page_home.scss */
#home #links ul li.uc { position: relative; }
/* line 501, page_home.scss */
#home #links ul li.uc::before { content: "COMING SOON"; font-family: "EB Garamond", serif; position: absolute; left: 0; right: 0; margin: auto; z-index: 10; top: 40%; color: #fff; text-align: center; font-size: 30px; font-size: 1.875rem; line-height: 2.8125rem; display: none; }
/* line 502, page_home.scss */
#home #links ul li.uc a { pointer-events: none; opacity: .35; }
@media only screen and (max-width: 1023px) { /* line 519, page_home.scss */
  #home #links { padding: 30px 0 30px; /*margin-bottom: 6px;*/ }
  /* line 520, page_home.scss */
  #home #links ul { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 5% 40px; }
  /* line 521, page_home.scss */
  #home #links ul li { /*width: 46.0%;*/ width: 100%; /*margin-bottom: 10%;*/ /*margin-bottom: 15%;*/ text-align: left; }
  /* line 522, page_home.scss */
  #home #links ul li:nth-of-type(2), #home #links ul li:nth-of-type(5) { margin-top: 0%; }
  /* line 523, page_home.scss */
  #home #links ul li:nth-of-type(even) { /*margin-top: 7.5%;*/ margin-top: 0; }
  /* line 524, page_home.scss */
  #home #links ul li:not(:last-child) { margin-bottom: 15%; }
  /* line 525, page_home.scss */
  #home #links ul li a { display: flex; flex-direction: column; height: 100%; width: 100%; }
  /* line 526, page_home.scss */
  #home #links ul li a h2.en { /*@include fs(25,1); margin: 0 0 -7.5% -5%;*/ font-size: 32px; font-size: 2rem; line-height: 2rem; margin: 0 0 -3.5% -2.5%; text-align: center; filter: drop-shadow(0px 0px 3px white) drop-shadow(0px 0px 5px white) drop-shadow(0px 0px 8px white); }
  /* line 528, page_home.scss */
  #home #links ul li a .ph.flexImg { height: 0; padding-top: 123%; }
  /* line 530, page_home.scss */
  #home #links ul li a .ph.flexImg small { left: 10px; bottom: 5px; }
  /* line 531, page_home.scss */
  #home #links ul li a .ph.flexImg::after { opacity: 1; }
  /* line 533, page_home.scss */
  #home #links ul li a .read { font-size: 14px; font-size: 0.875rem; line-height: 1.575rem; margin: 15px 0 10px; }
  /* line 534, page_home.scss */
  #home #links ul li a .btn { max-width: 180px; width: 100%; height: 40px; position: relative; top: auto; right: auto; margin: 10px auto 0; margin-top: auto; }
  /* line 535, page_home.scss */
  #home #links ul li a .btn em.en { font-size: 18px; font-size: 1.125rem; line-height: 1.6875rem; }
  /* line 536, page_home.scss */
  #home #links ul li a .btn i { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; right: 15px; font-size: 12px; }
  /* line 540, page_home.scss */
  #home #links ul li a:hover .ph.flexImg img { transform: scale(1.05) translateY(-50%); }
  /* line 543, page_home.scss */
  #home #links ul li a:hover .btn i { right: 12px; }
  /* line 548, page_home.scss */
  #home #links ul li.uc::before { top: 24%; font-size: 18px; font-size: 1.125rem; line-height: 1.6875rem; }
  /* line 549, page_home.scss */
  #home #links ul li.uc a { pointer-events: none; opacity: .35; } }
