@charset "utf-8";
body{
  box-sizing: border-box;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "YakuHanJPs", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

body,p{
  margin:0;
}

ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#l-footer{
  margin: 0;
}

.lb-close img{
  width: 100% !important;
}

.tubasapro{
  display: block;
}

@media screen and (min-width:1050px) {
  a{
    transition: all .2s ease-in-out;
    display: grid;
  }

  a:hover{
    opacity: 0.8;
  }

  h3{
    margin: 68px 0 30px;
  }

  .header{
    height:110px;
    text-align: center;
    padding-top: 10px;
    border-bottom: 2px solid #605468;
  }

  .header .header_inner {
    border-bottom: 2px solid #d4ccd7;
    height: 96px;
  }

  .header .header_inner a{
    display: inline-block;
  }

  #contents{
    margin: 0 auto;
    background: url(../images/202004_sc_2nd/bgi.png) no-repeat;
  }

  #contents .main{
    width:1050px;
    margin: 0 auto;
    position: relative;
  }

  #contents .main .twitter{
    position: absolute;
    bottom:10px;
    right: 380px;
  }

  #contents .main .line{
    position: absolute;
    bottom:10px;
    right: 280px;
  }

  #contents .main img{
    padding: 53px 0;
  }

  #contents .inner_wrap{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_co.png);
  }
/* グッズページのcss */
  #contents .inner_wrap02{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_green.png);
  }

  #contents .inner_wrap03{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_pink.png);
  }

  #contents .inner_wrap04{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_co.png);
  }

  #contents .inner_wrap02 .inner_contents,
  #contents .inner_wrap03 .inner_contents,
  #contents .inner_wrap04 .inner_contents{
    padding: 60px 0;
  }

  .text_area{
    text-align: left;
    margin: 25px 0 25px 1em;
    text-indent: -1em;
    font-size: 18px;
    line-height: 1.6;
  }

  .text_area span{
    color: #FF1F19;
    font-weight: bold;
  }

  .store_link01,
  .store_link02,
  .store_link03{
    position: relative;
  }

  .store_link01 .button01,
  .store_link02 .button01{
    position: absolute;
    top: 18px;
    left: 25%;
  }

  .store_link01 .button02,
  .store_link02 .button02{
    position: absolute;
    top: 18px;
    right: 10%;
  }

  .store_link02 .button03{
    position: absolute;
    bottom: 21px;
    right: 24.1%;
  }

  .store_link03 .button01{
    position: absolute;
    top: 18px;
    left: 46%;
  }

  .tx_img03{
    text-align: center;
    padding-bottom: 68px;
  }

  .tx_img03 a{
    display: inline-block;
  }

  .item_area li{
    position: relative;
    margin-bottom: 25px;
  }

  .item_area li:last-child{
    margin: 0;
  }

  .item_area a{
    display: inline-block;
  }

  .item_area .button01{
    position: absolute;
    bottom: 20px;
    left: 2.2%;
  }

  .item_area .button02{
    position: absolute;
    bottom: 20px;
    right: 2.2%;
  }

  .item_area .button03{
    position: absolute;
    bottom: 25px;
    right: 2.2%;
  }

  .asobistore_link img {
    position: absolute;
    bottom: 44px;
    left: 2.3%;
  }

  .item_area .asobistore_link01{
    position: absolute;
    bottom: 105px;
    left: 2.3%;
  }

  .item_area .asobistore_link02{
    position: absolute;
    bottom: 105px;
    right: 36.1%;
  }

  .item_area .asobistore_link03{
    position: absolute;
    bottom: 112px;
    right: 21.9%;
  }

  .item_area .asobistore_link04{
    position: absolute;
    bottom: 110px;
    left: 2.4%;
  }

/* グッズページのcss */
  #contents .inner_contents{
    width: 1050px;
    margin: 0 auto;
  }

  .menu,
  .menu_02{
    padding-top: 68px;
  }

  .menu .upper,
  .menu_02 .upper{
    margin-bottom: 15px;
  }

  .menu .upper li{
    width: 340px;
    float: left;
    margin-right: 15px;
  }

  .tuhan_button{
    position: relative;
  }

  .asobistore_button{
    position: absolute;
    top:18px;
    left: 45%;
  }

  .menu .lower li{
    float: left;
  }

  .menu .lower li:first-child{
    width: 340px;
    margin-right: 14px;
  }

  .menu .lower li:last-child{
    width: 696px;
  }

  .menu .upper li:last-child,
  .menu .lower li:last-child{
    margin-right: 0;
  }

  /* 3/27まで */
  .menu_02 ul li{
    width: 517px;
    margin-right: 15px;
    float: left;
  }

  .menu_02 ul li:last-child{
    margin-right: 0;
  }
  /* 3/27まで */

  .news_tw{
    margin-top: 68px;
  }

  .news{
    margin-right: 24px;
  }

  .news ul{
    text-align: left;
    padding: 1em 0;
    color: #5d535e;
    overflow-y: scroll;
    height: 382px;
  }

  .news ul li{
    padding: 0 1em 1em;
    margin: 0 0 1em;
    /* font-size: 1rem; */
    line-height: 1.3;
    color: #5d535e;
    border-bottom: 1px solid #d4ccd7;
  }

  .news h3,.sns h3{
    border-bottom: 1px solid #d4ccd7;
    margin: 0.8em 1px 0;
    padding-bottom: 0.5em;
  }


  .news,.sns{
    position: relative;
    width:513px;
    padding: 1px;
    box-sizing: border-box;
    height: 450px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #605468;
  }

  .tweet {
    overflow-y: scroll;
    height: 383px;
  }

  .news ul::-webkit-scrollbar,
  .tweet::-webkit-scrollbar{
    width: 10px;
  }
  .news ul::-webkit-scrollbar-track,
  .tweet::-webkit-scrollbar-track{
    background: #fff;
    border-left: 1px solid #ccc;
    border-radius: 0 0 6px 0;
    /* box-shadow: inset 0 0 2px #777; */
  }
  .news ul::-webkit-scrollbar-thumb,
  .tweet::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 6px;
    box-shadow: none;
  }

  .inner_border h3 img {
    width: 95%;
  }

  .news .inner_border,
  .sns .inner_border{
    height: 444px;
    border: solid 2px #d4ccd7;
    border-radius: 9px;
  }

  .shop_gaiyou img{
    margin-bottom: 30px;
  }

  .shop_gaiyou a{
    margin-bottom: 30px;
    display: block;
  }

  .shop_gaiyou a img{
    margin: 0;
  }

  .official ul li {
    width: 518px;
    float: left;
    margin-right: 14px;
    margin-bottom: 15px;
  }

  .official ul li:nth-of-type(even){
    margin-right: 0;
  }

  .official ul li:nth-of-type(3),.official ul li:nth-of-type(4){
    margin-bottom: 0;
  }

  .single li{
    /* width: 100% !important; */
    margin-right: 0;
    text-align: center;
  }

  .single li a{
    display: block;
  }

  .chui{
    padding-bottom: 68px;
  }

  .chui ul li{
    text-align: left;
    color: #5d535e;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.7;
  }

  .footer{
    color: #fff;
  }

  .footer .company{
    background-color: #54b9ff;
    padding: 30px 0;
  }

  .footer .company p{
    width: 1050px;
    margin:0 auto;
  }

  .footer .flink{
    background-color: #36a4f1;
    padding: 30px 0;
  }

  .footer .flink a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }

  .footer .flink p{
    width: 1050px;
    margin: 0 auto;
  }

  .footer .flink .copy{
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.3;
  }

  .stamprally a{
    margin-top: 30px;
    display: block;
    transition: all .2s ease-in-out;
  }

  .stamprally a:hover{
    opacity: 0.8 !important;
  }

  .stamprally ul{
    text-align: left;
    margin: 30px 0;
  }

  .stamprally ul li{
    text-indent: -1em;
    margin-left: 1em;
    color: #5d535e;
  }

  .tokuten ul{
    margin-top: 30px;
  }

  .tokuten ul li{
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    color: #5d535e;
  }
/* 緊急連絡のcss（PC） START */
  .emergencynews{
    text-align: left;
    color: #f00;
    font-size: 18px;
    margin-bottom: 70px;
    border: 2px solid #f00;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
  }

  .emergencynews .title{
    font-weight: bold;
    font-size: 20px;
  }

  .emergencynews .bold{
    font-weight: bold;
  }

  .emergencynews .b2l{
    border-bottom: 4px double #f00;
  }

  .emergencynews .big{
    font-size: 28px;
  }

  .emergencynews a{
    color: #f00;
    border-bottom:1px solid #f00;
    display: inline-block;
  }

  .emergencynews a:hover{
    opacity: 0.6;
    border-bottom:1px solid transparent;
  }
/* 緊急連絡のcss（PC） END */




  .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
  }
  .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 27;
  }
  .modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    height: 95%;
    z-index: 30;
    overflow-y: scroll;
  }

  .modal__content .js-modal-close{
    position: absolute;
    top:1%;
    right: 1%;
  }

  .modal__content .js-modal-close img{
    width: 50px;
  }

  .modal__content::-webkit-scrollbar{
    width: 10px;
  }
  .modal__content::-webkit-scrollbar-track{
    background: #fff;
    border-left: 1px solid #ccc;
    border-radius: 6px;
    /* box-shadow: inset 0 0 2px #777; */
  }
  .modal__content::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 6px;
    box-shadow: none;
  }

  .layer_board {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    margin: 50px 32.5%;
    height: 90%;
    width: 35%;
    background: #fff;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);
  }

  .layer_board .img_contents img {
    width: 100%;
  }

  .layer_board .img_contents {
    width: 100%;
    margin: 0 auto;
  }

  .btn_close img {
    width: 35px;
    position: fixed;
    top: 6rem;
    right: 34%;
    /* right: 34.5%; */
  }

  .pagetop {
    display: none;
    position: fixed;
    bottom: 31px;
    right: 31px;
  }
  .pagetop a {
    display: block;
    background-color: #303133;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 18px 17px 12px;
    border-radius: 60px;
    opacity: 0.6;
  }
  .pagetop a:hover {
    opacity: 0.3;
  }

  .list-item,{
    z-index: -5;
  }
  #l-header .header-bottom,
  #l-footer .footer-pagetop{
    display: none !important;
  }
  .sp{
    display: none !important;
  }

  .pc{
    display: block !important;
  }
}

@media screen and (min-width: 841px) and (max-width:1050px) {
  .header{
    height:100px;
    text-align: center;
    padding-top: 10px;
    border-bottom: 2px solid #605468;
  }

  .header .header_inner {
    border-bottom: 2px solid #d4ccd7;
    height: 96px;
  }

  h3{
    margin: 68px 0 30px;
  }

  #contents{
    margin: 0 auto;
    background: url(../images/202004_sc_2nd/bgi.png) no-repeat;
    background-size: 325vw;
  }

  #contents .main{
    width:95%;
    margin: 0 auto;
    position: relative;
  }

  #contents .main .twitter{
    position: absolute;
    bottom:0;
    right: 35%;
    width: 6rem;
  }

  #contents .main .line{
    position: absolute;
    bottom:0;
    right: 25%;
    width: 6rem;
  }

  #contents .main img{
    padding: 53px 0;
    width: 100%;
  }

  #contents .inner_wrap{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_co.png);
  }
  /* グッズページのcss */
    #contents .inner_wrap02{
      text-align: center;
      background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_green.png);
    }

    #contents .inner_wrap03{
      text-align: center;
      background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_pink.png);
    }

    #contents .inner_wrap04{
      text-align: center;
      background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_co.png);
    }

    #contents .inner_wrap02 .inner_contents,
    #contents .inner_wrap03 .inner_contents,
    #contents .inner_wrap04 .inner_contents{
      padding: 60px 0;
    }

    .text_area{
      text-align: left;
      margin: 25px 0 25px 1em;
      text-indent: -1em;
      font-size: 18px;
      line-height: 1.6;
    }

    .text_area span{
      color: #FF1F19;
      font-weight: bold;
    }

    .store_link01,
    .store_link02,
    .store_link03{
      position: relative;
    }

    .store_link01 .button01,
    .store_link02 .button01{
      position: absolute;
      top: 1.8vw;
      left: 25%;
      width: 20vw;
    }

    .store_link01 .button02,
    .store_link02 .button02{
      position: absolute;
      top: 1.8vw;
      right: 10%;
      width: 20vw;
    }

    .store_link02 .button03{
      position: absolute;
      bottom: 1.8vw;
      right: 24.1%;
      width: 10.6vw;
    }

    .store_link03 .button01{
      position: absolute;
      top: 1.8vw;
      left: 46%;
      width: 20vw;
    }

    .tx_img03{
      text-align: center;
      padding-bottom: 68px;
    }

    .tx_img03 a{
      display: inline-block;
    }

    .item_area li{
      position: relative;
      margin-bottom: 25px;
    }

    .item_area li:last-child{
      margin: 0;
    }

    .item_area a{
      display: inline-block;
    }

    .item_area .button01{
      position: absolute;
      bottom: 2vw;
      left: 2.2%;
    }

    .item_area .button02{
      position: absolute;
      bottom: 2vw;
      right: 2.2%;
    }

    .item_area .button01 img,
    .item_area .button02 img,
    .item_area .dummy_button {
      width: 41.7vw;
    }

    .item_area .button03{
      position: absolute;
      bottom: 25px;
      right: 2.2%;
    }

    .item_area .button03 img{
      width: 28vw;
    }

    .asobistore_link img {
      position: absolute;
      bottom: 4.5vw;
      left: 2.3%;
      width: 16.1vw;
    }

    .item_area .asobistore_link01{
      position: absolute;
      bottom: 9.3vw;
      left: 2.3%;
    }

    .item_area .asobistore_link02{
      position: absolute;
      bottom: 9.3vw;
      right: 36.1%;
    }

    .item_area .asobistore_link03{
      position: absolute;
      bottom: 9.85vw;
      right: 21.9%;
    }

    .item_area .asobistore_link01 img,
    .item_area .asobistore_link02 img,
    .item_area .asobistore_link03 img,
    .item_area .asobistore_link04 img{
      width:9.6vw ;
    }

    .item_area .asobistore_link04{
      position: absolute;
      bottom: 9.7vw;
      left: 2.4%;
    }

  /* グッズページのcss */
  #contents .inner_contents{
    width: 95%;
    margin: 0 auto;
  }

  .menu img,
  .menu_02 img{
    width: 100%;
  }

  .menu .upper,
  .menu_02 .upper{
    border-bottom: 1px solid #615466;
  }

  .menu .upper li{
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #615466;
    display: grid;
  }

  .menu .upper li:nth-of-type(1),
  .menu .upper li:nth-of-type(2){
    margin-bottom: -1px;
  }

  .menu .upper li a{
    display: grid;
  }

  .menu .lower{
    border-bottom: 1px solid #615466;
  }

  .menu .lower li{
    float: left;
  }

  .menu .lower li:first-child{
    width: 33.33%;
    border-right: 1px solid #615466;
    box-sizing: border-box;
  }

  .menu .lower li:last-child{
    width: 66.5%;
  }

  .menu .lower li a{
    display: grid;
  }

  .menu .upper li:last-child,
  .menu .lower li:last-child{
    margin-right: 0;
    border-right: none;
  }

  .menu .upper li:last-child{
    padding-bottom: 1px;
    background-color: #cecff7;
  }

  .menu .lower li:last-child{
    padding-right: 0.08rem;
    background-color: #dcdff9;
  }
/* 3/27まで */
  .menu_02 .upper li{
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #615466;
    display: grid;
  }

  .menu_02 .lower li{
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #615466;
    border-bottom: 1px solid #615466;
    display: grid;
  }

  .menu_02 .upper li:last-child,
  .menu_02 .lower li:last-child{
    border-right: 0;
  }
/* 3/27まで */
  .news_tw{
    padding-top: 68px;
  }

  .news{
    margin-right: 3%;
  }

  .news ul{
    text-align: left;
    padding: 1em 0;
    color: #5d535e;
    overflow-y: scroll;
    height: 392px;
  }

  .news ul li{
    padding: 0 1em 1em;
    margin: 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #5d535e;
    border-bottom: 1px solid #d4ccd7;
  }

  .news h3 img,
  .sns h3 img{
    width: 95%;
  }

  .news h3,.sns h3{
    border-bottom: 1px solid #d4ccd7;
    margin: 0.8em 1px 0;
    padding-bottom: 0.5em;
  }

  .news,.sns{
    position: relative;
    width:48.5%;
    padding: 1px;
    box-sizing: border-box;
    height: 450px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #605468;
  }

  .news .inner_border,
  .sns .inner_border{
    height: 444px;
    border: solid 2px #d4ccd7;
    border-radius: 9px;
  }

  .tweet {
    overflow-y: scroll;
    height: 383px;
  }

  .shop_gaiyou img{
    margin-bottom: 30px;
    width: 100%;
  }

  .shop_gaiyou a{
    margin-bottom: 30px;
    display: block;
  }

  .shop_gaiyou a img{
    margin: 0;
  }

  .map img{
    width: 100%;
  }


  .official img{
    width: 100%;
  }

  .official ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2rem;
  }

  .official ul li:nth-of-type(even){
    margin-right: 0;
  }

  .single li{
    /* width: 100% !important; */
    margin: 0 auto;
    text-align: center;
  }

  .single li img{
    width: 49%;
  }

  .chui{
    padding-bottom: 68px;
  }

  .chui ul li{
    text-align: left;
    color: #5d535e;
    text-indent: -1em;
    margin-left: 1em;
  }

  .chui img{
    width: 100%;
  }

  .footer{
    color: #fff;
  }

  .footer .company{
    background-color: #54b9ff;
    padding: 30px 0;
  }

  .footer .company p{
    width: 95%;
    margin:0 auto;
  }

  .footer .flink{
    background-color: #36a4f1;
    padding: 30px 0;
  }

  .footer .flink a{
    color: #fff;
    text-decoration: none;
  }

  .footer .flink p{
    width: 95%;
    margin: 0 auto;
  }

  .footer .flink .copy{
    margin-top: 15px;
    font-size: 10px;
    line-height: 1.3;
  }

  .tokuten h3,
  .shaniragi h3,
  .stamprally h3{
    margin-top: 0;
    padding-top: 68px;
  }

  .stamprally a{
    margin-top: 30px;
    display: block;
  }

  .stamprally ul{
    text-align: left;
    margin: 30px 0;
  }

  .stamprally ul li{
    text-indent: -1em;
    margin-left: 1em;
    color: #5d535e;
  }

  .tokuten ul{
    margin-top: 30px;
  }

  .tokuten ul li{
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
    color: #5d535e;
  }

  /* 緊急連絡のcss（tab） START */
  .flame{
    padding-top: 65px;
  }

  .emergencynews{
    text-align: left;
    color: #f00;
    font-size: 18px;
    border: 2px solid #f00;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
  }

  .emergencynews .title{
    font-weight: bold;
    font-size: 20px;
  }

  .emergencynews span{
    font-weight: bold;
  }

  .emergencynews a{
    color: #f00;
    border-bottom:1px solid #f00;
  }
  /* 緊急連絡のcss（tab） END */

  .tuhan_button{
    position: relative;
  }

  .asobistore_button{
    position: absolute;
    top:2vw;
    left: 46%;
    width: 19.5vw;
  }

  .pc{
    display: none !important;
  }

  .sp{
    display: block !important;
  }
  .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
  }
  .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 27;
  }
  .modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    z-index: 30;
  }

  .modal__content img{
    width: 70%;
  }

  .modal__content .js-modal-close{
    position: absolute;
    top:1%;
    right: 1%;
  }

  .modal__content .js-modal-close img{
    width: 50px;
  }

  .layer_board {
    position: fixed;
    top: 0;
    left: 0;
    margin: 50px 10%;
    overflow-y: scroll;
    height: 90%;
    background: #fff;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);
  }

  .layer_board .img_contents img {
    width: 100%;
  }

  .layer_board .img_contents {
    width: 100%;
    margin: 0 auto;
  }

  .btn_close img {
    width: 3vw;
    position: fixed;
    top: 6.5%;
    right: 12.5%;
  }

  .pagetop {
    display: none;
    position: fixed;
    bottom: 31px;
    right: 31px;
  }
  .pagetop a {
    display: block;
    background-color: #303133;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 18px 17px 12px;
    border-radius: 60px;
    opacity: 0.6;
  }
  .pagetop a:hover {
    opacity: 0.3;
  }
  #l-header .header-bottom,
  #l-footer .footer-pagetop{
    display: none !important;
  }
}

@media screen and (max-width: 840px) {
  .header{
    height:5rem;
    text-align: center;
    padding-top: 7px;
    border-bottom: 1px solid #605468;
  }

  .header .header_inner {
    border-bottom: 1px solid #d4ccd7;
    height: 4.2rem;
  }

  h3{
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  img.sc_logo {
    width: 22rem;
  }

  #contents{
    margin: 0 auto;
    background: url(../images/202004_sc_2nd/bgi.png) no-repeat;
    background-size: 325vw;
  }

  #contents .main{
    width:95%;
    margin: 0 auto;
    position: relative;
  }

  #contents .main .twitter{
    position: absolute;
    bottom:0;
    right: 36%;
    width: 8vw;
  }

  #contents .main .line{
    position: absolute;
    bottom:0;
    right: 24%;
    width: 8vw;
  }

  #contents .main img{
    padding: 2rem 0;
    width: 100%;
  }

  #contents .inner_wrap{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 40px center,url(../images/202004_sc_2nd/bgi_co.png);
  }

/* グッズページのcss */
  #contents .inner_wrap02{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_green.png);
  }

  #contents .inner_wrap03{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_pink.png);
  }

  #contents .inner_wrap04{
    text-align: center;
    background: url(../images/202004_sc_2nd/innner_bgi.png) repeat-y top 30px center,url(../images/202004_sc_2nd/bgi_co.png);
  }

  #contents .inner_wrap02 .inner_contents,
  #contents .inner_wrap03 .inner_contents,
  #contents .inner_wrap04 .inner_contents{
    padding: 6vw 0;
  }
  .item h3{
    margin-top: 0;
    padding-top: 2.5rem;
  }

  .text_area{
    text-align: left;
    margin: 2.5vw 0 2.5vw 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.6;
  }

  .text_area span{
    color: #FF1F19;
    font-weight: bold;
  }

  .store_link01,
  .store_link02,
  .store_link03{
    position: relative;
  }

  .store_link01 .button01,
  .store_link02 .button01{
    position: absolute;
    top: 1.6vw;
    left: 25%;
    width: 20vw;
  }

  .store_link01 .button02,
  .store_link02 .button02{
    position: absolute;
    top: 1.6vw;
    right: 10%;
    width: 20vw;
  }

  .store_link02 .button03{
    position: absolute;
    bottom: 1.9vw;
    right: 24.1%;
    width: 10vw;
  }

  .store_link03 .button01{
    position: absolute;
    top: 1.6vw;
    left: 46%;
    width: 20vw;
  }

  .tx_img03{
    text-align: center;
    padding-bottom: 6.8vw;
  }

  .tx_img03 a{
    display: inline-block;
  }

  .item_area li{
    position: relative;
    margin-bottom: 2vw;
  }

  .item_area li:last-child{
    margin: 0;
  }

  /* .item_area a{
    display: inline-block;
  } */

  .item_area .button01{
    position: absolute;
    bottom: 2vw;
    left: 2.2%;
  }

  .item_area .button02{
    position: absolute;
    bottom: 2vw;
    right: 2.2%;
  }

  .item_area .button01 img,
  .item_area .button02 img,
  .item_area .dummy_button {
    width: 41.7vw;
  }

  .item_area .button03{
    position: absolute;
    bottom: 2.2vw;
    right: 2.2%;
  }

  .item_area .button03 img{
    width: 28vw;
  }

  .asobistore_link img {
    position: absolute;
    bottom: 2.1vw;
    left: 2.3%;
    width: 16.5vw;
  }

  .item_area .asobistore_link01{
    position: absolute;
    bottom: 9.3vw;
    left: 2.3%;
  }

  .item_area .asobistore_link02{
    position: absolute;
    bottom: 9.3vw;
    right: 36.1%;
  }

  .item_area .asobistore_link03{
    position: absolute;
    bottom: 9.85vw;
    right: 21.9%;
  }

  .item_area .asobistore_link01 img,
  .item_area .asobistore_link02 img,
  .item_area .asobistore_link03 img,
  .item_area .asobistore_link04 img{
    width:9.6vw ;
  }

  .item_area .asobistore_link04{
    position: absolute;
    bottom: 9.7vw;
    left: 2.4%;
  }

/* グッズページのcss */

  #contents .inner_contents{
    width: 95%;
    margin: 0 auto;
  }

  .menu img,
  .menu_02 img{
    width: 100%;
  }

  .menu .upper{
    border-bottom: 1px solid #615466;
    border-top: 1px solid #615466;
  }

  .menu .upper li{
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #615466;
    display: grid;
  }

  .menu .upper li:nth-of-type(1),
  .menu .upper li:nth-of-type(2){
    margin-bottom: -1px;
  }

  .menu .lower li:first-child{
    padding-bottom: 1px;
    background-color: #cecff7;
  }

  .menu .upper li a{
    display: grid;
  }

  .menu .lower{
    border-bottom: 1px solid #615466;
  }

  .menu .lower li{
    float: left;
  }

  .menu .lower li:first-child{
    width: 33.33%;
    border-right: 1px solid #615466;
    box-sizing: border-box;
  }

  .menu .lower li:last-child{
    width: 66.5%;
  }

  .menu .lower li a{
    display: grid;
  }

  .menu .upper li:last-child,
  .menu .lower li:last-child{
    margin-right: 0;
    border-right: none;
  }

/* 3/27まで */
  .menu_02 .upper li{
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #615466;
    border-bottom: 1px solid #615466;
    display: grid;
  }

  .menu_02 .lower li{
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #615466;
    border-bottom: 1px solid #615466;
    display: grid;
  }

  .menu_02 .upper li:first-child,
  .menu_02 .lower li:first-child{
    padding-bottom: 1px;
    background-color: #cdcef7;
  }

  .menu_02 .upper li:last-child,
  .menu_02 .lower li:last-child{
    border-right: 0;
  }
/* 3/27まで */

  .news_tw{
    padding-top: 1.3rem;
    width: 100%;
  }

  .news,.sns{
    padding: 1px 1.3px;
  }

  .news ul{
    text-align: left;
    padding: 1em 0;
    height: 81%;
    overflow-y: scroll;
  }

  .news ul li{
    padding: 0 1em 1em;
    margin: 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #5d535e;
    border-bottom: 1px solid #d4ccd7;
  }

  .news ul li:last-child{
    border-bottom: 0;
  }

  .news h3 img,
  .sns h3 img{
    width: 95%;
  }

  .news h3{
    border-bottom: 1px solid #d4ccd7;
    margin: 0.8em 0 0;
    padding-bottom: 0.5em;
  }

  .sns h3 {
    border-bottom: 1px solid #d4ccd7;
    position: sticky;
    background: #fff;
    top: 0;
    padding-top: 0.8em;
    padding-bottom: 0.5em;
    margin: 0;
    /* display: none; */
  }

  .news{
    width:100%;
    height: 254px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #605468;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .sns{
    width:100%;
    height: 500px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #605468;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .news .inner_border{
    height: 250px;
    border: solid 1px #d4ccd7;
    border-radius: 9px;
  }

  .sns{
    margin-bottom: 0;
  }

  .sns .inner_border {
    height: 496px;
    /* overflow-y: scroll; */
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    border: solid 1px #d4ccd7;
    border-radius: 9px;
    box-sizing: border-box;
    width: 100%;
  }

  /* .tweet iframe{
    box-sizing: border-box;
    width: 100%;
  } */


  .shop_gaiyou img{
    width: 100%;
    margin-bottom: 1rem;
  }

  .shop_gaiyou a{
    margin-bottom: 1rem;
    display: block;
  }

  .shop_gaiyou a img{
    margin: 0;
  }

  .map img{
    width: 100%;
  }

  .map iframe{
    /* border-radius:10px; */
    border:2px solid #615466;
  }

  .official img{
    width: 100%;
  }

  .official ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.8rem;
  }

  .official ul li:nth-of-type(even){
    margin-right: 0;
  }

  .official ul li:nth-of-type(3),
  .official ul li:nth-of-type(4){
    margin-bottom: 0;
  }

  .single li{
    /* width: 100% !important; */
    margin: 0 auto;
    text-align: center;
  }

  .single li img{
    width: 100%;
  }

  .chui ul li{
    text-align: left;
    color: #5d535e;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
  }

  .chui img{
    width: 100%;
  }

  .chui{
    padding-bottom: 30px;
  }

  .gm-style-pbc{
    border-radius: 10px !important;
    z-index: -1 !important;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  }

  .footer{
    color: #fff;
    font-size: 0.6rem;
    font-size: 11px;
  }

  .footer .company{
    background-color: #54b9ff;
    padding: 1rem 0;
  }

  .footer .company p{
    width: 95%;
    margin:0 auto;
  }

  .footer .flink{
    background-color: #36a4f1;
    padding: 1rem 0;
  }

  .footer .flink a{
    color: #fff;
    text-decoration: none;
  }

  .footer .flink p{
    width: 95%;
    margin: 0 auto;
  }

  .footer .flink .copy{
    margin-top: 15px;
    line-height: 1.3;
  }

  .tokuten h3,
  .shaniragi h3,
  .stamprally h3{
    margin-top: 0;
    padding-top: 2.5rem;
  }

  .stamprally a{
    margin-top: 1rem;
    display: block;
  }

  .stamprally ul{
    text-align: left;
    margin: 1rem 0;
    font-size: 12px;
  }

  .stamprally ul li{
    text-indent: -1em;
    margin-left: 1em;
    color: #5d535e;
  }

  .tokuten ul{
    margin-top: 2rem;
  }

  .tokuten ul li{
    text-align: left;
    font-size: 12px;
    text-indent: -1em;
    margin-left: 1em;
    color: #5d535e;
  }

/* 緊急連絡のcss（SP） START */
  .flame{
    padding-top: 1rem;
  }

  .emergencynews{
    text-align: left;
    color: #f00;
    font-size: 1.5rem;
    border: 2px solid #f00;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #fff;
  }

  .emergencynews .title{
    font-weight: bold;
    font-size: 3.7vw;
  }

  .emergencynews .bold{
    font-weight: bold;
  }

  .emergencynews .b2l{
    border-bottom: 4px double #f00;
  }

  .emergencynews .big{
    font-size: 23px;
  }

  .emergencynews a{
    color: #f00;
    border-bottom:1px solid #f00;
    font-size: 13px;
    word-break: break-all;
  }
/* 緊急連絡のcss（SP） END */

.tuhan_button{
  position: relative;
}

.asobistore_button{
  position: absolute;
  top:2vw;
  left: 46%;
  width: 19vw;
}

  .pc{
    display: none !important;
  }

  .sp{
    display: block !important;
  }

  .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
  }
  .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 27;
  }
  .modal__content{
    background: #fff;
    left: 50%;
    padding: 35px 10px 10px 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    z-index: 30;
  }

  .modal__content img{
    width: 100%;
  }

  .modal__content .js-modal-close{
    position: absolute;
    top:1%;
    right: 1%;
  }

  .modal__content .js-modal-close img{
    width: 25px;
  }

  .layer_board {
    position: fixed;
    top: 0%;
    left: 0;
    width: 90%;
    margin: 5% 5%;
    overflow-y: scroll;
    height: 94%;
    background: #fff;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);
  }

  .layer_board .img_contents img {
    width: 100%;
  }

  .layer_board .img_contents {
    /* width: 70%; */
    margin: 0 auto;
  }

  .btn_close img {
    width: 5vw;
    position: fixed;
    top: 4.7%;
    right: 7%;
  }

  .pagetop {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
  }
  .pagetop a {
    display: block;
    background-color: #303133;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 4vw 4.4vw 3.5vw;
    border-radius: 10vw;
    opacity: 0.6;
  }
  .pagetop a:hover {
    opacity: 0.3;
  }

  #l-header .header-spbottom,
  #l-footer .footer-pagetop,
  #l-header .header-top .top-inner .top-menu .menu-list{
    display: none !important;
  }
}
#l-header .header-bottom{
  display: none !important;
}
