@charset "utf-8";

html,body{
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#wrapper{
  border: 5px solid #4059AD;
  box-sizing: border-box;
  position: relative;
}
#wrapper:before,
#wrapper:after{
  content: "";
  display: block;
  height: 5px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4059ad+0,a83998+50,4059ad+100 */
background: #4059ad; /* Old browsers */
background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */

}

#wrapper:after{
  top: auto;
  bottom: 0px;
}
#wrapper.loading{
  height: 100vh;
  overflow: hidden;
}

/*gimmick*/
.fadeIn{
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: .5s;
  -webkit-transition: .5s;
}
.fadeIn.left{
  transform: translateX(-20%);
  -webkit-transform: translateX(-20%);
}
.fadeIn.right{
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
}
.fadeIn.scrollIn{
  transform: translate(0,0) !important;
  -webkit-transform: translate(0,0) !important;
  opacity: 1;
}
/*gimmick*/

/******* GROBAL *********/

#wrapper{
  height: auto;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
  box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  background-size: 66px;
}
#wrapper.finish{
  
}
.spbr, .spbr2, .spbr3{
  display: none;
}
.line {
    margin: 40px auto;
    height: 1px;
    width: 16px;
    background-color: #999;
    overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
} 
.inner{
    max-width: 800px;
    margin: 0 auto;
}
/******* HEADER *********/

header#top{
  text-align: center;
  background: #FFF;
  position: relative;
  line-height: 0;
  overflow: hidden;
  min-height: 100vh;
  z-index: 2;
}
header .header-bg{
  content: "";
  display: block; 
  position: absolute;
  right: 0;
  top: -5%;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../img/bubble_J.jpg) no-repeat right top;
  background-size: cover;
  filter: blur(15px);
  opacity: 0.3;
  
}
header .mv{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
header .mv .main-image{
  width: 55%;
  float: left;
  box-sizing: border-box;
  padding: 100px 50px;
}

header .mv img{
  width: 100%;
  height: auto;
}
header .mv .headerText{
  line-height: 1em;
  position: absolute;
  left: 55%;
  padding: 0 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 5vw;
  color: #000;
}
header .mv .headerText h1{
  background: #4059ad; /* Old browsers */
  background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Cardo', serif;
}
header .mv .headerText p{
  padding: 0.2em 0;
  font-size: 50%;
  font-family: 'Cardo', serif;
  font-weight: bold;
}
header .mv .headerText p.text-tu{
  font-size: 35%;
  line-height: 1.6em;
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}
header .mv .headerText p span{
  background: #4059ad; /* Old browsers */
  background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */
  color: #FFF;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1em;
  font-weight: bold;
}

header .headerText .sp{
    display: none !important;
}
header .headerText ul.note{
  margin: 1em 0;
}
header .headerText ul.note li{
  line-height: 1.6em;
  font-size: 13px;
}

nav{
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #273137;
  z-index: 999;
}
nav .spmenu{
  display: none;
}
nav ul{
  text-align: center;
  padding: 30px 0; 
  display: flex;
  align-content: center;
  justify-content: center;
}
nav ul li{
  height: 20px;
  border-left: 1px solid #FFF;
}
nav ul li:first-child{
  border-left: none;
  text-decoration: none;
}
nav ul li a{
  color: #FFF;
  line-height: 20px;
  display: inline-block;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 10;
  overflow: hidden
}
nav ul li a:before,
nav ul li a:after{
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  left: 50%;
  top: 0;
  height: 20px;
  z-index: -1;
  background: #000;
  transition: .4s;
  -webkit-transition: .4s;
}
nav ul li a:before{
  left: auto;
  right: 50%;
}

nav ul li a:hover:before,
nav ul li a:hover:after{
  width: 100%;
}




/******* CONTENTS *********/
#contants{
}
.contents_name{
  font-size: 45px;
  font-family: 'Cardo', serif;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.bg-gimc{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-gimc .bubble-left{
  position: absolute;
  left: -60%;
  bottom: -60%;
  width: 120%;
  height: 0;
  padding-top: 100%;
  background: url(../img/gimic_bubble.png) no-repeat center center;
  background-size: 90%;
  opacity: 0.5; 
  filter: blur(5px);
  animation: rotateR 30s linear 0s normal infinite;
}
.bg-gimc .bubble-right{
  position: absolute;
  right: -60%;
  bottom: -60%;
  width: 120%;
  height: 0;
  padding-top: 100%;
  background: url(../img/gimic_bubble.png) no-repeat center center;
  background-size: 90%;
  opacity: 0.5; 
  filter: blur(5px);
  animation: rotateR 30s linear 0s normal infinite;
}

@keyframes rotateR{
  0%{ transform: rotate(0deg); opacity: 0.5; }
  30%{ transform: rotate(90deg) scale(1); opacity: 0.3;}
  40%{ transform: rotate(180deg) scale(1.2);  opacity: 0.5;}
  75%{ transform: rotate(270deg) scale(1);  opacity: 0.7;}
  100%{ transform: rotate(360deg) scale(1);  opacity: 0.7;}
}
@keyframes rotateL{
  0%{ transform: rotate(0deg); opacity: 0.5; }
  25%{ transform: rotate(-90deg) scale(1); opacity: 0.3;}
  65%{ transform: rotate(-180deg) scale(1.2);  opacity: 0.5;}
  80%{ transform: rotate(-270deg) scale(1);  opacity: 0.7;}
  100%{ transform: rotate(-360deg); opacity: 0.5; }
}


/******* COMMMON *********/
.mainSec{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100 */
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(45deg,  #f1f1f1 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #f1f1f1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #f1f1f1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mainSec .inner{
  margin: 0 auto;
  padding: 80px 0;
}
.contents_name h2{
    display: inline-block;
  background: #4059ad; /* Old browsers */
  background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contents_name h2:after{
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  margin-top: 0.1em;
  background: #4059ad; /* Old browsers */
  background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */
  transform: scaleX(0);
  transition: .5s;
}
.scrollIn .contents_name h2:after{
  transform: scaleX(1);
}

/*release*/
#release{
    text-align: center;
}
#release .jkt{
  max-width: 400px;
  margin: 0 auto;
}

#release  h3{
  font-size: 38px;
  margin: 1em 0;
  font-family: 'Shippori Mincho', serif;
}

#release .cd_info{
    overflow: hidden;
}
#release .cd_info .jkt{
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding-right: 40px;
}
#release .cd_info .info{
    margin-left: 45%;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
}

#release h4{
    padding-bottom: 10px;
    font-size: 16px;
}
#release .cd_info .info h3{
    width: 65%;
    padding-bottom: 10px;
}
#release .cd_info .info li span{
    font-size: 12px;
}
#release .btn a{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    width: 50%;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4059ad+0,a83998+50,4059ad+100 */
background: #4059ad; /* Old browsers */
background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */
    transition: .3s;
    -webkit-transition: .3s;
  font-family: 'Cardo', serif;
}
#release .btn a:hover{
  opacity: 0.5;
}

/* comment */
#comment .contents_name{
    text-align: center;
}


/* campaign */
#campaign .contents_name p{
    background: linear-gradient(transparent 70%, #5e120a 70%);
    display: inline-block;
}
#campaign .candy-head{
  position: relative;
}
#campaign .mv{
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
#campaign .mv h2{
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#campaign .mv h2 span{
  display: block;
}
#campaign .mv h2 span.p,
#campaign .mv h2 span.m{
  position: absolute;
  left: 0;
  top: 0;
}

#campaign .more{
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 85px;
  width: 0;
  overflow: hidden;
}
#campaign .more:before{
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
}
#campaign .more span{
  position: absolute;
  width: 35px;
  bottom: 100%;
  left: 0;
  z-index: 10;
}

#campaign .more.scrollIn{
  width: 85px;
  transition: .3s;
  -webkit-transition: .3s;
}
#campaign .more.scrollIn:before{
  width: 4px;
  transition: .5s ease .3s;
  -webkit-transition: .5s ease .3s;
}
#campaign .more.scrollIn span{
  bottom: 10px;
  transition: 0s;
  -webkit-transition: 0s;
  transition: .5s ease .8s;
  -webkit-transition: .5s ease .8s;
}

/* CAMPAIGN */
#campaign{
}
#campaign .inner{
  margin: 0 auto;
  padding-bottom: 50px;
}
#campaign01 .contents_name{
  text-align: center;
}
#campaign .inner .cp_lead p{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#campaign .inner .cp_lead p:before, #campaign .inner .cp_lead p:after{
    content: "";
    border-top: 1px solid #d69b9f;
    width: 5em;
}
#campaign .inner .cp_lead p:before{
    margin-right: 1em;
}
#campaign .inner .cp_lead p:after{
    margin-left: 1em;
}
#campaign .inner .cp_lead h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(transparent 50%, #A63117 50%);
}
#campaign .cpText{
    text-align: center;
    line-height: 2em;
}
#campaign .cpText p{
  margin-bottom: 1em;
  -webkit-font-smoothing: auto;
}
#campaign .cpText .pcbr{
    display: block;
}
#campaign .cpText p.cpText_bold2{
    line-height: 1.5em;
}
#campaign .cpText p.cpText_2{
    padding-top: 20px;
}
#campaign .cpText span{
    font-size: 110%;
    font-weight: bold;
    line-height: 1.5em;
    color: #f06512;
}
#campaign .cpText span.cp-bold{
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 2px;
    margin: 4px 0 -3px;
}
#campaign .cpText span.cp-bold:before{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background: #4059ad;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: -1;
    left: -100%;
    transition: .5s;
    -webkit-transition: .5s;
}
#campaign .cpText span.scrollIn:before{
    left: 0;
}
#campaign .cpText h3,
#tiktok-cp .cpText h3{
  line-height: 1.7em;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
#campaign p.product_lead{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 50px 0 20px;
}
#campaign .product_list{
    padding-bottom: 20px;
    margin: 0px auto;
    display: flex;
}
#campaign .product_list .product{
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
    margin: 0 auto;
}
#campaign .product_list .product p{
    text-align: center;
    line-height: 22px;
}
#campaign .product_list .product p.product_bold{
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
}
#campaign figure{
  margin: 0 auto;
  max-width: 400px;
}
#campaign .text{
  font-size: 14px;
  line-height: 1.8em;
}
#campaign .text h4{
  font-size: 120%;
  line-height: 1.8em;
  margin: 1.8em 0 0.6em;
  text-indent: -0.4em;
}
#campaign .text h4 span{
  display: inline-block;
  line-height: 1.2em;
}
#campaign .text h4 span:after{
  content: "";
  display: block;
  height: 1px;
  background: #4059ad; /* Old browsers */
  background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */
}
#campaign .text h5{
  margin-top: 1em;
}
#campaign .text p.note{
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
}
#campaign .text a{
    color: #f06512;
}
#campaign .text ul li{
  padding-left: 1em;
  text-indent: -1em;
}
#campaign .text .btn-lm a{
  display: inline-block;
  padding: 1.1em 3em 1em;
  font-weight: bold;
  background: #06C755;
  font-size: 110%;
  margin-top: 0.3em;
  text-decoration: none;
  font-family: sans-serif;
  color: #FFF;
}
#campaign dl{
  font-size: 13px;
  line-height: 1.8em;
  font-weight: bold;
}
#campaign dl dt{
  font-size: 18px;
  line-height: 2em;
  padding-left: 1.8em;
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
  color: #4059ad;
}
#campaign dl dt:before{
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #4059ad;
}
#campaign dl img{
    width: 70%;
    padding: 10px 0;
}
#campaign dl dd{
  margin-left: 30px;
  margin-bottom: 2.4em;
}
#campaign dl dd li{
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 95%;
}
#campaign dl dd .sample{
  max-width: 500px;
  padding-top: 1.8em;
}
#campaign dl dd .btn{
    width: 50%;
}
#campaign dl dd .btn a{
    text-decoration: none;
    line-height: 40px;
    background: #4059ad;
    border: solid 1px #4059ad;
    transition: .3s;
    -webkit-transition: .3s;
    margin: 10px 0px;
    display: block;
    text-align: center;
}
#campaign dl dd .btn a:hover{
    border: solid 1px #4059ad;
    background: #fff;
    color: #4059ad;
}
#notice .btn{
  padding: 0 15px;
}
#notice .btn a{
    font-size: 15px;
    text-decoration: none;
    display: block;
    width: 50%;
    margin: 0 auto;
    line-height: 50px;
    margin-top: 40px;
    background: #4059ad;
    border: solid 1px #4059ad;
    transition: .3s;
    -webkit-transition: .3s;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
#notice .btn a:hover{
    border: solid 1px #4059ad;
    background: #fff;
    color: #4059ad;
    opacity: 1;
}

/* FORM */
#form{
  position: relative;
  background: #4059ad;
  background: -moz-linear-gradient(left, #4059ad 0%, #a83998 50%, #4059ad 100%);
  background: -webkit-linear-gradient(left, #4059ad 0%,#a83998 50%,#4059ad 100%);
  background: linear-gradient(to right, #4059ad 0%,#a83998 50%,#4059ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 );
}
#form:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.8;
}

#form .oubo_inner{
  position: relative;
  z-index: 2;
  background: #FFF;
  border: 2px solid #4059ad;
}
#form .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#form h2{
  padding: 60px 0 0;
  text-align: center;
  position: relative;
  font-size: 150%;
}
#form h2 span{
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  z-index: 10;
  overflow: hidden;
  color: #4059ad;
}

#form p{
  text-align: center;
  line-height: 1.6em;
}
#form_field{
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  max-width: 500px;
}

#form_field .error em{
    color: red;
    font-style: normal;
    font-size: 13px;
}
#form_field form{
    margin: 0 auto;
}

#form_field form dl{
  text-align: center;
}

#form_field form dl dt{
  font-size: 18px;
  padding: 30px 0;
  font-weight: bold;
}
#form_field form dl dt:before{
    content: none;
}
#form_field form dl dd{
  overflow: hidden;
  font-size: 16px;
  line-height: 50px;
}
#form_field form dl dd .error{
  margin-top: 10px;
  padding: 5px 0;
}
#form_field form dl dd .error em{
  font-size: 14px;
  color: red;
  line-height: 1.6em;
  display: block;
  font-weight: bold;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

#form_field form dl dd input{
    width: 100%;
    box-sizing: border-box;
    padding: 3px 10px;
    height: 60px;
    font-size: 16px;
    appearance: normal;
    -webkit-appearance: normal;
    border: 1px solid #d5dee0;
    border-radius: 0;
}

#form_field form dl dd p.m-note{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 10px 0;
}

#form_field form .upload{
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
    height: 60px;
    line-height: 56px;
    width: 240px;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    cursor: pointer;
    border: 2px solid #4059ad;
    box-sizing: border-box;
}

#form_field form .upload span{
    color: #4059ad;
    font-weight: bold;
    font-size: 14px;
    line-height: 56px;
}

#form_field form .upload input{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#form_field form p.files{
    padding-left: 0;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 15px;
}

#form_field form .submit{
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    position: relative;
    cursor: pointer;
    width: 240px;
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    background: #4059ad;
    border: none;
    margin: 30px auto;
    text-align: center;
    color: #FFF;
}

#form_field form .submit input{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-appearance: none;
}

#form_field .notice{
    font-family:"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN" ,'Shippori Mincho', "MSP明朝","MS PMincho","MS 明朝",serif;
    padding-bottom: 50px;
    text-align: center;
}

#form_field .notice h4{
    font-size: 14px;
    text-align: center; 
    margin: 30px auto;
}

#form_field .notice p{
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0;
}

#form_field .notice ul{
    margin-bottom: 70px;
}

#form_field .notice ul li{
    line-height: 1.8em;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}

#form_field  .global_error{
    text-align: center;
    font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    background: #dbe1f2;
    padding: 5px 0 20px;
    margin: 1em 0;
}

#form_field  .global_error p{
    font-size: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: bold;
}

#form_field  .global_error ul li{
    font-size: 85%;
    line-height: 1.8em;
    color: #000;
}

#form_field  .global_error ul li:before{
    content: "※";
}

/* NOTICE */

/*
#notice{
  color: #2E5964;
}
*/
#notice h2{
  font-size: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
}
#notice p{
  margin-bottom: 1em;
}
#notice p,
#notice ul li{
  font-size: 12px;
  line-height: 1.6em;
  margin: 0.4em 0;
}
#notice ul li{
  padding-left: 1em;
  text-indent: -1em;
}
#notice h3{
  margin-top: 2em;
  font-size: 13px;
  margin-bottom: 1em;
}

/*MusicVideo*/
/*MusicVideo*/
#MusicVideo .contents_name{
    text-align: center;
}
#MusicVideo .movie_wrapper{
   text-align: center;
}
#MusicVideo .movie_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 1;
}
#MusicVideo .movie_wrapper iframe,
#MusicVideo .movie_wrapper img{
    position: absolute;
    top: 0 ;
    left: 0 ;
    height: 100% ;
    width: 100% ;
}

/*lyric*/
#lyric{
    text-align: center;
}
#lyric .inner{
    padding-bottom: 100px;
}
#lyric p{
    line-height: 2em;
    -webkit-font-smoothing: auto;

}
#lyric p.lyric_title, #lyric p.lyric_name{
    line-height: 1.5em;
}
#lyric p.lyric_title{
    font-size: 20px;
    font-family:'Shippori Mincho',serif;
}
#lyric p.lyric_name{
    font-size: 14px;
}
#lyric .textBox{
    padding-top: 20px;
    font-size: 14px;
    height: 15.4em;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-bottom: 80px;
    font-family:'Shippori Mincho',serif;
}
.textBox .lyrictext, .textBox .lyrictext{
    overflow: hidden;
    height: 100%;
    margin-bottom: -2em;
}
.textBox.show{
    height: auto;
}
#lyric .textBox p{
    margin-bottom: 1.6em;
    line-height: 2.4em;
}
#lyric .textBox .more_btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    cursor: pointer;
}
#lyric .textBox .more_btn:before{
    content: "...";
    font-size: 20px;
    display: block;
    text-align: center;
}
#lyric .textBox .more_btn span{
    padding: 30px 0 0;
    display: inline-block;
    font-size: 15px;
    line-height: 1.1em;
    border-bottom: 1px solid #4059ad;
    position: relative;
    overflow: hidden;
    font-family: 'Cardo', serif;
    color: #4059ad;
}
#lyric .textBox .more_btn span:after{
    content: "";
    width: 100%;
    height: 1em;
    display: block;
    position: absolute;
    left: -101%;
    bottom: 0;
    transition: 0s;
    -webkit-transition: 0s;
}
#lyric .textBox.show{
    height: auto;
}
#lyric .textBox.show .more_btn{
    display: none;
}
/* Tie Up */
#tieup .textBox{
  margin: 0 auto;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
/*   color: #4059ad; */
}
#tieup .textBox h3{
  font-size: 125%;
  margin: 2em 0 1em;
/*   text-shadow: 1px 2px 3px #ff8ed8, -2px -1px 3px #6ecaff; */

}
#tieup .textBox h3 strong{
  display: block;
  font-size: 230%;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: normal;
}
#tieup .textBox p{
  font-size: 110%;
  line-height: 1.8em;
}
#tieup .textBox p.credit{
  font-size: 90%;
  text-align: center;
}
#tieup .textBox .release{
  overflow: hidden;
  margin: 25px auto;
}
#tieup .textBox .release dl {
  width: 50%;
  float: left;
  padding: 5px 0;
}
#tieup .textBox .release dt{
  font-size: 180%;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  border-radius: 100px;
  font-family: 'Cardo', serif;
  padding-top: 30px;
  box-sizing: border-box;
/*   box-shadow: 1px 2px 3px #ff8ed8, -2px -1px 3px #6ecaff; */
}
#tieup .textBox .release dt span{
  display: block;
  font-size: 60%;
}
#tieup .textBox .release dd{
  font-size: 130%;
  display: inline-block;
  line-height: 1.4em;
  text-align: left;
  padding-left: 20px;
}

#tieup .textBox .staff-cast{
  clear: both;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 25px 0;
}
#tieup .textBox .staff-cast ul{
  margin: 1.6em 0;
  line-height: 1.8em;
  font-size: 92%;
  box-sizing: border-box;
}
#tieup .textBox .staff-cast ul li{
  margin-bottom: 0.3em;
  display: inline-block;
}
#tieup .textBox .staff-cast li:after{
  content: "・";
  font-size: 140%;
}
#tieup .textBox .staff-cast li:last-child:after{
  content: none;
}
#tieup .textBox .staff-cast li span{
  font-size: 140%;
}

#tieup .textBox .dl-btn{
  text-align: center;
  margin: 2em 0 0;
}
#tieup .textBox .dl-btn a{
  display: inline-block;
  text-align: center;
  color: #FFF;
  background: #4059ad;
  padding: 1.2em 4em;
  text-decoration: none;
  font-weight: bold;
}


/*footer*/
footer{
  text-align: center;
  padding: 40px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4059ad+0,a83998+50,4059ad+100 */
background: #4059ad; /* Old browsers */
background: -moz-linear-gradient(left,  #4059ad 0%, #a83998 50%, #4059ad 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4059ad 0%,#a83998 50%,#4059ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 ); /* IE6-9 */
position: relative;
z-index: 2;

}
#siteFooter .official-sns{
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
#siteFooter .official-sns li{
  width: 30px;
  display: inline-block;
  padding: 0px 5px 10px;
}
#siteFooter a.officialLink{
  display: block;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
  color: #FFF;
}
#siteFooter a.banner{
  display: block;
  width: 250px;
  margin: 20px auto;
}
#siteFooter p.copyright{
  font-size: 12px;
  text-align: center;
  line-height: 60px;
  margin-bottom: -22px;
  color: #fff;
}


/*CONFILM & FINISH */
#form.confirm h1,
#finish h1{
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  padding: 1em;
  color: #FFF;
  background: #4059ad;
  background: -moz-linear-gradient(left, #4059ad 0%, #a83998 50%, #4059ad 100%);
  background: -webkit-linear-gradient(left, #4059ad 0%,#a83998 50%,#4059ad 100%);
  background: linear-gradient(to right, #4059ad 0%,#a83998 50%,#4059ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4059ad', endColorstr='#4059ad',GradientType=1 );
  z-index: 5;
  position: relative;
}
#wrapper.finish{
  min-height: 100vh;
}
#finish{
  min-height: calc(100vh - 220px);
}
#finish h1{
  text-align: center;
  font-size: 120%;
}
#finish h2{
  margin-top: 60px;
  border-top: 1px solid #4059ad;
  font-size: 20px;
  line-height: 15vh;
  border-bottom: 1px solid #4059ad;
  padding-bottom: 0;
  margin-bottom: 15vh;
  max-width: none;
  color: #4059ad;
  transition: .4s;
  -webkit-transition: .4s;
  text-align: center;
}
#finish h2.loadin{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#finish .finish-text{
  line-height: 1.8em;
  text-align: center;
  font-size: 14px;
}

#finish .btn-back a{
  display: block;
  margin: 30px auto;
  width: 240px;
  font-size: 13px;
  color: #fff;
  background: #4059ad;
  line-height: 50px;
  height: 50px;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border: 1px solid #2E5964;
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s;
}
#finish .btn-back a:hover{
    background: #fff;
    color: #4059ad;
    border: 1px solid #4059ad;
}

#finish .next form .entry{
  display: block;
  margin: 30px auto;
  width: 240px;
  font-size: 16px;
  color: #000;
  background: #FFF;
  line-height: 50px;
  height: 50px;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border: 1px solid #FFF;
  transition: .4s;
  -webkit-transition: .4s;
}
#finish .next form .entry:hover{
  color: #FFF;
  background: #000;;
}
#finish .next form input{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-appearance: none;
}

#finish .finish-text h3{
  font-size: 18px;
  padding-bottom: 20px;
}

#finish .note ul li{
  font-size: 12px;
}

/*MusicVideo*/
/*
#MusicVideo{
    background-color: #FFFFFF;
    color: #180000;
}
*/

@media only screen and (min-width: 1280px){
  header .mv .headerText{
    font-size: 68px;
  }
}

@media only screen and (max-width: 980px){
  nav ul li a{
    font-size: 14px;
    padding: 0 15px;
  }
  header .mv .main-image{
    padding: 50px 30px;
  }
  header .mv .headerText{
    padding: 0 30px;
  }
  
}
@media only screen and (max-width: 768px){
  header .mv .headerText{
    padding: 0 15px;
    font-size: 6vw;
  }
  .mainsection .inner,
  #release .inner,
  #campaign .inner,
  #MusicVideo .inner,
  #tiktok-cp .inner,
  #lyric .inner,
  #tieup .inner{
    padding-left: 30px;
    padding-right: 30px;
  }
  header .mv .pc img{
    width: 120%;
    max-width: none;
    margin-left: -8%;
  }
    header .mv .main-image{
        background-size: 75%;
        background-position: 30% center;
    }
  header .text{
    max-width: 280px;
  }
  .mainsection .inner h2{
    padding-bottom: 40px;
  }
  nav{
    height: 50px;
  }
  nav .spmenu{
    display: block;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    top: 5px;
    cursor: pointer;
  }
  nav .spmenu:before,
  nav .spmenu:after,
  nav .spmenu span{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 24px;
    top: 19px;
    left: 8px;
    background: #FFF;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
  }
  nav .spmenu span{
    opacity: 0;
  }
  nav .spmenu:before{
    top: 15px;
  }
  nav .spmenu:after{
    top: 23px;
  }
  nav.open .spmenu:before{
    top: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav.open .spmenu:after{
    top: 19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav ul{
    padding-top: 50px;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #273137;
  }
  nav.open ul{
    height: 305px;
    border-bottom: 1px solid #666;
  }
  nav ul li{
    display: block;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 15px 0;
    border-top: 1px solid #666;
  }
  nav ul li a{
    padding: 2px 8px;
    letter-spacing: 1px;
    font-size: 16px;
  }
}


@media only screen and (max-width: 640px){
  .spbr{
    display: block;
  }
  .bg-gimc .bubble-left{
  left: -90%;
  bottom: -30%;
  width: 200%;
  padding-top: 180%;
  background-size: 90%;
  animation: rotateR 30s linear 0s normal infinite;
}
.bg-gimc .bubble-right{
  right: -90%;
  bottom: 70%;
  width: 200%;
  padding-top: 180%;
}
  .mainsection .inner,
  #campaign .inner,
  #tiktok-cp .inner,
  #MusicVideo .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  header .header-bg{
    padding-top: 0;
    height: 100%;
    width: 200%;
    top: auto;
    bottom: -35%;
    left: -50%;
    background-position: center bottom;
  }
  header#top{
    min-height: 0;
  }

  header .mv .main-image{
    width: 100%;
    padding: 25px 25px 0;
    float: none;
  }
  
  header .mv .headerText{
    position: static;
    max-width: 450px;
    margin: 0 auto;
    padding: 30px 15px;
    transform: none;
    font-size: 10vw;
  }
  header .mv .headerText p{
    font-size: 55%;
    line-height: 2.4em;
  }
  header .mv .headerText p.text-tu{
    font-size: 55%;
    line-height: 1em;
  }
  .loading header .text{
    transform: translateY(-50%);
  }
  #form .oubo_inner{
    margin: 0 15px;
  }
  header .headerText p{
    font-size: 13px;
  }
  .mainsection .inner h2{
    padding-bottom: 40px;
  }
  #release h3{
    font-size: 28px;
  }
  #release .cd_info .jkt{
    float: none;
    width: 75%;
    margin: 0 auto;
    padding-right: 0;
  }
  #release .cd_info .info{
    padding-top: 40px;
    max-width: 430px;
    margin: 0 auto;
  }
  #campaign .cpText h3, #tiktok-cp .cpText h3{
    font-size: 15px;
  }
  #release .btn a{
    width: 75%;
    margin-top: 20px;
  }
  #campaign .text{
    font-size: 13px;
  }
  #campaign .product_list{
    display: block;
  }
  #campaign .product_list .product{
    padding: 15px;
    width: auto;
    margin: 0 auto 15px;
    max-width: 360px;
  }
  #campaign .product_list .product p.product_bold, #campaign .product_list .product p,
  #tiktok-cp .product p.product_bold, #tiktok-cp .product p{
    font-size: 14px;
  }
  #campaign .more span{
    width: 25px;
  }
  #campaign dl{
    font-size: 12px;
  }
  #campaign dl dt{
    font-size: 120%;
  }
  #campaign dl dd{
    margin-left: 1em;
  }
  #form .oubo_inner{
    border-width: 2px;
  }
  #form h2{
    padding-top: 30px;
  }
  #form_field{
    padding: 0 20px 20px;
  }
  #form_field form dl dt{
    font-size: 15px;
    padding-bottom: 15px;
  }
  #form_field form dl dd input{
    font-size: 16px;
    height: 50px;
  }
  #form_field form .upload span{
    line-height: 50px;
  }
  #notice h2{
    font-size: 16px;
    padding-bottom: 20px;
  }
  #notice p, #notice ul li{
    font-size: 11px;
  }
  #notice h3{
    font-size: 12px;
  }
  #lyric .inner{
    padding-bottom: 30px;
  }
  #tieup .textBox .release dt{
    font-size: 160%;
    width: 80px;
    height: 80px;
    padding-top: 20px;
  }
  #tieup .textBox .release dd{
    padding-left: 15px;
    font-size: 125%;
  }
}

@media only screen and (max-width: 480px){
  #wrapper{
    border: 3px solid #4059ad;
  }
  #wrapper:before,
  #wrapper:after{
    height: 3px;
  }
  .mainSec .inner{
    padding: 45px 0;
  }
    .spbr{
        display: none;
    }
    .contents_name{
        font-size: 34px;
        padding-bottom: 30px;
    }
    #release .jkt img{
        width: 100%;
    }
    #release .title img{
        width: 55%;
    }
    #release .cd_info .info h3{
        width: auto;
    }
    #release .cd_info .info li span{
        font-size: 11px;
    }
    #campaign p.product_lead{
      padding: 25px 0 20px;
    }
    #release .btn a,
    #tiktok-cp .btn a,
    #notice .btn a{
        width: auto;
        margin-top: 30px;
    }
    #campaign .inner .cp_lead p, #tiktok-cp .inner .cp_lead p{
        font-size: 18px;
    }
    #campaign .inner .cp_lead p:before, #campaign .inner .cp_lead p:after, 
    #tiktok-cp .inner .cp_lead p:before, #tiktok-cp .inner .cp_lead p:after{
        width: 3em;
    }
    #campaign .product_list .product p.product_bold .spbr{
        display: none;
    }
    #campaign .cpText .spbr{
        display: block;
    }
    #campaign .cpText .spbr2{
        display: block;
    }
    #campaign .cpText,
    #tiktok-cp .cpText{
        font-size: 12px;
    }
    #campaign .cpText p.cpText_bold, #campaign .cpText span,
    #tiktok-cp .cpText p.cpText_bold, #tiktok-cp .cpText span{
        font-size: 15px;
    }
    #campaign .cpText span{
      display: inline-block;
    }
    #campaign .cpText span.cp-bold,
    #tiktok .cpText span.cp-bold {
        font-size: 14px;
    }
    #campaign .cpText p.cpText_bold2{
    }
    #campaign .product_list{
        width: 90%;
        margin: -15px auto;
    }
    #campaign .product_list .product{
        float: none;
        width: auto;
        margin: 0 auto;
        padding: 15px;
    }
    #campaign .product_list .product p.product_bold,
    #tiktok-cp .product p.product_bold{
        padding-top: 15px;
    }
    #campaign dl img{
        width: auto;
    }
    #campaign dl dd .btn{
        width: auto;
    }
    #form_field  .global_error {
      font-size: 14px;
    }
    #form_field form dl dd .error{
      margin-top: 5px;
    }
    #form_field form dl dd .error em{
      font-size: 12.5px;
    }
    #tiktok-cp .cpText p .spbr3{
        display: block;
    }
    #tiktok-cp .product{
        width: auto;
    }
    
    #lyric .textBox p{
      font-size: 13px;
    }
    #tieup{
      font-size: 12px;
    }
    #tieup .textBox .release{
      margin: 0;
      display: inline-block;
    }
    #tieup .textBox .release dl{
      float: none;
      width: auto;
      margin: 15px auto;
      text-align: left;
    }

    #tieup .textBox .release dt{
      text-align: center;
      font-size: 200%;
    }
    #tieup .textBox .release dd{
      font-size: 160%;
      vertical-align: top;
      margin-top: 12px;
    }
    #tieup .textBox .staff-cast{
      margin: 15px auto;
    }
    #tieup .textBox .staff-cast ul li{
      display: block;
    }
    #tieup .textBox .staff-cast ul li:after{
      content: none;
    }

    #form.confirm h1,
    #finish h1{
      font-size: 13px;
    }
}