@import url("../fonts/icomoon/style.css");

@charset "UTF-8";

* {
  font-family: 'Noto Sans JP','Helvetica','Roboto',sans-serif;
    color: #2E4F64;
    line-height: 1.75;
}

body{
    padding-left: calc(100vw - 100%);
}

.en {
  font-family: 'Helvetica';
    letter-spacing: 0.05em;
}

.num{
    font-family: 'Roboto';
}


/* Swiperの親要素 */
.swiper-parent {
	position: relative;
}
/* Swiper本体 */
.swiper-container {
	box-sizing: content-box;
}

.swiper-wrapper{
    padding-top:20px;
    height: auto;
}

/* 動画メニュー */
.thumb-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
 
/*
.thumb-item {
  list-style: none;
  width: 33%;
}
*/
 
/*
.thumb-link {
  display: block;
  width: 100%;
  height: 50px;
}
*/
 

.swiper-slide{
    height: auto;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    top: 0;
    height: 50px;
}


@media screen and (min-width:1024px) {
    .l-wrapper{
        margin: 0 auto;
/*        display: flex;*/
        position: relative;
    }
    
    .l-wrapper:before{
        position: absolute;
        display: block;
        content: '';
        top: 0;
        height: 1295px;
        width: 100%;
        opacity: 0.9;
        /* background: transparent linear-gradient(180deg, #fcdfff 26%, #eefdf7 67%, #FAF6C600 100%) 0% 0% no-repeat padding-box; */
        background: transparent linear-gradient(180deg, #ffbef4 26%, #FFF0C6 67%, #FAF6C600 100%) 0% 0% no-repeat padding-box;
        z-index: -100;
        
    }
    
    section{
        width: 100%;
        padding-left: 260px;
    }
}

/* ナビゲーション */
header{
  margin: 0 auto;
/*  background: #fff;*/
  height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav a{
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Noto sans JP";
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    color: #62345f;
}

.nav a .small{
    display: block;
    font-size: 10px;
    opacity: 0.6;
    color: #f4560e;
    letter-spacing: 1;
}

.gloval-nav{
  position: absolute;
  right: 0;
}

.green-btn{
  background-color: #00adb3;
  border-radius: 5px;
  padding: 12px 0;
  text-align: center;
  margin: 25px;
  width: 270px;
}

.green-btn:hover{
  opacity: 0.8;
}

/* トグルアイコン  */

.toggle-wrap{
    position: relative;
}

  #nav-toggle,
  #nav-toggle span {
    display: inline-block;
    transition: transform .4s;
    box-sizing: border-box;
  }
  #nav-toggle {
    position: absolute;
      right: 0;
    width: 30px;
    height: 48px;
  }
  #nav-toggle span {
    position: absolute;
    left: -20px;
    width: 100%;
    height: 3px;
    background-color: #2E4F64;
  }
  #nav-toggle span:nth-of-type(1) {
    top: 14px;
  }
  #nav-toggle span:nth-of-type(2) {
    top: 22px;
  }
  #nav-toggle span:nth-of-type(3) {
    top: 30px;
  }
  .open #nav-toggle span:nth-of-type(1) {
    top: 18px;
  }
  .open #nav-toggle span:nth-of-type(3) {
    top: 18px;
  }
  .togg
  .open #nav-toggle span:nth-of-type(1) {
    top: 18px;
  }le-wrap{
    position: relative;
  }
  /* ハンバーガーアニメーション */
  .open #nav-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: rotate(-45deg) translateY(0px);
  }
  .open #nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open #nav-toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: rotate(45deg) translateY(0px);
  }
/* メニュー開 */
  .nav ul{
    display: block;
  }

  #nav-toggle {
    z-index: 1000;
  }
  #nav-toggle > div {
    width: 30px;
  }
  .open #nav-toggle > div {
    width: 25px;
  }
  #container {
    z-index: 900;
  }

  .gloval-nav.nav-sp {
    background-color: #fff;
      position: absolute;
      width: 100%;
    z-index: 990;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow: auto;
      padding-bottom: 10px;
  }

  .gloval-nav ul li {
    opacity: 0;
  }

  /* open */
  .open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .open .gloval-nav {
    visibility: visible;
    opacity: 1;
      padding-top: 40px;
      position: fixed;
      overflow: auto;
      height: 100%;
  }
  .open .gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  /* オーバーレイ */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
    /* z-index: 500; */
  }
  .overlay.active{
    display: block;
  }

  /* twitter */
  .gloval-nav-twitter {
    box-shadow: 0px 3px 30px #2e4f6429;
    margin-top: 20px;
    display: none;
  }

  @media screen and (min-width:1024px) {
    .gloval-nav-twitter {
      display: block;
    }
  }


/*-----------------------------------------------------------------
		ヘッダー
-----------------------------------------------------------------*/


.logo{
    opacity: 0;
    z-index: 2;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.open .logo{
    display: none;
}


@media screen and (min-width:1024px) {
    /*　for PC　*/
    
    .l-header{
        position: fixed;
        top: 20px;
        left: 20px;
        width: 230px;
        height: 450px;;
        font-size: 20px;
        background: rgba(251, 251, 251, 0.9) 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 30px #2E4F6429;
border-radius: 6px;
        margin-right: 64px;
        z-index: 2;
}
    
    .toggle-wrap{
        display: none;
    }
    
    .gloval-nav.nav-sp{
        opacity: 100;
        visibility: visible;
        position: relative;
        top: auto;
        background-color: rgba(255,0,0,0);
    }
    
    .gloval-nav ul li{
        opacity: 100;
    }
    
    .nav a{
        font-size: 14px;
        text-align: left;
        padding: 8px 20px;
        color: #62345f;
    }
    
    .logo{
        position: relative;
        top: auto;
        opacity: 100;
        visibility: visible;
        padding-top: 30px;
        padding-bottom: 15px;
    }

 
}


/*-----------------------------------------------------------------
		メイン
-----------------------------------------------------------------*/

.l-main {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    min-height: 100%;
    }

.l-main::before,.l-main::after,.sec-inner::before,.ticket:before,.ticket:after{
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
}


.l-main::before{
    top: 0;
    left: -100px;
    background: url(../images/mv_bg-01.png) repeat-y;
    background-size: contain;
    width: 707px;
    height: 1307px;
    z-index: -2;
}

.l-main::after{
    top: -60px;
    right: -110px;
    background: url(../images/mv_bg-02.png) repeat-y;
    background-size: contain;
    width: 707px;
    height: 1892px;
    z-index: -2;
}


@media screen and (min-width:1024px) {
.l-main {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    }
}

/* ▼ 共通 ▼ */

.sec-inner{
    max-width: 956px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.sec-inner.p0{
    padding: 0;
}

.sec-inner::before{
    background: url(../images/sec_bg.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
}

.sec-ttl .en{
    font-size: 1.8em;
    color: #58C7AE;
    letter-spacing: 0.5;
}

.sec-ttl h2{
    font-size: 2.8em;
    font-weight: 600;
    color: #2E4F64;
}

.icon{
    position: relative;
}

a:hover{
  opacity: 0.8;
}


.btn{
    display: inline-block;
    padding: 7px;
    background: #FBFBFB 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 10px #2E4F644D;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    color: #2E4F64;
    font-size: 16px;
    font-weight: bold;
}



.mb52{
  margin-bottom: 52px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb13{
  margin-bottom: 13px;
}
.mb9{
  margin-bottom: 9px;
}
.bold {
  font-weight: bold;
}

.white{
    color: #fff!important;
}

.icon{
    top:2px;
    padding-right: 3px;
}

.icon-noon{
    font-size: 1.2em;
}


.icon-white{
    color: #fff;
}

.center{
    text-align: center;
}

h3.subtitle{
  font-size: 2.4em;
  font-weight: 600;
  color: #2E4F64;
  background: #EDF1F7;
  border-left: 5px solid #89F6E1;
  padding: 7px 0 7px 15px;
}

h3.subtitle .notice{
  font-size: 10px;
  color: red;
  display: block;
}

.sec-ttl h2.sub-header{
  font-size: 2.3em;
}

@media screen and (min-width:1024px){
  .sec-inner{
    padding: 0;
  }
  
  .sec-ttl .en{
    font-size: 2em;
  }
  .sec-ttl h2{
    font-size: 4.6em;
  }
  .sec-ttl h2.sub-header{
    font-size: 2.5em;
  }
  
  h3.subtitle{
    font-size: 3em;
    padding: 7px 0 7px 25px;
    margin-right: 10px;
  }

  h3.subtitle .notice{
    font-size: 12px;
    display: inline;
    margin-left: 10px;
  }
}

/* ▲ 共通 ▲ */



/* MV */




.mv{
    max-width: 100%;
}

@media screen and (min-width:1024px){
.mv-wrapper{
    padding-top: 20px;
}    
}


/* チケットインフォ */
.ticket-info{
    background: transparent linear-gradient(270deg, #a053ff 30%, #4992ff 50%, #4fc4ff 90%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    padding: 15px;
    color: #fff;
    align-items: center;
    width: 100%;
}
.ticket-info::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/sec_bg.png);
  background-position: 93% -33%;
  background-size: 150%;
  opacity: 0.8;
  z-index: -1;
}

.ticket-info .ttl{
    font-size: 3.6em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 15px 0 10px 0;
    font-feature-settings: "palt";
    text-shadow: 0px 0px 16px #FFFFFF75;
}

.ticket-info .ttl .kerning{
    font: inherit;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: inherit;
    display: inline;
    color: #fff;
}

.ticket-info .content{
background: rgba(255, 255, 255, 0.7) 0% 0% no-repeat padding-box;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    border-radius: 6px;
}

.content-ttl{
    text-align: left;
    font-size: 2.1em;
    font-weight: bold;
}

.ticket-info .content .price-list{
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.ticket-info .content .price-list dl{
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
}

.ticket-info .content .price-list dl:first-child{
    margin-left: 0;
}

.ticket-info .content .price-list .type{
    border-radius: 5px;
    padding: 1px 10px;
    text-align: center;
background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    font-size: 1.2em;
}

.ticket-info .content .price-list .price{
    font-size: 30px;
    font-weight: 500;
}

.ticket-info .content .price-list .price .unit{
    font-size: 20px;
}

.ticket-info .content .release-date{
    display: flex;
border: 1px solid #92B1CB;
    align-items: center;
    margin-top: 5px;
}

.ticket-info .content .release-date .date-ttl{
    width: 30%;
    font-size: 12px;
    display: block;
}

.ticket-info .content .release-date .date{
    width: 70%;
    border-left: 1px solid #92B1CB;
    font-size: 20px;
    display: block;
}

/* シェアボタン */
.share {
  display: none;
}

@media screen and (min-width:1024px){
  .ticket-info{
    background: transparent linear-gradient(270deg, #a053ff 30%, #4992ff 50%, #4fc4ff 90%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    position: relative;
    width: 95%;
  }
  .ticket-info .ttl{
    font-size: 4.8em;
  }
  .ticket-info .content{
    margin-left: 10px;
    margin-top: 0;
  }
    
  .content-ttl{
    font-size: 2.4em;
  }

  .ticket-info::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/sec_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 20%;
    background-size: 85%;
    opacity: 0.6;
  }

  /* シェアボタン */
  .share {
    display: block;
    position: absolute;
    right: -5%;
    top: 0px;
    height: 100%;
    color: #233e4c;
    font-size: 15px;
    writing-mode: vertical-rl;
    letter-spacing: 2px
  }
}


/* ラインナップ */

.schedule .schedule-list:nth-child(1){
    margin-top: 15px;
}
.schedule .schedule-list:nth-child(2){
    margin-top: 15px;
}
@media screen and (min-width:1024px){
    .schedule .schedule-list{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }
    .schedule .schedule-list:nth-child(1){
        margin-top: 15px;
    }
    .schedule .schedule-list:nth-child(2){
        margin-top: 15px;
    }
}

.schedule .list-item{
    width: 100%;
    margin-bottom: 15px;
    padding: 0 30px;
}

.schedule .tag{
    display: inline-block;
    position: relative;
    background: #000;
    height: 30px;
    padding: 5px 20px 5px 30px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
}

.schedule .tag:before{
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: -20px;
    border-style: solid;
    border-width: 0 20px 30px 0px;
    border-color: transparent transparent #000 transparent;    
}

.schedule .list-item:first-child .tag{
    background: #FE97BA;
}

.schedule .list-item:first-child .tag::before{
    border-color: transparent transparent #FE97BA transparent;    
}

.schedule .list-item:nth-child(2) .tag{
    background: #B19CED;
}

.schedule .list-item:nth-child(2) .tag::before{
    border-color: transparent transparent #B19CED transparent;    
}

.schedule .list-item:nth-child(3) .tag{
    background: #5E98FC;
}

.schedule .list-item:nth-child(3) .tag::before{
    border-color: transparent transparent #5E98FC transparent;
}

.schedule .list-item:nth-child(4) .tag{
    background: #22D2AF;
}

.schedule .list-item:nth-child(4) .tag::before{
    border-color: transparent transparent #22D2AF transparent;
}

.schedule .schedule-list:nth-child(2) .list-item:nth-child(1) .tag::before{
    border-color: transparent transparent #5E98FC transparent;
}
.schedule .schedule-list:nth-child(2) .list-item:nth-child(1) .tag{
    background: #5E98FC;
}
.schedule .schedule-list:nth-child(2) .list-item:nth-child(2) .tag::before{
    border-color: transparent transparent #22D2AF transparent;
}
.schedule .schedule-list:nth-child(2) .list-item:nth-child(2) .tag{
    background: #22D2AF;
}


.schedule .tag span{
    font-size: 24px;
}

.schedule .list-content{
    padding: 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #0000001A;
    border-top: 3px solid;    
}

.schedule .list-item:first-child .list-content{
    border-color: #FE97BA;
}

.schedule .list-item:nth-child(2) .list-content{
    border-color: #B19CED;
}
.schedule .list-item:nth-child(3) .list-content{
    border-color: #5E98FC;
}
.schedule .list-item:nth-child(4) .list-content{
    border-color: #22D2AF;
}
.schedule .schedule-list:nth-child(2) .list-item:nth-child(1) .list-content{
    border-color: #5E98FC;
}
.schedule .schedule-list:nth-child(2) .list-item:nth-child(2) .list-content{
    border-color: #22D2AF;
}

.schedule .list-content .date ,.schedule .list-content .yobi{
    font-weight: 500;

}
.schedule .list-content .date{
    font-size: 56px;
    text-align: center;
    position: relative;
    line-height: 1;
    z-index: 0;
}

.schedule .schedule-list .list-item .list-content .subtitle {
  font-size: 15px;
  padding: 3px 10px;
  margin: 10px 0;
}
.schedule .schedule-list .list-item .list-content .notice {
  font-weight: bold;
  color: red;
  margin: -5px 0px;
  display: inline-block;
}
.schedule .schedule-list .list-item .list-content .expired{
  cursor: default;
  color: #7790a0;
}



.schedule .list-item .list-content .date:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 160px;
    height: 10px;
    bottom: 10px;
    opacity: 0.5;
    z-index: -1;
}
.schedule .list-item .list-content .date-cmgsn:before{
    width: 200px;
}

.schedule .list-item:first-child .list-content .date:before{
    background: #FE97BA;
    
}
.schedule .list-item:nth-child(2) .list-content .date:before{
    background: #B19CED;
}
.schedule .list-item:nth-child(3) .list-content .date:before{
    background: #5E98FC;
}
.schedule .list-item:nth-child(4) .list-content .date:before{
    background: #22D2AF;
}

.schedule .schedule-list:nth-child(2) .list-item:nth-child(1) .list-content .date:before{
    background: #5E98FC;
}
.schedule .schedule-list:nth-child(2) .list-item:nth-child(2) .list-content .date:before{
    background: #22D2AF;
}

.schedule .list-content .yobi{
    font-size: 28px;
    padding-left: 5px;
}

.schedule .list-content .date-cmgsn{
    font-size: 30px;
    margin-top: 5px;
}

.schedule .artist-img-list{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}

.artist-cmgsn{
    margin-top: 27px;
}

.artist-cmgsn img{
    height: inherit;
}
@media screen and (min-width:1024px){
    .artist-cmgsn img{
        height: 250px;
    }
}


.schedule .artist-img-list li{
    width: calc((100% - 8px) / 2);
}

.schedule .img{
    min-width: 100%;
}

.schedule .tag-switch-wrap{
    width: 100%;
    padding-bottom: 5px;
    letter-spacing: -10px;
    display: flex;
}

@media screen and (min-width:1024px){
    .tag-wrapper {
        display: block;
    }
}


.schedule .tag-noon,.schedule .tag-night{
    border: 1px solid #2E4F64;
    width: 50%;
    text-align: center;
    font-size: 12px;
    letter-spacing: normal;
}

.schedule .tag-night{
    background: #2E4F64;
    color: #fff;
}

.schedule .artist-name{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.schedule .time{
    margin-top: 10px;
}

.schedule .time dl{
    display: flex;
    text-align: center;
    border-bottom: 1px solid rgba(46, 79, 100, 0.2);
}

.schedule .time dl:first-child{
    border-top: 1px solid #E9EDEF;    
}

.schedule .time dl dt{
    background: #EDF1F7;
    padding: 5px 0;
    width: 100px;
    font-size: 14px;
}

.schedule .time dl dd{
    width: calc(100% - 90px);
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}

@media screen and (min-width:1024px){
    .schedule .schedule-list{
        flex-direction: row;
    }

    .schedule .list-item{
        width: calc((100% - 32px) / 2);
        margin-bottom: 0;
        padding: 0;
    }
    .schedule .list-content{
        height: 915px;
    }
    .schedule .list-content.comingsoon{
        height: 660px;
    }
    .schedule .list-content.finished{
        height: 730px;
    }
    .schedule .list-content-artist{
        height: 445px;
    }
}


/* 連番ライブとは？ */

.about{
    position: relative;
    padding-top: 80px;
}

.about::before{
  position: absolute;
  left: 40px;
  bottom: -130px;
  content: 'WHAT’S CN-Live?';
  white-space: nowrap;
  overflow: hidden;
  font-size: 80px;
  font-family: 'Darker Grotesque';
  font-weight: 600;
  letter-spacing: 0.05em;

  color: #89F6E1;
  /* background: -webkit-linear-gradient(180deg, #ffbbfa 30%, #dcd0f8 70%) 0% 0% no-repeat padding-box; */
  background: -webkit-linear-gradient(180deg, #FFF09A 30%, #ffd4fc 70%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  line-height: 1;
  text-align: right;
  display: block;
  z-index: -1;
  opacity: 1.0;
}


.column-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.column-wrapper .col .img{
    min-width: 100%;
    padding-top: 20px;
}

.text p{
    font-size: 1.4em;
    color: #333;
    line-height: 1.75;
    font-weight: 500;
    padding-top: 10px;
}

.text p .note{
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    padding-top: 15px;
    display: block;
    opacity: 0.8;
}


@media screen and (min-width:1024px){
  .about{
    padding-top: 200px;
  }

  .about::before{
    right: -80px;
    bottom: -140px;
    font-size: 15em;        
  }
    
  .column-wrapper{
    flex-direction: row;
  }
    
  .text p{
    font-size: 1.6em;
  }

  .text p .note{
    font-size: 14px;
  }   
}


/*PV*/
.pv{
    position: relative;
    margin-top: 120px;
}

.pv-inner{
    margin: 0 auto;
    padding-top: 20px;
}

.movie-menu{
    display: flex;
}

.movie-menu li{
     margin-left: 10px;   
    width: calc((100% - 10px) / 2);
}

.movie-menu li:first-child{
     margin-left: 0;   
}


.movie-menu .btn{
/*    width: calc((100% - 35px) / 4);*/
    width: 100%;
    font-size: 1.3em;
}

.movie_thumb{
    padding-top: 20px;
}

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

    .pv-inner{
    padding-top: 50px;
        width: 720px;
}

    
.movie-menu li{
     margin-left: 15px;   
    width: calc((100% - 35px) / 4);
}
    
.movie-menu .btn{
/*    width: 100%;*/
    font-size: 1.6em;
}


    
}

/* ふたりでつくるホロライブとは？ */
.about .sec-inner .pc{
  display: none;
}
.about .sec-inner .sp{
  display: block;
}
@media screen and (min-width:1024px){
  .about .sec-inner .pc{
    display: block;
  }
  .about .sec-inner .sp{
  display: none;
  }
}



/*遊び方*/

.pv::before, .schedule.bg-display::before{
  height: 50%;
  position: absolute;
  left: -50%;
  top: 0;
  content: '';
  display: block;
  z-index: -1;
  width: 150%;
  /* background: transparent linear-gradient(270deg, #ffbbfa 0%, #dcd0f8 70%) 0% 0% no-repeat padding-box; */
  background: transparent linear-gradient(270deg, #FFF09A 0%, #ffd4fc 70%) 0% 0% no-repeat padding-box;
  opacity: 1.0;
}

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

}


/* 対応プラットフォーム */

.platforms{
    position: relative;
}

.platforms-note{
    position: relative;
}

.platforms .sec-inner{
    padding: 150px 15px 0px 15px;
}


.platforms::before{
    position: absolute;
right: -50vw;
top: 40%;
content: 'PLATFORMS';
    font-size: 80px;
    font-family: 'Darker Grotesque';
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #FFF09A;
    line-height: 1;
    text-align: right;
display: block;
z-index: -1;
    opacity: 0.25;
    transform: rotate(-90deg);
}

.platforms .img{
    padding-top: 20px;
}

.platforms .note{
    color: #333;
    padding-top: 5px;
    font-size: 13px;
    opacity: 0.8;
}
.platforms-note p{
    color: #333;
    padding-top: 5px;
    font-size: 13px;
    opacity: 0.8;
}

@media screen and (min-width:1024px){
  .platforms .sec-inner{
    padding-top: 210px;
    padding: 150px 15px;
  }
  .platforms::before{
    font-size: 15em;
    right: -340px;
    top: 350px;
  }
  .platforms .img{
    padding-top: 35px;
  }

  .platforms .note{
    font-size: 14px;
  }
   .platforms-note p{
    font-size: 14px;
  }
}

/*スケジュール*/

.schedule{
    position: relative;
}


.schedule .sec-ttl{
    text-align: right;
    padding-top: 40px;
}

@media screen and (min-width:1024px){
    padding-top: 0;    
}


/*スケジュール背景あり*/
.schedule.bg-display::after{
    position: absolute;
left:-10px;
top: -65px;
content: 'SCHEDULE';
    font-size: 7.5em;
    font-family: 'Darker Grotesque';
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #89F6E1;
    opacity: 0.25;
    line-height: 1;
    text-align: right;
display: block;
z-index: -2;
}

@media screen and (min-width:1024px){
    .schedule.bg-display::after{
    font-size: 15em;
left:230px;
top: -132px;        
    }
    .schedule.bg-display .sec-inner{
    position: relative;
}

.schedule.bg-display .sec-ttl{
    position: absolute;
    right: 0;
}


.schedule.bg-display .schedule-list .list-item:first-child{
    margin-top: 60px;
}

.schedule.bg-display .schedule-list .list-item:nth-child(2){
    margin-top: 120px;
}

.schedule.bg-display .schedule-list .list-item:nth-child(3){
    margin-top: 180px;
}


}




/*チケット購入*/

.ticket{
    padding-top: 80px;
    position: relative;
}

.ticket:before{
    background: url(../images/ticket_bg-01.png) no-repeat;
    background-size: contain;
    width: 571px;
    height: 1342px;
    bottom: -100px;
    left: -50px;
}

.ticket:after{
    background: url(../images/ticket_bg-02.png) no-repeat;
    background-size: contain;
    width: 262px;
    height: 689px;
    top: 50px;
    right: -50px;
}

.ticket-content{
    margin: 0 0  0 auto;
    margin-top: 30px;
}

.ticket h3{
    font-size: 2.4em;
    font-weight: 600;
    color: #2E4F64;
    background: #EDF1F7;
    border-left: 5px solid #89F6E1;
    padding: 7px 0 7px 15px;
}

.ticket h4{
    display: flex;
    align-items:center;
    margin-top: 40px;
    padding: 0 15px;
}

.ticket h4:first-of-type{
    margin-top: 20px;
}

.ticket h4 .vol{
        font-size: 3em;
    font-weight: 600;
}

.ticket h4 .date{
    font:inherit;
    font-weight: 100;
    font-size: 20px;
    color: #333333;
    opacity: 0.6;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
}

.ticket h4 .date::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 1px;
    height: 28px;
    background-color: #707070;
        transform: translateY(-50%) rotate(36.87deg);
    -webkit-transform: translateY(-50%) rotate(36.87deg);
}

.ticket-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
}

.ticket-list-item{
    padding-top: 15px;
}

.ticket-list-item:nth-child(odd){
    padding-left: 0;
}

.btn.ticket{
    border-radius: 6px;
    box-shadow: 0px 3px 8px #2e4f644d;
    text-align: left;
    padding: 15px 35px 15px 25px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.btn.ticket:after, .btn.ticket:before{
    content: '';
    display: block;
    position: absolute;    
    background-size: contain;
}

.btn.ticket:after{
    top: 2px;
    left: 2px;
    background: url("../images/icon_highlight.png") no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    z-index: 1;
}

.btn.ticket:before{
    background: url("../images/icon_arrw.png") no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: auto;
    left: auto;
    z-index: 1;
}

.item-headline{
    font-size: 1.2em;
    font-weight: 600;
    align-items: center;
}
.item-headline .haed {
  padding-bottom: 0px;
  height: 25px;  
}
.item-headline .haed .icon{
  padding: 0px;
  padding-bottom: 3px;
}

.item-headline .icon{
    position: relative;
    padding-right: 5px;
}


.item-headline .time{
    font-size: 18px;
    padding-left: 15px;
}

.item-detail{
  display: flex;
  margin-left: 0px;
}

.item-detail .name{
  padding-bottom: 0px;
}

.item-detail .img img{
    padding-right: 5px;
    width: 50px;
}

.item-detail .name{
    padding-left: 0px;
    font-size: 0.9em;
}

.item-detail .name .tag-main, .item-detail .name .tag-renban{
    font-size: 12px;
    line-height: 1.2;
    height: 15px;
    width: 40px;
    display: inline-block;
    text-align: center;
    padding: 1px 0;
    margin-right: 8px;
}

.item-detail .name .tag-main{
    background-color: #89F6E1;    
}

@media screen and (min-width:1024px){
  .item-detail.long-name {
    margin-left: 0px;
  }
  .item-detail.long-name .tag-main {
    display: block;
    margin: auto
  }
}

.item-detail .name .tag-renban{
    background-color: #FDF2CC;  
}

.item-detail .note{
    font-size: 10px;
}

.cmng{
    color: #92B1CB;
    opacity: 0.5;
    font-style: italic;
    font-size: 3em;;
    padding: 0 15px;
}

.ticket .btn-wrap{
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 15px;
}

.btn.large{
    width: 100%;
    padding: 15px 0;
    position: relative;
    font-size: 1.6em;
}

.btn.large .icon-arrw:before{
    position: absolute;
    top: 50%;
    right: 10px;
    color: #92B1CB;
    transform: translate(-50%,-50%);
    font-size: 14px;
}

@media screen and (min-width:1024px){
  .ticket{
    padding-top: 150px;
  }
   .ticket-content{
    position: relative;
   }
    
  .ticket-content::before{
    position: absolute;
    font-size: 140px;
    font-family: 'Darker Grotesque';
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #89F6E1;
    line-height: 1;
    text-align: right;
    display: block;
    z-index: -1;
    opacity: 0.25;
    transform: rotate(-90deg);
  }
    
  .ticket-content.vr::before{
    left: -45%;
    top: 40%;
    content: 'VR TICKET';      
  }

  .ticket-content.web::before{
    content: 'WEB TICKET';
    right: -45%;
    top: 40%;
  }

  .ticket-content{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .ticket h3{
    font-size: 3em;
    padding: 7px 0 7px 25px;
    margin-right: 10px;
  }
    
  .ticket h4{
    margin-top: 60px;
  }

  .ticket h4 .vol{
    font-size: 4em;
  }

  .ticket-list{
    flex-direction: row;
  }
    
  .ticket-list-item{
    padding-left: 15px;
    padding-top: 15px;
    width: calc((100% - 30px) / 2); 
  }

  .item-headline{
    font-size: 22px;
    display: flex;
  }
  .item-headline .haed{
    padding-bottom: 5px;
    height: inherit;
  }
  .item-headline .haed .icon{
    padding-bottom: 0px;
  }
    
  .ticket .btn-wrap{
    padding: 0 40px;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .btn.large{
    font-size: 2.8em;
  }

  .btn.large .icon-arrw:before{
    font-size: 18px;
    right: 15px;
  }
    
  .cmng{
    font-size: 3.6em;
  }

  .item-detail{
    margin-left: 7px;
  }
  .item-detail .name{
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .item-detail .note{
    font-size: 12px;
  }
}

/* 応募フォーム(公演情報内部) */
.schedule .apply-form {
  margin: 20px 0;
}
.schedule .apply-form .btn-wrap {
  padding: 0px;
}
.schedule .apply-form .sec-inner {
  padding: 0px;
}
.schedule .apply-form .btn.large {
  padding: 10px 10px;
  font-size: 1.6em;
}

@media screen and (min-width:1024px) {
  .schedule .apply-form .btn-wrap {
    padding: 0px;
  }
}

/* 応募フォーム */
.apply-form {
  margin-top: 50px;
  position: relative;
}

.apply-form .sec-inner {
  padding: 80px 15px;
}

.apply-form .btn-wrap {
  /* margin-top: 20px; */
  padding: 0 10px;
}

@media screen and (min-width:1024px) {
  .apply-form .btn-wrap {
    padding: 0 40px;
    /* margin-top: 20px; */
  }

  .apply-form .btn.large {
    padding: 24px 0;
  }

}

.apply-form .btn.large {
  padding: 15px 30px;
}

/*インストール方法*/
.hwtply{
    position: relative;
}

.hwtply::before{
    height: 100%;
    top: 0;
}

.hwtply::after{
    position: absolute;
left:0;
bottom: -10px;
content: 'HOW TO PLAY';
    font-size: 80px;
    font-family: 'Darker Grotesque';
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #fff;
    line-height: 1;
    text-align: right;
display: block;
z-index: -1;
    opacity: 0.6;
    white-space: nowrap;
}


.hwtply .sec-inner{
    padding: 80px 15px;
}

.hwtply .btn-wrap{
    margin-top: 20px;
    padding: 0 10px;
}

.hwtply .btn.large{
    padding: 15px 30px;
}

@media screen and (min-width:1024px){
    .hwtply::after{
left:230px;
bottom: -20px;
content: 'HOW TO PLAY';
    font-size: 150px;

    }
.hwtply .btn-wrap{
    padding: 0 40px;
    margin-top: 20px;
}

    .hwtply .btn.large{
    padding: 24px 0;
}

}

/*ライブダイジェスト*/

.vark-live{
    position: relative;
}

.vark-live .sec-inner {
    background: #535A75;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}

.vark-live .sec-inner::after{
    position: absolute;
left:0;
bottom: -10px;
content: 'VARK LIVE';
    font-size: 80px;
    font-family: 'Darker Grotesque';
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #fff;
    line-height: 1;
    text-align: right;
display: block;
    opacity: 0.2;
    white-space: nowrap;
}

@media screen and (min-width:1024px){
.vark-live .sec-inner{
    margin: 0 auto;
    margin-top: 150px;
    padding-top: 80px;
    padding-bottom: 150px;
}    
    .vark-live .sec-inner::after{
        font-size: 150px;
        bottom: -20px;
        right: -10px;
    }
}

/*キャンペーン*/

.campaign{
    position: relative;
    margin-top: 80px;
}

.campaign .sec-inner{
    padding: 80px 15px ;
}

.campaign .column-wrapper{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.campaign .sec-inner:first-child .column-wrapper{
  margin-bottom: 10px;
}

.campaign .column-wrapper .col{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 0px 10px #2E4F641A; */
    /* padding: 15px; */
    /* margin-top: 15px; */
}

.campaign .column-wrapper .col.col-single{
    width: 100%;
}


.campaign .column-wrapper .col-headline{
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #EDF1F7;
    position: relative;
}

.campaign .column-wrapper .col-headline:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 110px;
    bottom: -2px;
    left: 0;
    display: block;
    background: #89F6E1;
}

.campaign .column-wrapper .col-content{
    font-size: 13px;
    color: #333;
    /* padding-top: 20px; */
    border-radius: 6px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px #2E4F641A;
    position: relative;
    background: #FBFBFB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #2e4f644d;
}

.campaign .column-wrapper .col-content:hover{
  opacity: 0.8;
}

.campaign .column-wrapper .col-content:after, .campaign .column-wrapper .col-content:before{
  content: '';
  display: block;
  position: absolute;    
  background-size: contain;
}

.campaign .column-wrapper .col-content:after{
  top: 2px;
  left: 2px;
  background: url("../images/icon_highlight.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  z-index: 1;
}

.campaign .column-wrapper .kikito .accordion-content {
  height: inherit;
}
.campaign .column-wrapper .astoness .accordion-content {
  font-size: 12px;
  max-height: 800px;
}

.campaign .twitter {
  margin-top: 100px;
}
.campaign .twitter h3{
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #EDF1F7;
  position: relative;
  font-size: 3.0em;
}
.campaign .twitter h3:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 110px;
  bottom: -2px;
  left: 0;
  display: block;
  background: #89F6E1;
}

.campaign .twitter .twitter-header{
  width: 85%;
  margin: auto;
}

.campaign .twitter .content{
  height: 350px;
  margin-top: 20px;
}

.campaign .twitter .content .cover{
  float: left;
  width: 50%;
  background: linear-gradient(to right, #4583ec, #0bb8fa);
  height: 100%;
  text-align: center;
  padding: 100px 50px;
  display: none;
}
.campaign .twitter .content .cover p{
  font-weight: bold;
  color: #fff;
  font-size: 3.0em;
}

.campaign .twitter .content .timeline{
  float: right;
  width: 100%;
}

.campaign .twitter .link-to-twitier {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 220px;
  height: 45px;
  margin-top: 20px;
}
.campaign .twitter .link-to-twitier::before {
  transform: skewX(-15deg);
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: -1;
  background-color:#fff;
}
.campaign .twitter .link-to-twitier::after {
  transform: skewX(-15deg) translateY(5px) translateX(5px);
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: -1;
  background-color:transparent;
  border: solid #fff 2px;
}
.campaign .twitter .link-to-twitier p{
  color: #2ab1ff !important;
  font-size: 18px !important;
  font-weight: bold;
  display: inline-block;
  margin-top: 6px;
}
.campaign .twitter .link-to-twitier:hover p{
  opacity: 0.8;
}

/* .campaign .show-more{
  display: none;
} */
.campaign .campaign-site-link{
  display: none;
}
.campaign .slide-arrow{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
}
.campaign .slide-arrow:hover{
  opacity: 0.8;
}
.campaign .slide-arrow img{
  background: #89F6E1;
  border-radius: 20px;
  padding: 8px 4px;
  width: 30px;
  position: absolute;
  left: 45%;
  bottom: 8px;
  transform: rotate(0deg);
}
.campaign .slide-arrow.is-open img{
  transform: rotate(180deg);
}

@media screen and (min-width:1024px){
  .campaign{
    margin-top: 0px;
  }
    
  .campaign .sec-inner{
    padding: 80px 0;
  }

 .campaign .column-wrapper{
    width: calc(100% - 20px);
    flex-direction: row;
  }

  .campaign .column-wrapper .col.col-half{
    width: calc((100% - 20px) / 2);
    /* border-radius: 6px; */
  }
    
  .campaign .column-wrapper .col{
    /* padding: 30px;
    margin-top: 30px; */
  }
  .campaign .column-wrapper .col-headline{
    font-size: 2.8em;
  }
  .campaign .column-wrapper .kikito .accordion-content {
    height: 550px;
  }
  .campaign .column-wrapper .astoness .accordion-content {
    height: 630px;
  }
  .campaign .column-wrapper .vrstep .accordion-content {
    height: 550px;
  }
  .campaign .column-wrapper .rentio .accordion-content {
    height: 550px;
  }
  .campaign .twitter h3{
    font-size: 4.0em;
  }
  .campaign .twitter .content{
    margin-top: 50px;
  }
  .campaign .twitter .content .cover{
    display: block;
  }
  .campaign .twitter .content .timeline{
    width: 50%;
  }
}


/*よくある質問*/

.l-wrapper.faq:before{
    display: none;
}

.l-wrapper.faq .l-main::after{
    display: none;
}


.faq-contents-wrapper{
    padding-top: 60px;
}

.faq-discription{
    color: #333;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    padding-top: 30px;
}

.faq-list-wrapper{
    padding-top: 60px;
    color: #333;
}

.faq-list li{
    border-bottom: 2px solid #EDF1F7;    
}

.faq-list li:first-child{
    border-top: 2px solid #EDF1F7;    
}


.question, .answer{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 45px;
    font-size: 14px;
    color: #333;
}

.question{
    font-weight: 500;
}

.answer{
    padding-top: 10px;
    padding-bottom: 35px;
    padding-right: 15px;
    color: #555;
}

.question::before, .answer::before{
    display: block;
    position: absolute;
    font-size: 24px;
    line-height: 1;
    width: 24px;
    height: 24px;
    text-align: center;
}

.question::before{
    content: 'Q';
    top: 10px;
    left: 0;
    color: #58C7AE;
}

.question:after {
    content: '';
    position: absolute;
    background: url(../images/icon_acc_is-close.png) no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 20px;
    height: 20px;
    background-size: contain;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.question.is-open:after {
    background: url(../images/icon_acc_is-open.png) no-repeat;
    background-size: contain;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.question .new{
    color: #22D2AF;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}

/*
.question .new:before{
    display: block;
    position: absolute;
    content: '';
    width: 35px;
    height: 8px;
    background: #FFE79E;
    bottom: 0;
    left: 0;
    z-index: -1;
}
*/

.answer::before{
    content: 'A';
    top: 10px;
    left: 0;
    color: #2E4F64;
    font-weight: 500;
    opacity: 0.8;
}

.accordion-ttl:hover{
    cursor: pointer;
}

.accordion-content{
    display: none;
}

.faq-contents-wrapper .btn-wrap{
    margin-top: 80px;
    padding: 0 40px;
    padding-bottom: 80px;
}

@media screen and (min-width:1024px){
.l-wrapper.faq .l-main::after{
    display: block;
}
    .faq-discription{
        font-size: 16px;
    }
.question, .answer{
    font-size: 16px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 45px;
    padding-right: 60px;
}
    .question::before, .answer::before{
    font-size: 30px;
    width: 40px;
    height: 40px;
}
    .question::before{
    top: 15px;
    left: 0;
}
    .question:after{        
    width: 30px;
    height: 30px;
    }
.answer{
    padding-top: 10px;
}
}

/*アーティスト*/

.l-wrapper.artists:before{
    display: none;
}

.l-wrapper.artists .l-main{
    height: auto;
}

.l-wrapper.artists .l-main::after{
    display: none;
}


.artist-contents-wrapper{
    padding-top: 60px;
}

.artist-contents-wrapper .schedule-list{
    flex-direction: column;
    margin-top: 0;
}

.artist-contents-wrapper .schedule-list .list-item{
    width: 100%;
    padding: 0;
    padding-top: 40px;
}

.artist-contents-wrapper .schedule-list .list-item .list-ttl{
    position: relative;
}

.artist-contents-wrapper .schedule-list .list-item .list-ttl .tag{
    padding: 7px 10px 3px 20px;
    font-size: 18px;
    width: 70px;
}

.artist-contents-wrapper .schedule-list .list-item .list-ttl .date{
    position: absolute;
    top:-4px;
    left: 100px;
    font-size: 18px;
    color: #333;
    opacity: 0.5;
}

.artist-contents-wrapper .schedule-list .list-item .list-ttl .yobi{
    font-size: 18px;
    color: #333;
    padding-left: 5px;
}

.artist-contents-wrapper .schedule-list .list-item .artist-name{
    text-align: left;
    font-size: 14px;
    padding-top: 5px;
}

.artist-contents-wrapper .list-content{
    box-shadow: none;
    background-color: rgba(0,0,0,0);
    padding: 0;
}

.artist-contents-wrapper .artist-img-list li{
    width: calc((100% - 10px) / 2);
}

.artist-contents-wrapper .btn-wrap{
    margin-top: 80px;
    padding: 0 40px;
    padding-bottom: 80px;
}


@media screen and (min-width:1024px){
    .l-wrapper.artists .l-main::after{
        display: block;
    }
    .artist-contents-wrapper .schedule-list .list-item{
        width: 100%;
        padding: 0 30px;
        padding-top: 40px
    }
    .artist-contents-wrapper .schedule-list .list-item .list-ttl .tag{
        padding: 5px 20px 5px 25px;
        font-size: 21px;
        width: 90px;
    }
    .artist-contents-wrapper .schedule-list .list-item .list-ttl .date{
        font-size: 22px;
        left: 120px;
    }
    .artist-contents-wrapper .schedule-list .list-item .artist-name{
        font-size: 18px;
        padding-top: 5px;
    }

    .artist-contents-wrapper .list-content{
        padding: 0 10px;
    }
    .artist-contents-wrapper .artist-img-list{
        margin-top: 30px;
    }
    .artist-contents-wrapper .artist-img-list li{
        width: calc((100% - 20px) / 2);
    }
}

/*モーダル*/

.modal-contents{
    display: none;
}

.modaal-fullscreen .modaal-container{
    background: rgba(255, 255, 256, 0.5);
}
.modal-contents-inner{
    display: flex;
    flex-direction: column;
}

.modal-contents-text .name{
    font-size: 22px;
    font-weight: 600;
}

.modal-contents-text .profile{
    font-size: 13px;
    color: #333;
}

.modal-contents-text .sns-list{
    display: flex;
    padding-top: 10px;
}

.modal-contents-text .sns-list li a{
    display: block;
    margin-right: 10px;
    padding: 0 10px;
    background: rgba(46, 79, 100, 0.6);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}
.modal-contents-img{
    text-align: center;
    padding-top: 30px;
}


@media screen and (min-width:1024px){
    .modal-contents-inner{
        width: 100%;
        height: 100vh;
    }

    .modal-contents-text{
    position: absolute;
    width: 300px;
    top: 50%;
    left: 45%;
    transform: translate(-70%, -50%);
}
.modal-contents-text .name{
    font-size: 26px;
}
    .modal-contents-text .profile{
        padding-top: 15px;
}
.modal-contents-text .sns-list{
    padding-top: 15px;
}

    .modal-contents-img{
        display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
        padding-top: 0;
    }
    
    .modal-contents-img img{
        width: 400px;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    }
}


/*フッター*/
.l-footer{
  background-color: #000;
  padding: 15px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.l-footer p {
  font-size: 13px;
  color: #a3d8a0;
}


.sp-none{
  display: none !important;
}

.pc-none{
  display: block!important;
}

@media screen and (min-width:1024px){
.l-footer{
  padding: 15px;
}
    .sp-none{
  display: block!important;
}

.pc-none{
  display: none!important;
}

}

.coupon-code {
  font-family: 'system-ui';
  font-weight: bold;
}
