@charset "UTF-8";
/*-----------------------------
//local common
-----------------------------*/
.of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/*-----------------------------
//local webfont
-----------------------------*/
/*
	@include f_sofia();
	@include f_sofia(300);
*/
.f_sofia {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f_sofia_r {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_sofia_m {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*
	@include f_gro();
	Thin：@include f_gro(100);
	Light：@include f_gro(300);
	Regular：@include f_gro(400);
	Medium：@include f_gro(500);
	Bold：@include f_gro(700);
	Black：@include f_gro(900);
*/
.f_gro_t {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.f_gro_l {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f_gro_r {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.f_gro_m {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f_gro_b {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f_gro_bk {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*
	@include f_gro();
	Regular：@include f_gro(400);
	Bold：@include f_gro(700);
*/
.f_min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
}
.os-android .f_min {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}

.f_min_b {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
}
.os-android .f_min_b {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}

/*-----------------------------
//local parts
-----------------------------*/
.headerArea {
  position: fixed;
  top: 0;
  left: 0;
}

.cont_tit .title {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  .cont_tit .title {
    padding-top: 9.72vw;
    padding-bottom: 5.55vw;
  }
}
.cont_tit .title span {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #505050;
}
.os-android .cont_tit .title span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .cont_tit .title span {
    font-size: 3.33vw;
  }
}
.cont_tit .title[data-txt]:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #4a4645;
}
@media screen and (max-width: 640px) {
  .cont_tit .title[data-txt]:before {
    font-size: 6.66vw;
  }
}
.cont_tit .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2rem);
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #505050;
}
.sec_tit .title {
  position: relative;
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_tit .title {
    padding-top: 8.33vw;
  }
}
.sec_tit .title span {
  position: relative;
  padding: 0 0.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  line-height: 1;
  color: #2D2D2D;
}
.os-android .sec_tit .title span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span {
    font-size: 3.33vw;
    letter-spacing: 0.05em;
  }
}
.sec_tit .title span:before, .sec_tit .title span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #666;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span:before, .sec_tit .title span:after {
    width: 2rem;
  }
}
.sec_tit .title span:before {
  left: -3rem;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span:before {
    left: -2rem;
  }
}
.sec_tit .title span:after {
  right: -3rem;
}
@media screen and (max-width: 640px) {
  .sec_tit .title span:after {
    right: -2rem;
  }
}
.sec_tit .title[data-txt]:before {
  content: attr(data-txt);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #4a4645;
}
@media screen and (max-width: 640px) {
  .sec_tit .title[data-txt]:before {
    font-size: 6.94vw;
    letter-spacing: 0.05em;
  }
}

/*-----------------------------
//local contents
-----------------------------*/
.-vanish {
  display: block;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.mod_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 70.4rem;
  width: 100%;
  height: 10.2rem;
  margin: auto;
  margin-top: 5.5rem;
  background-color: rgba(255, 255, 255, 0.53);
}
@media screen and (max-width: 640px) {
  .mod_link_box {
    display: block;
    max-width: 100%;
    width: 68.75vw;
    height: auto;
    padding: 1.5rem 0;
  }
}
.mod_link_box > dt {
  width: 26.1rem;
  height: 4.8rem;
  line-height: 0;
  margin-right: 5rem;
}
@media screen and (max-width: 640px) {
  .mod_link_box > dt {
    width: 59.72vw;
    height: auto;
    margin: auto;
  }
}
.mod_link_box > dt img {
  width: 100%;
  height: auto;
}
.mod_link_box > dd {
  margin: 0;
}
.mod_link_box .more_btn {
  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;
  width: 25.3rem;
  height: 5.5rem;
  background-color: #a2cb65;
}
@media screen and (max-width: 640px) {
  .mod_link_box .more_btn {
    width: 59.72vw;
    height: 12.5vw;
    margin: auto;
    margin-top: 1rem;
  }
}
.mod_link_box .more_btn span {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_link_box .more_btn span {
    font-size: 3.88vw;
  }
}

.mod_fair_box {
  background-color: #f0ede7;
  padding: 8rem 0;
  margin-top: 6rem;
  min-width: 1024px;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .mod_fair_box {
    min-width: 0;
    padding: 5.55vw;
    margin-top: 0;
    font-size: 3.88vw;
    line-height: 1.9;
    text-align: left;
  }
}
.mod_fair_box > .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_fair_box > .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.mod_fair_box .left_box {
  padding: 8px;
}
@media screen and (max-width: 640px) {
  .mod_fair_box .left_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 6.11vw 5.55vw 7.63vw;
  }
}
.mod_fair_box .left_box dt {
  width: 100%;
  height: 7.6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod_fair_box .left_box dt {
    height: auto;
  }
}
.mod_fair_box .left_box dt img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .mod_fair_box .left_box dt img {
    width: 100%;
    height: auto;
  }
}
.mod_fair_box .left_box dd p {
  margin-bottom: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .mod_fair_box .left_box dd p {
    margin-bottom: 1.5rem;
  }
}
.mod_fair_box .left_box dd a {
  display: block;
  background-color: #a6bc4a;
  max-width: 304px;
  margin: 0 auto;
  padding: 12px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .mod_fair_box .left_box dd a {
    max-width: calc(100% - 1.5rem);
    text-align: center;
    padding: 2.22vw 0;
  }
  .mod_fair_box .left_box dd a img {
    width: auto;
    height: 2.77vw;
  }
}
.mod_fair_box .left_box dd a:hover {
  opacity: 0.6;
}
.mod_fair_box .ph {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .mod_fair_box .ph {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mod_fair_box .ph img {
  width: 100%;
  height: auto;
}

.feature_wrap {
  position: relative;
  margin-top: 12rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .feature_wrap {
    margin-top: 5rem;
  }
}
.feature_wrap .cont_tit {
  text-align: center;
  padding-top: 6.5rem;
}
@media screen and (max-width: 640px) {
  .feature_wrap .cont_tit {
    padding-top: 3rem;
  }
}

.sec_intro > .in {
  max-width: 144rem;
  width: 100%;
  padding: 0 13rem;
  padding-bottom: 10rem;
  margin: auto;
  margin-top: 4.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_intro > .in {
    max-width: 100%;
    padding: 0;
    margin-top: 3rem;
  }
}
.sec_intro .mv {
  display: block;
  line-height: 0;
}
.sec_intro .mv img {
  width: 100%;
  height: auto;
}
.sec_intro .catch {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.13em;
  line-height: 1.72;
  color: #666;
  text-align: center;
  margin-top: 8rem;
}
.os-android .sec_intro .catch {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .sec_intro .catch {
    font-size: 5.5vw;
    letter-spacing: 0.08em;
    line-height: 1.62;
    margin-top: 3.4rem;
  }
}
.sec_intro .read {
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  line-height: 2.16;
  color: #666;
  text-align: center;
  margin-top: 4rem;
}
@media print, screen and (min-width: 641px) {
  .sec_intro .read {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
  }
  .os-android .sec_intro .read {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300 !important;
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .read {
    width: 88.88vw;
    margin: auto;
    margin-top: 1.5rem;
    font-size: 4.16vw;
    letter-spacing: 0.11em;
    line-height: 1.73;
    text-align: left;
  }
}

.sec_detail {
  background-color: #f0ede7;
}
@media screen and (max-width: 640px) {
  .sec_detail {
    padding-top: 11.11vw;
    margin-top: 17.22vw;
  }
}
.sec_detail > .in {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_detail > .in {
    padding: 0;
    margin-top: 19.44vw;
  }
}
.sec_detail [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .sec_detail [data-slidearea01] {
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] {
    margin: 0;
    padding: 0 4.17%;
  }
}
.sec_detail [data-slidearea01] .slidearea01_wrap {
  max-width: 1116px;
  width: 100%;
  margin: auto;
  position: relative;
}
.sec_detail [data-slidearea01] .slidearea01_btns {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 58rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_btns {
    height: 61.11vw;
  }
}
.sec_detail [data-slidearea01] .slidearea01_btns button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button {
    width: 9rem;
    height: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.sec_detail [data-slidearea01] .slidearea01_btns button:before, .sec_detail [data-slidearea01] .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button:before {
    width: 4rem;
    height: 4rem;
    background-color: #FFF;
  }
}
.sec_detail [data-slidearea01] .slidearea01_btns button:after {
  width: 1rem;
  height: 1rem;
  border: 2px solid #666;
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button:after {
    border-width: 1px;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button.next {
    right: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button.next {
    right: -1.5rem;
  }
}
.sec_detail [data-slidearea01] .slidearea01_btns button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 3px;
}
@media print, screen and (min-width: 641px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button.prev {
    left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_btns button.prev {
    left: -1.5rem;
  }
}
.sec_detail [data-slidearea01] .slidearea01_btns button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -3px;
}
.sec_detail [data-slidearea01] .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .sec_detail [data-slidearea01] .slidearea01_btns button:hover:before {
  background-color: #000;
}
.no-touchevents .sec_detail [data-slidearea01] .slidearea01_btns button:hover:after {
  border-color: #FFF;
}
.sec_detail [data-slidearea01] .slidearea01_wrapin {
  padding: 0;
}
.sec_detail [data-slidearea01] .slidearea01_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec_detail [data-slidearea01] .slidearea01_content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
.sec_detail [data-slidearea01] .slidearea01_link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.sec_detail [data-slidearea01] .slidearea01_link > .in {
  position: relative;
  margin: 0 2.8%;
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_link > .in {
    margin: 0 1.5%;
  }
}
.sec_detail [data-slidearea01] .slidearea01_link > .in .ph {
  display: block;
  line-height: 0;
  width: 100%;
  height: 58rem;
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_link > .in .ph {
    height: 61.11vw;
  }
}
.sec_detail [data-slidearea01] .slidearea01_link > .in .ph img {
  width: 100%;
  height: auto;
}
.sec_detail [data-slidearea01] .slidearea01_pager {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_pager {
    margin-top: 1rem;
  }
}
.sec_detail [data-slidearea01] .slidearea01_pager button {
  width: 3rem;
  height: 3rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.sec_detail [data-slidearea01] .slidearea01_pager button:after, .sec_detail [data-slidearea01] .slidearea01_pager button:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_pager button:after, .sec_detail [data-slidearea01] .slidearea01_pager button:before {
    background-color: #ccb89d;
  }
}
.sec_detail [data-slidearea01] .slidearea01_pager button:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.no-touchevents .sec_detail [data-slidearea01] .slidearea01_pager button:hover:after, .sec_detail [data-slidearea01] .slidearea01_pager button.active:after {
  background-color: #8E8066;
}
@media screen and (max-width: 640px) {
  .no-touchevents .sec_detail [data-slidearea01] .slidearea01_pager button:hover:after, .sec_detail [data-slidearea01] .slidearea01_pager button.active:after {
    background-color: #A6BC4A;
  }
}
.sec_detail [data-slidearea01] .slidearea01_pager button.active {
  cursor: default;
  pointer-events: none;
}
.sec_detail [data-slidearea01] .slidearea01_imgpager {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_imgpager {
    display: none;
  }
}
.sec_detail [data-slidearea01] .slidearea01_imgpager_btn {
  position: relative;
  display: block;
  margin: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media print, screen and (min-width: 641px) {
  .sec_detail [data-slidearea01] .slidearea01_imgpager_btn {
    width: 14.4rem;
    height: 9.6rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_imgpager_btn {
    width: 30px;
    height: 30px;
  }
}
.sec_detail [data-slidearea01] .slidearea01_imgpager_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #AA8021;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
  .sec_detail [data-slidearea01] .slidearea01_imgpager_btn + .photogallery01_btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sec_detail [data-slidearea01] .slidearea01_imgpager_btn + .photogallery01_btn {
    margin-left: 0;
  }
}
.sec_detail [data-slidearea01] .slidearea01_imgpager_btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.no-touchevents .sec_detail [data-slidearea01] .slidearea01_imgpager_btn:hover {
  opacity: 0.6;
}
.sec_detail [data-slidearea01] .slidearea01_imgpager_btn.active {
  cursor: default;
  pointer-events: none;
}
.sec_detail [data-slidearea01] .slidearea01_imgpager_btn.active:after {
  opacity: 1;
}
.sec_detail .cuisine_slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 1;
  display: block;
  width: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.os-android .sec_detail .cuisine_slide .caption {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media print, screen and (min-width: 641px) {
  .sec_detail .cuisine_slide .caption {
    text-shadow: 0 1px 8px rgba(244, 244, 244, 0.25);
  }
}
@media screen and (max-width: 640px) {
  .sec_detail .cuisine_slide .caption {
    bottom: -8rem;
    pointer-events: none;
    font-size: 3.61vw;
    letter-spacing: 0.06em;
    line-height: 1.76;
    color: #8e8066;
  }
}

.section > .in {
  position: relative;
  width: 100%;
  max-width: 118rem;
  margin: auto;
  padding: 7rem 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #af9967;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .section > .in {
    max-width: 90.27vw;
    padding: 3.8rem 4.86vw 6.94vw;
  }
}
@media screen and (max-width: 640px) {
  .section .txt_box {
    width: 100%;
    margin: 0;
    margin-top: 3.2rem;
    padding: 0 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section .txt_box .title {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.63;
  color: #8e8066;
}
.os-android .section .txt_box .title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .section .txt_box .title {
    font-size: 4.72vw;
    letter-spacing: 0.08em;
    line-height: 1.64;
  }
}
.section .txt_box .-sub {
  display: block;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #4a4645;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  .section .txt_box .-sub {
    font-size: 4.44vw;
  }
}
.section .txt_box .txt {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.71;
  color: #666;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .section .txt_box .txt {
    font-size: 3.88vw;
    line-height: 1.64;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1240px) {
  .section .txt_box .title {
    font-size: 1.8rem;
  }
  .section .txt_box .txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .section .txt_box .title {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.section.-feature {
  margin-top: 8rem;
}
@media screen and (max-width: 640px) {
  .section.-feature {
    margin-top: 4.2rem;
  }
}
.section.-feature .feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 99rem;
  width: 100%;
  margin: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 640px) {
  .section.-feature .feature_box {
    display: block;
    margin-top: 3.3rem;
  }
}
.section.-feature .feature_box .thumb {
  display: block;
  width: 50.6rem;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .section.-feature .feature_box .thumb {
    width: 100%;
    height: auto;
  }
}
.section.-feature .feature_box .thumb img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .section.-feature .feature_box .txt_box {
    width: 39rem;
    margin-left: 6rem;
  }
}
.section.-feature .feature_box.-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 13rem;
}
@media screen and (max-width: 640px) {
  .section.-feature .feature_box.-rev {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1120px) {
  .section.-feature .feature_box.-rev {
    margin-top: 7rem;
  }
}
@media print, screen and (min-width: 641px) {
  .section.-feature .feature_box.-rev .txt_box {
    margin-left: 5.5rem;
    margin-right: 5rem;
  }
}
.section.-feature .message_box {
  position: relative;
  max-width: 82.8rem;
  height: 56rem;
  margin: auto;
  margin-top: 12.4rem;
  padding-top: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 7rem;
    padding-top: 12.5vw;
    padding-bottom: 2.5rem;
  }
}
.section.-feature .message_box:before, .section.-feature .message_box:after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid #beb08f;
}
.section.-feature .message_box:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section.-feature .message_box:after {
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box:after {
    top: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
  }
}
.section.-feature .message_box .title {
  position: absolute;
  z-index: 1;
  top: -1.6rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .title {
    top: -1rem;
    height: 8.61vw;
  }
  .section.-feature .message_box .title img {
    width: auto;
    height: 100%;
  }
}
.section.-feature .message_box .catch {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #af9967;
  text-align: center;
}
.os-android .section.-feature .message_box .catch {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .catch {
    font-size: 4.16vw;
    letter-spacing: 0.05em;
    line-height: 1.35;
  }
}
.section.-feature .message_box .read {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.57;
  text-align: center;
  color: #2d2d2d;
  margin-top: 2rem;
}
.os-android .section.-feature .message_box .read {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .read {
    font-size: 3.88vw;
    letter-spacing: 0.12em;
    line-height: 1.35;
    margin-top: 1.5rem;
  }
}
.section.-feature .message_box .profile_box {
  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;
  max-width: 62rem;
  width: 100%;
  margin: auto;
  margin-top: 3rem;
  padding: 0 3rem;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .profile_box {
    display: block;
    max-width: 100%;
    padding: 0;
  }
}
.section.-feature .message_box .profile_box .thumb {
  display: block;
  width: 28.9rem;
  height: 22.3rem;
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .profile_box .thumb {
    width: 70.69vw;
    height: auto;
    margin: auto;
  }
}
.section.-feature .message_box .profile_box .thumb img {
  width: 100%;
  height: auto;
}
.section.-feature .message_box .profile_box .txt_box {
  max-width: 29rem;
  width: 100%;
  text-align: left;
  margin-left: 4rem;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .profile_box .txt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70.83vw;
    margin: auto;
    margin-top: 1.5rem;
  }
}
.section.-feature .message_box .profile_box .txt_box .title {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.16;
  color: #505050;
}
.os-android .section.-feature .message_box .profile_box .txt_box .title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .profile_box .txt_box .title {
    display: block;
    text-align: center;
    font-size: 3.33vw;
    margin: auto;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section.-feature .message_box .profile_box .txt_box .title strong {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #2d2d2d;
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .profile_box .txt_box .title strong {
    display: block;
    font-size: 4.72vw;
    line-height: 1.6;
  }
}
.section.-feature .message_box .profile_box .txt_box .txt {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.69;
  color: #666;
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .profile_box .txt_box .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 3.33vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-top: 0;
  }
}
.section.-feature .message_box .deco {
  position: absolute;
  right: -3rem;
  bottom: -1.5rem;
  z-index: 0;
  width: 18.6rem;
  height: 7.1rem;
}
.section.-feature .message_box .deco img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .section.-feature .message_box .deco {
    display: none;
  }
}
.section.-sweets {
  margin-top: 7rem;
}
@media screen and (max-width: 640px) {
  .section.-sweets {
    max-width: 100%;
    margin-top: 18vw;
  }
}
@media screen and (max-width: 640px) {
  .section.-sweets > .in {
    max-width: 100%;
    padding-bottom: 15.27vw;
  }
}
.section.-sweets .catch {
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  line-height: 2.16;
  text-align: center;
  margin-top: 2rem;
}
@media print, screen and (min-width: 641px) {
  .section.-sweets .catch {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", 游明朝, "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    font-style: normal;
  }
  .os-android .section.-sweets .catch {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300 !important;
  }
}
@media screen and (max-width: 640px) {
  .section.-sweets .catch {
    font-size: 4.16vw;
    letter-spacing: 0.06em;
    line-height: 1.73;
    text-align: left;
    color: #666;
  }
}
.section.-sweets .ph {
  display: block;
  margin: auto;
  margin-top: 3rem;
  max-width: 96rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .section.-sweets .ph {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
  }
}
.section.-sweets .ph img {
  width: 100%;
  height: auto;
}
.section.-sweets .mod_link_box {
  background-color: rgba(240, 237, 231, 0.52);
}
@media screen and (max-width: 640px) {
  .section.-sweets .mod_link_box {
    margin-top: 2.5rem;
  }
}
.section.-sweets .mod_link_box .more_btn {
  width: 27.8rem;
}
@media screen and (max-width: 640px) {
  .section.-sweets .mod_link_box .more_btn {
    width: 62.5vw;
  }
}