@charset "UTF-8";
/* common  ----------------------------------------*/
.breadcrumbArea {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .breadcrumbArea {
    top: 80px;
  }
}

/* Msg  -------------------------------------------*/
.secMsg {
  padding: 5.2857em 0 0;
}
@media screen and (min-width: 768px) {
  .secMsg {
    padding: 90px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .secMsg {
    padding: 110px 0 0;
  }
}
.secMsg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/dining/msg_bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.secMsg__bg {
  width: 100%;
  height: calc(100vh - 50px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.secMsg__bg img {
  -o-object-position: top left;
     object-position: top left;
}
@media screen and (min-width: 768px) {
  .secMsg__bg {
    height: calc(100vh - 80px);
  }
}
.secMsg__inner {
  max-width: 400px;
  padding: 1.7857em 1.4286em;
  background-color: #fff;
  box-shadow: 0 0 21.976px 0 rgba(143, 143, 143, 0.15);
}
@media screen and (min-width: 768px) {
  .secMsg__inner {
    max-width: 670px;
    padding: 45px 0;
    background-size: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .secMsg__inner {
    padding: 50px 20px;
    background-size: 8.18px;
    box-shadow: 0 0 44px 0 rgba(143, 143, 143, 0.15);
  }
}
.secMsg__txtWrap {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}
.secMsg__txtWrap p {
  font-size: 92.86%;
  letter-spacing: 0.15em;
  line-height: 2.67787;
}
.secMsg__txtWrap p + p {
  margin-top: 2.67787em;
}
.secMsg__txtWrap p:last-child {
  letter-spacing: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .secMsg__txtWrap {
    max-width: 515px;
  }
  .secMsg__txtWrap p {
    font-size: 14px;
    line-height: 2.67;
  }
  .secMsg__txtWrap p:last-child {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1024px) {
  .secMsg__txtWrap p {
    font-size: 16px;
    line-height: 2.72;
  }
}
.secMsg__ttl {
  margin-bottom: 2.3333em;
  font-size: 85.71%;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .secMsg__ttl {
    margin-bottom: 46px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .secMsg__ttl {
    margin-bottom: 60px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .secMsg::before {
    background-attachment: scroll;
  }
}
/* INTRO  -----------------------------------------*/
.secIntro {
  padding: 5.7143em 0 2.5em;
}
@media screen and (min-width: 768px) {
  .secIntro {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro {
    padding: 140px 0;
  }
}
.secIntro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2.2857em;
}
@media screen and (min-width: 768px) {
  .secIntro__inner {
    flex-direction: row;
    grid-gap: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__inner {
    grid-gap: 60px;
  }
}
.secIntro__imgBlk {
  width: 100%;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .secIntro__imgBlk {
    width: 44.75%;
    max-width: 100%;
    flex-shrink: 0;
  }
}
.secIntro__txtBlk {
  width: 100%;
}
.secIntro__txtBlk_ttl {
  margin-bottom: 1.2em;
  font-size: 142.86%;
  line-height: 1.5;
}
.secIntro__txtBlk_txtWrap {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .secIntro__txtBlk_ttl {
    font-size: 125%;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__txtBlk_ttl {
    margin-bottom: 24px;
    font-size: 28px;
  }
}

/* FEATURE  ---------------------------------------*/
.secFeature__ttlBlk {
  width: 100%;
  padding: 6.7143em 0;
  margin-bottom: 4.5714em;
  background: url(../img/dining/feature_ttlbg.jpg) center/cover no-repeat;
  color: #FFF;
}
.secFeature__ttlBlk_ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  grid-gap: 1.4286em;
}
.secFeature__ttlBlk_ttl .jp {
  font-size: 171.43%;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.secFeature__ttlBlk_ttl .en {
  font-size: 114.29%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .secFeature__ttlBlk__ttlBlk {
    padding: 5.875em 0;
    margin-bottom: 4em;
  }
  .secFeature__ttlBlk__ttlBlk_ttl {
    grid-gap: 1.25em;
  }
  .secFeature__ttlBlk__ttlBlk_ttl .jp {
    font-size: 150%;
  }
  .secFeature__ttlBlk__ttlBlk_ttl .en {
    font-size: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .secFeature__ttlBlk {
    padding: 117px 0;
    margin-bottom: 100px;
  }
  .secFeature__ttlBlk_ttl .jp {
    font-size: 30px;
    line-height: 1;
  }
}
.secFeature__featureBlkWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 4.5714em;
  counter-reset: feature_list 0;
}
@media screen and (min-width: 768px) {
  .secFeature__featureBlkWrap {
    grid-gap: 4em;
  }
}
@media screen and (min-width: 1024px) {
  .secFeature__featureBlkWrap {
    grid-gap: 100px;
  }
}
.secFeature__featureBlk {
  width: 100%;
}
.secFeature__featureBlk_ttl {
  margin-bottom: 1.6667em;
  font-size: 171.43%;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 0.8333em;
}
.secFeature__featureBlk_ttl::before {
  counter-increment: feature_list 1;
  content: counter(feature_list, decimal-leading-zero);
  font-weight: 500;
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.secFeature__featureBlk_txtWrap {
  margin-bottom: 2.2857em;
  line-height: 1.8;
}
.secFeature__featureBlk_imgSlider {
  width: 100%;
}
.secFeature__featureBlk_imgSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media screen and (max-width: 575px) {
  .secFeature__featureBlk .swiper-wrapper {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 2px;
  }
  .secFeature__featureBlk .swiper-slide:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .secFeature__featureBlk_ttl {
    font-size: 150%;
    grid-gap: 0.8333em;
  }
  .secFeature__featureBlk_txtWrap {
    margin-bottom: 2em;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .secFeature__featureBlk_txtWrap {
    margin-bottom: 60px;
  }
}

/* KITCHEN  ---------------------------------------*/
.secKitchen {
  padding: 3.4286em 0 4.2857em;
}
@media screen and (min-width: 768px) {
  .secKitchen {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secKitchen {
    padding: 140px 0;
  }
}
.secKitchen__ttl {
  width: 100%;
  padding-top: 1.2143em;
  margin-bottom: 2.8571em;
  position: relative;
  z-index: 1;
}
.secKitchen__ttl .jp {
  font-size: 171.43%;
  line-height: 1.5;
}
.secKitchen__ttl .en {
  color: #F4F4F4;
  font-size: 414.29%;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -0.3448em;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .secKitchen__ttl {
    padding-top: 1.0625em;
    margin-bottom: 2.5em;
  }
  .secKitchen__ttl .jp {
    font-size: 150%;
  }
  .secKitchen__ttl .en {
    font-size: 362.5%;
  }
}
@media screen and (min-width: 1024px) {
  .secKitchen__ttl {
    padding: 32px 0;
    margin-bottom: -8px;
  }
  .secKitchen__ttl .jp {
    font-size: 32px;
    line-height: 1;
  }
  .secKitchen__ttl .en {
    font-size: 85px;
    left: -20px;
  }
}
@media screen and (min-width: 1240px) {
  .secKitchen__ttl {
    padding: 38px 0;
  }
  .secKitchen__ttl .en {
    font-size: 100px;
    left: calc(-1 * (50vw - 600px));
  }
}
@media screen and (min-width: 1440px) {
  .secKitchen__ttl {
    padding: 47px 0;
  }
  .secKitchen__ttl .en {
    font-size: 116px;
  }
}
.secKitchen__txt {
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.secKitchen__list {
  width: 100%;
  margin-top: 7.1429em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 70px;
  counter-reset: kitchen_list 0;
}
@media screen and (min-width: 768px) {
  .secKitchen__list {
    margin-top: 3.75em;
  }
}
@media screen and (min-width: 1024px) {
  .secKitchen__list {
    margin-top: 106px;
    grid-gap: 95px;
  }
}
.secKitchen__list .listItem {
  width: calc(100% - 20px);
  position: relative;
  z-index: 1;
}
.secKitchen__list .listItem::before {
  content: "";
  width: 100%;
  height: calc(100% - 2.2857em);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.secKitchen__list .listItem::after {
  counter-increment: kitchen_list 1;
  content: counter(kitchen_list, decimal-leading-zero);
  color: #6A6A6A;
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 414.29%;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -30px;
  right: 10px;
}
.secKitchen__list .listItem__txtWrap {
  width: 100%;
  padding: 5em 1.4286em 2.2857em;
  font-size: 100%;
  line-height: 1.8;
}
.secKitchen__list .listItem__txtWrap_ttl {
  margin-bottom: 1.2em;
  font-size: 142.86%;
  line-height: 1.4;
}
.secKitchen__list .listItem__imgWrap {
  width: calc(100% - 20px);
  max-width: 450px;
  display: grid;
  grid-gap: 0.7143em;
}
.secKitchen__list .listItem:nth-child(even) {
  margin-left: auto;
}
.secKitchen__list .listItem:nth-child(even)::after {
  right: 30px;
}
.secKitchen__list .listItem:nth-child(even) .listItem__imgWrap {
  margin-left: auto;
}
.secKitchen__list .listItem:nth-child(1)::before {
  background-color: #F9F0F0;
}
.secKitchen__list .listItem:nth-child(2)::before {
  background-color: #F7F9F0;
}
.secKitchen__list .listItem:nth-child(3)::before {
  background-color: #F0F9F9;
}
@media screen and (min-width: 768px) {
  .secKitchen__list .listItem::before {
    height: calc(100% - 2em);
  }
  .secKitchen__list .listItem::after {
    font-size: 362.5%;
  }
  .secKitchen__list .listItem__txtWrap {
    font-size: 87.5%;
  }
  .secKitchen__list .listItem__imgWrap {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .secKitchen__list .listItem {
    max-width: 1200px;
  }
  .secKitchen__list .listItem::before {
    height: calc(100% - 100px);
  }
  .secKitchen__list .listItem::after {
    font-size: 116px;
    top: -50px;
    right: 0;
  }
  .secKitchen__list .listItem__txtWrap {
    width: 100%;
    padding: 80px 20px 40px;
    font-size: 16px;
  }
  .secKitchen__list .listItem__txtWrap_ttl {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1;
  }
  .secKitchen__list .listItem__imgWrap {
    width: calc(100% - 60px);
    grid-gap: 35px;
  }
}
@media screen and (min-width: 1220px) {
  .secKitchen__list .listItem::before {
    width: calc(100% + 50vw - 600px);
  }
}
@media screen and (min-width: 1240px) {
  .secKitchen__list .listItem {
    width: 100%;
  }
  .secKitchen__list .listItem::after {
    right: -90px;
  }
  .secKitchen__list .listItem:nth-child(odd) .listItem__txtWrap {
    padding-left: calc(50vw - 600px);
    padding-right: 0;
  }
  .secKitchen__list .listItem:nth-child(odd) .listItem__imgWrap {
    margin-left: calc(50vw - 600px);
  }
  .secKitchen__list .listItem:nth-child(even) {
    margin-left: calc(50vw - 600px);
  }
  .secKitchen__list .listItem:nth-child(even) .listItem__txtWrap {
    width: calc(100% - 60px);
    margin-left: auto;
  }
}

/* LEARN  -----------------------------------------*/
.secLearn {
  padding: 0 0 4.2857em;
}
@media screen and (min-width: 768px) {
  .secLearn {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .secLearn {
    padding-bottom: 190px;
  }
}
.secLearn__ttl {
  width: 100%;
  padding-top: 2.375em;
  margin-bottom: 5.2143em;
  position: relative;
  z-index: 1;
}
.secLearn__ttl .jp {
  font-size: 171.43%;
  line-height: 1.5;
}
.secLearn__ttl .en {
  color: #F4F4F4;
  font-size: 414.29%;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -0.3448em;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .secLearn__ttl {
    padding-top: 20px;
    margin-bottom: 4.5625em;
  }
  .secLearn__ttl .jp {
    font-size: 150%;
  }
  .secLearn__ttl .en {
    font-size: 362.5%;
  }
}
@media screen and (min-width: 1024px) {
  .secLearn__ttl {
    padding: 32px 0;
    margin-bottom: 70px;
  }
  .secLearn__ttl .jp {
    font-size: 32px;
    line-height: 1;
  }
  .secLearn__ttl .en {
    font-size: 85px;
    left: -20px;
  }
}
@media screen and (min-width: 1240px) {
  .secLearn__ttl {
    padding: 38px 0;
  }
  .secLearn__ttl .en {
    font-size: 100px;
    left: calc(-1 * (50vw - 600px));
  }
}
@media screen and (min-width: 1440px) {
  .secLearn__ttl {
    padding: 56px 0;
  }
  .secLearn__ttl .en {
    font-size: 116px;
  }
}
.secLearn__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 2.8571em;
  counter-reset: learn_list 0;
}
@media screen and (min-width: 768px) {
  .secLearn__list {
    grid-gap: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secLearn__list {
    grid-gap: 125px;
  }
}
.secLearn__list .listItem {
  width: 100%;
  position: relative;
  z-index: 1;
}
.secLearn__list .listItem::after {
  content: "";
  width: 95%;
  height: 27em;
  background-color: #F9F5F0;
  display: block;
  position: absolute;
  bottom: 120px;
  z-index: -1;
}
.secLearn__list .listItem__txtWrap {
  width: 100%;
  margin-bottom: 2.1429em;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.secLearn__list .listItem__txtWrap::before {
  counter-increment: learn_list 1;
  content: counter(learn_list, decimal-leading-zero);
  margin-bottom: 0.3158em;
  color: #6A6A6A;
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 271.43%;
  font-weight: 300;
  line-height: 1;
  text-align: right;
  display: block;
}
.secLearn__list .listItem__txtWrap_ttl {
  min-height: 1.8em;
  margin-bottom: 1.4em;
  font-size: 142.86%;
  line-height: 1.4;
  white-space: nowrap;
}
.secLearn__list .listItem__imgWrap {
  width: calc(100% + 20px);
  max-width: 450px;
  margin: 0 auto 0 -20px;
}
.secLearn__list .listItem:nth-child(odd)::after {
  right: -20px;
}
.secLearn__list .listItem:nth-child(even) {
  margin-left: auto;
}
.secLearn__list .listItem:nth-child(even)::after {
  left: -20px;
}
.secLearn__list .listItem:nth-child(even) .listItem__txtWrap::before {
  margin-bottom: 0.6842em;
  text-align: left;
}
.secLearn__list .listItem:nth-child(even) .listItem__imgWrap {
  margin: 0 -20px 0 auto;
}
@media screen and (min-width: 768px) {
  .secLearn__list .listItem {
    display: flex;
    align-items: center;
    grid-gap: 40px;
  }
  .secLearn__list .listItem::after {
    width: 62.75%;
    max-width: 753px;
    height: auto;
    padding-top: 36%;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .secLearn__list .listItem__txtWrap {
    margin-bottom: 1.5em;
  }
  .secLearn__list .listItem__txtWrap::before {
    font-size: 237.5%;
  }
  .secLearn__list .listItem__txtWrap_ttl {
    font-size: 125%;
  }
  .secLearn__list .listItem__imgWrap {
    width: 45.75%;
    max-width: 100%;
    margin: 0;
    flex-shrink: 0;
  }
  .secLearn__list .listItem:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .secLearn__list .listItem:nth-child(even)::after {
    left: 50%;
  }
  .secLearn__list .listItem:nth-child(even) .listItem__txtWrap::before {
    margin-bottom: 1.625em;
  }
}
@media screen and (min-width: 1024px) {
  .secLearn__list .listItem {
    grid-gap: 70px;
  }
  .secLearn__list .listItem::after {
    bottom: -50px;
  }
  .secLearn__list .listItem:nth-child(odd)::after {
    left: calc(50% + 50px);
  }
  .secLearn__list .listItem:nth-child(odd):nth-child(even)::after {
    left: calc(50% + 50px);
  }
  .secLearn__list .listItem__txtWrap {
    margin-bottom: 0;
  }
  .secLearn__list .listItem__txtWrap::before {
    margin-bottom: 12px;
    font-size: 76px;
  }
  .secLearn__list .listItem__txtWrap_ttl {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 1.5;
  }
  .secLearn__list .listItem:nth-child(even) .listItem__txtWrap::before {
    margin-bottom: 12px;
  }
  .secLearn__list .listItem:nth-child(even) .listItem__imgWrap {
    margin: 0;
  }
}

/* COLUMN  ----------------------------------------*/
.secColumn {
  padding: 0 0 6.4286em;
}
@media screen and (min-width: 768px) {
  .secColumn {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .secColumn {
    padding-bottom: 155px;
  }
}
.secColumn__ttl {
  width: 100%;
  padding-top: 1.4286em;
  margin-bottom: 3.9286em;
  position: relative;
  z-index: 1;
}
.secColumn__ttl .jp {
  font-size: 171.43%;
  font-weight: 700;
  line-height: 1.5;
}
.secColumn__ttl .en {
  color: #F4F4F4;
  font-size: 414.29%;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .secColumn__ttl {
    padding-top: 1.25em;
    margin-bottom: 3.4375em;
  }
  .secColumn__ttl .jp {
    font-size: 150%;
  }
  .secColumn__ttl .en {
    font-size: 362.5%;
  }
}
@media screen and (min-width: 1024px) {
  .secColumn__ttl {
    padding: 40px 0 0 54px;
    margin-bottom: 105px;
  }
  .secColumn__ttl .jp {
    font-size: 32px;
  }
  .secColumn__ttl .en {
    font-size: 116px;
  }
}
@media screen and (min-width: 1240px) {
  .secColumn__ttl .en {
    left: calc(-1 * (50vw - 600px));
  }
}
.secColumn__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.1429em 1.4286em;
}
@media screen and (min-width: 768px) {
  .secColumn__list {
    grid-gap: 1.875em 1.25em;
  }
}
@media screen and (min-width: 1024px) {
  .secColumn__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .secColumn__list {
    grid-gap: 40px;
  }
}
.secColumn__list .listItem__link {
  width: 100%;
  display: block;
}
.secColumn__list .listItem__img {
  width: 100%;
  padding-top: 125%;
}
.secColumn__list .listItem__txtWrap {
  padding: 1.4286em 0 0;
}
.secColumn__list .listItem__txtWrap_date {
  margin: -0.4167em 0 0.8333em;
  color: #7a7a7a;
  font-size: 85.71%;
  font-weight: 400;
  line-height: 1;
}
.secColumn__list .listItem__txtWrap_date time {
  letter-spacing: 0;
}
.secColumn__list .listItem__txtWrap_cat {
  margin-bottom: 0.6429em;
}
.secColumn__list .listItem__txtWrap_cat span {
  padding: 0.3571em 0.7143em;
  background-color: #131313;
  color: #fff;
  font-size: 100%;
  line-height: 1.3;
  display: inline-block;
}
.secColumn__list .listItem__txtWrap_ttl {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .secColumn__list .listItem__txtWrap {
    padding: 1.25em 0 0;
  }
  .secColumn__list .listItem__txtWrap_date {
    font-size: 75%;
  }
  .secColumn__list .listItem__txtWrap_cat {
    margin-bottom: 0.5625em;
  }
  .secColumn__list .listItem__txtWrap_cat span {
    font-size: 87.5%;
  }
}