@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%;
    max-width: none;
}
#staff_height_200820{
    width: calc( 750 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 201 * (100vw / 750));
    font-feature-settings: "palt";
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", Noto Sans JP, "Open Sans", "メイリオ", sans-serif;
}
#staff_height_200820 .staff_height_all{
    margin: 0 auto;
}
#staff_height_200820 img{
    width: 100%;
}
.flexbox_txt .img_txt{
    font-size: calc( 24 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 2;
    padding-top: calc( 47 * (100vw / 750));
    font-feature-settings: normal;
}
.flexbox_txt .price{
    font-size: calc( 24 * (100vw / 750));
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding-top: calc( 20 * (100vw / 750));
    font-feature-settings: normal;
}
.pc_only{
    display: none !important;
}
/* =================
	title(top)
================= */
#staff_height_200820 .ttl_area{
    margin-top: calc( 90 * (100vw / 750));
    margin-bottom: calc( 110 * (100vw / 750));
    text-align: center;
}
#staff_height_200820 .ttl_area._03{
    margin-top: calc( 62 * (100vw / 750));
}
#staff_height_200820 .ttl_area .ttlbox span{
    display: block;
}
#staff_height_200820 .ttl_area .ttlbox span:first-child{
    font-size: calc( 34 * (100vw / 750));
    letter-spacing: 0.04em;
    line-height:1.5;
}
#staff_height_200820 .ttl_area .ttlbox span:nth-child(2){
    font-size: calc( 68 * (100vw / 750));
    letter-spacing: 0.09em;
    position: relative;
    padding-bottom: calc( 30* (100vw / 750));
}
#staff_height_200820 .ttl_area .ttlbox span:nth-child(2)::after{
    content: "";
    position: absolute;
    width: calc( 600 * (100vw / 750));
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: calc( 1 * (100vw / 750)) solid #000000;
}
#staff_height_200820 .ttl_area .ttlbox span:last-child{
    font-size: calc( 40 * (100vw / 750));
    letter-spacing: 0.04em;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-top: calc( 20 * (100vw / 750));
}
#staff_height_200820 .ttl_area .subttl{
    font-size: calc( 27 * (100vw / 750));
    letter-spacing: 0.05em;
    line-height: 1.85;
    padding-top: calc( 40 * (100vw / 750));
    font-feature-settings: normal;
}
#staff_height_200820 .ttl_area .ttlbox_top span{
    display: block;
}
#staff_height_200820 .ttl_area .ttlbox_top span:first-child{
    text-align: center;
    font-size: calc( 32 * (100vw / 750));
    letter-spacing: 0.05em;
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-top: calc( 130* (100vw / 750));
    z-index: 1;
}
#staff_height_200820 .ttl_area._02 .ttlbox_top span:first-child{
    padding-top: calc( 76 * (100vw / 750));
}
#staff_height_200820 .ttl_area._03 .ttlbox_top span:first-child{
    padding-top: calc( 104 * (100vw / 750));
}
#staff_height_200820 .ttl_area .ttlbox_top span:first-child::after{
    content: "";
    position: absolute;
    width: calc( 180 * (100vw / 750));
    bottom: calc( 2 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    border-bottom: calc( 18 * (100vw / 750)) solid #E5E5E5;
    z-index: -1;
}
#staff_height_200820 .ttl_area .ttlbox_top span:nth-child(2){
    text-align: center;
    font-size: calc( 38 * (100vw / 750));
    letter-spacing: 0.07em;
    padding-top: calc( 20 * (100vw / 750));
    font-feature-settings: normal;
}
#staff_height_200820 .ttl_area .ttlbox_top img{
    width: calc( 360 * (100vw / 750));;
    padding-top: calc( 20 * (100vw / 750));
}
#staff_height_200820 .ttl_area .ttlbox_top .ttlbox_price{
    font-size: calc( 26 * (100vw / 750));
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    padding-top: calc( 16* (100vw / 750));
}
#staff_height_200820 .ttl_area .ttlbox_top .ttlbox_txt{
    font-size: calc( 24 * (100vw / 750));
    padding-left: calc(10*(100vw/750));
    letter-spacing: 0.06em;
    line-height: 2;
    padding-top: calc( 47 * (100vw / 750));
    font-feature-settings: normal;
}
/* =================
	section1
================= */
#staff_height_200820 .staff_height_sec._01{
    margin-bottom: calc( 135 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._01 .sec_top{
    position: relative;
    width: calc( 600 * (100vw / 750));
    margin-left: calc( 35 * (100vw / 750));
    z-index: 1;
}
#staff_height_200820 .staff_height_sec._01 .sec_top .bub{
    position: absolute;
    width: calc( 282 * (100vw / 750));
    top: calc( 100 * (100vw / 750));
    right: calc( -103 * (100vw / 750));
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._01 .flexbox{
    display: flex;
    justify-content: space-between;
    margin-top: calc( 40 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._01 .flexbox_img{
    width: calc( 338 * (100vw / 750));
    margin-top: calc( 200 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt .img_txt span:nth-child(1){
    letter-spacing: 0.15em;
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt .img_txt span:nth-child(2){
    letter-spacing: 0.08em;
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt{
    width: calc( 375 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._01 .flexbox_txt.sp_only{
    width: calc( 684 * (100vw / 750));
    margin: 0 auto;
}
/* =================
	section2
================= */
#staff_height_200820 .staff_height_sec._02{
    margin-bottom: calc( 135 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._02 .sec_top{
    position: relative;
    width: calc( 600 * (100vw / 750));
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._02 .sec_top .bub{
    position: absolute;
    width: calc( 270 * (100vw / 750));
    top: calc( 100 * (100vw / 750));
    left: calc( -55 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._02 .flexbox{
    display: flex;
    justify-content: space-between;
    margin-top: calc( 38 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._02 .flexbox_onlyimg img{
    width: calc( 360 * (100vw / 750));
    margin-top: calc( 100 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._02 .flexbox_txt img{
    width: calc( 360 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._02 .flexbox_txt .img_txt{
    letter-spacing: 0.08em;
    text-align: justify;
}
#staff_height_200820 .staff_height_sec._02 .flexbox_txt.sp_only{
    width: calc( 684 * (100vw / 750));
    margin: 0 auto;
}

/* =================
	section3
================= */
#staff_height_200820 .staff_height_sec._03 .sec_top{
    position: relative;
    width: calc( 600 * (100vw / 750));
    margin: 0 auto;
    z-index: 1;
}
#staff_height_200820 .staff_height_sec._03 .sec_top .bub{
    position: absolute;
    width: calc( 270 * (100vw / 750));
    top: calc( 103 * (100vw / 750));
    right: calc( -64 * (100vw / 750));
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._03 .flexbox{
    display: flex;
    flex-wrap: wrap-reverse;
    width: calc( 750 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._03 .flexbox img{
    width: calc( 375 * (100vw / 750));
    margin-top: calc( 40 * (100vw / 750));
    margin-right: auto;
    margin-left: calc( 35 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._03 .flexbox_txt{
    margin-left: auto;
    margin-right: calc( 35 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._03 .flexbox_txt img{
    width: calc( 450 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._03 .flexbox_txt .img_txt span{
    letter-spacing: 0.15em;
  }
#staff_height_200820 .staff_height_sec._03 .flexbox_txt.sp_only{
    width: calc( 687 * (100vw / 750));
    margin: 0 auto;
}

/* =================
	section4
================= */
#staff_height_200820 .staff_height_sec._04{
    margin-bottom: calc( 135 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._04 .sec_top{
    position: relative;
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._04 .sec_top .bub{
    position: absolute;
    width: calc( 270 * (100vw / 750));
    top: calc( 90 * (100vw / 750));
    right: calc( -47 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._04 .flexbox{
    display: flex;
    justify-content: space-between;
    margin-top: calc( 40 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._04 .flexbox_onlyimg img{
    width: calc( 360 * (100vw / 750));
    margin-top: calc( 95 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._04 .flexbox_txt img{
    width: calc( 360 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._04 .flexbox_txt.sp_only{
    width: calc( 693 * (100vw / 750));
    margin: 0 auto;
}

/* =================
	section5
================= */
#staff_height_200820 .staff_height_sec._05{
    margin-bottom: calc( 130 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._05 .sec_top_bub{
    position: relative;
    width: calc( 600 * (100vw / 750));
    margin-right: calc( 35 * (100vw / 750));
    margin-left: auto;
}
#staff_height_200820 .staff_height_sec._05 .sec_top .bub{
    position: absolute;
    width: calc( 270 * (100vw / 750));
    top: calc( 100 * (100vw / 750));
    left: calc( -95 * (100vw / 750));
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._05 .flexbox.sp_only .flexbox_txt > a:first-child {
    display: block;
    width: calc( 450 * (100vw / 750));
    margin-top: calc( 40 * (100vw / 750));
    margin-right: auto;
    margin-left: calc( 35 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._05 .flexbox.sp_only .flexbox_txt > a:nth-child(2){
    display: block;
    width: calc( 375 * (100vw / 750));
    margin-top: calc( 40 * (100vw / 750));
    margin-left: auto;
    margin-right: calc( 35 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._05 .flex_wrap{
    width: calc( 689 * (100vw / 750));
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._05 .flexbox.sp_only .price a{ 
    display: inline-block;
}

/* =================
	section6
================= */
#staff_height_200820 .staff_height_sec._06 .sec_top{
    position: relative;
    width: calc( 600 * (100vw / 750));
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._06 .sec_top .bub{
    position: absolute;
    width: calc( 282 * (100vw / 750));
    top: calc( 77 * (100vw / 750));
    right: calc( -65 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._06 .flexbox_txt.sp_only .flex_jus{
    display: flex;
    justify-content: space-between;
    margin-top: calc( 43 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._06 .flexbox_txt.sp_only .flex_jus > a:first-child{
    width: calc( 338 * (100vw / 750));
    margin-top: calc( 115 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._06 .flexbox_txt.sp_only .flex_jus > a:nth-child(2){
    width: calc( 375 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._06 .flexbox_txt.sp_only .flex_wrap{
    width: calc( 695 * (100vw / 750));
    margin: 0 auto;
}
/* =================
	section7
================= */
#staff_height_200820 .staff_height_sec._07{
    margin-bottom: calc( 138 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._07 .sec_top{
    position: relative;
    width: calc( 562 * (100vw / 750));
    margin: 0 auto;
    z-index: 1;
}
#staff_height_200820 .staff_height_sec._07 .sec_top .bub{
    position: absolute;
    width: calc( 282 * (100vw / 750));
    top: calc( 70 * (100vw / 750));
    right: calc( -85 * (100vw / 750));
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._07 .flexbox.sp_only{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: calc( 690 * (100vw / 750));
    margin: 0 auto;
    margin-top: calc( 40 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._07 .flexbox.sp_only > a:first-child{
    width: calc( 330 * (100vw / 750));
    margin-top: calc( 100 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._07 .flexbox.sp_only > a:nth-child(2){
    width: calc( 330 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._07 .flexbox_txt.sp_only{
    width: calc( 680 * (100vw / 750));
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._07 .flexbox_txt.sp_only .img_txt{
    font-size: calc( 24 * (100vw / 750));
    letter-spacing: 0.08em;
    line-height: 2;
    padding-top: calc( 47 * (100vw / 750));
    font-feature-settings: normal;
}
/* =================
	section8
================= */
#staff_height_200820 .staff_height_sec._08{
    margin-bottom: calc( 140 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._08 .sec_top{
    position: relative;
    width: calc( 600 * (100vw / 750));
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._08 .sec_top .bub{
    position: absolute;
    width: calc( 270 * (100vw / 750));
    top: calc( 40 * (100vw / 750));
    left: calc( -55 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._08 .flexbox{
    display: flex;
    justify-content: space-between;
    margin-top: calc( 40 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._08 .flexbox img{
    width: calc( 360 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._08 .flexbox_txt{
    width: calc( 695 * (100vw / 750));
    margin: 0 auto;
}
/* =================
	section9
================= */
#staff_height_200820 .staff_height_sec._09{
    margin-bottom: calc( 145 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._09 .sec_top_bub{
    position: relative;
    width: calc( 638 * (100vw / 750));
    margin-right: auto;
    margin-left: calc( 35 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._09 .sec_top .bub{
    position: absolute;
    width: calc( 282 * (100vw / 750));
    top: calc( 95 * (100vw / 750));
    right: calc( -65 * (100vw / 750));
    z-index: 2;
}
#staff_height_200820 .staff_height_sec._09 .flexbox.sp_only > a:first-child{
    display: block;
    width: calc( 450 * (100vw / 750));
    margin-top: calc( 35 * (100vw / 750));
    margin-left: auto;
}
#staff_height_200820 .staff_height_sec._09 .flexbox.sp_only > a:nth-child(2){
    display: block;
    width: calc( 412 * (100vw / 750));
    margin-top: calc( 40 * (100vw / 750));
    margin-right: auto;
    margin-left: calc( 35 * (100vw / 750));
}
#staff_height_200820 .staff_height_sec._09 .flex_wrap.sp_only{
    width: calc( 695 * (100vw / 750));
    margin: 0 auto;
}
#staff_height_200820 .staff_height_sec._09 .flex_wrap.sp_only .img_txt{
    font-size: calc( 24 * (100vw / 750));
    letter-spacing: 0.1em;
    line-height: 2;
    padding-top: calc( 45 * (100vw / 750));
    font-feature-settings: normal;
}
#staff_height_200820 .staff_height_sec._09 .flex_wrap.sp_only .price{
    font-size: calc( 24 * (100vw / 750));
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.7;
    padding-top: calc( 20 * (100vw / 750));
    font-feature-settings: normal;
}
/* =================
	btn
================= */
#staff_height_200820 .staff_btn{
    box-sizing: border-box;
    width: calc( 675 * (100vw / 750));
    height: calc( 160 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 60 * (100vw / 750));
    font-size: calc( 46 * (100vw / 750));
    font-family: quasimoda, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: calc( 160 * (100vw / 750));
    letter-spacing: 0.04em;
    text-align: center;
    border: calc( 1 * (100vw / 750)) solid #000000;
}
#staff_height_200820 .staff_btn a{
    display: block;
}
/* =================
	vol1
================= */
#staff_height_200820 .vol2{
    width: calc( 202 * (100vw / 750));
    margin: 0 auto;
}
