@charset "UTF-8";
/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
    opacity: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    /* 縦方向に下げておくことで、下から上に上がってくるようなアニメーションになります */
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  
  /* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
  .fadeIn.scrollIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
/*===============
	all
=================*/
.main-area .main-inner{
    width: 100%;
}
#lily_200807{
    margin: 0 auto;
}

.lily_200807_all{
    margin: 0 auto;
    box-sizing: border-box;
    font-feature-settings: "palt";
    font-family: quasimoda, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
    font-weight: 400;
    font-style: normal;
}
img{
    width: 100%;
}
.pc_only{
    display: none;
}
/* =================
	title(top)
================= */
.lily_200807_all h2{
    text-align: center;
    font-family: paganini, serif;
    letter-spacing: 0.06em;   
    color: #231d19;
}
.lily_200807_all .ttl_box span:first-child{
    margin-top: calc( 107 * (100vw / 750));
    font-size: calc( 32 * (100vw / 750));
    letter-spacing: 0.04em;
    font-weight: 400;
    font-style: italic;
    display: block;
}
.lily_200807_all .ttl_box span:nth-last-child(2){
    margin-top: calc( 17 * (100vw / 750));
    font-size: calc( 36 * (100vw / 750));
    letter-spacing: 0.06em;
    display: block;
}
.lily_200807_all .ttl_box span:last-child{
    margin-top: calc( 11 * (100vw / 750));
    font-size: calc( 66 * (100vw / 750));
    letter-spacing: 0.06em;
    display: block;
}
.lily_200807_all .top_cnt ul{
    display: flex;
    justify-content: center;
    margin-top: calc( 80 * (100vw / 750));
}
.lily_200807_all .top_cnt li{
    width: calc( 355 * (100vw / 750));
}
/* .lily_200807_all .top_cnt li:first-child{
    margin-right: 10px;
} */
.lily_200807_all .top_cnt_price{
    text-align: center;
    margin-top: calc( 33 * (100vw / 750));
    font-family: quasimoda, sans-serif;
    font-weight: normal;
    font-size: calc( 24 * (100vw / 750));
    letter-spacing: 0.1em;
}

.lily_200807_all .top_cnt_price a{
    text-decoration: underline solid #b0b0b0;
}
.lily_200807_all .top_cnt_txt{
    font-size: calc( 26 * (100vw / 750));
    letter-spacing: 0.08em;
    line-height: 2.37;
    text-align: center;
    margin-top: calc( 66 * (100vw / 750));
}
/* =================
	section1
================= */
.lily_200807_sec1{
    margin-top: calc( 118 * (100vw / 750));
}
.lily_200807_sec1 ul{
    display: block;
}
.lily_200807_sec1 .sec1_imgbox_1{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
}
.lily_200807_sec1 .sec1_imgbox_2{
    width: calc( 315 * (100vw / 750));
    margin: calc( 60 * (100vw / 750)) auto 0 calc( 35 * (100vw / 750));
    position: relative;
}
.lily_200807_sec1 .sec1_imgbox_2::before{
    content: "";
    width: calc( 675 * (100vw / 750));
    height: calc( 790 * (100vw / 750));
    background-color: #f2f0e7;
    position: absolute;
    top: calc( 100 * (100vw / 750));
    right: calc( -325 * (100vw / 750));
    z-index: -1;
}
.lily_200807_sec1 .sec1_imgbox_3{
    width: calc( 360 * (100vw / 750));
    margin-top: calc( -223 * (100vw / 750));
    margin-left: auto;
}
.lily_200807_sec1 .sec1_imgbox_txt{
    width: calc( 673 * (100vw / 750));
    margin: 0 auto;
    margin-top: calc( 48 * (100vw / 750));
    font-size: calc( 24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.05em;
    font-feature-settings: normal;
    text-align: justify;
}
/* =================
	section2
================= */
.lily_200807_sec2{
    margin-top: calc( 180 * (100vw / 750));
}
.lily_200807_sec2 ul{
    display: flex;
    flex-direction: column;
}
.lily_200807_sec2 .sec2_imgbox_1{
    width: calc( 488 * (100vw / 750));
    margin-left: calc( 60 * (100vw / 750));
    margin-right: auto;
    order: 1;
    position: relative;
}
.lily_200807_sec2 .sec2_imgbox_1::before{
    content: "";
    width: calc( 590 * (100vw / 750));
    height: calc( 730 * (100vw / 750));
    background-color: #f2f0e7;
    position: absolute;
    top: calc( -95 * (100vw / 750));
    left: calc( 100 * (100vw / 750));
    z-index: -1;
}
.lily_200807_sec2 .sec2_imgbox_2{
    width: calc( 338 * (100vw / 750));
    margin-top: calc( -243 * (100vw / 750));
    margin-left: calc( 35 * (100vw / 750));
    order: 3;
	position: relative;
	z-index: 5;
}
.lily_200807_sec2 .sec2_imgbox_3::before{
    content: "";
    width: calc( 640 * (100vw / 750));
    height: calc( 680 * (100vw / 750));
    background-color: #f2f0e7;
    position: absolute;
    top: calc( 100 * (100vw / 750));
    right: calc( 75 * (100vw / 750));
    z-index: -1;
}
.lily_200807_sec2 .sec2_imgbox_1_txt{
    margin: 0 auto;
    margin-top: calc( 48 * (100vw / 750));
    font-size: calc( 24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.05em;
    font-feature-settings: normal;
    text-align: justify;
}
.lily_200807_sec2 .sec2_imgbox_txt{
    width: calc( 678 * (100vw / 750));
    margin: 0 auto;
    margin-top: calc( 48 * (100vw / 750));
    font-size: calc( 24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.05em;
    font-feature-settings: normal;
    text-align: justify;
}
.lily_200807_sec2 .sec2_imgbox_3{
    width: calc( 414 * (100vw / 750));
    margin: calc( 59 * (100vw / 750)) calc( 35 * (99vw / 750)) 0 auto;
    order: 2;
	position: relative;
}
/* =================
	section3
================= */
.lily_200807_sec3{
    margin-top: calc( 130 * (100vw / 750));
}
.lily_200807_sec3 ul{
    margin: 0 auto;
}
.lily_200807_sec3 .sec3_imgbox_1{
    width: calc( 600 * (100vw / 750));
    margin: 0 auto;
}
.lily_200807_sec3 .sec3_imgbox_2{
    width: calc( 375 * (100vw / 750));
    margin-top: calc( 61 * (100vw / 750));
    margin-right: auto;
    position: relative;
}
.lily_200807_sec3 .sec3_imgbox_2::before{
    content: "";
    width: calc( 640 * (100vw / 750));
    height: calc( 1265 * (100vw / 750));
    background-color: #efefef;
    position: absolute;
    top: calc( 100 * (100vw / 750));
    left: calc( 110 * (100vw / 750));
    z-index: -1;
}
.lily_200807_sec3 .sec3_imgbox_3{
    width: calc( 338 * (100vw / 750));
    margin-top: calc( -312 * (100vw / 750));
    margin-left: auto;
}

/* =================
	section4
================= */
.lily_200807_sec4{
    margin-top: calc( 60 * (100vw / 750));
}
.lily_200807_sec4 .sec4_imgbox{
    width: calc( 562 * (100vw / 750));
    margin-left: calc( 35 * (100vw / 750));
    margin-right: auto;
}
.lily_200807_sec4 .sec4_imgbox_txt{
    width: calc( 670 * (100vw / 750));
    margin: 0 auto;
    margin-top: calc( 48 * (100vw / 750));
    font-size: calc( 24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.05em;
    font-feature-settings: normal;
}
/* =================
	btn
================= */
.lily_200807_btn{
    width: calc( 676 * (100vw / 750));
    height: calc( 140 * (100vw / 750));
    margin: 0 auto;
    margin: calc( 147 * (100vw / 750)) auto calc( 200 * (100vw / 750));
    font-family: paganini, serif;
	font-weight: 400;
    font-style: normal;
    font-size: calc( 38 * (100vw / 750));
    letter-spacing: 0.06em;
    line-height: calc( 140 * (100vw / 750));
	text-align: center;
    border: solid #000000 calc( 2 * (100vw / 750));
	box-sizing: border-box;
}
.lily_200807_btn a{
	display: block;
}