@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 12px;
  font-weight: 500;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  /*font-weight: 500;*/
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  /*font-size: 10px;
  position: relative;
  top: 0em;
  margin-left: 0.3em;*/

  /* vertical-align: top; */

}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}
.main_content{
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  background-attachment: fixed !important;
  background:linear-gradient(#27272A, #365ABD);
}
main {
}

section {
  position: relative;
}

.nolink{
  pointer-events: none;
  opacity: .6;
}


body {
  /*color: #876138;*/
  /*font-family: "BIZ UDGothic", sans-serif;*/
  font-family: "FOT-ロダンわんぱく Pro M", sans-serif;
  font-weight: 500;
  font-size: 100%;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-feature-settings: "palt" 1;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.rodb{
  font-family: "FOT-ロダンわんぱく Pro DB", sans-serif;
}
@media screen and (min-width: 641px) {
  /*body {
    background-attachment: fixed;
  }*/
}

@media screen and (max-width: 480px) {
  body {
    /*background-image: url("../img/bg_sp.jpg");*/
    /*background-size: 375px 640px;*/
  }

}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 481px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

@media screen and (max-width: 480px) {
  .noneSP {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .nonePC {
    display: none !important;
  }
}








/* ヘッダーエリア
***************************************************************/
header {
    z-index: 1000 !important;
    position: fixed;
    left: auto;
    right: 60px;
    top: 80px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s ease;
    background: transparent;
}
/*.navOn header {
    background: rgb(255 255 255 / 90%);
}*/
header .inner {

}



.head_conv a img{
  width: 50px;
  height: auto;
}


.gNav_PC .ul1 .menu_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gNav_PC .ul1 .menu_box a span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}


.toggleBtn {
    width: 100px;
    height: 100px;
    padding: 0;
    position: relative;
    display: block;
    top: 0;
    right: 0px;
    z-index: 101;
    background: transparent;
    transition: .3s ease;
    cursor: pointer;
    flex-shrink: 0;
    background: url("../img/hanb_bg.png") center / 100% no-repeat;
}

.toggleBtn > p {
  position: relative;
  height: 100%;
}

.toggleBtn p span::before,
.toggleBtn p span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    width: 45px;
    height: 4px;
    background: #fff;
    transition: 0.3s ease;
    border-radius: 10px;
}
.toggleBtn p span {
    transform: translateY(-50%);
    background: #fff;
    width: 45px;
    height: 4px;
    display: block;
    top: 50%;
    left: 25.25px;
    position: relative;
    transition: .3s ease;
    border-radius: 10px;
}

.toggleBtn p span::before {
    transform: translateY(-4px) rotate(0deg);
}

.toggleBtn p span::after {
  transform: translateY(4px) rotate(0deg);
  top: 10px;
  left: auto;
}

.open .toggleBtn p span {
    background: transparent;
}

.open .toggleBtn p span::before {
    top: 0;
    transform: translateY(calc(-50% + 3px)) rotate(-45deg);
    /*background: #000;*/
}

.open .toggleBtn p span::after {
    bottom: 0;
    transform: translateY(calc(-50% + 3px)) rotate(45deg);
    width: 100%;
    top: 0;
    /*background: #000;*/
}

.navOn .toggleBtn p span::before,
.navOn .toggleBtn p span::after {
    /*background: #000;*/
}
:not(.open).navOn .toggleBtn p span {
    /*background: #000;*/
}

.conv_wrap {
    position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 140px;
    height: 140px;
    border-radius: 200px;
    transition: .3s;
    overflow: hidden;
}
.conv_wrap_dt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    width: 140px;
    height: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    transition: padding-bottom 0.15s, all 0.3s;
    cursor: pointer;
    position: relative;
}
.conv_wrap_dt::after {
    content: '';
    width: 0.7em;
    height: 0.7em;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: relative;
    margin-left: 0.5em;
    top: 0.3em;
    transform: rotate(-135deg);
}
.conv_wrap_dt::before {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0.1em;
    opacity: 0;
    transition: .3s;
}
.conv_open.conv_wrap {
    width: 300px;
    height: 300px;
}
.conv_open .conv_wrap_dt {
    width: 230px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 36px;
    height: 40px;
}
.conv_open .conv_wrap_dt::before {
    opacity: 1;
}
.conv_open .conv_wrap_dt::after {
    top: -0.1em;
    transform: rotate(45deg);
}
.conv_wrap_dd {
  opacity: 0;
  height: 0;
  transition: .3s;
  padding-top: 0px;
  pointer-events: none;
      & .conv_wrap_dd_inner{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
          & a.conv_wrap_menu {
              cursor: pointer;
              color: #fff;
              padding: 0.5em 0.6em;
              font-size: 22px;
              width: 100%;
              text-align: left;
          }
          & a.conv_wrap_menu:hover{
            background-color: rgba(0, 0, 0, 0.5);
          }
      }
}
.conv_open .conv_wrap_dd {
  opacity: 1;
  height: 145px;
  padding-top: 15px;
  pointer-events: initial;
}



  .gNav {
    opacity: 0;
    pointer-events: none;
    background: rgba(0,26,112,0.75);
    position: fixed;
    width: 100%;
    max-width: 480px;
    left: 50%;
    top: 0;
    height: 100vh;
    transform: translateX(-50%);
    transition: .5s ease;
    color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
     & ul{
      padding: 190px 0 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
        & li{
          width: 100%;
        }
        & li:last-child{
         padding-bottom: 100px;
        }
        & li a {
            width: 100%;
            padding-top: 2.3em;
            padding-bottom: 2.3em;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 1.4em;
            position: relative;
    text-align: center;
        }
        & li a::after {
          content: '';
          width: 16px;
          height: 14px;
          /*background: url(../img/common/arrow_r_b.svg) center / contain no-repeat;*/
          transform: translateX(0);
          transition: .3s ease;
        }
        & li a:hover::after {
          transform: translateX(10px);
        }
        & li + li{

        }
     }
  }
  .open .gNav {
    opacity: 1;
    pointer-events: initial;
  }



  header > .inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      width: 100%;
      position: relative;
      height: 100%;
      transition: .3s ease;
  }
  .head .ul1 {
      display: flex;
      height: 100%;
      align-items: center;
  }

body.open .main_content{
  pointer-events: none;
  overflow: hidden;
}
body.open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/*ヘッダーボタン*/
@media screen and (max-width: 767px) {
  header {
      right: 15px;
      top: 20px;
      width: 70px;
      height: 70px;
  }
  .toggleBtn {
    width: 70px;
    height: 70px;
  }
  .toggleBtn p span {
    width: 35px;
    height: 3px;
    top: 48.5%;
    left: 16.25px;
  }
  .toggleBtn p span::before, .toggleBtn p span::after {
    top: -7px;
    width: 35px;
    height: 3px;
  }
  .toggleBtn p span::after {
    top: 7px;
  }
  .gNav {
    & ul {
      padding: 110px 0 0;
        & li a {
          padding-top: 2em;
          padding-bottom: 2em;
        }
    }
  }
}
@media screen and (min-width: 768px) {

}



/*//////////////////////////// content_end ////////////////////////////*/

.content_end{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content_end > div{
  background:red;
  border-radius:6px;
  font-weight:bold;
  text-align:center;
  max-width:90%;
  margin:0 auto;
  color:#fff;
  padding:10px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .content_end{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content_end > div{
    font-size: 20px;
    letter-spacing: -0.1em;
  }
}




/*//////////////////////////// sec-mv ////////////////////////////*/
.sec-mv {
  position: relative;
  overflow: hidden;
}
.sec-mv__ttl img {
  width: 100%;
}
.sec-mv__sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 480px) {

}
.sec-mv__sns-item {
  margin-left: 19px;
}
.sec-mv__sns-item img {
  width: 36px;
}


/*//////////////////////////// sec-menu ////////////////////////////*/
.sec-menu{
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}
.menu-list {
  max-width: 990px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px 3.6%;
}
.menu-list__item {
  width: 48.2%;
}
.menu-list__item a {
  display: block;
}

@media screen and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
  .sec-menu{
    height: auto;
    /*padding-top: 25px;*/
    /*padding-bottom: 25px;*/
  }
  .menu-list {
    width: 100%;
    gap: 5px 2%;
  }
  .menu-list__item {
    width: 49%;
  }

}


/*//////////////////////////// 共通 ////////////////////////////*/
.anchor{
  position: absolute;
  height: 0;
  pointer-events: none;
  margin-top: 0px;
}
.skybldg_page .anchor{
  margin-top: -25px;
}

.sec{
  margin-bottom: 190px;
}
.inner {
  display: block;
  max-width: 1020px;
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.bg_w{
  padding: 5px 25px;
  position: relative;
  background: url("../img/skybldg/waku_mid.png") center top / 100% 5px repeat-y;
}
.bg_w::before{
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background: url("../img/skybldg/waku_top.png") center top / 100% 20px no-repeat;
}
.bg_w::after{
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: url("../img/skybldg/waku_bottom.png") center bottom / 100% 20px no-repeat;
}

.sec_mainTxt{
  font-size: 20px;
  line-height: 1.75;
  margin-top: 20px;
}
.fw_bold{
  font-size: 30px;
}

.size-txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 20px;
}
.come-txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 25px;
}

.random-img {
  max-width: 260px;
  margin: 15px auto 0;
}
.bg_logo{
  position: fixed;
  width: clamp(170px, 25vw, 446px);
  height: auto;
  left: clamp(30px, 4.5vw ,80px);
  bottom: clamp(20px, 3vh, 40px);
  z-index: -1;
}
.sky_line{
  display: block;
  margin-top: 10px;
}
.sky_line2{
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {
  .bg_w {
      padding: 2% 6%;
  }
}



/*/////////////////// topページ ///////////////////*/
.page_menu{
    margin-bottom: 150px;
  & .inner{
    padding: 0 8px;
      & a{
        display: block;
    }
      & a + a{
    margin-top: 10px;
    }
  }
}
.top_page .page_menu{
    margin-bottom: 150px;
}


/*sec-goods*/

.top_line00{
  display: block;
  margin-top: 5px;
}
.top_page{
  & .sec-goods{
    margin-bottom: 150px;
  }
  & .ttl00_wrap{
    text-align: center;
    max-width: 380px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
      & .top_line00{
        margin-top: 6px;
      }
  }
  & .sec-goods_txt01{
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
     & a{
      color: #D3BC8E;
     }
     /*& a:hover{
      text-decoration: underline;
      text-underline-offset: 0.2em;
     }*/
  }
  & .sec-goods_itemlist{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  & .sec-goods_itemlist > span{
    width: 50%;
  }
  & .sec-goods_txt02{
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 90px;
    text-align: center;
  }
  & .sec-goods_itemlist2{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  & .sec-goods_txt03{
    color: #fff;
    font-size: 12px;
    line-height: 2;
    margin-top: 0px;
    text-align: center;
  }
  & .sec-goods_txt04{
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 90px;
    text-align: center;
  }
  & .goods_kikan{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding: 22px 25px;
    background: url("../img/top/top_waku_00.png") center / 100% 100% no-repeat;
     & .goods_kikan_item01{
      margin-top: 24px;
     }
     & .top_line{
      margin-top: 30px;
     }
     & .goods_kikan_item02{
      margin-top: 28px;
     }
  }
  & .goods_shop{
    margin-top: 60px;
    & .top_btn{
      margin-top: 25px;
    }
    & .goods_shop_txt{
      font-size: 12px;
      line-height: 2;
      color: #fff;
      margin-top: 60px;
    }
  }

}



/*sec-top*/
.sec-top{
  /*margin-top: 70px;*/
}
.top_wakubox{
  margin-top: 25px;
  padding: 50px 35px;
  background: url("../img/top/top_waku.png") center / 100% 100% no-repeat;
}
.top-block p{
  color: #fff;
  text-align: center;
  margin-top: 13px;
  font-size: 12px;
  line-height: 2;
}
.top_line{
  display: block;
  margin-top: 13px;
}
.top-block + .top-block{
  margin-top: 63px;
}
.top_btn{
  display: block;
  margin: 15px auto 0;
}
.top-block{
  & .top_line00{
    margin-top: 13px;
  }
}
.top-block02-txt{
  text-align: left;
    & .top-block02-txt_01{
      font-size: 12px;
    }
    & .top-block02-txt_01 + h4{
    margin-top: 24px;
    }
    & h4{
      padding-left: 24px;
    }
    & a{
      padding-left: 24px;
      color: #fff;
      margin-top: 13px;
      display: block;
    }
    .top_line{
      margin-top: 18px;
      margin-bottom: 20px;
    }
    & .top-block02-txt_02{
      padding-left: 24px;
      text-align: left;
    }
}


@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {
  .top_page{
    & .sec-goods_txt01{
      font-size: clamp(14px, 4vw, 16px);
    }
    & .sec-goods_txt02{
      font-size: clamp(12px, 3.6vw, 16px);
    }
    & .sec-goods_txt03{
        font-size: clamp(10px, 3vw, 12px);
    }
    & .sec-goods_txt04{
      font-size: clamp(14px, 4vw, 16px);
    }
    & .goods_shop{
      & h3{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
      }
      & .goods_shop_txt{
      font-size: clamp(10px, 2.8vw, 16px);
      }
    }
    & .goods_kikan {
      padding: 8% 5% 9%;
    }
  }
  .top_wakubox {
    padding: 11% 8%;
  }
  .top-block p{
    font-size: clamp(10px, 3vw, 12px);
  }
  .top-block02-txt {
    & .top-block02-txt_01 {
    font-size: clamp(10px, 2.8vw, 12px);
    }
  }
}








/*////////////////////////// skybldg ////////////////////////// */
.skybldg_page .page_menu{
  margin-top: 25px;
   & span + span{
    margin-top: 20px;
   }
   & span{
    display: block;
   }
}
.skybldg_page{
    .page_menu{
        padding: 0 8px;
    }
}

.skybldg_page .goods_list-item{
  position: relative;
    & .item_subtxt{
      width: 72px;
      height: 72px;
      position: absolute;
      right: 0px;
      top: -23px;
      background-color: #3CCDBA;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      text-align: center;
      line-height: 1.5;
      border-radius: 100px;
      pointer-events: none;
      font-weight: 500;
      z-index: 1;
    }
}
.skybldg_page .goods_list-item:nth-child(odd){
  z-index: 1;
}
.skybldg_page .goods_list-item .goods_list-img{
  position: relative;
}
.skybldg_page .goods_list-item.soldout a{
  pointer-events: none;
}
.skybldg_page .goods_list-item.soldout .goods_list-img::after{
      content: '';
      background: url(../img/skybldg/soldout.svg) center / 100% 100% no-repeat;
      display: block;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 1;
      width: 171px;
      height: 69px;
}
.skybldg_page .goods_list-item.soldout .goods_list-img img{
  opacity: 0.5;
}

@media screen and (min-width: 481px) {
}

@media screen and (max-width: 480px) {
  .skybldg_page .goods_list-item{
      & .item_subtxt{
        right: -3%;
        top: -7%;
        transform: scale(0.9);
      }
  }
}
@media screen and (max-width: 430px) {
  .skybldg_page .goods_list-item{
      & .item_subtxt{
        right: -4%;
        top: -9%;
        transform: scale(0.85);
      }
  }
}
@media screen and (max-width: 390px) {
  .skybldg_page .goods_list-item{
      & .item_subtxt{
        right: -6%;
        top: -12%;
        transform: scale(0.75);
      }
  }
}

/*//////////////////////////// sec-01 限定スペシャルチケット販売 ////////////////////////////*/
.sec-01{
  /*margin-top: 110px;*/
  & .bg_w > h3{
    margin-top: 25px;
  }
  & .sec-01_infowrap{
    margin-top: 25px;
      & p{
        font-size: 14px;
        text-align: left;
        margin-top: 10px;
        line-height: 1.71;
          & span{
            font-size: 12px;
          }
      }
  }
  & .price-block01{
    margin-top: 13px;
      & > a {
        display: block;
        margin-top: 45px;
      }
  }
  & .price-block01 > div:not(.sec-01_price_txt){
    background-color: #DDE5ED;
    border: 1px solid #707070;
      & h4{
        padding-top: 20px;
      }
      & .sec01_pricewrap > p{
        font-weight: 700;
        margin-top: 10px;
        padding-bottom: 12px;
        border-bottom: 1px solid #707070;
        line-height: 1.5;
      }
      & .price_sub{
        display: flex;
         & dl {
          width: 50%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
            & dt {
              height: 33px;
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
              font-weight: 700;
              border-bottom: 1px solid #707070;
              width: 100%;
            }
            & dd {
              height: 53px;
              font-size: 24px;
              font-weight: 700;
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
              color: #365ABD;
                & span{
                  font-size: 18px;
                }
            }
         }
         & dl + dl{
            border-left: 1px solid #707070;
         }
      }
  }
  & .price-block01 > div.price02{
    margin-top: 20px;
  }

  & .price-block02{
    & .price03 {
      margin-top: 45px
    }
    & .price04 {
      margin-top: 65px
    }
    & h4{
      display: block;
    }
    & h5{
      display: block;
      margin-top: 25px
    }
  }
  & .sec01_pricewrap{
    & .goods_item{
      margin-top: 25px;
    }
    & .goods_item + .goods_item{
      margin-top: 20px;
    }
    & .goods_item .goods_list-img{
      position: relative;
    }
    & .goods_item.haifu_end .goods_list-img::after{
      content: '';
      background: url(../img/skybldg/haifu_end.svg) center / 100% 100% no-repeat;
      display: block;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 1;
      width: 276px;
      height: 132px;
    }
    & .goods_item.haifu_end .goods_list-img img{
      opacity: 0.5;
    }
    & .ticket_price_size{
      font-weight: 500;
      margin-top: 25px;
    }
  }
  & .ticket_price_txt01{
    margin-top: 25px;
  }
  & .ticket_price_txt02{
    margin-top: 23px;
      & p{
        font-weight: 500;
        font-size: 12px;
        line-height: 2;
      }
      & p + p{
        /*margin-top: 1em;*/
      }
  }
  & .sec-01_price_txt{
    line-height: 2;
    text-align: left;
    margin-top: 20px;
      & p{
        text-indent: -1em;
        padding-left: 1em;
        letter-spacing: 0.02em;
      }
  }
}

@media screen and (min-width: 481px) {

}

@media screen and (max-width: 480px) {
  .sec-01 {
      & .sec-01_infowrap {
          & p {
              font-size: clamp(12px, 3vw, 14px);
          }
      }
      & .price-block01 > div:not(.sec-01_price_txt) {
          & .price_sub {
              & dl {
                  & dd {
                      height: 3.2em;
                      font-size: clamp(16px, 4.4vw, 24px);
                  }
              }
          }
      }
  }

}


@media screen and (max-width: 430px) {
  .sec-01 {
      & .sec01_pricewrap {
          & .ticket_price_size {
            font-size: 11px;
          }
      }
      & .price-block01 > div {
        & .sec01_pricewrap > p {
          font-size: 11px;
        }
        & .price_sub {
            & dl {
                & dt {
                    font-size: 11px;
                }
                & dd {
                  height: 47px;
                  font-size: 18px;
                }
            }
        }
      }
      & .ticket_price_txt02 {
        & p {
            font-size: 11px;
            font-size: clamp(10px, 2.8vw, 11px);
            line-height: 1.3;
        }
        & p + p {
            margin-top: 0.7em;
        }
      }
  }
}



/*//////////////////////////// sec-02 ////////////////////////////*/

.sec-02{
  & .sec-02_txt01{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  & .sec-02_txt02{
    margin-top: 15px;
  }
  & .goods_item{
    & .goods_list-img{
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
    }
  }
  & .sec-01_btn + .sky_line2{
    margin-top: 25px;
  }
  & h3 {
    margin-top: 35px;
  }
  & .sozai_wrap h3 {
    margin-top: 15px;
  }
  & .sec-02_txt03{
    margin-top: 50px;
  }
  & .ticket_price_size{
    margin-top: 10px;
    line-height: 2;
  }
  & .ticket_price_txt02{
    text-align: left;
    line-height: 2;
    margin-top: 20px;
        text-indent: -1em;
        padding-left: 1em;
  }
  & .goods_item2-2{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  & .goods_item2-2 .ticket_price_size{
    width: 170px;
    text-align: left;
      & p{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      & p span{
        width: 50px;
      }
  }
  & .koukan_ttl{
    margin-top: 30px;
  }
  & .koukan_flow{
    margin-top: 7px;
    border: 1px solid #365ABD;
    & .koukan_flow_con{
      display: flex;
    }
    & .koukan_flow_con + .koukan_flow_con{
      border-top: 1px solid #365ABD;
    }
    & .koukan_flow_ttl{
      background-color: #DDE5ED;
      width: 55px;
      border-right: 1px solid #365ABD;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }
    & .koukan_flow_txt{
      padding: 16px 20px;
      width: calc(100% - 55px);
      font-size: 14px;
      text-align: left;
      line-height: 1.43;
      word-break: break-all;
        & a{
          text-decoration: underline;
          text-underline-offset: 0.3em;
        }
    }
  }
  & .koukan_houhou02{
      margin-top: 45px;
    & .koukan_subtxt{
      margin-top: 23px;
    }
    & .koukan_flow{
      margin-top: 15px;
    }
  }
}

@media screen and (max-width: 430px) {
  .sec-02 {
      & .ticket_price_txt02 {
        & p {
            font-size: 11px;
            line-height: 1.3;
        }
        & p + p {
            margin-top: 0.7em;
        }
      }
      & .koukan_flow {
          & .koukan_flow_ttl {
              width: 35px;
          }
          & .koukan_flow_txt {
              padding: 14px 14px;
              width: calc(100% - 35px);
              font-size: clamp(12px, 3vw, 14px);
          }
      }
  }
}





/*//////////////////////////// sec-goods sec-03 ////////////////////////////*/
.sec-03{
  margin-bottom: 75px;
}
.sec-03 .inner{
  padding: 0;
    & > .bg_tp > *:not(.menu-block):not(.sec-03_inner):not(.sec-goods3) {
      padding: 0 25px;
    }
    & .sec-03_inner{
      padding: 0 50px;
        & .sec_ttl2{
          margin-top: 18px;
        }
        & .goods_list-img{
          max-width: 350px;
          margin-left: auto;
          margin-right: auto;
        }
        & h4{
          margin-top: 20px;
        }
        & .ticket_price_size{
          color: #fff;
          margin-top: 20px;
        }
        & .goods_txt01{
          color: #fff;
          margin-top: 20px;
          font-size: 15px;
          line-height: 2;
          letter-spacing: -0.04em;
        }
        & .goods_txt02{
          color: #fff;
          margin-top: 40px;
          font-size: 12px;
          line-height: 2;
          text-align: left;
            & p{
              text-indent: -1em;
              padding-left: 1em;
            }
        }
    }
}

.menu-block{
  margin-top: 90px;
    & .menu-block_btn{
      margin-top: 50px;
      display: block;
    }
    & .menu-block_btntxt{
      margin-top: 20px;
      color: #fff;
    }
}
.menu-block_txt01{
  margin-top: 30px;
  max-width: 89.5%;
  margin-left: auto;
  margin-right: auto;
}
.menu-block_txt02{
  margin-top: 20px;
  max-width: 402px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
    & p{
      text-indent: -1em;
      padding-left: 1em;
      line-height: 2;
      text-align: left;
    }
}
.menu-block .sec_mainTxt a{
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.goods_list {
  max-width: 685px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*gap: 15px 0;*/
  margin: 35px auto 0;
}

/*グッズ中身*/
.goods_list-item {
    width: 50%;
    height: auto;
    aspect-ratio: 230 / 327;
    background: url(../img/skybldg/sec03_bg01.png) center / cover no-repeat;
    padding: 30px 20px 20px;
}
.goods_list-item.ec-item{
  background: url(../img/skybldg/sec03_bg03.png) center / cover no-repeat;
    & .goods_list-ec{
      margin-bottom: 3px;
    }
    & .goods_list-ttl{
      margin-top: 0px;
    }
}
.goods_list-item a {
  display: block;
}

/*グッズ包含*/
.goods_list{
  padding-left: 2%;
  padding-right: 2%;
    & .goods_list-img{
      max-width: 140px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
}

.goods_list-ttl{
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: 18px;
}
.goods_price{
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.4;
   & span{
    font-size: 16px;
   }
}
.goods_price_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.goods_price_box .box_txt{
  font-size: 15px;
  border-radius: 21px;
  white-space: nowrap;
  line-height: 1.1;
  color: #fff;
  background-color: #6a4e81;
  padding: 1.9px 7px;
}
.goods_price_box .box_price{
  font-size: 18px;
  margin-left: 10px;
}
.goods_price_size{
  font-size: 11px;
  line-height: 1.25;
  margin-top: 7px;
}

.sec-goods_online a{
  display: block;
  width: 380px;
  margin: 100px auto 0;
}

/* store-block */
.store-block{
  color: #cdbdaa;
  margin: 120px auto 0;
}
.store_ttl{
  max-width: 400px;
  margin: 0 auto;
}

.store_inner{
  max-width: 710px;
  background-color: #9a4056;
  border-radius: 40px;
  margin: 0 auto;
  padding-bottom: 25px;
  padding: 20px 14px;
}
.store_inner .sec_mainTxt{
  font-size: 18px;
  font-weight: 400;
}
.store_inner .sec_mainTxt span{
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.store-img{
  max-width: 674px;
  margin: 30px auto 0;
}

.store-block .random-img{
  margin-top: 40px;
}
.store-block .come-txt{
  font-size: 14px;
}
.store_bottom{
  max-width: 300px;
  margin: 0 auto;
}

.goods_list_br{
  display: none;
}
.goods_list-ttl.tume{
  margin-left: -0.4em;
}

@media screen and (max-width: 480px) {
  .menu-block {
      & .menu-block_btn {
        max-width: 360px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
      }
  }
  .menu-block_txt02{
      & p{
        font-size: clamp(10px, 2.8vw, 12px);
      }
  }
}

@media screen and (max-width: 740px) and (min-width: 641px){

}

@media screen and (max-width: 480px){
    .sec-03 .goods_ttl {
      width: 360px;
      max-width: calc(100% - 50px);
      margin-left: auto;
      margin-right: auto;
    }
    .sec-03 .inner {
      & .sec-03_inner{
        padding: 0 10%;
          & .goods_txt01{
            font-size: clamp(14px, 4vw, 16px);
          }
      }
    }
}
@media screen and (max-width: 430px){
    .sec-03 .goods_list {
      & .goods_list-img {
          max-width: 120px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          width: 71%;
      }
    }
    .sec-03 .goods_list-item {
      aspect-ratio: 230 / 327;
      padding: 5% 2% 6%;
    }
    .sec-03 .goods_list-ttl {
        font-size: clamp(10px, 3vw, 12px);
        margin-top: 0.7em;
    }
    .sec-03 .goods_price {
      letter-spacing: -0.06em;
      & span {
        font-size: clamp(10px, 3vw, 12px);
      }
    }
    .sec-03 .goods_price_size {
      font-size: 10px;
      margin-top: 6px;
    }
    .menu-block_btntxt{
        font-size: clamp(10px, 3vw, 12px);
    }
}





/*/////////////////////////// sec-03b ///////////////////////////*/
.sec-03b .inner {
    padding: 0;
}
.sec-03b{
  background-color: #C0A97D;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 75px;
    & .goods_list {
      margin-top: 25px;
    }
    & .goods_list-item a{
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    & .goods_list-item{
      padding-bottom: 25px;
    }
    & .sec_ttl + p{
      margin-top: 20px;
    }
    & .goods_list-ttl {
      font-size: 16px;
      margin-top: 6px;
      line-height: 1.2;
        & span.mid_txt{
          font-size:12px ;
        }
        & span.small_txt{
          font-size:10px ;
        }
    }
    & .goods_list-ttl_2{
          line-height: 1.2;
        & span.big_txt{
          margin-top: 0.7em;
          display: block;
        }
    }
    & .goods_price {
        margin-top: auto;
    }
    & .goods_price_size {
        margin-top: 5px;
    }
}
.shop_extxt{
  color: #1A244E;
  max-width: 332px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: left;
  line-height: 2;
}

.sec-03b .shop_extxt{
  color: #fff;
  max-width: 346px;
}
@media screen and (max-width: 480px){
  .sec-03b .sec_ttl {
    width: 367px;
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
  .sec-03b .goods_list-ttl {
      font-size: clamp(11px, 3.7vw, 13px);
      margin-top: 0.2em;
      line-height: 1.3;
      & span.mid_txt{
        font-size: clamp(10px, 3.4vw, 12px);;
      }
  }
  .sec-03b .goods_price {
    & span {
        font-size: clamp(10px, 3vw, 12px);
    }
  }
}
@media screen and (max-width: 430px){
  .sec-03b .goods_list-item {
      aspect-ratio: 230 / 327;
      padding: 5% 2% 5%;
  }
  .sec-03b .goods_price_size {
    font-size: 10px;
    margin-top: 0px;
    letter-spacing: -0.04em;
  }
  .sec-03b .goods_list {
    & .goods_list-img {
        max-width: 120px;
        width: 71%;
    }
  }
  .sec-03b {
    & .goods_list-ttl {
        & span.small_txt {
            letter-spacing: -0.04em;
        }
    }
  }
}

@media screen and (max-width: 390px){
  .sec-03b .goods_list {
    & .goods_list-img {
        max-width: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
  }
}




/*/////////////////////////// sec-03c ///////////////////////////*/
.sec-03c .inner {
    padding: 0;
}

.sec-03c{
  background-color: #DDE5ED;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-bottom: 75px;
  & .sec_ttl + p{
    margin-top: 20px;
  }
  & .goods_list {
    margin-top: 25px;
  }
  & .goods_list-item {
    /*width: 100%;*/
    height: auto;
    aspect-ratio: 230 / 327;
    background: url("../img/skybldg/sec03_bg02.png") center / cover no-repeat;
    padding: 30px 20px 20px;
      & .goods_list-img{
        max-width: 140px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
      }
      & .goods_list-ttl {
        font-size: 16px;
        margin-top: 17px;
        line-height: 1;
        font-weight: 600;
          & span.mid_txt{
            font-size: 12px;
            margin-top: 13px;
            display: inline-block;
          }
          & span.small_txt{
            font-size:10px;
          }
      }
      & .goods_price{
        font-size: 12px;
        margin-top: 15px;
        & span{
          font-size: 16px;
        }
      }
      & .ticket_price_size{
        font-size: 11px;
        margin-top: 4px;
      }
      & .goods_list-ttl_2{
            line-height: 1.2;
          & span.big_txt{
            margin-top: 0.7em;
            display: block;
          }
      }
  }
  & .goods_list-item_b {
    padding: 20px 20px 20px;
      & .goods_list-img{
        max-width: 175px;
      }
      & .goods_list-ttl_2{
        margin-top: 0px;
      }
  }
}

@media screen and (max-width: 480px){
  .sec-03c .goods_list-item {

       & .goods_ttl {
        width: 360px;
        max-width: calc(100% - 50px);
        margin-left: auto;
        margin-right: auto;
      }
      & .goods_list-ttl {
          font-size: clamp(12px, 3.4vw, 14px);
          margin-top: 0.2em;
          line-height: 1.3;
          & span.mid_txt{
            font-size: clamp(10px, 3.4vw, 12px);
          }
      }
      & .goods_price {
        letter-spacing: -0.06em;
          & span {
              font-size: clamp(10px, 3vw, 12px);
          }
      }
  }
}
@media screen and (max-width: 430px){
  .sec-03c .goods_list {
      & .goods_list-img {
          max-width: 120px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          width: 71%;
      }
    }
  .sec-03c .goods_list-item {
    aspect-ratio: 230 / 327;
    padding: 5% 2% 6%;

      & .goods_price {
          margin-top: 7px;
      }
      & .ticket_price_size {
        font-size: 10px;
        margin-top: 2px;
        letter-spacing: -0.04em;
      }
      & .goods_list-ttl {
          & span.mid_txt{
            margin-top: 0.5em;
          }
      }
  }
  .sec-03c .goods_list-item.goods_list-item_b {
      & .goods_list-img{
        max-width: 80%;
      }
      & .goods_list-ttl_2{
        margin-top: 0px;
      }
  }
}


/*//////////////////////////// sec-product sec-04 ////////////////////////////*/
/*スペシャルメニュー*/



.sec-04 .bg_tp > *:not(.product-block):not(.present-block) {
    padding-left: 30px;
    padding-right: 30px;
}
.sec-04{
    & .sec_ttl2{
      color: #fff;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      margin-top: 20px;
    }
}


/* product-block */
.product-list{
  margin-top: 40px;
}
.product-list_box{
  width: 100%;
}
.product-list_box + .product-list_box{
  margin-top: 90px;
}
.product-list_box > img{
  width: 100%;
  margin: auto;
}
.product-list_box > ul{
  max-width: 430px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 0;
}
.product-list_box > ul li{
  width: 45.5%;
}
.product-list_box > ul li + li +li{
  margin-top: 80px;
}
.product-list-item{
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-direction: column;
    & .product_name{
      font-size: 18px;
      line-height: 1.5;
      margin-top: 16px;
      padding-bottom: 5px;
      height: 3.3em;
    }
    & .product_price{
      font-size: 24px;
      margin-top: auto;
        & span{
          font-size: 18px;
        }
    }
}


/* present-block */
.present-block{
    & .present_ttl{
      /*max-width: 340px;*/
      margin: 100px auto 0;
    }
    & .present_img{
      max-width: 430px;
      margin: 20px auto 0;
    }
    & .random-txt{
      margin: 20px auto 0;
    }
    & .come-txt{
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: left;
      margin: 25px auto 0;
      color: #fff;
      font-size: 12px;
      line-height: 2;
      padding: 0 15px;
    }
}




@media screen and (max-width: 480px) { 
  .sec-product .bg_w{
    padding-left: 0;
    padding-right: 0;
  }
  .sec-04 {
    & .sec_ttl2 {
        font-size: clamp(14px, 4vw, 16px);
    }
  }

}

@media screen and (max-width: 430px){
  .sec-04 {
    .product-list_box > ul li{
      width: 47%;
    }
    .product-list_box > ul li + li +li{
      margin-top: 50px;
    }
    .product-list-item{
        & .product_name{
          /*font-size: 16px;*/
          font-size: clamp(14px, 4vw, 16px);
          line-height: 1.5;
          margin-top: 12px;
          padding-bottom: 7px;
          height: 3.3em;
        }
        & .product_price{
          /*font-size: 19px;*/
          font-size: clamp(17px, 4.6vw, 19px);
          margin-top: auto;
            & span{
              font-size: 74%;
            }
        }
    }
  }
}



/*//////////////////////////// sec-collabo sec-05 ////////////////////////////*/
.sec-05{
  margin-bottom: 190px;
    & .sec_ttl2{
      margin-top: 20px;
    }
    & .sec-05_intro{
      margin-top: 20px;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
    }
    & .deco-img{
      max-width: 950px;
      margin: 50px auto 0;
        & img + img{
          margin-top: 20px;
        }
    }
    & .collabo-block{
      /*padding-bottom: 50px;*/
        & p{
          line-height: 2;
          text-align: left;
          margin-top: 14px;
        }
    }
}

@media screen and (max-width: 480px) {
  .sec-05{
    & .deco-img{
      /*width: 89%;*/
      margin: 20px auto 0;
    }
    & .sec-05_intro {
        /*font-size: 14px;*/
        font-size: clamp(12px, 3.4vw, 14px);
    }
  }

}

/*//////////////////////////// sec-things sec-06 ////////////////////////////*/
.sec-06{
  margin-bottom: 50px;
}
.things-box{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
  margin: 10px auto 0;
}
.things-box p{
  line-break: strict;
}
.things-box > p + p{
  margin-top: 0.5em;
}

@media screen and (max-width: 480px) {
  /*.things-box{
    line-height: 1.6;
    margin: 20px auto 0;
  }*/
  .things-box {
    /*font-size: 14px;*/
          font-size: clamp(12px, 3.4vw, 14px);
    margin: 15px auto 0;
  }

}


/*//////////////////////////// popup ////////////////////////////*/
.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s ease;
  overflow-y: scroll;
}
.popup.on {
  opacity: 1;
  pointer-events: unset;
  z-index: 99;
  transition: 0.8s ease;
}
.popup-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
}
.popup-wrap--big {
  max-width: 800px;
}
.popup-wrap__ct {
  position: relative;
}
.popup-wrap__ct--top {
  padding: 20px 0;
}
.popup-wrap__ct--top .popup-wrap__close {
  bottom: auto;
  top: -10px;
  right: 0;
}
.popup-wrap__close {
  position: absolute;
  bottom: 10px;
  right: 5px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 2;
  transition: 0.2s ease;
}
.popup-wrap__close:hover {
  opacity: 1;
  transition: 0.2s ease;
}
.popup-wrap__close--top {
  bottom: auto;
  top: -35px;
}
.popup-wrap__list {
  max-height: 100%;
}
.popup-wrap__list-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}
.popup-wrap__list-img:before {
  content: "";
  display: block;
  background: white;
  padding-bottom: 100%;
}
.popup-wrap__list-img--thumb {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-wrap__list-img img {
  max-width: 100%;
  max-height: 100%;
}
.popup-wrap__list-ttl {
  display: block;
  color: #ccc;
  font-size: 1.5rem;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging {
  color: #999;
  font-size: 1.2rem;
  list-style: none;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging li {
  display: none;
}
.popup-wrap__list .custom_paging li.slick-active {
  display: inline-block;
}
.popup-wrap__list .slick-prev, .popup-wrap__list .slick-next {
  top: 0;
  transform: unset;
  width: 20%;
  height: calc(100% - 42px);
  z-index: 1;
}
.popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow.png") center no-repeat;
  background-size: contain;
  width: 28px;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.6s ease;
}
@media screen and (min-width: 481px) {
  .popup-wrap__list .slick-prev:before, .popup-wrap__list .slick-next:before {
    opacity: 0;
  }
}
.popup-wrap__list .slick-prev:hover:before, .popup-wrap__list .slick-next:hover:before {
  opacity: 1;
  transition: 0.6s ease;
}
.popup-wrap__list .slick-next {
  right: 0;
}
.popup-wrap__list .slick-next:before {
  right: 20px;
}
.popup-wrap__list .slick-prev {
  left: 0;
}
.popup-wrap__list .slick-prev:before {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}


/*///////////////////// footer /////////////////////*/
.main-footer{
  padding: 30px 0 30px;
}
.foot_logo{
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: block;
  font-size: 20px;
}
.main-footer__desc{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  /*font-family: "Noto Sans JP", sans-serif;*/
}
.main-footer__copyright{
  max-width: 160px;
  margin: 0 auto 0;
  color: #ECE5D8;
  font-size: 20px;
}
.foot_btnwrap{
  position: fixed;
  bottom: 50px;
  right: 6%;
  display: none;
  cursor: pointer;
  width: 150px;
  z-index: 10;
}
.main-footer__cart {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.main-footer__cart img {
  max-width: 100%;
  width: 100%;
}
.main-footer__backtop {
  width: 80px;
  transition: 0.3s;
  margin: 10px auto 0;
}
.main-footer__backtop:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {

}

