@charset "UTF-8";
/* -----------------------------------------------------------------------------

local common

----------------------------------------------------------------------------- */
.mod_breadlist {
  z-index: 2;
}

.content_wrap {
  overflow: visible;
}

body {
  min-width: initial;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .-ss_contents_B {
    margin-left: calc(50% - 2.4rem);
    width: 4.56rem;
  }
}

.-sec_tit .title {
  line-height: 1.2;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .-sec_tit .title {
    gap: 0.2rem;
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 640px) {
  .-sec_tit .title {
    gap: 0.16rem;
    font-size: 0.28rem;
  }
}
.-sec_tit .title .-sub_txt {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 641px) {
  .-sec_tit .title .-sub_txt {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .-sec_tit .title .-sub_txt {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-sec_tit.column .title {
    flex-direction: row;
  }
}
@media screen and (max-width: 640px) {
  .-sec_tit.column .title {
    flex-direction: column;
  }
}
.-sec_tit.flex_start .title {
  gap: 0.16rem;
  align-items: flex-start;
}

.-sec_concept_txt .-sec_concept_txt_catch {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.2;
}
@media print, screen and (min-width: 641px) {
  .-sec_concept_txt .-sec_concept_txt_catch {
    margin-top: 0.8rem;
    font-size: 0.24rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 640px) {
  .-sec_concept_txt .-sec_concept_txt_catch {
    margin-top: 0.48rem;
    font-size: 0.16rem;
    letter-spacing: 0.15em;
  }
}
.-sec_concept_txt .-sec_concept_txt_txt {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 641px) {
  .-sec_concept_txt .-sec_concept_txt_txt {
    margin-top: 0.3rem;
    font-size: 0.14rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 640px) {
  .-sec_concept_txt .-sec_concept_txt_txt {
    margin-top: 0.24rem;
    font-size: 0.13rem;
    line-height: 2.4;
  }
}
@media print, screen and (min-width: 641px) {
  .-sec_concept_txt .-sec_concept_txt_btn {
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .-sec_concept_txt .-sec_concept_txt_btn {
    margin-top: 0.48rem;
  }
}

@media print, screen and (min-width: 641px) {
  .-ss_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* -----------------------------------------------------------------------------

content

----------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .sec_mv {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.8rem;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%);
    z-index: 1;
  }
}
.sec_mv .mv_inner {
  position: relative;
  height: calc(100vh - 0.8rem);
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_inner {
    height: calc(100svh - 0.7rem);
  }
}
.sec_mv .mv_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.sec_mv .mv_txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.sec_mv .mv_txt .mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_mv .mv_txt .main_ttl {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 641px) {
  .sec_mv .mv_txt .main_ttl {
    font-size: 0.48rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_txt .main_ttl {
    font-size: 0.32rem;
    letter-spacing: 0.1em;
  }
}
.sec_mv .mv_txt .sub_ttl {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0.16rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .sec_mv .mv_txt .sub_ttl {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_mv .mv_txt .sub_ttl {
    font-size: 0.12rem;
  }
}

.sec_intro {
  padding-top: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_intro {
    padding-top: 1.2rem;
  }
}
.sec_intro .intro_inner {
  overflow: hidden;
}
.sec_intro .intro_staging {
  position: relative;
  padding-top: 550vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* .intro_image-wrap {
  	position: relative;
  	margin-top: -1px;
  	.intro_inner{
  		height: calc(610px * 5);
  		> div{
  			position: relative;
  			width: 35vw;
  			height: 75vh;
  			top: 12.5vh;
  			margin: auto;
  			background-position: center;
  			background-repeat: no-repeat;
  			background-size: cover;
  			-webkit-transition: background-image .3s linear;
  			transition: background-image .3s linear;
  			&.img0 {
  				background-image: url(/wedding/img/concept/fade_01.webp);
  			  }
  		}
  	}
  }
    .p-top__image-wrap .wrap > div.img1 {
  	background-image: url(/wedding/img/concept/fade_01.webp);
    }
    .p-top__image-wrap .wrap > div.img2 {
  	background-image: url(/wedding/img/concept/fade_01.webp);
    }
    .p-top__image-wrap .wrap > div.img3 {
  	background-image: url(/wedding/img/concept/fade_01.webp);
    } */
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_staging {
    margin-top: 1rem;
  }
}
.sec_intro .intro_title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_title {
    margin-inline: 0.3rem;
  }
}
.sec_intro .intro_title .title {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.32rem;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_title .title {
    font-size: 0.2rem;
  }
}
.sec_intro .intro_title .title span {
  display: inline-block;
  padding-inline: 0.25em;
  padding-bottom: 0.05rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_title .title span {
    position: relative;
    padding: 0;
    padding-left: 0.2rem;
    border: none;
  }
  .sec_intro .intro_title .title span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.12rem;
    height: 1px;
    background-color: #1A1B12;
  }
}
.sec_intro .intro_catch {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28rem;
  letter-spacing: 0.18em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_catch {
    font-size: 0.22rem;
  }
}
.sec_intro .intro_txt {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  letter-spacing: 0.2em;
  line-height: 2.6;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_txt {
    margin-top: 0.24rem;
    font-size: 0.13rem;
    line-height: 2.4;
  }
}
.sec_intro .ph_cluster {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-inline: auto;
  opacity: 1;
  transition: 1.5s;
}
.sec_intro .ph_cluster::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  background-color: rgba(42, 58, 45, 0.3);
  backdrop-filter: blur(2.5px);
}
.sec_intro .ph_cluster.-blur::before {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .sec_intro .ph_cluster.-blur::after {
    opacity: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_intro .ph_cluster {
    background-color: #fff;
    min-height: 7.6rem;
    background: #fff url(/wedding/img/concept/fade_01.webp) no-repeat center center/8.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .ph_cluster {
    height: 100vh;
    background: #fff url(/wedding/img/concept/fade_01_sp.webp) no-repeat center center/1.92rem;
    transition: all 1.5s;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_intro .ph_cluster.img1 {
    background-image: url(/wedding/img/concept/fade_01.webp);
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .ph_cluster.img1 {
    background-image: url(/wedding/img/concept/fade_01_sp.webp);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_intro .ph_cluster.img2 {
    background-image: url(/wedding/img/concept/fade_02.webp);
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .ph_cluster.img2 {
    background-image: url(/wedding/img/concept/fade_02_sp.webp);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_intro .ph_cluster.img3 {
    background-image: url(/wedding/img/concept/fade_03.webp);
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .ph_cluster.img3 {
    background-image: url(/wedding/img/concept/fade_03_sp.webp);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_intro .ph_cluster.img4 {
    background-image: url(/wedding/img/concept/bg_plologue.webp);
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .ph_cluster.img4 {
    background-image: url(/wedding/img/concept/bg_plologue_sp.webp);
  }
}
.sec_intro .ph_cluster.-sticky {
  position: fixed;
}
.sec_intro .ph_cluster.-disable {
  opacity: 0;
}
.sec_intro .ph_cluster.-endline {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0;
}
.sec_intro .ph_cluster .ph:not(.main) {
  position: absolute;
}
.sec_intro .ph_cluster .main {
  width: 8.4rem;
  height: 4.72rem;
}
@media screen and (min-width: 1601px) {
  .sec_intro .ph_cluster .main {
    width: 40.62vw;
    height: 25.31vw;
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .ph_cluster .main {
    display: none;
  }
}
.sec_intro .staging_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.3s;
  scale: 1.1;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_bg {
    transition: opacity 1.5s;
  }
}
.sec_intro .staging_bg::after {
  /* @include sc(sp){
  	content: '';
  	position: absolute;
  	z-index: 0;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	backdrop-filter: blur(3px);
  	transition: opacity 1s;
  } */
}
.sec_intro .staging_bg.-sticky {
  position: fixed;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_bg.-sticky {
    opacity: 1;
  }
}
.sec_intro .staging_bg.-active {
  opacity: 1;
}
.sec_intro .staging_bg.-blur::before {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_bg.-blur::after {
    opacity: 0;
  }
}
.sec_intro .staging_bg.-endline {
  top: auto;
  bottom: 0;
  position: fixed;
}
.sec_intro .staging_bg .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec_intro .staging_detail_wrap {
  padding-bottom: 120vh;
}
.sec_intro .staging_detail {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_detail {
    max-height: 100%;
  }
}
.sec_intro .staging_detail .detail_inner {
  max-width: 13rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_detail .detail_inner {
    max-width: calc(100% - 0.6rem);
  }
}
.sec_intro .staging_detail .staging_catch {
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.15em;
  line-height: 1.25;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_detail .staging_catch {
    font-size: 0.18rem;
  }
}
.sec_intro .staging_detail .staging_txt {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  letter-spacing: 0.15em;
  line-height: 2.2;
  color: #fff;
  margin-top: 0.56rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_detail .staging_txt {
    font-size: 0.16rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
  }
}
.sec_intro .staging_detail.-endline .detail_inner {
  position: fixed;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.sec_intro .staging_detail.next .staging_catch {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.36rem;
  letter-spacing: 0.18em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_detail.next .staging_catch {
    font-size: 0.24rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
}
.sec_intro .staging_detail.next .staging_txt {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 641px) {
  .sec_intro .staging_detail.next .staging_txt {
    margin-top: 0.32rem;
    font-size: 0.14rem;
    letter-spacing: 0.2em;
    line-height: 2.4;
  }
}
@media screen and (max-width: 640px) {
  .sec_intro .staging_detail.next .staging_txt {
    margin-top: 0.24rem;
    font-size: 0.13rem;
  }
}
.sec_intro .intro_detail {
  padding-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail {
    padding-top: 1rem;
  }
}
.sec_intro .intro_detail .detail_ph01 {
  width: 10.4rem;
  height: 6.93rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .detail_ph01 {
    width: calc(100% - 0.2rem);
    height: 62.933vw;
    margin-left: 0.2rem;
  }
}
.sec_intro .intro_detail .detail_ph02 {
  position: absolute;
  top: 4.4rem;
  left: calc(50% - 8rem);
  width: 3.35rem;
  height: 4.84rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .detail_ph02 {
    position: relative;
    top: 0;
    left: 0;
    width: 30.66vw;
    height: 41.86vw;
    margin-top: -0.77rem;
  }
}
.sec_intro .intro_detail .detail_ph03 {
  width: 4rem;
  height: 5.5rem;
  padding-left: 1.7rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .detail_ph03 {
    width: 79.2vw;
    height: 109vw;
    padding: 0;
    margin-left: calc(100% - 79.2vw);
  }
}
.sec_intro .intro_detail .detail_ph04 {
  position: absolute;
  left: 0;
  top: 3.5rem;
  width: 7.2rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .detail_ph04 {
    position: static;
    width: 84vw;
    height: 55.73vw;
    margin-inline: auto;
    margin-top: 0.7rem;
  }
}
.sec_intro .intro_detail .detail_txt {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.2em;
  line-height: 2.6;
  margin-top: 1.25rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .detail_txt {
    font-size: 0.15rem;
    white-space: pre;
    line-height: 2.4;
    max-width: calc(100% - 1.5rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 0.5rem;
  }
}
.sec_intro .intro_detail .row {
  position: relative;
  max-width: 16rem;
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .row {
    max-width: 100%;
  }
}
.sec_intro .intro_detail .row01 {
  padding-left: 5.6rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .row01 {
    padding: 0;
  }
}
.sec_intro .intro_detail .row02 {
  margin-top: -1.75rem;
  padding-left: 8.8rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .intro_detail .row02 {
    margin-top: 0.7rem;
    padding: 0;
  }
}

.sec_location .location_inner {
  position: relative;
  height: 9rem;
}
@media screen and (max-width: 640px) {
  .sec_location .location_inner {
    height: 6.67rem;
  }
}
.sec_location .location_ph.back {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 1s;
}
.sec_location.-active .location_ph.back {
  opacity: 1;
}
.sec_location .-riseup_wrap {
  position: relative;
  height: 100%;
}
.sec_location .-riseup_wrap .img_sticky {
  position: sticky;
  top: 0;
  height: 100vh;
}
.sec_location .-riseup_wrap .img_sticky > * {
  height: 100%;
  width: 100%;
}
.sec_location .-riseup_wrap .img_rise {
  position: relative;
  z-index: 10;
  height: 100vh;
}
.sec_location .-riseup_wrap .img_rise > * {
  height: 100%;
}
.sec_location .-riseup_wrap .stucky_txt {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 20;
}
@media screen and (min-width: 641px) and (max-width: 999px) {
  .sec_location .-riseup_wrap .stucky_txt {
    position: absolute;
  }
}
.sec_location .-riseup_wrap .stick_height {
  height: 200vh;
}
@media screen and (max-width: 999px) {
  .sec_location .-riseup_wrap .stick_height {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sec_location .-riseup_wrap .stick_height {
    display: block;
  }
}
.sec_location .txt-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .sec_location .txt-wrap {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 41.25%);
  }
}
@media screen and (max-width: 640px) {
  .sec_location .txt-wrap {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 67.6%);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_location .txt-wrap .-sec_concept_txt {
    margin-inline: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_location .txt-wrap .-sec_concept_txt {
    width: 100%;
    margin-inline: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_location.anniversary .txt-wrap {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(-90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 38.41%);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_location.anniversary .txt-wrap .-sec_concept_txt {
    margin-inline: auto 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_location.anniversary .txt-wrap .-sec_tit .title {
    align-items: flex-start;
  }
}

/* 親要素にスクロールスナップを設定 */
/* 子要素にスナップポイントを設定 */
.snap-page {
  display: flex;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .snap-page {
    height: 100vh;
  }
}
.snap-page > * {
  width: 100%;
}

.container {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}

.section {
  height: 100vh;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}

.normal-block {
  background-color: #ccc;
}

/*   .snap1 {
	background-color: lightblue;
  }

  .snap2 {
	background-color: lightgreen;
  }

  .snap3 {
	background-color: lightcoral;
  } */
@media print, screen and (min-width: 641px) {
  #snap1 {
    background-image: url(../img/concept/bg_cuisine_01.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  #snap1 picture {
    display: none;
  }
}

@media print, screen and (min-width: 641px) {
  #snap3 {
    background-image: url(../img/concept/bg_style_01.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  #snap3 picture {
    display: none;
  }
}

@media print, screen and (min-width: 641px) {
  .sec_cooking .-sec_cooking_mv {
    height: 100vh;
  }
}
.sec_cooking .-ss_container {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sec_cooking .-ss_container {
    margin: 0.8rem 0.2rem 0;
  }
}
.sec_cooking .cooking_side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "a a" "b c";
}
@media screen and (max-width: 640px) {
  .sec_cooking .cooking_side {
    margin-top: 0.32rem;
  }
}
.sec_cooking .cooking_side .-sec_cooking_side_ph01:nth-child(1) {
  grid-area: a;
}
.sec_cooking .cooking_side .-sec_cooking_side_ph01:nth-child(2) {
  grid-area: b;
}
.sec_cooking .cooking_side .-sec_cooking_side_ph01:nth-child(3) {
  grid-area: c;
}
@media print, screen and (min-width: 641px) {
  .sec_cooking .cooking_side .-sec_cooking_side_ph01:nth-child(3) img {
    background-position: top center;
  }
}
.sec_cooking .-ss_ios_wrap {
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_cooking .-ss_ios_wrap .-sec_concept_txt {
    margin-top: 1.93rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_cooking .-ss_ios_wrap .-sec_concept_txt {
    margin-top: 0.56rem;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .sec_wed_style {
    margin-top: 1.34rem;
  }
}
.sec_wed_style .-ss_container {
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_mv {
    width: 100%;
    height: 100vh;
  }
  .sec_wed_style .-sec_wed_style_mv + .-ss_container {
    margin-top: 100vh;
    background-color: #fff;
  }
}
.sec_wed_style .-ss_ios_wrap {
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-ss_ios_wrap {
    padding-block: 2.1rem 1.21rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-ss_ios_wrap {
    padding-block: 0.8rem 0;
  }
}
.sec_wed_style .-sec_wed_style_body01 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body01 {
    margin: 0 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body01 .-sec_concept_txt {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body01 .-sec_concept_txt_catch {
    margin-top: 0.56rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body01 .-ph01_wrap {
    margin-top: 0.32rem;
  }
}
.sec_wed_style .-sec_wed_style_body01 .-sec_concept_txt_btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body01 .-sec_concept_txt_btn {
    flex-direction: column;
    align-items: center;
    gap: 0.32rem;
  }
}
.sec_wed_style .-sec_wed_style_body02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 {
    margin-top: 0.94rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-ss_contents_B {
    margin-left: calc(50% - 3rem);
    width: 6rem;
  }
}
.sec_wed_style .-sec_wed_style_body02 .-body02_box {
  background-color: #F3F1EF;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-body02_box {
    padding: 0.56rem 0.8rem 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-body02_box {
    padding: 0.4rem 0.4rem 1rem;
  }
}
.sec_wed_style .-sec_wed_style_body02 .-body02_box .-body02_box_title {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-body02_box .-body02_box_title {
    font-size: 0.26rem;
    letter-spacing: 0.18em;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-body02_box .-body02_box_title {
    font-size: 0.18rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
    white-space: pre;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-box_item {
    margin-top: 0.39rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-box_item {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-box_item + .-box_item {
    margin-top: 0.64rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-box_item + .-box_item {
    margin-top: 0.56rem;
  }
}
.sec_wed_style .-sec_wed_style_body02 .-elem_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_wed_style .-sec_wed_style_body02 .-elem_tit .title {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.12rem;
}
.sec_wed_style .-sec_wed_style_body02 .-elem_tit .title .-sub_txt {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-elem_tit .title .-sub_txt {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-elem_tit .title .-sub_txt {
    font-size: 0.22rem;
  }
}
.sec_wed_style .-sec_wed_style_body02 .-elem_tit .title .-small_txt {
  line-height: 1;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-elem_tit .title .-small_txt {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-elem_tit .title .-small_txt {
    font-size: 0.13rem;
  }
}
.sec_wed_style .-sec_wed_style_body02 .-elem_tit .-sec_wed_style_txt_max {
  font-family: "ten-mincho", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-elem_tit .-sec_wed_style_txt_max {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-elem_tit .-sec_wed_style_txt_max {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_wed_style .-sec_wed_style_body02 .-body02_ph01 {
    margin-top: 0.26rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-body02_ph01 {
    margin-top: 0.24rem;
  }
}
.sec_wed_style .-sec_wed_style_body02 .-btn02 {
  width: 100%;
  margin-top: 0.24rem;
}
@media screen and (max-width: 640px) {
  .sec_wed_style .-sec_wed_style_body02 .-btn02 {
    max-width: 100%;
  }
}

.concept_photo {
  position: relative;
}
.concept_photo figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.95;
}
@media print, screen and (min-width: 641px) {
  .concept_photo figcaption {
    width: 3.25rem;
  }
}
@media screen and (max-width: 640px) {
  .concept_photo figcaption {
    width: 1.72rem;
  }
}
.concept_photo figcaption img {
  width: 100%;
}/*# sourceMappingURL=concept.css.map */