
*{
  margin: 0;
  padding: 0;
}
html{
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
    font-size: 1.4rem;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    caret-color: transparent;
}
p,h1,h2,h3{
    color: #535353;
  line-height: 1.5em;
  letter-spacing: 0.07em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  transform: rotate(0.028deg);
    margin: 0;
    font-family : YuMincho,'Yu Mincho', serif;
    font-weight: 500;
    font-style: normal;
  }
  
#noscript{
  width:100vw;
  height:100vh;
  background: #fff;
  text-align: center;
  position:fixed;
  z-index:9999;
}
#load{
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #fff;
  z-index: 998;
  pointer-events: none;
}
#load_area {
  width: 100vw;
  height: 100vh;
  max-width: 400px;
  max-height: 312px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 999;
  pointer-events: none;
}

li{
  list-style:none;
}
a{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
img{
  vertical-align: bottom;
  max-width: 100%;
  border:none;
  flex-shrink: 0
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.none{
  opacity: 0;
  pointer-events: none;
}
.counter{
  display: none;
}
a {
  color: #ea90b7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #ffca08;
  text-decoration: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.sns_bt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
footer .sns_bt{  
    margin:0px auto 15px;
}
.nav .sns_bt p {
    font-size: 1.6rem;
}
.sns_bt a {
    margin-right: 20px;
}
.sns_bt a:last-child {
    margin-right: 0px;
}

footer p.sns_text{
  color: #ea90b7;
}
footer .sns_bt a:first-child img{
  margin-left: 0px;
}
#cvs {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
#cvs.active{
  z-index: 100;
}
/*nav*/
.nav {
    max-height: 90px;
    max-width: 90px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    width: 15vw;
    height: 15vw;
    background: rgb(255 255 255 / 65%);
    border-radius: 50px;
    padding: 0px 2px 4px 2px;
}
.menu_trigger, .menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}
.menu_trigger {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0px;
    z-index: 1001;
}
.menu_trigger span {
    position: absolute;
    width: 50%;
    height: 6px;
    background-color: #ea90b7;
    border-radius: 5px;
    right: 25%;
    margin-top: 9%;
}
.menu_trigger img {
    position: absolute;
    width: 50%;
    bottom: 19%;
    transition: .2s ease-in-out;
    overflow: hidden;
    height: auto;
    right: 25%;
}
a.menu_trigger img.open{
  opacity: 0;
  height: 0px;
}
.active a.menu_trigger img.open{
  opacity: 1;
  height: auto;
}
.active a.menu_trigger img.close{
  opacity: 0;
  height: 0px;
}
.menu_trigger span:nth-of-type(1) {
  top: 30%;
}
.menu_trigger span:nth-of-type(2) {
  top: 48%;
}
.menu_trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
 0% {
 top: 38%;
 transform: rotate(45deg);
    background-color: #fff;
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 30%;
 transform: rotate(0);
}
}
@keyframes menu-bar01 {
 0% {
 top: 38%;
 transform: rotate(45deg);
    background-color: #fff;
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 30%;
 transform: rotate(0);
}
}
.menu_trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu_trigger span:nth-of-type(2) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
 @-webkit-keyframes menu-bar02 {
 0% {
 top: 38%;
 transform: rotate(-45deg);
    background-color: #fff;
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 48%;
 transform: rotate(0);
}
}
 @keyframes menu-bar02 {
 0% {
 top: 38%;
 transform: rotate(-45deg);
    background-color: #fff;
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 48%;
 transform: rotate(0);
}
}
.active .menu_trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
 @-webkit-keyframes active-menu-bar01 {
 0% {
 top: 30%;
 transform: rotate(0);
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 38%;
 transform: rotate(45deg);
    background-color: #fff;
}
}
 @keyframes active-menu-bar01 {
 0% {
 top: 30%;
 transform: rotate(0);
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 38%;
 transform: rotate(45deg);
    background-color: #fff;
}
}
.active .menu_trigger span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 .75s forwards;
  animation: active-menu-bar02 .75s forwards;
}
 @-webkit-keyframes active-menu-bar02 {
 0% {
 top: 48%;
 transform: rotate(0);
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 38%;
 transform: rotate(-45deg);
    background-color: #fff;
}
}
 @keyframes active-menu-bar02 {
 0% {
 top: 48%;
 transform: rotate(0);
}
 50% {
 top: 38%;
 transform: rotate(0);
}
 100% {
 top: 38%;
 transform: rotate(-45deg);
    background-color: #fff;
}
}
/*nav*/
#overlay {
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    align-items: flex-start;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    max-width: 420px;
    right: 0;
    opacity: 0;
    pointer-events: none;
}
.active #overlay {
  opacity: 1;
  pointer-events: initial;
}
#overlay .close {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/close_bg.png) no-repeat;
  background-position: left;
  background-size: calc(100% - 420px);
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
}
.active #overlay .close {
  opacity: 1;
  pointer-events: initial;
}
#overlay .menu {
  width: 100vw;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #ea90b7;
}
.menu p {
  color: #fff;
  font-size: 1.6rem;
}
.menu_bt {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-around;
  height: 70%;
  margin: 0 0 5%;
  max-height: 650px;
  transition: .2s ease-in-out;
  opacity: 0;
  position: relative;
  left: 50px;
}
.active .menu_bt{
  opacity: 1;
  left: 0;
}
.menu_bt a {
  transition: 0.2s ease-in-out;
  border-bottom: solid 1px #ea90b7;
  box-sizing: border-box;

}
.menu_bt a:hover{
  border-bottom: solid 1px #fff;
}
.menu_head, .share_head {
    width: 100%;
    max-width: 276px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.menu_head img, .share_head img {
    text-align: left;
}
.menu .sns_bt {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.menu .sns_bt a{  
  filter: brightness(2);
}
.sns_bt a{  
  transition: 0.4s;
}
.sns_bt a:hover{
  opacity: 0.65;
}
.sns_text {
  height: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/*===============
  アニメーション設定 
==================*/
/*ページの切り替わり*/
.pageOut {
  -webkit-animation: pageOut .5s cubic-bezier(.55, 0, .1, 1) both;
  animation: pageOut .5s cubic-bezier(.55, 0, .1, 1) both;
}
@-webkit-keyframes pageOut { to { opacity: 0; -webkit-transform: scale(1.2); }}
@keyframes pageOut { to { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2);}}

.pageIn {
  -webkit-animation: pageIn .5s cubic-bezier(.55, 0, .1, 1) both;
  animation: pageIn .5s cubic-bezier(.55, 0, .1, 1) both;
}
@-webkit-keyframes pageIn { from { opacity: 0; -webkit-transform: scale(.8);}}
@keyframes pageIn { from { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8);}}

/* フェードアニメーション設定 */
.fade1, .fade2, .fade3, .fade4, .fade5 {
  opacity: 0;
}

.fadein {
  opacity: 0;
-webkit-animation: fadeIn .8s ease-in-out forwards;
        animation: fadeIn .8s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeup {
  opacity: 0;
  -webkit-animation: fadeUp .3s ease-in-out .3s forwards;
          animation: fadeUp .3s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  94% {
    transform: translateY(-5px);
  }
  97% {
    opacity: 1;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  94% {
    transform: translateY(-5px);
  }
  97% {
    opacity: 1;
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadedown {
  opacity: 0;
  -webkit-animation: fadeDown .8s ease-in-out .3s forwards;
          animation: fadeDown .8s ease-in-out .3s forwards;
}


@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeleft {
  opacity: 0;
  -webkit-animation: fadeLeft .3s ease-in-out .3s forwards;
          animation: fadeLeft .3s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.faderight {
  opacity: 0;
  -webkit-animation: fadeRight .3s ease-in-out .3s forwards;
          animation: fadeRight .3s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}




/*===============
imgのポップアップ設定 
==================*/

.mfp-zoom-out-cur .img {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out-cur .img.mfp-ready {
  opacity: 1;
}

.mfp-zoom-out-cur .img.mfp-ready.mfp-removing {
  opacity: 0;
}


/*スクロールバーのズレ調整*/

.mfp-zoom-out-cur #wrapper, .mfp-zoom-out-cur .sp-nav, .mfp-zoom-out-cur #bubble, .mfp-zoom-out-cur #bg {
  overflow-y: scroll;
}

.mfp-bg {
  background: #ffffff80;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -35px;
  color: #ea90b7;
}

.mfp-counter {
  top: 45px;
  color: #fff;
}

.mfp-figure:after {
  top: 0px;
  bottom: 0px;
  background: #fff;
  box-shadow: 0 0 25px rgb(0 0 0 / 25%);
}

.mfp-arrow-left:before {
  border-right: 27px solid #ea90b7;
}

.mfp-arrow-right:before {
  border-left: 27px solid #ea90b7;
}

.mfp-arrow-left:after, .mfp-arrow-right:after {
  border: none;
}

.mfp-iframe-scaler iframe {
  background: #fff;
}




/*content_area*/
.content_area {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;    
}
.head {
  width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 80px;
}
.head.head_product{
  padding: 100px 0 0;
  margin: 0 auto -120px;
}
/*top*/
.cs_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  width: 30vw;
}
.cs_logo img {
  max-width: 100%;
}
.mainvizual {
  width: 100%;
  position: relative;
  min-height: 800px;
  background: url(../img/main_vizual.png);
  background-size: cover;
  background-position: top right;
  z-index: -2;
  aspect-ratio: 3 / 2;
}
/* .mainvizual:after {
  content: "";
  width: 100%;
  height: 15vh;
  background: url(../img/bottom_white.png) repeat-x;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;

} */
.sp_main{
position: relative;
pointer-events: none;
}
.sp_main img{  
pointer-events: none;
}
.logo {
width: 100%;
position: absolute;
bottom: 19%;
animation-delay: 1.0s;
z-index: 5;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}
.logo img{
max-width: 44vw;
}
.day,.sale {
width: 100%;
position: absolute;
bottom: 10%;
animation-delay: 1.5s;
z-index: 5;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
}
.day img{
max-width: 48vw;
}
.sale img{
max-width: 31vw;
}
.catch {
width: 10vw;
min-width: 100px;
position: absolute;
top: 110px;
animation-delay: 0.5s;
z-index: 5;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
left: 12%;
}
/*----------------------------------
 bn
------------------------------------*/
.pickup {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.pickup_bn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
}
.pickup_bn a{
  transition: .3s;
  opacity: 1;
}
.pickup_bn a:hover{
  opacity: 0.65;

}


/*----------------------------------
 news
------------------------------------*/
.news {
    margin: 0 auto;
    padding: 0px 0 60px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.head_text {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}
.info_area {
    width: calc(100% - 40px);
    max-width: 880px;
    margin: 0 auto;
}
.info {
  background: #fff;
  padding: 40px;
  margin: 30px auto;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
  transition: 0.6s;
  height: auto;
}
.info_icon {
    border-radius: 10px;
    overflow: hidden;
    min-width: 125px;
    transition: .2s ease-in-out;
    opacity: 1;
}
.info_icon:hover{
  opacity: 0.65;
}
.info_text {
    font-size: 1.4rem;
    text-align: left;
    width: 100%;
    display: flex;
}
.info_text p{
    font-size: 1.4rem;
    line-height: 1.6em;
    font-weight: 500;
  }
.info_text .data{
  padding: 0 0 10px;
  margin-right: 20px;
}
.info_text .data p {
  color: #ea90b7;
}
.info_bt {
    padding: 10px 0px 11px 0px;
    border-radius: 60px;
    margin: 0 auto;
    width: 30%;
    color: #fff;
    font-size: 1.4rem;
    display: none;
    max-width: 170px;
    background: #ea90b7;
    text-align: center;
}
.info_bt.active{
  display: block;
}

.hide .info:nth-child(n + 2) {
  height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

/*===================================
      footer
=====================================*/
.footer_line {
    width: 100%;
    text-align: center;
    margin: 60px auto -1%;
}
footer {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 60px;
    z-index: 10;
}

footer > div {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
}
footer p {
    font-size: 1.4rem;
    line-height: 1.8em;
}
.links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  margin: 40px 30px 40px 0px;
  position: relative;
  z-index: 1;
 
}
.links img{
  transition: .3s; 
}
.links img:hover{
  filter: brightness(115%);
}
.copylight{
  margin: 40px 0 0px;
}
.pageup_bt {
  margin: 40px auto;
  text-align: center;
  border-radius: 100px;
  transition: .3s;
}
.pageup_bt:hover{  
  background: #eea8c5;
}
.pageup_bt img{
  transition: .3s;
}
.pageup_bt:hover img{  
  filter: brightness(2);
}
.footer_text img {
    vertical-align: baseline;
}

/*===================================
  story
=====================================*/
.story_box {
  width: calc(100% - 120px);
  position: relative;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 200px;
  min-height: 700px;
  padding: 0 60px;
  display: flex;
  align-items: center;
}
.story_box.box1{
  background-image: url(../img/story_bg1.png);
  flex-direction: row-reverse;
  justify-content: space-between;
}
.story_box.box2{
  background-image: url(../img/story_bg2.png);
  background-position: right;
}
.story_box.box3{
  background-image: url(../img/story_bg3.png);
  justify-content: flex-end;
}
.story_box p {
  color: #333333;
  font-size: 1.6rem;
  line-height: 2em;
  background: rgb(255 255 255 / 50%);
  box-shadow: 0 0 30px #ffa9cd4d;
  padding: 40px;
  display: inline-block;
  font-weight: 500;
  text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
  position: relative;
  z-index: 3;
}

span.dash {
  transform: scale(1, 0.6);
  transform-origin: bottom center;
  display: inline-block;
  font-size: 3.8rem;
}
.sts1 span.dash {
  transform: scale(1, 0.35);
  font-size: 5.2rem;
}

span.stc1{color:#ffc22e;}
span.stc2{color:#f4238a;}
span.stc3{color:#daa63e;font-size: 2.4rem;}
span.sts1{font-size: 2.2rem;}

.story_chara {
  position: relative;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.story_chara div {
  position: absolute;
  width: 16vw;
  top: 50%;
}
.story_chara1 {
  z-index: 2;
  right: 10vw;
}
.story_chara2 {
    right: 0;
    z-index: 1;
    animation-delay: 0.5s;
}
.story_chara3 {
  z-index: 1;
  right: 19.5vw;
  animation-delay: 0.7s;
}
/*===================================
  bg
=====================================*/
.bg {
  width: 100%;
  min-height: 800px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.character.bg{
  background-image: url(../img/character_bg.png);
}
.gallery.bg{
  background-image: url(../img/gallery_bg.png);
}
.special.bg{
  background-image: url(../img/special_bg.png);
}
.product_footer.bg{
  background-image: url(../img/close_bg.png);
  background-attachment: initial;
  background-size: 100%;
  background-position: top;
}

/*===================================
  character
=====================================*/
.character{  
  position: relative;
  z-index: 1;
}
.character_area {
    overflow: hidden;
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 1000px;
    margin: -40px auto 0;
}

/**/
.chara_tab {
  position: relative;
  z-index: 2;
}
.tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 20px;
  width: calc(100% - 40px);
}
.chara_icon{
  text-align: center;
  width: 20%;
}
.chara_icon a img {
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.chara_icon a img:hover,
.chara_icon a.active img {
  filter: brightness(1.1);
}

/**/
.chara_box {
    position: relative;
    display: none;
    z-index: 1;
    padding-top: 140px;
    margin: -140px auto 100px;
}
.chara_area {
    min-height: 700px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
    background: #ffffff73;
    overflow: hidden;
}
.chara_name {
  padding-left: 40px;
}
.chara_text_area {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
.chara_text {
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  max-width: 55%;
}
.chara_text p {
    color: #333333;
    letter-spacing: 1.4px;
    text-shadow: #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px, #fff 0px 0px 5px;
    font-weight: 500;
    font-size: 1.4rem;
}
.chara_text p span.dash{
  font-size: 3rem;
}
.profile_text {
  margin-bottom: 30px;
  margin-left: 5px;
}
.status_text{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom:10px;
}
.status_text span {
    background: #ff6256;
    text-shadow: none;
    color: #fff;
    border-radius: 30px;
    margin-right: 15px;
    display: block;
    min-width: 90px;
    text-align: center;
    line-height: 1.8em;
    padding: 1px 10px;
    font-size: 1.3rem;
    box-shadow: #fff 0px 0px 5px,#fff 0px 0px 8px,#fff 0px 0px 5px,#fff 0px 0px 3px;
}
.chara_stand {
  position: absolute;
  top: 4%;
  left: 40%;
  right: -10%;
  z-index: 1;
  pointer-events: none;
}
.chara_word {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    padding: 20px 20px;
}
/*個別設定*/
#chara1 .profile_text span{
  color: #e06264;
}
#chara2 .profile_text span{
  color: #e2c13b;
}
#chara2 .status_text span{
    background: #e2c13b;
}
#chara2 .chara_stand {
  top: 3%;
  left: 35%;
  right: -10%;
}
#chara3 .profile_text span{
  color: #ed9aa6;
}
#chara3 .status_text span{
    background: #ed9aa6;
}
#chara3 .chara_stand {
    left: 32%;
    right: -10%;
}
#chara4 .profile_text span{
    color: #6ab188;
}
#chara4 .status_text span{
    background: #6ab188;
}
#chara4 .chara_stand {
    top: 11%;
    left: 31%;
    right: -6%;
}
#chara5 .profile_text span{
  color: #eaad5a;
}
#chara5 .status_text span{
    background: #eaad5a;
}
#chara5 .chara_stand {
  left: 31%;
  right: -10%;
  top: 8%;
}
#chara6 .profile_text span{
  color: #d997de;
}
#chara6 .status_text span{
    background: #d997de;
}
#chara6 .chara_area{
  min-height: 850px;
}
#chara6 .chara_stand {
  left: 36%;
  right: -8%;
}
#chara7 .profile_text span{
    color: #68b3cf;
}
#chara7 .status_text span{
    background: #68b3cf;
}
#chara7 .chara_stand {
  top: 5%;
  right: -7%;
  left: 38%;
}
#chara8 .profile_text span{
    color: #deb362;
}
#chara8 .status_text span{
    background: #deb362;
}
#chara8 .chara_stand {
  right: -10%;
  left: 33%;
}
#chara9 .profile_text span{
    color: #6a8bd4;
}
#chara9 .status_text span{
    background: #6a8bd4;
}
#chara9 .chara_stand {
  left: 33%;
  right: -5%;
}
#chara9 .chara_area {
  min-height: 760px;
}
/*===================================
  gallery
=====================================*/
.gallery{  
  position: relative;
  z-index: 1;
}
.gallery_area {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}
.gallery_area .cg {
  width: calc(33% - 15px);
  margin: 0 0 30px;
  background: #fff;
}
.gallery_area .cg a {
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  display: inline-block;
  transition: .3s;
}
.gallery_area .cg a:hover{
  box-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
  filter: opacity(0.65);
}

.gallery_area .cg.fade2:nth-child(1) { -webkit-animation-delay:.1s; animation-delay:.1s;}
.gallery_area .cg.fade2:nth-child(2) { -webkit-animation-delay:.2s; animation-delay:.2s;}
.gallery_area .cg.fade2:nth-child(3) { -webkit-animation-delay:.3s; animation-delay:.3s;}
.gallery_area .cg.fade2:nth-child(4) { -webkit-animation-delay:.4s; animation-delay:.4s;}
.gallery_area .cg.fade2:nth-child(5) { -webkit-animation-delay:.5s; animation-delay:.5s;}
.gallery_area .cg.fade2:nth-child(6) { -webkit-animation-delay:.6s; animation-delay:.6s;}
.gallery_area .cg.fade2:nth-child(7) { -webkit-animation-delay:.7s; animation-delay:.7s;}
.gallery_area .cg.fade2:nth-child(8) { -webkit-animation-delay:.8s; animation-delay:.8s;}
.gallery_area .cg.fade2:nth-child(9) { -webkit-animation-delay:.9s; animation-delay:.9s;}

/*===================================
  special
=====================================*/
.special{  
  position: relative;
  z-index: 1;
}
.special_area {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 1000px;
    margin: 0 auto 100px;
    position: relative;
    z-index: 1;
}
.special_bn_area {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special_bn_area .sp_bn {
  width: calc(50% - 20px);
  margin: 0 0 40px;
  background: #fff;
}
.special_bn_area .sp_bn a {
  box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
  display: inline-block;
  transition: .3s;
  width: 100%;
}
.special_bn_area .sp_bn a:hover{
  box-shadow: 0px 0px 0px rgb(0 0 0 / 25%);
  filter: opacity(0.65);
}

.special_bn_area .sp_bn .fade2:nth-child(1) { -webkit-animation-delay:.1s; animation-delay:.1s;}
.special_bn_area .sp_bn .fade2:nth-child(2) { -webkit-animation-delay:.2s; animation-delay:.2s;}
.special_bn_area .sp_bn .fade2:nth-child(3) { -webkit-animation-delay:.3s; animation-delay:.3s;}
.special_bn_area .sp_bn .fade2:nth-child(4) { -webkit-animation-delay:.4s; animation-delay:.4s;}
.special_bn_area .sp_bn .fade2:nth-child(5) { -webkit-animation-delay:.5s; animation-delay:.5s;}
.special_bn_area .sp_bn .fade2:nth-child(6) { -webkit-animation-delay:.6s; animation-delay:.6s;}


/*下層ページ*/
.sp_content {
    text-align: center;
    width: calc(100% - 40px);
    margin:0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.sp_head {
    margin-bottom: 80px;
    padding-top: 80px;
}
.sp_back p {
  color: #ea90b7;
  border: solid 1px #ea90b7;
  border-radius: 30px;
  padding: 10px 5px;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  transition: .3s;
  margin: 80px auto;
}
.sp_back p:hover{
  color: #fff;
  border: solid 1px #ea90b7;
  background: #ea90b7;
}
/*===================================
  premium
=====================================*/
.con-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 1000px;
    flex-wrap: wrap;
}
.premium_item {
  margin: 0 auto;
}
.premium_img {
    margin: 0px auto;
    border: solid 1px #f3afcd;
    transition: .3s;
    max-width: 480px;
}
.premium_img:hover{
  opacity: 0.65;
}
.premium_name {
  margin: 30px auto;
}
.premium_text p {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.7em;
  max-width: 480px;
}
.kome_text {
    margin: 40px auto;
    text-align: center;
    font-size: 1.3rem;
}
/*===================================
 shop
=====================================*/
.shop_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    align-items: flex-start;
    align-content: center;
    max-width: 1000px;
}
.shop_head {
  width: calc(100% - 4px);
  margin: 80px auto 15px;
  padding: 0 2px 15px 2px;
  max-width: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.shop_head h2{
font-size: 3.2rem;
color: #ea90b7;
text-align: center;
line-height: 2.8rem;
}

.shop_head.sp2 h2{
  color: #ff8050;
}
.shop_head h2 span{
  font-size: 1.4rem;
}

.shop_sp1, .shop_sp2 {
    width: calc(50% - 10px);
    border: solid 1px #ea90b7;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 30px;
}
 .shop_sp2{
    border: solid 1px #ff8050;
 }
.shop_name {
    width: 100%;
    background: #ea90b7;
    min-height: 50px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: left;
    position: relative;
}
.shop_sp2 .shop_name{
  background: #ff8050;
}
.shop_name p {
    color: #ffffff;
    font-size: 2.6rem;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.shop_name span {
    font-size: 1.1rem;
}
.sp_img {
    width: calc(100% - 60px);
    margin: 30px auto 0;
    overflow: hidden;
    border: solid 1px #f3afcd;
    max-width: 380px;
}
.shop_sp2 .sp_img{
  border: solid 1px #ff8050;
}
.bonus_name_text p {
    color: #535353;
    font-size: 1.4rem;
    text-align: left;
    width: calc(100% - 60px);
    margin: 20px auto;
}
.bonus_name_text p span {
    font-size: 1.4rem;
    color: #ea90b7;
    margin-right: 10px;
    vertical-align: bottom;
}
.sp_small {
    font-size: 1.1rem;
    color: #ff006e;
    position: absolute;
    display: flex;
    justify-content: center;
    margin: 6px auto;
    width: 100%;
}
.shop_sp2 .bonus_name_text p span {
    color: #ff8050;
}
.sp_img img {
  max-width: 100%;
}
.sp_img a img:hover{
  opacity: 0.65;
}
.link_bt p{
  color: #ea90b7;
    border: solid 1px #ea90b7;
    border-radius: 30px;
    padding: 10px 5px;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
}
.link_bt p:hover {
  color: #fff;
  border: solid 1px #ea90b7;
  background: #ea90b7;
}

.shop_sp2 .link_bt p{
  color: #ff8050;
  border: solid 1px #ff8050;
}
.shop_sp2 .link_bt p:hover {
  color: #fff;
  border: solid 1px #ff8050;
  background: #ff8050;
}

.last {
  width: 100%;
  text-align: center;
  margin: 30px 0 60px;
  font-size: 1.4rem;
}

.shop_notice {
  width: calc(100% - 60px);
    margin: 20px auto 40px;
    display: flex;
    justify-content: center;
}
.shop_notice p {
    line-height: 2.3em;
    text-align: left;
    font-size: 1.3rem;
}

/*個別設定*/
.sp_04 .sp_img{
  border: none;
}
.sp_04b{    
  width: 80%;
  background: #fff;
  border: solid 1px #f3afcd;
}
.sp_04s {
  width: 80%;
  position: relative;
  left: 20%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -50px;
  top: -50px;
  background: #fff;
  border: solid 1px #f3afcd;
}
.sp_04s a{
  width: 50%;
}

/*===================================
  movie
=====================================*/
.movie_area {
    margin: 0px auto;
    max-width: 800px;
}
.movie_head {
    width: 100%;
    text-align: center;
    margin: 60px auto 40px;
}
.movie_area .inner{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.movie_area .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.movie_text {
    text-align: center;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
/*===================================
   trial
=====================================*/
#trial{
  overflow: hidden;
}
.trial_text{
  margin: 30px auto;
}
.dl_link {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 20px auto;
    flex-wrap: wrap;
}
.dl_link a {
    padding: 10px 60px;
    border-radius: 60px;
    margin: 10px auto;
    font-size: 1.4rem;
    background: #6ce0a5;
    text-align: center;
    width: 100%;
    max-width: 440px;
}
.dl_link a:hover {
  opacity: 0.65;
}
.dl_link a  p{
  color: #fff;
}
.slider_img .swiper-wrapper{
    align-items: center;

}
.slider_img img {
    filter: brightness(0.65);    
    transform: translateZ(0);
    border-radius: 10px;
}

.slider_img .swiper-slide.swiper-slide-active img {
    filter: brightness(1);
}
.slider_nav .swiper-wrapper{
  justify-content: center;
}
.slider_nav .swiper-slide{
    max-width: 180px;
    margin: 10px 0px;
}

.slider_nav .swiper-slide img{
    width: 80%;
    padding: 2px;
    cursor: pointer;
    border-radius: 5px;
}


.slider_nav .swiper-slide img:hover{
   filter: brightness(0.9);

}

.slider_nav .swiper-slide.swiper-slide-thumb-active img{
    border: solid 2px #ff6256;
    padding: 0;
}

/*===================================
  product
=====================================*/
.product_area{
  position: relative;
  z-index: 1;
}
.package{
    padding: 0 20px;
}
.product_head {
    width: calc(100% - 4px);
    margin: 80px auto 15px;
    padding: 0 2px 15px 2px;
    max-width: 950px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.product_head h2{
  font-size: 3.2rem;
  color: #ea90b7;
  text-align: center;
  line-height: 2.6rem;
}

.product_head h2 span{
    font-size: 1.4rem;
}
.product_pake {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px auto;
}
p.pake_text {
    margin: 30px auto;
    text-align: center;
    font-size: 1.3rem;
}
.pake_img:first-child {
    margin-right: 2%;
}
.prpduct_text {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1000px;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
}
.prpduct_text .spec, .prpduct_text .staff {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.p_text {
    margin: 0 auto 30px;
}
.p_text p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    word-break: break-all;    
    font-weight: 500;
}
.p_text p span {
    font-size: 1.4rem;
    color: #535353;
    text-align: left;
    line-height: 1.7em;
}
.p_text p span.h_text {
    font-size: 1.3rem;
    color: #ea90b7;
    width: 110px;
    text-align: left;
    margin-top: 2px;
}
.p_text p span.d_text {
    width: 80%;
    max-width: 460px;
}
.p_text p span.s_text {
    font-size: 1.3rem;
    letter-spacing: 0;
}
.p_text p span.s2_text {
    font-size: 1.4rem;
    vertical-align: initial;
}
.p_text p span.s3_text {
    font-size: 1rem;
    position: relative;
    top: -4px;
}
.product_logo {
  width: 50vw;
  margin: 45vw auto 0;
  text-align: center;
}
/*===================================
  response 1199px -
=====================================*/
  .stt2{
    display: none;
  }
@media (max-width: 1199px) {
  /*======= story =========*/
  .stt1{
    display: none;
  }
  .stt2{
    display: initial;
  }
}
/*===================================
  response 999px -
=====================================*/
@media (max-width: 999px) {
  /*======= story =========*/
  .story_box p{
    font-size: 1.8rem;
    width: 100%;
  }
  .stt1{
    display: initial;
  }
  .stt2{
    display: none;
  }
  .story_box.box1,
  .story_box.box2,
  .story_box.box3{
    width: calc(100% - 60px);
    padding: 53vw 30px 0;
    margin: 0 auto 100px;
    align-items: flex-start;
    min-height: auto;
    justify-content: center;
  }
  .story_box.box2{
    background-position:top;
  }
  .story_chara{
    display: none;
  }
}
/*===================================
  response 880px -
=====================================*/
@media (max-width: 880px) {
  #overlay {
    max-width: 100%;
  }
  .menu_bt{    
    align-items: center;
  }
  .menu p {
    font-size: 1.8rem;
  }
}
/*===================================
  response 768px ~
=====================================*/
@media (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  #wrapper,
  .content_area,
  .product{
    max-width: 768px;
    text-align: left;
    margin: 0 auto;
  }
  .info_area{
    width: calc(100% - 60px);
  }
  .info_text {
    flex-direction: column;
  }
  .info_text p {
      letter-spacing: 0.03em;
  }
  .sp_bn {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg {
    background-attachment: initial;
  }

/*====== character ========*/
  .tab {
    flex-wrap: wrap;
    justify-content: center;
  }
  .chara1.chara_icon,
  .chara2.chara_icon,
  .chara3.chara_icon,
  .chara4.chara_icon{
    width: 20.1%;
  }
  .character_area{
    width: calc(100% - 60px);
  }
  .chara_area {
    padding: 30px;
  }
  #chara1 .chara_stand,
  #chara2 .chara_stand,
  #chara3 .chara_stand,
  #chara4 .chara_stand,
  #chara5 .chara_stand,
  #chara6 .chara_stand,
  #chara7 .chara_stand,
  #chara8 .chara_stand,
  #chara9 .chara_stand {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0;
        left:0;
    }
  #chara1 .chara_stand{
      left: 3%;
  }
  #chara4 .chara_stand{
    left: -6%;
   }
   .chara_word {
    top: 0.8vw;
    right: 0.8vw;
    width: 15vw;
  }
  #chara5 .chara_word,
  #chara7 .chara_word,
  #chara8 .chara_word{    
    width: 20vw;
  }
  .chara_name {
    padding: 30px 0;
}
  .chara_text_area {
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
    width: 100%;
  }
  .chara_text {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .chara_text p{
    line-height: 1.9em;
    font-size: 1.8rem;
  }
 /*====== gallery ========*/
  .gallery_area .cg {
    width: calc(50% - 2vw);
    margin: 0 0 4vw;
  }
/*====== special ========*/
  .special_bn_area .sp_bn{
    width: 100%;
  }
/*====== premium ========*/
  .con-box{
    flex-direction: column;
  }
  .con-box.rev {
    flex-direction: column;
  }
  .premium_text {
    margin: 30px auto;
  }
/*====== shop ========*/
  .shop_area{
    justify-content: space-around;
  }
  .shop_head h2{
    font-size: 3.4rem;
  }
  .shop_sp1, .shop_sp2 {
      width: 100%;
      max-width: 470px;
      min-width: auto;
  }
  .shop_name p {
      font-size: 2rem;
  }
/*====== trial ========*/
  .slider_nav .swiper-wrapper{
    flex-wrap: wrap;
  }
  .slider_nav .swiper-slide{
    min-width: 30%;
  }
/*====== product ========*/
  .head.head_product{
    margin: 0 auto -70px;    
  }
  .product_head h2{
    font-size: 3.4rem;
  }
  .package{
    margin: 0 auto;
  }
  .product_pake{
    flex-wrap: wrap;
  }
  .product_pake .pake_img:first-child{
    margin-right: 0;
    margin-bottom: 30px;
  }
  .prpduct_text{
    width: calc(100% - 60px);
  }
  .prpduct_text .spec, .prpduct_text .staff {
    max-width: initial;
}
  .p_text p span.h_text {
      margin-right: 30px;
    font-size: 1.8rem;
    width: 20%;
  }
  .p_text p span.d_text{
    font-size: 1.8rem;    
    max-width: 380px;
  }
  .product_logo {
    width: 70vw;
    text-align: center;
    margin: 65vw auto -10vw;
  }
/*====== footer ========*/
  footer{
    width: 100%;
    max-width: 768px;
    text-align: left;
  }
  footer p {
    font-size: 1.8rem;
  }
  .footer_text, .copylight {
      width: calc(100% - 60px);
  }
}

.top01 {
    text-align: center;
    margin:3.5em 0em 2em 0em;
  }

