
*{
  margin: 0;
  padding: 0;
}
html{
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
body{
  font-size: 1.4rem; /* 14px */
  width:100%;
  min-height: 100vh;
  overflow-x: hidden;
  height: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  background: url(../img/bg.png) repeat;
}
p {
    color: #6c6c6c;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: 0.07em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform: rotate(0.028deg);
      transform: rotate(0.028deg);
  margin: 0;
      font-weight: 500;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#noscript{
  width:100vw;
  height:100vh;
  background: #fff;
  text-align: center;
  position:fixed;
  z-index:9999;
}
#load {
  width: 100%;
  height: 100%;
  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: 999;
  pointer-events: none;
}
li{
  list-style:none;
}
img{
  vertical-align: bottom;
  max-width: 100%;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.none{
  opacity: 0;
  pointer-events: none;
}
.counter{
  display: none;
}
#load{
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
  pointer-events: none;
}
/*色指定*/
.c1{color:#b0916a;}
.c2{color:#7cd0c2;}
.c3{color:#cdbe99;}
.c4{color:#a78fc8;}
.c5{color:#ffb848;}
.c6{color:#f8a8cb;}
.c7{color:#76b8ec;}

a {
  color: #ffb848;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #76b8ec;
  text-decoration: none;
}

#wrapper {
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    display: flex;
}
header {
    width: 100%;
    min-width: 1200px;
    height: 220px;
    z-index: 5;
    background: url(../img/header-bg1.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}
.page-head {
    min-width: 940px;
    text-align: center;
    margin-left: 261px;
    padding-top: 69px;
    position: relative;
    z-index: 2;
}

/*nav-area*/
#nav-area {
    min-width: 220px;
    height: 100vh;
    display: flex;
    flex-direction: column;

    font-size: 1.8rem;
    padding: 187px 20px 0 20px;
    position: relative;
    z-index: 5;
}
#nav-area.low{
  top:-220px;
    padding: 0 20px;
}
#nav-area a.nav-logo {
    margin: 65px 0 72px;
}
#nav-area.low a.nav-logo {
}
#nav-area a.nav-logo img {
    min-width: 261px;
}
a.bt {
    color: #7c5d32;
    margin-bottom: 20px;
    padding: 20px 0 0 30px;
    background: url(../img/nav-mark.png) no-repeat 0px 4px;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
      line-height: 0.8em;
    letter-spacing: 0.07em;
    font-weight: bold;
}
.sp-nav a.bt{
 font-size: 1.8rem;
 text-align: center;
}
a.bt:hover {
    color: #ffb848;
}
a.bt span {
    font-size: 1.2rem;
    font-weight: bold;
}
.sns-bt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-top: 50px;
}
.sns-bt p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #7c5d32;
}
.sp-nav .sns-bt p {
    font-size: 1.2rem;
    font-weight: 500;
}
.sns-bt img {
  margin-left: 20px;
}
/*sp-nav*/
.sp-nav.sp {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    z-index: 100;
}
.sp-nav.sp .nav-logo img {
    width: 210px;
    margin: 15px 10px;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}
.menu-trigger {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 15px;
  right: 0px;
  z-index: 1001;
}

.menu-trigger span {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #856840;
    border-radius: 5px;
    right: 20px;
}
.menu-trigger span:nth-of-type(1) {
  top: 18%;
}
.menu-trigger span:nth-of-type(2) {
  top: 33%;
}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
 0% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 18%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
}
@keyframes menu-bar01 {
 0% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 18%;
 -webkit-transform: rotate(0);
         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: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 33%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
}
 @keyframes menu-bar02 {
 0% {
 top: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 33%;
 -webkit-transform: rotate(0);
         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: 18%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
}
 @keyframes active-menu-bar01 {
 0% {
 top: 18%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}
}
.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: 33%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
}
 @keyframes active-menu-bar02 {
 0% {
 top: 33%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 50% {
 top: 26%;
 -webkit-transform: rotate(0);
         transform: rotate(0);
}
 100% {
 top: 26%;
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
}
/*sp-nav*/

#overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(255,255,255,0.95);
  box-sizing: border-box;
  align-items: center;
}
.active #overlay {
  display: flex;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-in-out forwards;
  animation: fadeIn .5s ease-in-out forwards;
}
#overlay .sp-menu {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70vh;
  justify-content: space-around;
}
#overlay .sp-menu div {
  position: relative;
  text-align: center;
  max-width: 900px;
}
#overlay .sp-menu div:last-child {
  background: none
}
/* アニメーション設定 */

.fade1, .fade2, .fade3, .leftin, .rightin {
  opacity: 0;
}

.fadein {
  opacity: 0;
-webkit-animation: fadeIn 1s ease-in-out forwards;
        animation: fadeIn 1s 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 .8s ease-in-out .3s forwards;
          animation: fadeUp .8s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    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;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeleft {
  opacity: 0;
  -webkit-animation: fadeLeft .4s ease-in-out .3s forwards;
          animation: fadeLeft .4s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.faderight {
  opacity: 0;
  -webkit-animation: fadeRight .4s ease-in-out .3s forwards;
          animation: fadeRight .4s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


/* ポップアップ設定 */
#cboxLoadedContent {
  border: solid .6rem #fff;
  box-shadow: 0px 0px 8px #ffa6c8;
  border-radius: 5px;
}

.mfp-bg {
  background: #fff;
}

.mfp-bg, .mfp-wrap {
  min-width: 768px;
}

.mfp-wrap img {
  border: solid .8rem #fff;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -35px;
}

.mfp-counter {
  top: 45px;
  color: #422b14;
}

.mfp-figure:after {
  top: 0px;
  bottom: 0px;
}

.mfp-arrow-left:before {
  border-right: 27px solid #422b14;
}

.mfp-arrow-right:before {
  border-left: 27px solid #422b14;
}

.mfp-arrow-left:after, .mfp-arrow-right:after {
  border: none;
}

/*content-area*/
.content-area {
    width: 100%;
    min-width: 940px;
    position: relative;
    z-index: 1;
}
.area {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
/*top*/
.cs-logo {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 5;
    width: 30vw;
    min-width: 320px;
}
.cs-logo img {
    max-width: 100%;
}
.catch {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50%;
    z-index: 5;
}
.logo {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20%;
    z-index: 5;
}
.day {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 13%;
    z-index: 5;
}
.main-chara {
    margin-top: 30px;
}
.mainvizual {
    width: 100%;
    height: 100vh;
    min-height: 850px;
    position: relative;
    margin: 0 auto;
    max-width: 952px;
}

/*----------------------------------
 sp-bn
------------------------------------*/
.sp-bn {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
    flex-wrap: wrap;
}
.sp-bn a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 20px auto;
    max-width: 800px;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    position: relative;
}
.sp-bn a img:hover{
  opacity: 0.65;
}

.sp-bn.top a{
  max-width: 48%;
}
.sp-bn span {
    position: absolute;
    top: 3%;
    left: 0.6%;
    color: #fff;
    background: #ef264a;
    padding: 5px 8px;
    display: block;
    width: 39px;
    font-size: 1.1rem;
    z-index: 1;
}
.sp-bn img{  
    max-width: 100%;
}


.sp-bn .fadein:nth-child(1) { -webkit-animation-delay:.1s; animation-delay:.1s;}
.sp-bn .fadein:nth-child(2) { -webkit-animation-delay:.2s; animation-delay:.2s;}
.sp-bn .fadein:nth-child(3) { -webkit-animation-delay:.3s; animation-delay:.3s;}
.sp-bn .fadein:nth-child(4) { -webkit-animation-delay:.4s; animation-delay:.4s;}
.sp-bn .fadein:nth-child(5) { -webkit-animation-delay:.5s; animation-delay:.5s;}
.sp-bn .fadein:nth-child(6) { -webkit-animation-delay:.6s; animation-delay:.6s;}
.sp-bn .fadein:nth-child(7) { -webkit-animation-delay:.7s; animation-delay:.7s;}
.sp-bn .fadein:nth-child(8) { -webkit-animation-delay:.8s; animation-delay:.8s;}


/*----------------------------------
 news
------------------------------------*/
.news {
    position: relative;
    padding: 50px 0 30px;
    margin: 0 auto 20px;
    padding: 40px 0 0;
}
.head-news{
  width: 100%;
  text-align: center;
  margin: 40px 0;
  font-size: 3.4rem;
}
.head-news p{
    font-weight: bold;
    line-height: 0.8em;
    color: #3f321a;
}
.head-news span{
  font-size:1.2rem;
}
.info-area {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.info-text{
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
  font-family: "Noto Sans JP",sans-serif;
  text-align: left;
  padding: 10px 0;
  display: flex;
}
.info-text span.data {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 20px;
}
.info_bt {
    padding: 3px 5px;
    border: solid 1px #bfa380;
    border-radius: 30px;
    text-align: center;
    margin: 30px auto;
    width: 20%;
    color: #bfa380;
    font-size: 1.3rem;
    display: none;
    max-width: 170px;
    background: #fff;
}

.info_bt.active{
  display: block;
}

.hide .info:nth-child(n + 4) {
    display: none;
}
/*----------------------------------
　Twitter
------------------------------------*/

.twitter{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
    padding: 40px 0 0;
}
.head-twitter{
  width: 100%;
  text-align: center;
  margin: 40px 0;
  font-size: 3.4rem;
}
.head-twitter p{
    font-weight: bold;
    line-height: 0.8em;
  color: #3f321a;
}
.head-twitter span{
  font-size:1.2rem;
}
.twitter-area {
  position: relative;
  width: 298px;
  height: auto;
  margin: 0 30px 20px;
}
.tl-head {
    margin: 8px 0px;
  color: #3f321a;
}
.tl-area {
  position: relative;
  width: 298px;
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.188);
  overflow-x: hidden;
}

.tl-scroll {
  width: 315px;
  height: 400px;
  overflow: auto;
  margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}




/*===================================
      footer
=====================================*/
footer {
    width: 100%;
    min-width: 1200px;
    height: auto;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0px;
    margin-top: 50px;
    z-index: 10;
}

footer > div {
    margin: 20px 0;
    position: relative;
    z-index: 1;
    font-size: 1.2rem;
}
.links {
    display: flex;
    justify-content: space-between;
    width: 420px;
    height: 40px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.links img:hover{
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.copylight{
  margin: 20px 0 0px;
}
.pageup-bt{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
}
.footer_text img {
    vertical-align: baseline;
}

/*===================================
  story
=====================================*/
.story {
    text-align: center;
}
.story-text1 {
    margin: 80px auto;
}
.story p {
    text-align: center;
    margin: 60px auto;
    font-family: kan415typos-std,sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 1.8rem;
    line-height: 2.5em;
}
.story-text3 {
    margin: 50px auto;
}
.story-text5 {
    margin: 50px auto;
}
.story-img {
    margin: 20px auto;
}
.story .con-bottom {
    margin: 80px auto ;
    text-align: center;
    width: 100%;
}
span.size1 {
    font-size: 3.2rem;
}
span.size2 {
    font-size: 3.8rem;
    color: #ff6b91;
}
span.size3 {
    font-size: 2.2rem;
}
span.s_c1{
  color: #ff6ea1;
}
span.s_c2{
  color: #ff9287;
}
span.s_c3{
  color: #ffa369;
}
span.s_c4{
  color: #69b6ff;
}
span.s_c5{
  color: #f973ef;
}
}
/*===================================
  point
=====================================*/
.point {
    text-align: center;
    margin: 0 auto;
}
.point-head {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}
.point-text {
    height: 56px;
    margin: 10px auto;
    display: flex;
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.point-img {
    text-align: center;
}
.point1 p{
  margin: 30px 0;
  text-align: center;
}
.point2 p{
  margin: 30px 0;
  text-align: center;
}
.point3 p {
  margin: 30px 0;
  text-align: center;
}
.point .con-bottom {
    margin: 80px auto;
    text-align: center;
    width: 100%;
}
/*===================================
  character
=====================================*/
.character {
    position: relative;
    margin-top:-30px; 
}
.chara-box {
    position: relative;
    display: none;
    opacity: 0;
}
.chara-bt-area {
    margin: 0px auto 20px;
    max-width: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
.chara-area {
    max-width: 900px;
    height: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 100px 20px 0;
}
.chara-head {
    position: relative;
    z-index: 2;
    margin: 0 0 30px -17px;
}

.chara-name {
    position: relative;
    z-index: 2;
}
.chara-catch {
    text-align: left;
    margin: 50px 0 50px;
    position: relative;
    z-index: 2;
}
.chara-catch p {
    color: #7c5d32;
    font-size: 1.6rem;
    text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
    line-height: 2em;
}
.chara-text {
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 0 0 20px;
}
.chara-text p {
    color: #7c5d32;
    line-height: 1.7em;
    letter-spacing: 1.4px;
    text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
    line-height: 2.3em;
}
.costume-icon {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}
.costume-icon img{
    margin-right: 10px;
    cursor: pointer;
}
.chara-stand {
    position: absolute;
    top: 10px;
    left: 35.5%;
    z-index: 1;
    width: 660px;
}
.chara-bg {
    width: 100%;
    height: 345px;
    position: absolute;
    top: 395px;
    z-index: 0;
}
.chara1 .chara-bg {
  height: 370px;
    background: rgba(255,226,253,0.3);
}
.chara2 .chara-bg {
  height: 370px;
    background: rgba(255,188,212,0.3);
}
.chara3 .chara-bg {
  height: 370px;
    background: rgba(255,213,207,0.3);
}
.chara4 .chara-bg {
    background: rgba(255,233,225,0.3);
}
.chara5 .chara-bg {
    background: rgba(203,230,255,0.3);
}
.chara-word {
    position: absolute;
    top: 110px;
    right: 20px;
    z-index: 3;
}

/*===================================
  gallery
=====================================*/
.gallery_area {
  max-width: 750px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px auto 80px;
  position: relative;
}
.cg{
  max-width: 321px;
  position: relative;
    margin-bottom: 40px;
}
.cg .event {
    position: absolute;
    width: 95.6%;
    left: 2.2%;
    top: 1.2%;
}
.cg .event::after {
    content: "";
    position: absolute;
    width: 95.4%;
    height: 91.7%;
    left: 0;
    top: 0px;
    display: block;
    border: 7px solid #fff;
}
.cg a img {
    transition: .3s ease-in-out;
}
.cg a:hover  img{
  opacity: 0.65;
}

.gallery_area .fadein:nth-child(2) { -webkit-animation-delay:0.2s; animation-delay:0.2s;}
.gallery_area .fadein:nth-child(3) { -webkit-animation-delay:0.4s; animation-delay:0.4s;}
.gallery_area .fadein:nth-child(4) { -webkit-animation-delay:0.6s; animation-delay:0.6s;}
.gallery_area .fadein:nth-child(5) { -webkit-animation-delay:0.8s; animation-delay:0.8s;}
.gallery_area .fadein:nth-child(6) { -webkit-animation-delay:1s; animation-delay:1s;}
.gallery_area .fadein:nth-child(7) { -webkit-animation-delay:1.2s; animation-delay:1.2s;}
.gallery_area .fadein:nth-child(8) { -webkit-animation-delay:1.4s; animation-delay:1.4s;}
.gallery_area .fadein:nth-child(9) { -webkit-animation-delay:1.6s; animation-delay:1.6s;}
.gallery_area .fadein:nth-child(10) { -webkit-animation-delay:1.8s; animation-delay:1.8s;}



/*===================================
  special
=====================================*/

.sp-head {
    text-align: center;
    margin: 50px auto;
}
.movie {
    position: relative;
    z-index: 2;
}

/*===================================
  premium
=====================================*/
.con-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-top: 60px;
}
.premium-text p {
    margin: 40px;
    min-width: 400px;
}
.small_text{
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.small_text p{
  font-size: 1rem;
  text-align: center;
}
/*===================================
 shop
=====================================*/
.shop.area {
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-around;
}
.shop-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 868px;
  margin: 0 auto;
}

.shop-head {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.shop-sp1, .shop-sp2 {
  width: 338px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  margin-bottom: 80px;
}

.shop-name {
    width: 100%;
    font-size: 2.8rem;
    text-align: center;
}

.shop-name p{
  color: #d3a43c;
}
.shop-name span {
    font-size: 1.2rem;
    padding-top: 15px;
    letter-spacing: 0px;
}

.sp-img {
    position: relative;
    width: 338px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.sp-img .sp_frame{
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.sp-img a img {
    position: absolute;
    left: 5.4%;
    top: 4.2%;
    width: 89.3%;
}

.shop-sp2 .sp-img a img {
    top: 9%;
}
.shop-sp2 .sp-amazon {
  position: relative;
  width: 338px;
  height: 190px;
  margin-bottom: 20px;
}

.sp-img-a, .sp-img-b, .sp-img-c {
  width: 169px;
  height: 104px;
  position: absolute;
  overflow: hidden;
}

.sp-img-a .sp_frame, .sp-img-b .sp_frame, .sp-img-c .sp_frame {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.sp-img-a {
  left: 85px;
}

.sp-img-b {
  top: 104px;
  left: 0px;
}

.sp-img-c {
  top: 104px;
  left: 169px;
}

.sp-img-a a img,
.sp-img-b a img,
.sp-img-c a img {
    max-width: 100%;
    position: absolute;
    left: 5.4%;
    top: 9%;
    width: 89.3%;
}

.sp-07b .sp-img a {
    width: 302px;
    height: 170.8px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 5.4%;
    top: 9%;
}
.sp-07b .sp-img a img {
    top: -4%;
}
.shop-sp1 .box, .shop-sp2 .box {
  width: 100%;
  margin: 0 auto;
}

.bonus-name-text p {
    color: #5a4f3d;
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}

.bonus-name-text p span {
    width: 80px;
    font-size: 1.2rem;
    margin-right: 20px;
    font-weight: bold;
    vertical-align: bottom;
}

.bonus-name-text p .small {
    width: 100%;
    font-size: 1rem;
    color: red;
    position: absolute;
    top: 18px;
    display: block;
    text-align: center;
}

.sp-img img {
  max-width: 100%;
}

.sp-img a img:hover,
.sp-img-a a img:hover,
.sp-img-b a img:hover,
.sp-img-c a img:hover {
  opacity: 0.65;
}


/*個別設定*/


.link-bt {
    text-align: center;
}

.link-bt:hover {
  opacity: 0.5;
}

.last {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.4rem;
}

.shop-notice {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8em;
  width: 90%;
  margin: 20px auto;
}
/*===================================
  movie
=====================================*/
.movie-area {
    margin: 0px auto;
    max-width: 800px;
}
.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-img {
    margin: 30px auto;
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
}
.trial-img  img{  
    max-width: 100%;
}
.trial-box .con-bottom{
  width: 100%;
  margin: 50px auto;
  text-align: center;
}


.dl-bt {
    text-align: center;
}
.dl-bt img{
  margin: 10px 20px;
}
.dl-bt img:hover {
  opacity: 0.5;
}
/*===================================
   preorder
=====================================*/
.preorder-box {
    text-align: center;
    margin: 0 auto;
}
.preorder-img {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
}
.preorder-img img{  
    max-width: 100%;
}
.preorder-box .link-bt {
margin: 30px 0;
}
.preorder-box .con-bottom {
    margin: 70px auto;
    text-align: center;
}
/*===================================
  product
=====================================*/
.product {
    width: 940px;
    height:   auto;
    margin: 40px auto 0;
}
.prpduct_text {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.spec_text, .staff_text {
    height: 120px;
}
img.product_text_head {
    margin: 0 0px 40px -18px;
}
.product_con {
    margin: 50px auto;
}
.prpduct_text p {
    font-size: 1.8rem;
    color: #7c5d32;
    text-align: left;
    position: relative;
    line-height: 1.5em;
}
.prpduct_text p span {
    font-size: 1.2rem;
    color: #7c5d32;
    text-align: left;
    line-height: 1.5em;
}
.prpduct_text p span.h_text {
    margin-left: -15px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
}
.prpduct_text p span.s_text {
    font-size: 1.4rem;
    letter-spacing: 0;
}
/*===================================
  response
=====================================*/
@media (max-width: 768px) {

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  #nav-area {
    display: none;
  }
  #wrapper,
  .content-area,
  header,
  footer,
  .product{
  max-width:768px;
  min-width: 768px;
  }
  header,
  .mainvizual{
    margin-top:80px; 
    height: auto;
    min-height: initial;
  }
  .cs-logo {
    top: 80px;
    left: 15px;
}
  .sp-bn {
    justify-content: center;
  }
  .page-head {
      min-width: 768px;
    margin: 0 auto;
  }
  .info-area {
      max-width: 728px;
  }
  .info-text span.data {
    width: 100%;
    display: block;
    margin: 5px 0;
    font-size: 1.2rem;
}
  .con-box{
    flex-direction: column;
  }
  .con-box.rev {
      flex-direction: column-reverse;
  }
  .character{
    max-width: 768px;
    margin-top: 60px;
  }
  .chara-area {
    overflow-x: hidden;
}
  .chara-stand {
    left: 43.5%;
    width: 520px;
}
.movie-area,.trial-box{
  margin-top: 40px;
}
.staff_text.song {
    height: 200px;
}
}