@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #e5e5f8;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif,'Kosugi Maru', sans-serif,'Mandali', sans-serif,'M PLUS Rounded 1c', sans-serif;
  color: #2a2a2a;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

hr {
display:block;
height:1px;
border:0;
margin:1em 0;
padding:0;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .inner {
  position: absolute;
  width: 500px;
  height: 105px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.loading .inner .logo {
  width: 500px;
  height: 149px;
  background-image: url(../img/common/loading_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 23px
}

.loading .inner .bar {
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #ff99ff, #993d67, #993d67, #993d67, #ff9900);
  border-radius: 1px
}

.subloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}


.content-load{
display: none;
position: relative;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1060px;
  background-color: #fff;
  margin: 0 auto;
  /*overflow-x: hidden*/
}

/*
#container .content_wrapper {
  width: 100%;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: url(../img/common/sawbg_head.png),url(../img/common/loopbg01.png);
  background-size: 100px 25px,50px 50px;
  background-position: center top -1px,center top;
  background-repeat: repeat-x,repeat;
  border-top: solid 1px #fff;
}
*/

.hide {
  transform: translateY(-100%);
}

#header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  z-index: 100;
  transition: 0.4s;
}

#header ul {
  width: 1050px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#header ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#header ul li.nav_01 {
  width: 219px;
  height: 80px
}

#header ul li.nav_01 a {
  background-image: url(../img/common/header_nav_01.png)
}

#header ul li.nav_01 a:hover {
  opacity: 0.5;
}

#header ul li.nav_02 {
  width: 108px;
  height: 40px;
}

#header ul li.nav_02 a {
  background-image: url(../img/common/header_nav_02.png)
}

#header ul li.nav_02 a:hover {
  background-image: url(../img/common/header_nav_02on.png)
}

#header ul li.nav_03 {
  width: 114px;
  height: 40px
}

#header ul li.nav_03 a {
  background-image: url(../img/common/header_nav_03.png)
}

#header ul li.nav_03 a:hover {
  background-image: url(../img/common/header_nav_03on.png)
}

#header ul li.nav_04 {
  width: 189px;
  height: 40px
}

#header ul li.nav_04 a {
  background-image: url(../img/common/header_nav_04.png)
}

#header ul li.nav_04 a:hover {
  background-image: url(../img/common/header_nav_04on.png)
}

#header ul li.nav_05 {
  width: 133px;
  height: 40px
}

#header ul li.nav_05 a {
  background-image: url(../img/common/header_nav_05.png)
}

#header ul li.nav_05 a:hover {
  background-image: url(../img/common/header_nav_05on.png)
}

#header ul li.nav_06 {
  width: 130px;
  height: 40px;
}

#header ul li.nav_06 a {
  background-image: url(../img/common/header_nav_06.png)
}

#header ul li.nav_06 a:hover {
  background-image: url(../img/common/header_nav_06on.png)
}

#header ul li.nav_06cs {
  width: 130px;
  height: 40px;
  background-image: url(../img/common/header_nav_06.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  font-size: 0;
}

#header ul li.nav_07 {
  width: 157px;
  height: 40px
}

#header ul li.nav_07 a {
  background-image: url(../img/common/header_nav_07.png)
}

#header ul li.nav_07 a:hover {
  background-image: url(../img/common/header_nav_07on.png)
}

/*TOP*/
#keyvisual {
  position: relative;
  height: 100%;
  max-width: 1920px;
  max-height: 1200px;
  min-width: 1200px;
  background-image: url(../img/top/jumbo_bg.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  overflow: hidden;
}

#keyvisual:before {
  content:"";
  display: block;
  padding-top: 62.5%; /* 高さと幅の比を固定。1200/1920*100=62.5 */
}

/*
#keyvisual .inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
  z-index: 1;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
*/

#keyvisual .inner {
  position: absolute;
  width: 50%;
  min-width: 770px;
  left: 50%;
  top: 50%;
  margin-top: -15%;
  margin-left: -7%;
  z-index: 1;
}

#keyvisual .inner .copy {
  position: relative;
  width: 640px;
  height: 155px;
  margin: 0 auto;
  background-image: url(../img/top/jumbo_copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#keyvisual .inner h1 {
  position: relative;
  width: 770px;
  height: 230px;
  margin: 10px auto 0;
  background-image: url(../img/top/jumbo_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#keyvisual .inner .date {
  position: relative;
  width: 653px;
  height: 56px;
  margin: 30px auto 0;
  background-image: url(../img/top/jumbo_date.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2;
}

#keyvisual .inner .nos {
  position: relative;
  width: 295px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../img/top/jumbo_nos.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2;
}

#keyvisual .inner .staff {
  position: relative;
  width: 572px;
  height: 47px;
  margin: 20px auto 0;
  background-image: url(../img/top/jumbo_staff.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}

#keyvisual .inner .staff1 {
  position: relative;
  width: 580px;
  height: 48px;
  margin: 30px auto 0;
  background-image: url(../img/top/jumbo_staff1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}

#keyvisual .inner .staff2 {
  position: relative;
  width: 407px;
  height: 47px;
  margin: 10px auto 0;
  background-image: url(../img/top/jumbo_staff2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}


/*
#keyvisual .copy_box {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 85px;
  z-index: 1;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

#keyvisual .copy {
  position: relative;
  width: 753px;
  height: 103px;
  background-image: url(../img/top/jumbo_copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
*/

#keyvisual .chr {
  position: absolute;
  width: 55%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  background-image: url(../img/top/jumbo_chr.jpg);
  background-size: cover;
  background-position: 40% 0;
  background-repeat: no-repeat;
}

/*
#news {
  position: absolute;
  width: 960px;
  height: 40px;
  background-image: url(../img/top/news_bg.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  bottom: 40px;
  left: 50%;
  margin-left: -480px;
  z-index: 2;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

#news .ticker {
  position: relative;
  margin: 0 auto;
  width: 882px;
  height: 38px;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}

#news .ticker ul {
  width: 100%;
  position: relative;
}

#news .ticker ul li {
  width: 100%;
  display: none;
  font-size: 20px;
  margin-top: -10px;
}

#news .ticker ul li .date {
  margin-right: 40px;
  color: #ff668c;
  font-size: 20px;
  font-family: 'Rubik',sans-serif;
}
*/


@media screen and (max-width: 1800px) {
  /*#keyvisual {
    height: 1270px;
    background-size: 1800px 1270px;
  }*/
  #keyvisual .inner {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    /*bottom: 90px;*/
    margin-top: -16%;
  }
  #keyvisual .copy_box {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    top: 97px;
    left: 35px;
  }
  /*
  #keyvisual .inner {
    bottom: 138px;
  }
  #keyvisual .inner h1 {
    width: 538px;
    height: 225px;
    margin: 0 auto;
  }
  #keyvisual .inner .date {
    width: 581px;
    height: 59px;
  }
  #keyvisual .inner .nos {
    width: 290px;
    height: 59px;
  }
  #keyvisual .inner .staff {
    width: 646px;
    height: 70px;
  }
  #keyvisual .copy {
    width: 761px;
    height: 134px;
    top: 100px;
    left: 40px;
  }
  */
  #news {
    margin-top: 0;
  }
}

@media screen and (max-width: 1600px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.90);
    margin-top: -17%;
    /*transform: scale(0.90);
    bottom: 82px;*/
  }
  /*#keyvisual .copy_box {
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
    top: 95px;
    left: -10px;
  }
  #keyvisual {
    height: 1129px;
    background-size: 1600px 1129px;
  }*/

/*
  #keyvisual .inner {
    bottom: 120px;
  }
  #keyvisual .inner .trial {
    width: 234px;
    height: 29px;
    margin: 0 auto -188px;
  }
  #keyvisual .inner h1 {
    width: 478px;
    height: 200px;
    margin: 0 auto;
  }
  #keyvisual .inner .date {
    width: 516px;
    height: 52px;
  }
  #keyvisual .inner .nos {
    width: 256px;
    height: 52px;
  }
  #keyvisual .inner .staff {
    width: 575px;
    height: 62px;
  }
  #keyvisual .copy {
    width: 676px;
    height: 119px;
    top: 100px;
    left: 40px;
  }*/

  #news {
    margin-top: 0;
  }
}

@media screen and (max-width: 1450px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.85);
    margin-top: -20%;
    /*transform: scale(0.85);
    bottom: 72px;*/
  }
  /*#keyvisual .copy_box {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    top: 90px;
    left: -45px;
  }
  #keyvisual {
    height: 1023px;
    background-size: 1450px 1023px;
  }*/
  /*
  #keyvisual .inner {
    bottom: 108px;
  }
  #keyvisual .inner .trial {
    width: 234px;
    height: 29px;
    margin: 0 auto -188px;
  }
  #keyvisual .inner h1 {
    width: 434px;
    height: 181px;
    margin: 0 auto;
  }
  #keyvisual .inner .date {
    width: 468px;
    height: 47px;
  }
  #keyvisual .inner .nos {
    width: 231px;
    height: 47px;
  }
  #keyvisual .inner .staff {
    width: 521px;
    height: 56px;
  }
  #keyvisual .copy {
    width: 613px;
    height: 108px;
    top: 100px;
    left: 40px;
  }*/
  #news {
    margin-top: 0;
  }
}

@media screen and (max-width: 1340px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.80);
    margin-top: -22%;
    /*transform: scale(0.80);
    bottom: 63px;*/
  }
  /*#keyvisual .copy_box {
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
    top: 85px;
    left: -75px;
  }
  #keyvisual {
    height: 946px;
    background-size: 1340px 946px;
  }*/
  /*
  #keyvisual .inner {
    bottom: 100px;
  }
  #keyvisual .inner .trial {
    width: 205px;
    height: 26px;
    margin: 0 auto -164px;
  }
  #keyvisual .inner h1 {
    width: 401px;
    height: 167px;
    margin: 0 auto;
  }
  #keyvisual .inner .date {
    width: 432px;
    height: 43px;
  }
  #keyvisual .inner .nos {
    width: 211px;
    height: 43px;
  }
  #keyvisual .inner .staff {
    width: 481px;
    height: 52px;
  }
  #keyvisual .copy {
    width: 566px;
    height: 100px;
    top: 100px;
    left: 40px;
  }
  #news {
    margin-top: 0;
  }
  #header ul {
    width: 960px;
  }*/
}

@media screen and (max-width: 1220px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.75);
    margin-top: -23%;
    /*transform: scale(0.75);
    bottom: 54px;*/
  }
  /*#keyvisual .copy_box {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    top: 80px;
    left: -100px;
  }
  #keyvisual {
    height: 861px;
    background-size: 1220px 861px;
  }*/
  /*
  #keyvisual .inner {
    bottom: 90px;
  }
  #keyvisual .inner .trial {
    width: 175px;
    height: 22px;
    margin: 0 auto -141px;
  }
  #keyvisual .inner h1 {
    width: 365px;
    height: 152px;
    margin: 0 auto;
  }
  #keyvisual .inner .date {
    width: 197px;
    height: 40px;
  }
  #keyvisual .inner .staff {
    width: 438px;
    height: 47px;
  }
  #keyvisual .copy {
    width: 515px;
    height: 91px;
    top: 100px;
    left: 40px;
  }
  #news {
    margin-top: 0;
  }
  #header ul {
    width: 900px;
  }*/
}


/*更新履歴*/
#news {
  width: 100%;
  position: relative;
  margin: 0;
  background-color: #ffb2e5;
  padding: 20px 0;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}


#news .header {
}

#news .header h2 {
  position: absolute;
  width: 108px;
  height: 70px;
  top: 50%;
  left: 45px;
  margin-top: -35px;
}

#news .header h2 .en {
  display: block;
  position: relative;
  width: 108px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../img/news/news_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#news .header h2 .bk {
  display: block;
  position: absolute;
  width: 71px;
  height: 23px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  background-image: url(../img/news/news_h2_bk.png);
  background-size: 71px 23px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#news > div {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

#news .inner {
  width: 820px;
  max-height: 175px;
  overflow-y: auto;
  margin-left: 180px;
  padding-top: 5px;
}

#news .inner::-webkit-scrollbar{ width: 10px; }
#news .inner::-webkit-scrollbar-track{ background-color: #4d364d; border-radius: 5px; }
#news .inner::-webkit-scrollbar-thumb{ background-color: #e65cb8; border-radius: 5px; }

#news .inner p {
  display: inline-block;
  width: 99%;
  height: 30px;
  border-bottom: 1px rgba(77,54,77,0.5) dashed;
  padding-top: 14px;
}

#news .inner p span {
  width: 110px;
  border-radius: 15px;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #ff8000;
  text-align: center;
  padding: 0 15px;
  margin-right: 10px;
}

#news .inner p span.new {
  background-color: #e65cb8;
 }

#news .inner p a {
  font-weight: bold;
  color: #ff8000;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#news .inner p a:hover {
  color: #e65cb8;
  text-decoration: underline;
}


/*バナー*/
/*
#banner {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 20px 10px;
}

#banner ul{
  display: flex;
  height:auto;
}

#banner ul.slider li.banner_contents{
  position: relative
  width: 99.6%;
  height: auto;
  padding: 0 0.2%;
}

#banner ul.slider li.banner_contents a {
  display: block;
  text-indent:-10000px;
  overflow:hidden;
  height: auto;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#banner ul.slider li.banner_contents a:hover {
  opacity: 0.6;
}

#banner ul.slider li.banner_contents img{
  width: 100%;
  display: block;
  outline: 6px solid #4d364d;
  outline-offset: -6px;
}

@media screen and (max-width: 1800px) {
  #banner ul.slider li.banner_contents img{
    width: 100%;
    display: block;
    outline: 6px solid #4d364d;
    outline-offset: -6px;
  }
}

@media screen and (max-width: 1520px) {
  #banner ul.slider li.banner_contents img{
    width: 100%;
    display: block;
    outline: 5px solid #4d364d;
    outline-offset: -5px;
  }
}

@media screen and (max-width: 1340px) {
  #banner ul.slider li.banner_contents img{
    width: 100%;
    display: block;
    outline: 4px solid #4d364d;
    outline-offset: -4px;
  }
}

@media screen and (max-width: 1220px) {
  #banner ul.slider li.banner_contents img{
    width: 100%;
    display: block;
    outline: 3px solid #4d364d;
    outline-offset: -3px;
  }
}

#banner ul.bn_box{
  width : 100%;
  margin: 0 auto;
  text-align: center;
  background-position: 50% 0;
}

#banner ul.bn_box li.banner_contents{
  position: relative;
  width : calc(100% / 3);
  height: auto;
  margin: 0 auto;
}

#banner ul.bn_box li.bn{
  margin: 0 0.7%;
}

#banner ul.bn_box li.bn_l{
  margin: 0 0.7% 0 auto;
}

#banner ul.bn_box li.bn_r{
  margin: 0 auto 0 0.7%;
}

#banner ul.bn_box li.banner_contents a {
  display: block;
  text-indent:-10000px;
  overflow:hidden;
  height: auto;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#banner ul.bn_box li.banner_contents a:hover {
  opacity: 0.6;
}

#banner ul.bn_box li.banner_contents img{
  width: 100%;
  display: block;
  outline: 6px solid #4d364d;
  outline-offset: -6px;
}

@media screen and (max-width: 1800px) {
  #banner ul.bn_box li.banner_contents img{
    width: 100%;
    display: block;
    outline: 6px solid #4d364d;
    outline-offset: -6px;
  }
}

@media screen and (max-width: 1520px) {
  #banner ul.bn_box li.banner_contents img{
    width: 100%;
    display: block;
    outline: 5px solid #4d364d;
    outline-offset: -5px;
  }
}

@media screen and (max-width: 1340px) {
  #banner ul.bn_box li.banner_contents img{
    width: 100%;
    display: block;
    outline: 4px solid #4d364d;
    outline-offset: -4px;
  }
}

@media screen and (max-width: 1220px) {
  #banner ul.bn_box li.banner_contents img{
    width: 100%;
    display: block;
    outline: 3px solid #4d364d;
    outline-offset: -3px;
  }
}
*/

/*ストーリー*/
#story {
  position: relative;
  width: 100%;
  background-image: url(../img/story/story_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 3;
}

#story .header {
  padding-top: 89px;
}

#story .header h2 {
  position: relative;
  width: 135px;
  height: 70px;
  margin: 0 auto;
}

#story .header h2 .en {
  display: block;
  position: relative;
  width: 135px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../img/story/story_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#story .header h2 .bk {
  display: block;
  position: absolute;
  width: 72px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
  background-image: url(../img/story/story_h2_bk.png);
  background-size: 72px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#story .inner {
  width: 100%;
  margin: 50px auto 0;
  padding: 40px 0 160px;
}

#story .inner span {
  display: block;
  width: 954px;
  background-image: url(../img/story/story_text.png);
  background-size: 954px 608px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto;
}

#story .inner .text_01 {
  height: 29px;
  background-position: 0 0;
  margin-bottom: 12px;
}

#story .inner .text_02 {
  height: 35px;
  background-position: 0 -41px;
  margin-bottom: 10px;
}

#story .inner .text_03 {
  height: 29px;
  background-position: 0 -86px;
  margin-bottom: 12px;
}

#story .inner .text_04 {
  height: 35px;
  background-position: 0 -127px;
  margin-bottom: 50px;
}

#story .inner .text_05 {
  height: 29px;
  background-position: 0 -212px;
  margin-bottom: 11px;
}

#story .inner .text_06 {
  height: 29px;
  background-position: 0 -252px;
  margin-bottom: 51px;
}

#story .inner .text_07 {
  height: 29px;
  background-position: 0 -332px;
  margin-bottom: 11px;
}

#story .inner .text_08 {
  height: 29px;
  background-position: 0 -372px;
  margin-bottom: 12px;
}

#story .inner .text_09 {
  height: 35px;
  background-position: 0 -413px;
  margin-bottom: 10px;
}

#story .inner .text_10 {
  height: 29px;
  background-position: 0 -458px;
  margin-bottom: 51px;
}

#story .inner .text_11 {
  height: 29px;
  background-position: 0 -538px;
  margin-bottom: 11px;
}

#story .inner .text_12 {
  height: 30px;
  background-position: 0 -578px;
}


/*キャラクター*/
#character {
  position: relative;
  width: 100%;
  height: 1280px;
  margin-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}

#character .header {
  padding-top: 50px;
}

#character .header h2 {
  position: relative;
  width: 254px;
  height: 70px;
  margin: 0 auto;
}

#character .header h2 .en {
  display: block;
  position: relative;
  width: 254px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../img/character/character_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character .header h2 .bk {
  display: block;
  position: absolute;
  width: 80px;
  height: 26px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  background-image: url(../img/character/character_h2_bk.png);
  background-size: 80px 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}


/*キャラナビ*/
#character #chr_nav {
  position: relative;
  z-index: 50;
  margin-top: 30px;
}

#character #chr_nav input[type="radio"] {
  display: none;
}

#character #chr_nav input[type="radio"]:checked + label li {
  background-position: -180px 0;
  cursor: default
}

#character #chr_nav input[type="radio"]:checked + label li::after {
  opacity: 0!important
}

#character #chr_nav ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#character #chr_nav ul li {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 10px;
  background-size: 270px 90px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

#character #chr_nav ul li::after {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  background-size: 270px 90px;
  background-position: -90px 0;
  background-repeat: no-repeat;
  opacity: 0;
  content: "";
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#character #chr_nav ul li:hover::after {
  opacity: 1
}

#character #chr_nav ul .chr_01 {
  background-image: url(../img/character/character_nav_01.png)
}

#character #chr_nav ul .chr_01::after {
  background-image: url(../img/character/character_nav_01.png)
}

#character #chr_nav ul .chr_02 {
  background-image: url(../img/character/character_nav_02.png)
}

#character #chr_nav ul .chr_02::after {
  background-image: url(../img/character/character_nav_02.png)
}

#character #chr_nav ul .chr_03 {
  background-image: url(../img/character/character_nav_03.png)
}

#character #chr_nav ul .chr_03::after {
  background-image: url(../img/character/character_nav_03.png)
}

#character #chr_nav ul .chr_04 {
  background-image: url(../img/character/character_nav_04.png)
}

#character #chr_nav ul .chr_04::after {
  background-image: url(../img/character/character_nav_04.png)
}

#character #chr_nav ul .chr_05 {
  background-image: url(../img/character/character_nav_05.png)
}

#character #chr_nav ul .chr_05::after {
  background-image: url(../img/character/character_nav_05.png)
}

#character #chr_nav ul .chr_06 {
  background-image: url(../img/character/character_nav_06.png)
}

#character #chr_nav ul .chr_06::after {
  background-image: url(../img/character/character_nav_06.png)
}

/*共通*/
#character .chr_box {
  display: none;
  position: relative;
  width: 100%;
  height: 1200px;
  margin: 0 auto;
  z-index: 6;
}

#character .chr_box.active {
  display: block;
}

#character .chr_box .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 6;
}

#character .chr_box .bg {
  position: absolute;
  width: 100%;
  height: 1000px;
  top: -45px;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#character .chr_01 .bg {
  background-image: url(../img/character/c01_bg.jpg);
}

#character .chr_02 .bg {
  background-image: url(../img/character/c02_bg.jpg);
}

#character .chr_03 .bg {
  background-image: url(../img/character/c03_bg.jpg);
}

#character .chr_04 .bg {
  background-image: url(../img/character/c04_bg.jpg);
}

#character .chr_05 .bg {
  background-image: url(../img/character/c05_bg.jpg);
}

#character .chr_06 .bg {
  background-image: url(../img/character/c06_bg.jpg);
}


#character .chr_box .header {
  width: 410px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#character .chr_box .header .copy {
  display: block;
  width: 100%;
  height: 27px;
  color: #ff80ca;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff;
  margin-top: 50px;
  margin-bottom: 10px;
}

#character .chr_box .header h3 {
  margin-bottom: 25px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 18px;
}

#character .chr_box .header .cv {
  display: block;
  width: 200px;
  height: 40px;
  background-color: #ff80ca;
  border-radius: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}

#character .chr_box .profile {
  position: relative;
  width: 600px;
}

#character .chr_box .line {
  display: block;
  width: 410px;
  height: 1px;
  background-color: #4d364d;
  margin: 20px auto 20px 0;
}

#character .chr_box .profile .sample-voice {
  width: 410px;
}

#character .chr_box .profile .sample-voice dt.voice {
  width: 410px;
  height: 16px;
  background-image: url(../img/character/voice_h1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 15px
}

#character .chr_box .profile .sample-voice dd.voice {
  display:flex;
  width: 320px;
  margin: 0 auto 15px;
  text-align: center;
}

#character .chr_box .profile .sample-voice dd li {
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 8px;
  position: relative;
  display: block
}

#character .chr_box .profile .sample-voice li.n_bt {
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 128px 64px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 32px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

#character .chr_box .profile .sample-voice li.n_bt:hover {
  opacity: .5;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}

#character .chr_box .profile .sample-voice li.n_bt_cs {
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt_cs.png);
  background-size: 128px 64px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 32px;
  opacity: .5
}

#character .chr_box .profile .sample-voice li.h_bt {
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 128px 64px;
  background-position: -64px 0;
  background-repeat: no-repeat;
  border-radius: 32px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

#character .chr_box .profile .sample-voice li.h_bt:hover {
  opacity: .5;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}

#character .chr_box .profile .sample-voice li.h_bt_cs {
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt_cs.png);
  background-size: 128px 64px;
  background-position: -64px 0;
  background-repeat: no-repeat;
  border-radius: 32px;
  opacity: .5
}

/*
#character .chr_box .profile .voice {
  display:flex;
  width:336px;
  margin: 25px auto 10px 42px;
}

#character .chr_box .profile .voice li {
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0px 10px;
  position: relative;
  display: block;
}

#character .chr_box .profile .voice li.voice_bt{
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 148px 128px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 32px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#character .chr_box .profile .voice li.voice_bt:hover{
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 148px 128px;
  background-position: -84px 0;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

#character .chr_box .profile .voice li.voice_bt_cs{
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 148px 128px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 32px;
  opacity: 0.4;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.65);
          box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.65);
}

#character .chr_box .profile .voice li.h_voice_bt{
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 148px 128px;
  background-position: 0 -64px;
  background-repeat: no-repeat;
  border-radius: 32px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#character .chr_box .profile .voice li.h_voice_bt:hover{
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 148px 128px;
  background-position: -84px -64px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

#character .chr_box .profile .voice li.h_voice_bt_cs{
  width: 64px;
  height: 64px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 148px 128px;
  background-position: 0 -64px;
  background-repeat: no-repeat;
  border-radius: 32px;
  opacity: 0.4;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.65);
          box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.65);
}
*/

#character .chr_box .profile p {
  padding: 0;
}

#character .chr_box .profile p span {
  display: block;
  background-repeat: no-repeat;
  color: #4d364d;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  text-shadow: 2px 2px 4px #fff,-2px 2px 4px #fff,2px -2px 4px #fff,-2px -2px 4px #fff
}

#character .chr_box .profile p span.p_end {
  margin-bottom: 23px;
}

#character .chr_box .serif {
  position: absolute;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 6;
}


#character .chr_box .changebt li.current {
  transition: border;
  box-sizing: border-box;
  border: 2px solid #ff80ca;
  border-radius: 5px;
}

#character .chr_box .character {
  position: absolute;
  top: 0;
  right: 100px;
  max-width: 400px
}

#character .chr_box .visual img {
  margin: 0 auto
}

#character .chr_box .changebt {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: flex;
  margin-top: 10px;
  height: 190px;
  width: 410px;
  padding-left: 0px
}

#character .chr_box dt.changebt {
  width: 410px;
  height: 16px;
  background-image: url(../img/character/changebt_h1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin-top: 0;
  margin-bottom: 10px
}

#character .chr_box .changebt li {
  margin-right: 10px;
  width: 95px;
  height: 190px;
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all
}

#character .chr_box .changebt li:hover {
  background-color: #fff;
  opacity: .5
}

#character .chr_box .changebt li img {
  width: 95px;
  height: 190px;
  opacity: 0;
}

#character .chr_box .changebt img {
  cursor: pointer;
}


/*
#character .chr_box .character,
#character .chr_box .shadow {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
}
#character .chr_box .shadow {
  z-index: 4;
}
*/


/*キャラ01*/
#character #chr_01 .header {
  padding-top: 40px;
}

#character #chr_01 .header h3 {
  width: 100%;
  height: 61px;
  background-image: url(../img/character/c01_name.png);
}

#character #chr_01 ul.changebt {
  background-image: url(../img/character/c01_changebt.png)
}

#character #chr_01 .serif {
  width: 42px;
  height: 538px;
  top: 100px;
  background-image: url(../img/character/c01_serif.png)
}

#character #chr_01 .character {
  width: 310px;
  height: 1000px;
  top: 20px;
  right: 120px;
}


/*キャラ02*/
#character #chr_02 .header {
  padding-top: 40px;
}

#character #chr_02 .header h3 {
  width: 100%;
  height: 61px;
  background-image: url(../img/character/c02_name.png);
}

#character #chr_02 ul.changebt {
  background-image: url(../img/character/c02_changebt.png)
}

#character #chr_02 .serif {
  width: 87px;
  height: 538px;
  top: 100px;
  background-image: url(../img/character/c02_serif.png)
}

#character #chr_02 .character {
  width: 404px;
  height: 1000px;
  top: 20px;
  right: 80px;
}


/*キャラ03*/
#character #chr_03 .header {
  padding-top: 40px;
}

#character #chr_03 .header h3 {
  width: 100%;
  height: 61px;
  background-image: url(../img/character/c03_name.png);
}

#character #chr_03 ul.changebt {
  background-image: url(../img/character/c03_changebt.png)
}

#character #chr_03 .serif {
  width: 88px;
  height: 718px;
  top: 100px;
  background-image: url(../img/character/c03_serif.png)
}

#character #chr_03 .character {
  width: 385px;
  height: 1000px;
  top: 20px;
  right: 120px;
}


/*キャラ04*/
#character #chr_04 .header {
  padding-top: 40px;
}

#character #chr_04 .header h3 {
  width: 100%;
  height: 61px;
  background-image: url(../img/character/c04_name.png);
}

#character #chr_04 ul.changebt {
  width: 305px;
  background-image: url(../img/character/c04_changebt.png);
  margin-left: 52px;
}

#character #chr_04 .serif {
  width: 88px;
  height: 487px;
  top: 200px;
  background-image: url(../img/character/c04_serif.png)
}

#character #chr_04 .character {
  width: 333px;
  height: 900px;
  top: 120px;
  right: 120px;
}


/*キャラ05*/
#character #chr_05 .header {
  padding-top: 40px;
}

#character #chr_05 .header h3 {
  width: 100%;
  height: 61px;
  background-image: url(../img/character/c05_name.png);
}

#character #chr_05 ul.changebt {
  width: 305px;
  background-image: url(../img/character/c05_changebt.png);
  margin-left: 52px;
}

#character #chr_05 .serif {
  width: 88px;
  height: 466px;
  top: 70px;
  background-image: url(../img/character/c05_serif.png)
}

#character #chr_05 .character {
  width: 475px;
  height: 1070px;
  top: -30px;
  right: 120px;
}

/*キャラ06*/
#character #chr_06 .header {
  padding-top: 40px;
}

#character #chr_06 .header h3 {
  width: 100%;
  height: 61px;
  background-image: url(../img/character/c06_name.png);
}

#character #chr_06 .serif {
  width: 42px;
  height: 538px;
  top: 180px;
  background-image: url(../img/character/c06_serif.png)
}

#character #chr_06 .character {
  width: 255px;
  height: 900px;
  top: 120px;
  right: 150px;
}




/*
#character #character_nav,
#character .chr_box .header .copy,
#character .chr_box .header h3,
#character .chr_box .header span,
#character .chr_box .profile .line,
#character .chr_box .profile .item,
#character .chr_box .profile p,
#character .chr_box .voice,
#character .chr_box .eventcg,
#character .chr_box .serif,
#character .chr_box .character,
#character .chr_box .shadow,
#hecter .bg div {
  opacity: 0;
}
*/

/*
#event_cg_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(102, 204, 255, 0.9);
  z-index: 120;
}

#event_cg_modal .inner {
  position: absolute;
  width: 1040px;
  height: 585px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

#event_cg_modal .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#event_cg_modal .close {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 25px;
  right: 25px;
  background-image: url(../img/common/modal_close.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#event_cg_modal .close:hover {
  opacity: 0.5;
}
*/

/*ギャラリー*/
#gallery {
  width: 100%;
  /*background-color: #ffb2e5;*/
  background-image: url(../img/gallery/gallery_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

#gallery .header {
  padding-top: 70px;
}

#gallery .header h2 {
  position: relative;
  width: 169px;
  height: 70px;
  margin: 0 auto;
}

#gallery .header h2 .en {
  display: block;
  position: relative;
  width: 169px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../img/gallery/gallery_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#gallery .header h2 .bk {
  display: block;
  position: absolute;
  width: 88px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -44px;
  background-image: url(../img/gallery/gallery_h2_bk.png);
  background-size: 88px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#gallery .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}

#gallery ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/*
#gallery ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto 100px;
  box-shadow: 0px 0px 10px rgba(61,225,255,0.2);
}
*/

#gallery ul li {
  /*width: 25%;*/
  position: relative;
  width: 240px;
  height: 135px;
  margin-bottom: 13px;
  border-radius: 5px;
}

#gallery ul.cs li {
  background-color: #4d364d;
  opacity: 0.5;
}

#gallery ul li a {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#gallery ul li a:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#gallery ul li a img {
  width: 100%;
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#gallery ul li a img:hover {
  opacity: 0.5;
}

/* CGモーダル */
.cg_modal {
  width: 960px;
  background: #fff;
  position: relative;
  /*box-shadow: 0px 0px 10px rgba(61,225,255,0.2);*/
  border: solid 10px #fff;
  border-radius: 5px;
}

.cg_modal img {
  width: 100%;
  position: relative;
}

.cg_modal .thumbnail ul {
  width: 720px;
  padding-top: 5px;
  margin: 0 auto;
}

.cg_modal .thumbnail li {
  padding: 0 3px;
  transition: all 0.4s ease;
  animation: all 0.4s ease;
}

.cg_modal .thumbnail li:hover {
  opacity: 0.4;
}

#g_cg_05 .thumbnail ul {
  width: 480px;
  margin: 0 auto;
}


/*ポイント*/
#point {
  width: 100%;
  /*background-color: #fff;*/
  background-image: url(../img/point/point_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

#point .header {
  padding-top: 70px;
}

#point .header h2 {
  position: relative;
  width: 132px;
  height: 70px;
  margin: 0 auto;
}

#point .header h2 .en {
  display: block;
  position: relative;
  width: 132px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../img/point/point_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#point .header h2 .bk {
  display: block;
  position: absolute;
  width: 75px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
  background-image: url(../img/point/point_h2_bk.png);
  background-size: 75px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#point .inner {
  width: 840px;
  margin: 0 auto;
  padding-top: 50px;
}

#point .inner #point_01 {
  width: 100%;
  height: 240px;
  margin: 0 auto;
}

#point .inner #point_02 {
  width: 100%;
  height: 210px;
  margin: 0 auto;
}

#point .inner #point_03 {
  width: 100%;
  height: 240px;
  margin: 0 auto;
}

#point .inner .point_box {
  position: relative;
  margin: 20px auto 0;
}

#point .inner .point_box h3 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  top: 0px;
  left: 0px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#point .inner .point_box h4 {
  position: absolute;
  width: 750px;
  height: 50px;
  top: 0px;
  left: 60px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#point .inner .point_box p {
  position: absolute;
  width: 800px;
  height: 165px;
  top: 60px;
  left: 60px;
  color: #4d364d;
  font-size: 18px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  line-height: 30px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}


#point .inner #point_01 h3 {
  background-image: url(../img/point/point_01_num.png);
  background-size: 100% 100%
}

#point .inner #point_01 h4 {
  background-image: url(../img/point/point_01_h1.png);
}

#point .inner #point_02 h3 {
  background-image: url(../img/point/point_02_num.png);
  background-size: 100% 100%
}

#point .inner #point_02 h4 {
  background-image: url(../img/point/point_02_h1.png);
}

#point .inner #point_03 h3 {
  background-image: url(../img/point/point_03_num.png);
  background-size: 100% 100%
}

#point .inner #point_03 h4 {
  background-image: url(../img/point/point_03_h1.png);
}


/*スペシャル*/
#special .header {
  padding-top: 70px;
}

#special .header h2 {
  position: relative;
  width: 163px;
  height: 70px;
  margin: 0 auto;
}

#special .header h2 .en {
  display: block;
  position: relative;
  width: 163px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../img/special/special_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#special .header h2 .bk {
  display: block;
  position: absolute;
  width: 93px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -46px;
  background-image: url(../img/special/special_h2_bk.png);
  background-size: 93px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.7s 0.5s ease;
  -webkit-transition-delay: width;
  -webkit-transition: 0.7s 0.5s ease width;
  transition: 0.7s 0.5s ease width;
}

#special .header h2 .bk.end {
  width: 388px !important;
}

#special .inner {
  width: 1060px;
  margin: 50px auto 0;
  padding-bottom: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#special .inner .item {
  width: 320px;
  height: 180px;
  margin: 0 10px 25px;
}

#special .inner .item a {
  display: block;
  width: 320px;
  height: 180px;
  border-radius: 5px;
  /*outline: 2px solid #4d364d;
  outline-offset: -2px;*/
  background-color: #4e4247;
  /*
  -webkit-box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);*/
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#special .inner .item a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /*
  -webkit-box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);*/
}

#special .inner .item_00 a {
  background-image: url(../img/special/banner_00.jpg);
}

#special .inner .item_01 a {
  background-image: url(../img/banner/banner_01.jpg);
}

#special .inner .item_02 a {
  background-image: url(../img/banner/banner_02.jpg);
}

#special .inner .item_03 a {
  background-image: url(../img/banner/banner_03.jpg);
}

#special .inner .item_04 a {
  background-image: url(../img/banner/banner_04.jpg);
}

#special .inner .item_05 a {
  background-image: url(../img/banner/banner_05.jpg);
}

#special .inner .item_06 a {
  background-image: url(../img/banner/banner_07.jpg);
}

#special .inner .item_07 a {
  background-image: url(../img/banner/banner_08.jpg);
}

#special .inner .item_08 a {
  background-image: url(../img/banner/banner_09.jpg);
}

#special .inner .item_09 a {
  background-image: url(../img/banner/banner_10.jpg);
}


#container .special_wrapper {
  width: 100%;
  min-width: 1200px;
  background-image: url(../img/common/loopbg01.png);
  background-size: 50px 50px;
  background-position: center top;
  background-repeat: repeat;
}

#special_inside {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}

#special_inside .header {
  padding-top: 70px;
}

#special_inside .header h2 {
  position: relative;
  width: 244px;
  height: 83px;
  margin: 0 auto;
}

#special_inside .header h2 .en {
  display: block;
  position: relative;
  width: 244px;
  height: 46px;
  margin: 0 auto;
  background-image: url(../img/special/special_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#special_inside .header h2 .bk {
  display: block;
  position: absolute;
  width: 92px;
  height: 18px;
  bottom: 0;
  left: 50%;
  margin-left: -46px;
  background-image: url(../img/special/special_h2_bk.png);
  background-size: 92px 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;  
  -webkit-transition: 0.7s 0.5s ease;
  -webkit-transition-delay: width;
  -webkit-transition: 0.7s 0.5s ease width;
  transition: 0.7s 0.5s ease width;
}

#special_inside .header h2 .bk.end {
  width: 388px !important;
}

#special_inside .inner {
  width: 1060px;
  margin: 32px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#special_inside p.title {
  width: 100%;
  font-size: 200%;
  color: #ff668c;
  line-height: 100%;
  margin: 20px auto 20px;
  text-align: center;
  font-weight: bold;
}

#special_inside span.text {
  width: 100%;
  font-size: 100%;
  line-height: 150%;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: bold;
}

#special_inside h3 {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 22px;
  margin: 0 auto 25px;
  padding-top: 4px;
  background-color: #4d364d;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#special_inside h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #4d364d;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


#special_inside .icon_list {
  display:flex;
  flex-wrap:wrap;
  width: 840px;
  position: relative;
  margin: 0 auto 80px;
  justify-content:center;
}

#special_inside .icon_list li{
  margin: 0 15px 30px;
}

#special_inside .icon_list li img{
  height: 250px;
  width: 250px;
  border-radius: 125px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#special_inside .icon_list li img:hover {
  opacity: 0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
}

#special_inside .header_list {
  display:flex;
  flex-wrap:wrap;
  width: 1140px;
  position: relative;
  margin: 0 auto 80px;
  justify-content:center;
}

#special_inside .header_list li{
  margin: 0 15px 30px;
}

#special_inside .header_list li img{
  height: 180px;
  width: 540px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 5px 0px 0px rgba(128, 213, 255, 0.5);
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#special_inside .header_list li img:hover {
  opacity: 0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(128, 213, 255, 0.5);
}


#special_inside .shop_item {
  width: 1020px;
  margin: 0 auto 50px;
  padding-top: 30px;
  padding-bottom: 60px;
}

#special_inside .shop_item .newly_list {
  width: 1020px;
  margin: 0 auto 60px;
}

#special_inside .shop_item .original_list {
  width: 1020px;
  margin: 0 auto 0;
}


#special_inside .shop_item ul:after {
  content: "";
  display: block;
  clear: both
}

#special_inside .shop_item .newly_list li {
  width: 320px;
  height: 720px;
  margin: 0 10px 30px;
  float: left;
  text-align: center;
}

#special_inside .shop_item .original_list li {
  width: 320px;
  height: 580px;
  margin: 0 10px 30px;
  float: left;
  text-align: center;
}


#special_inside .shop_item li h4 {
  text-align: center;
  color: #4d364d;
  margin: 0 0 10px;
}

#special_inside .shop_item li h4 span.shop_name{
  font-size: 140%;
  color: #ff668c;
  font-weight: bold;
  margin-right: 5px;
}


#special_inside .shop_item .newly_list li .img {
  width: 320px;
  height: 500px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#special_inside .shop_item .original_list li .img {
  width: 320px;
  height: 320px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#special_inside .shop_item .item_01 .img {
  background-image: url(../img/shop/shop_item01.jpg);
}

#special_inside .shop_item .item_02 .img {
  background-image: url(../img/shop/shop_item02.jpg);
}

#special_inside .shop_item .item_03 .img {
  background-image: url(../img/shop/shop_item03.jpg);
}

#special_inside .shop_item .item_04 .img {
  background-image: url(../img/shop/original_item01.jpg);
}

#special_inside .shop_item .item_05 .img {
  background-image: url(../img/shop/original_item02.jpg);
}

#special_inside .shop_item .item_06 .img {
  background-image: url(../img/shop/original_item03.jpg);
}

#special_inside .shop_item .item_07 .img {
  background-image: url(../img/shop/original_item04.jpg);
}

#special_inside .shop_item .item_08 .img {
  background-image: url(../img/shop/original_item05.jpg);
}

#special_inside .shop_item .item_09 .img {
  background-image: url(../img/shop/original_item06.jpg);
}

#special_inside .shop_item .item_10 .img {
  background-image: url(../img/shop/original_item07.jpg);
}

#special_inside .shop_item .item_11 .img {
  background-image: url(../img/shop/original_item08.jpg);
}

#special_inside .shop_item .item_12 .img {
  background-image: url(../img/shop/original_item09.jpg);
}

#special_inside .shop_item .item_13 .img {
  background-image: url(../img/shop/original_item10.jpg);
}

#special_inside .shop_item .item_14 .img {
  background-image: url(../img/shop/original_item11.jpg);
}

#special_inside .shop_item .item_15 .img {
  background-image: url(../img/shop/original_item12.jpg);
}

#special_inside .shop_item .item_16 .img {
  background-image: url(../img/shop/original_item13.jpg);
}

#special_inside .shop_item .item_17 .img {
  background-image: url(../img/shop/original_item14.jpg);
}

#special_inside .shop_item .item_18 .img {
  background-image: url(../img/shop/original_item15.jpg);
}

#special_inside .shop_item .item_19 .img {
  background-image: url(../img/shop/original_item16.jpg);
}

#special_inside .shop_item li p {
  font-size: 16px;
  font-weight: bold;
  color: #4d364d;
  margin: 10px auto;
}

#special_inside .shop_item li .buy_bt {
  display: block;
  width: 280px;
  height: 27px;
  border-radius: 20px;
  background-color: #ff668c;
  font-size: 16px;
  color: #fff;
  padding-top: 9px;
  margin: 0 auto 10px;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#special_inside .shop_item li .buy_bt:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#special_inside .shop_item li .bt01 {
  background-color: #ffbf00;
}

#special_inside .shop_item li .bt02 {
  background-color: #0088cc;
}

#special_inside .shop_item li .bt03 {
  background-color: #e60086;
}

#special_inside .shop_item li .bt04 {
  background-color: #30b6aa;
}


#special_inside .trial_item .title {
  font-size: 200%;
  color: #ff668c;
  line-height: 150%;
  margin: 20px auto 10px;
  text-align: center;
  font-weight: bold;
}

#special_inside .trial_item .text {
  width: 100%;
  color: #4d364d;
  font-size: 100%;
  line-height: 150%;
  margin: 20px auto 30px;
  text-align: center;
}

#special_inside .trial_item .button {
  display: flex;
  width: 720px;
  margin: 0 auto 50px;
}

#special_inside .trial_item .button li {
  flex: auto;
}

#special_inside .trial_item .dl_bt {
  display: block;
  width: 220px;
  height: 28px;
  border-radius: 20px;
  background-color: #ff668c;
  font-size: 18px;
  color: #fff;
  padding-top: 8px;
  margin: 0 auto 10px;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#special_inside .trial_item .dl_bt:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}


/*
#special {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-bottom: 100px;
  background-image: url(../img/special/special_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden
}

#special .head {
  padding-top: 120px
}

#special .head h2 {
  display: block;
  position: relative;
  width: 171px;
  height: 105px;
  margin: 0 auto;
  background-image: url(../img/special/special_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#special .inner {
  width: 1000px;
  margin: 60px auto 0
}

#special .inner h3 {
  width: 100%;
  height: 24px;
  color: #3e8cb2;
  font-size: 24px;
  font-family: 'Mandali', sans-serif;
  margin-bottom: 16px;
  text-align: center;
}

#special .inner .twitter_item {
  width: 910px;
  background-color: #fff;
  border-radius: 10px 20px;
  border: solid 1px #dadae6;
  margin: 0 auto 50px;
  padding: 25px 0;
}

#special .inner .twitter_item .icon_list {
  width: 660px;
  margin: 0 auto 30px
}

#special .inner .twitter_item .icon_list ul:after {
  content: "";
  display: block;
  clear: both
}

#special .inner .twitter_item .icon_list li {
  width: 200px;
  height: 200px;
  margin: 0 10px 20px;
  float: left
}

#special .inner .twitter_item .icon_list li img {
  width: 200px;
  height: 200px;
  border-radius: 100px
}

#special .inner .twitter_item .header_list {
  width: 660px;
  margin: 0 auto
}


#special .inner .twitter_item .header_list li {
  display: block;
  width: 660px;
  height: 220px;
  margin: 0 auto 20px
}

#special .inner .twitter_item .header_list li img {
  width: 660px;
  height: 220px
}

#special .inner .twitter_item li {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

#special .inner .twitter_item li:hover {
  opacity: 0.5;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

#special .inner hr {
  display: block;
  width: 980px;
  height: 1px;
  background-color: #662e61;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, .5);
  margin: 20px auto 20px 0
}

#special .inner .shop_list {
  width: 910px;
  background-color: #fff;
  border-radius: 10px 20px;
  border: solid 1px #dadae6;
  margin: 0 auto 50px;
  padding: 25px 0;
}

#special .inner .shop_list h3 {
  font-size: 21px;
  font-family: 'Kosugi Maru', sans-serif;
}

#special .inner .shop_list .text {
  text-align: center;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  color: #134e8d;
  font-size: 90%;
  line-height: 125%;
  margin: 10px auto 30px;
  text-align: center;
}

#special .inner .shop_list .item {
  width: 860px;
  margin: 0 auto;
}

#special .inner .shop_list ul:after {
  content: "";
  display: block;
  clear: both;
}

#special .inner .shop_list li {
  width: 400px;
  height: 540px;
  margin: 0 15px;
  float: left;
  text-align: center;
}

#special .inner .shop_list h5 {
  text-align: center;
  margin: 20px auto;
  color: #e6acd7;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 17px;
}

#special .inner .shop_list .item_03 {
  margin-top: 30px;
}


#special .inner .shop_list .item_06 {
  margin-top: 30px;
}

#special .inner .shop_list .item_07 {
  margin-top: 30px;
}

#special .inner .shop_list .item_08 {
  margin-top: 30px;
}

#special .inner .shop_list li h4 {
  width: 400px;
  height: 40px;
  border-radius: 5px 10px;
  background-color: #a6daff;
  color: #fff;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 10px;
}

#special .inner .shop_list .item_03 h4 {
  font-family: 'Mandali', sans-serif;
  font-size: 21px;
}

#special .inner .shop_list li .img {
  width: 400px;
  height: 400px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#special .inner .shop_list .item_01 .img {
  background-image: url(../img/shop/item01.jpg);
}

#special .inner .shop_list .item_02 .img {
  background-image: url(../img/shop/item02.jpg);
}

#special .inner .shop_list .item_03 .img {
  background-image: url(../img/shop/item03.jpg);
}

#special .inner .shop_list .item_04 .img {
  background-image: url(../img/shop/item04.jpg);
}

#special .inner .shop_list .item_05 .img {
  background-image: url(../img/shop/item05.jpg);
}

#special .inner .shop_list .item_06 .img {
  background-image: url(../img/shop/item06.jpg);
}

#special .inner .shop_list .item_07 .img {
  background-image: url(../img/shop/item07.jpg);
}

#special .inner .shop_list .item_08 .img {
  background-image: url(../img/shop/item08.jpg);
}

#special .inner .shop_list li p {
  font-family: 'Kosugi Maru', sans-serif;
  color: #134e8d;
  font-size: 17px;
  margin: 10px auto;
}

#special .inner .shop_list li .buy_bt {
  display: block;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #e6acd7;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#special .inner .shop_list li .buy_bt:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}


#special .inner .movie_item {
  width: 910px;
  background-color: #fff;
  border-radius: 10px 20px;
  border: solid 1px #dadae6;
  margin: 0 auto 50px;
  padding: 25px 0;
}

#special .inner .movie_item ul {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#special .inner .movie_item ul li {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

#special .inner .movie_item ul li:hover {
  opacity: 0.5;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}

#special .inner .movie_item li a img {
  border-radius: 10px;
}
*/

ul.youtubeList {
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

ul.youtubeList li {
    width: 47%;
}

ul.youtubeList li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

ul.youtubeList li a:hover {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
    transform: translateY(-4px);
    text-decoration: none;
}

ul.youtubeList li a:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0,0,0,.4);
}

ul.youtubeList li a:hover:after {
    content: "\f03d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #FFF;
}

ul.youtubeList li a img {
    border-radius: 2px 2px 0 0;
}

ul.youtubeList li a p {
    margin: 0;
    text-decoration: none;
    color: #313131;
    padding: 10px 20px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
ul.youtubeList li {
    width: 100%;
}
}


#campaign {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: #4d364d;
}

#campaign .header {
  padding-top: 70px;
}

#campaign .header h2 {
  position: relative;
  width: 311px;
  height: 83px;
  margin: 0 auto;
}

#campaign .header h2 .en {
  display: block;
  position: relative;
  width: 311px;
  height: 46px;
  margin: 0 auto;
  background-image: url(../img/special/campaign_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#campaign .header h2 .bk {
  display: block;
  position: absolute;
  width: 108px;
  height: 18px;
  bottom: 0;
  left: 50%;
  margin-left: -54px;
  background-image: url(../img/special/campaign_h2_bk.png);
  background-size: 108px 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;  
  -webkit-transition: 0.7s 0.5s ease;
  -webkit-transition-delay: width;
  -webkit-transition: 0.7s 0.5s ease width;
  transition: 0.7s 0.5s ease width;
}

#campaign .header h2 .bk.end {
  width: 388px !important;
}


#campaign .inner {
  width: 1000px;
  margin: 60px auto 0
}


#campaign .inner .reserved {
  margin-bottom: 30px;
}


#campaign .inner .gpv_item {
  width: 1000px;
  margin: 0 auto 30px;
}

#campaign .inner p.title {
  width: 100%;
  font-size: 200%;
  color: #ff668c;
  line-height: 100%;
  margin: 20px auto 20px;
  text-align: center;
  font-weight: bold;
}

#campaign .inner .gpv_item .x_campaign_img {
  width: 1000px;
  height: 620px;
  background-image: url(../img/special/x_campaign.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  font-size: 0
}

#campaign .inner .gpv_item .imp_campaign_img {
  width: 1000px;
  height: 620px;
  background-image: url(../img/special/imp_campaign.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  font-size: 0
}

#campaign .inner .gpv_item h3 {
  width: 531px;
  height: 52px;
  background-image: url(../img/special/x_campaign_h3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto 20px;
  font-size: 0
}

#campaign .inner .gpv_item .date_box {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

#campaign .inner h4 {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 22px;
  margin: 0 auto 25px;
  padding-top: 4px;
  background-color: #4d364d;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

#campaign .inner h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #4d364d;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#campaign .inner .gpv_item .date_box .date1 {
  font-size: 30pt;
  font-weight: bold;
  line-height: 150%;
  color: #ff668c;
}

#campaign .inner .gpv_item .date_box .date2 {
  font-size: 15pt;
  font-weight: bold;
  line-height: 150%;
  color: #ff668c;
}

#campaign .inner .apply_item {
  width: 900px;
  background-color: #fff;
  border-radius: 10px 30px;
  outline: 3px solid #1f1f66;
  outline-offset: -3px;
  margin: 0 auto 50px;
  padding: 25px 0;
}


#campaign .inner .apply_item .apply_box {
  width: 700px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

#campaign .inner .apply_item .apply_box li {
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#campaign .inner .apply_item .apply_box .text1 {
  font-size: 18pt;
  text-align: center;
  line-height: 130%;
}

#campaign .inner .apply_item .apply_box .text2 {
  font-size: 16pt;
  text-align: center;
  margin-bottom: 30px;
}

#campaign .inner .apply_item .apply_box .text2 b {
  color: #ff668c;
}

#campaign .inner .apply_item .apply_box .text3 {
}

#campaign .inner .apply_item .apply_box .text4 {
  margin-top: 30px;
}

#campaign .inner .apply_item .apply_box .text5 {
  margin-top: 30px;
}

#campaign .inner .apply_item .apply_box a.tw-button {
  width: 280px;
  height: 40px;
  background-color: #2196f3;
  text-align: center;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  border-radius: 8px;
  margin: 15px auto 0;
  text-decoration: none;
}

#campaign .inner .apply_item .apply_box a.tw-button {
  display: block;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#campaign .inner .apply_item .apply_box a.tw-button:hover{
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#campaign .inner .apply_item .apply_box .twitter-timeline {
  margin: 0 auto;
}

#campaign .inner .apply_item .apply_box .twitter-tweet {
  margin: 0 auto;
}

#campaign .inner .apply_item .attn {
  width: 580px;
  margin: 20px auto 10px;
  text-align: left;
}

#campaign .inner .apply_item .attn li {
  font-size: 10pt;
  line-height: 130%;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

#campaign .inner .apply_item .attn li::before {
  display: inline-block;
  content: "※";
}


#shop .head {
  padding-top: 120px
}

#shop .head h2 {
  display: block;
  position: relative;
  width: 260px;
  height: 31px;
  margin: 0 auto;
  background-image: url(../img/shop/shop_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#shop .text {
  width: 1000px;
  margin: 30px auto 0;
  text-align: center;
  font-size: 15px;
  color: #662e61;
}

#shop .inner {
  width: 1000px;
  margin: 40px auto 0
}

#shop .inner .shop_item {
  width: 960px;
  background-image: url(../img/shop/board_bg1.png), url(../img/shop/board_bg3.png), url(../img/shop/board_bg2.png);
  background-size: 960px 25px, 960px 25px, 960px 1330px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 50% top, 50% bottom, 50% 50%;
  margin: 0 auto 50px;
  padding-top: 30px;
}

#shop .inner .shop_item .shop_list {
  width: 930px;
  margin: 0 auto 30px
}

#shop .inner .shop_item .shop_list h3 {
  width: 100%;
  height: 21px;
  background-image: url(../img/special/twitter_item_h3_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto 20px;
  font-size: 0
}

#shop .inner .shop_item .shop_list ul:after {
  content: "";
  display: block;
  clear: both
}

#shop .inner .shop_item .shop_list li {
  width: 290px;
  height: 420px;
  margin: 0 10px 30px;
  float: left;
  text-align: center;
}

#shop .inner .shop_item .shop_list li h4 {
  width: 290px;
  height: 40px;
  border-radius: 5px;
  background-color: #e9cef2;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #662e61;
  margin-bottom: 10px;
}

#shop .inner .shop_item .shop_list li .img {
  width: 290px;
  height: 290px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#shop .inner .shop_item .shop_list .item_01 .img {
  background-image: url(../img/shop/item01.jpg);
}

#shop .inner .shop_item .shop_list .item_02 .img {
  background-image: url(../img/shop/item02.jpg);
}

#shop .inner .shop_item .shop_list .item_03 .img {
  background-image: url(../img/shop/item03.jpg);
}

#shop .inner .shop_item .shop_list .item_04 .img {
  background-image: url(../img/shop/item04.jpg);
}

#shop .inner .shop_item .shop_list .item_05 .img {
  background-image: url(../img/shop/item05.jpg);
}

#shop .inner .shop_item .shop_list .item_06 .img {
  background-image: url(../img/shop/item06.jpg);
}

#shop .inner .shop_item .shop_list .item_07 .img {
  background-image: url(../img/shop/item07.jpg);
}

#shop .inner .shop_item .shop_list .item_08 .img {
  background-image: url(../img/shop/item08.jpg);
}

#shop .inner .shop_item .shop_list li p {
  font-size: 16px;
  font-weight: bold;
  color: #662e61;
  margin: 10px auto;
}

#shop .inner .shop_item .shop_list li .buy_bt {
  display: block;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  background-color: #ff668c;
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#shop .inner .shop_item .shop_list li .buy_bt:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

/*プロダクト*/
#product {
  position: relative;
  width: 100%;
  background-image: url(../img/product/product_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  z-index: 3;
}

#product .header {
  padding-top: 50px;
}

#product .header h2 {
  position: relative;
  width: 280px;
  height: 70px;
  margin: 0 auto;
}

#product .header h2 .en {
  display: block;
  position: relative;
  width: 206px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../img/product/product_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#product .header h2 .bk {
  display: block;
  position: absolute;
  width: 82px;
  height: 26px;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  background-image: url(../img/product/product_h2_bk.png);
  background-size: 82px 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#product .inner {
  width: 1060px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#product .inner .product_group {
  width: 1000px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  z-index: 10;
}

#product .inner .product_group dl {
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#product .inner dt {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 22px;
  margin: 0 10px 0 0;
  padding-top: 8px;
  background-color: #f26dc6;
  border-radius: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#product .inner .product_group dl dd {
  color: #4d364d;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}


#product .inner .product_group .tips .strong {
  color: #ff668c;
}

#product .inner .product_group dd {
  width: 860px;
}

#product .inner .image {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 530px;
  height: 750px;
  border-radius: 5px;
  background-image: url(../img/product/package.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

/*
#wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 200px;
  box-sizing: border-box
}
*/

#footer {
  width: 100%;
  min-width: 1200px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}


#footer .inner{
  width: 100%;
  padding: 60px 0 60px;
  background-color: #fff;
}

#footer .page_top {
  display: block;
  position: relative;
  width: 82px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../img/common/footer_pagetop_text.png);
  background-size: 81px 12px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .page_top::after {
  display: block;
  position: absolute;
  width: 82px;
  height: 37px;
  left: 0;
  top: 4px;
  background-image: url(../img/common/footer_pagetop_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  content: "";
}

#footer .page_top:hover {
  background-image: url(../img/common/footer_pagetop_text_on.png);
  /*opacity: 0.5;*/
}

#footer .page_top:hover::after {
  background-image: url(../img/common/footer_pagetop_icon_on.png);
  top: 0px;
}

#footer .inner ul {
  width: 240px;
  height: 60px;
  margin: 40px auto 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}


#footer .mtb {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #4d364d;
  background-image: url(../img/common/footer_mtb.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}

#footer .mtb:hover {
  background-color: #f26dc6;
  /*opacity: 0.5;*/
}

#footer .mtb-x {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #4d364d;
  background-image: url(../img/common/footer_x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}

#footer .mtb-x:hover {
  background-color: #f26dc6;
  /*opacity: 0.5;*/
}

#footer .mtb-yt {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #4d364d;
  background-image: url(../img/common/footer_yt.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}

#footer .mtb-yt:hover {
  background-color: #f26dc6;
  /*opacity: 0.5;*/
}

#footer .copyright {
  width: 100%;
  height: 14px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #4d364d;
  text-align: center;
}




#cg_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(115, 197, 255, .9);
  z-index: 120
}

#cg_modal .inner {
  position: absolute;
  width: 992px;
  height: 558px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden
}

#cg_modal .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 5px;
}

#cg_modal .close {
  position: fixed;
  width: 29px;
  height: 25px;
  top: 26px;
  right: 26px;
  background-image: url(../img/common/modal_close.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity
}

#cg_modal .close:hover {
  opacity: .5
}



/* Youtube modal */
.ed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(206, 170, 242, .9);
  display: flex;
  z-index: 120;
}

div#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
}

.ed-closeModal {
  position: fixed;
  width: 29px;
  height: 25px;
  top: 26px;
  right: 26px;
  background-image: url(../img/common/modal_close.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  z-index: 130;
}

.ed-closeModal:hover {
  opacity: .5
}


.modalContent {
  width: 100%;
  max-width: 992px;
  margin: auto;
  position: relative;
}

.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /*filter: drop-shadow(0px 2px 5px #313131);*/
  animation: fadeIn 1.2s ease 0s 1 normal;
}
.video iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

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



