@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: #664754;*/
  background-color: #ffe5f0;
  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: 1024px;
  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.85);
  backdrop-filter: blur(10px);
  z-index: 100;
  transition: 0.4s;
}

#header ul {
  width: 900px;
  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: 147px;
  height: 60px
}

#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: 125px;
  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: 90px;
  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: 155px;
  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: 105px;
  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_05cs {
  width: 105px;
  height: 40px;
  background-image: url(../img/common/header_nav_05.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  font-size: 0;
}

#header ul li.nav_06 {
  width: 125px;
  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)
}


/*TOP*/
#keyvisual {
  position: relative;
  height: 100%;
  max-width: 1920px;
  max-height: 1477px;
  min-width: 1024px;
  background-image: url(../img/top/jumbo_chr.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: 76.92%; /* 高さと幅の比を固定。1200/1920*100=62.5 */
}

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

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

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

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

#keyvisual .inner h1 {
  position: relative;
  width: 870px;
  height: 365px;
  margin: 0 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: 705px;
  height: 80px;
  margin: 0 auto 20px;
  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 .rsv {
  position: relative;
  width: 590px;
  height: 44px;
  margin: 10px auto 20px;
  background-image: url(../img/top/jumbo_rsv.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2;
}
*/

#keyvisual .inner .nos {
  position: relative;
  width: 705px;
  height: 80px;
  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: 656px;
  height: 48px;
  margin: 0 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;
}


@media screen and (max-width: 1800px) {
  /*#keyvisual {
    height: 1270px;
    background-size: 1800px 1270px;
  }*/
  #keyvisual .inner {
    -webkit-transform: scale(0.9375);
    transform: scale(0.9375);
    bottom: 12px;
    /*margin-top: -12%;*/
  }
  #keyvisual .copy_box {
    -webkit-transform: scale(0.9375);
    transform: scale(0.9375);
    top: 95px;
    left: 30px;
  }
  /*
  #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.8333);
    /*margin-top: -17%;*/
    transform: scale(0.8333);
    bottom: -18px;
  }
  #keyvisual .copy_box {
    -webkit-transform: scale(0.8333);
    transform: scale(0.8333);
    top: 80px;
    left: -25px;
  }
  /*
  #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.7552);
    /*margin-top: -20%;*/
    transform: scale(0.7552);
    bottom: -40px;
  }
  #keyvisual .copy_box {
    -webkit-transform: scale(0.7552);
    transform: scale(0.7552);
    top: 70px;
    left: -70px;
  }
  /*#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.6979);
    /*margin-top: -22%;*/
    transform: scale(0.6979);
    bottom: -56px;
  }
  #keyvisual .copy_box {
    -webkit-transform: scale(0.6979);
    transform: scale(0.6979);
    top: 70px;
    left: -90px;
  }
  /*#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.6354);
    /*margin-top: -23%;*/
    transform: scale(0.6354);
    bottom: -75px;
  }
  #keyvisual .copy_box {
    -webkit-transform: scale(0.6354);
    transform: scale(0.6354);
    top: 50px;
    left: -140px;
  }
  /*#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: 30px 0;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}


#news .header {
}

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

#news .header h2 .en {
  display: block;
  position: relative;
  width: 89px;
  height: 25px;
  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: 58px;
  height: 14px;
  bottom: 0;
  left: 50%;
  margin-left: -29px;
  background-image: url(../img/news/news_h2_bk.png);
  background-size: 58px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

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

#news .inner {
  width: 730px;
  height: 90px;
  overflow-y: auto;
  margin-left: 140px;
  padding-top: 5px;
}

#news .inner::-webkit-scrollbar{ width: 10px; }
#news .inner::-webkit-scrollbar-track{ background-color: #ff66a6; border-radius: 5px; }
#news .inner::-webkit-scrollbar-thumb{ background-color: #ffa6cb; 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;
  /*font-size: 15px;
  line-height: 100%;*/
  color: #674855;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  margin-right: 10px;
}

#news .inner p span.new {
  color: #ff66a6;
 }

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

#news .inner p a:hover {
  color: #ff66a6;
  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: 100%;
  height: auto;
  padding: 0;
}

#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;
  border-radius: 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/common/loop_tex.png), url(../img/story/story_bg.jpg);
  background-size: 20px 20px, cover;
  background-position: 50% 50%, center top;
  background-repeat: repeat, no-repeat;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  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: 126px;
  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: 94px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -47px;
  background-image: url(../img/story/story_h2_bk.png);
  background-size: 94px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#story .inner {
  width: 100%;
  margin: 40px auto 0;
  padding: 40px 0 160px;
  text-align: center;
}

#story .inner p {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
  color: #664754;
  text-shadow: 2px 2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff;
}

#story .inner p .shu {
  color: #45b0e5;
}

#story .inner p .ama {
  color: #ff73ad;
}

#story .inner .text_01 {
  width: 383px;
  height: 41px;
  background-image: url(../img/story/story_copy.png);
  background-size: 383px 84px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 10px;
}

#story .inner .text_02 {
  width: 383px;
  height: 43px;
  background-image: url(../img/story/story_copy.png);
  background-size: 383px 84px;
  background-position: 0 -41px;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 40px;
}

#story .inner .text_04 {
  margin-bottom: 40px;
}

#story .inner .text_06 {
  margin-bottom: 40px;
}

#story .inner .text_09 {
  margin-bottom: 40px;
}


/*キャラクター*/
#character {
  position: relative;
  width: 100%;
  height: 1200px;
  margin-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  background-image: url(../img/common/loop_tex.png), url(../img/character/character_bg.jpg);
  background-size: 20px 20px, cover;
  background-position: 50% 50%, 50% 50%;
  background-repeat: repeat, no-repeat;
}


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

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

#character .header h2 .en {
  display: block;
  position: relative;
  width: 221px;
  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: 126px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -63px;
  background-image: url(../img/character/character_h2_bk.png);
  background-size: 126px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

/*キャラ紹介*/
#character .inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  z-index: 6;
}

#character .inner .header {
  position: relative;
  width: 404px;
  padding-top: 0;
}

#character .inner .header h3 {
  width: 356px;
  height: 60px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 10px;
}

#character .inner .header .ym {
  width: 199px;
  height: 19px;
  background-image: url(../img/character/name_en.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 10px;
}

#character .inner .header .cv {
  width: 200px;
  height: 30px;
  background-image: url(../img/character/cv.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto;
}

#character .inner hr {
  width: 404px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #bfa3af;
  margin: 10px 0 0;
}

#character .inner .profile {
  position: absolute;
  width: 500px;
  top: 170px;
  left: 0;
}

#character .inner .profile .overview_01 {
  width: 404px;
  margin: 10px auto 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#character .inner .profile .overview_01 dt {
  width: 30%;
  margin-bottom: 5px;
  color: #ff73ad;
}

#character .inner .profile .overview_01 dd {
  width: 70%;
  margin-bottom: 5px;
  color: #664754;
}

#character .inner .profile .overview_02 {
  width: 404px;
  margin: 0 auto 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#character .inner .profile .overview_02 dt {
  width: 30%;
  margin-bottom: 5px;
  color: #ff73ad;
  padding-top: 13px;
}

#character .inner .profile .overview_02 dd {
  width: 70%;
  margin-bottom: 5px;
  color: #664754;
}

#character .inner .profile .overview_02 dd b {
  font-size: 28px;
}

#character .inner .profile .eventcg {
  width: 500px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: -10px;
  padding: 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: 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 .inner .profile .eventcg li {
  width: 128px;
  height: 72px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #735662;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 0px;
  font-size: 0;
  cursor: pointer;
  -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;
}

#character .inner .profile .eventcg li:hover {
  opacity: .6;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

#character .inner .profile .eventcg li.img_01 {
  background-image: url(../img/character/event_01.jpg);
}

#character .inner .profile .eventcg li.img_02 {
  background-image: url(../img/character/event_02.jpg);
}

#character .inner .profile .eventcg li.img_03 {
  background-image: url(../img/character/event_03.jpg);
}

#character .inner .profile .eventcg li.img_04 {
  background-image: url(../img/character/event_04.jpg);
}

#character .inner .profile .eventcg li.img_05 {
  background-image: url(../img/character/event_05.jpg);
}

#character .inner .profile .eventcg li.img_06 {
  background-image: url(../img/character/event_06.jpg);
}

#character .inner .profile .eventcg span {
  width: 128px;
  height: 72px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #735662;
  border-radius: 0px;
  font-size: 0;
  opacity: 0.5;
}

#character .inner .profile .voice {
  display: flex;
  width: 320px;
  margin-top: 0px;
  margin-left: 42px;
}

#character .inner .profile .voice li {
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#character .inner .profile .voice span {
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  position: relative;
  display: inline-block;
}

#character .inner .profile .voice li a {
  display: block;
  height: 100%;
  width: 100%;
}

#character .inner .profile .voice li.n_bt {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/character/voice_n_bt.png);
  background-size: 32px 36px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  border-radius: 35px;
  background-color: #ffcc66;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

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

#character .inner .profile .voice span.n_bt {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/character/voice_n_bt.png);
  background-size: 32px 36px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  border-radius: 35px;
  background-color: #b3acaa;
  opacity: 0.5;
}

#character .inner .profile .voice li.h_bt {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/character/voice_h_bt.png);
  background-size: 38px 30px;
  background-position: 50% 56%;
  background-repeat: no-repeat;
  border-radius: 35px;
  background-color: #ff80b5;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all
}

#character .inner .profile .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 .inner .profile .voice span.h_bt {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/character/voice_h_bt.png);
  background-size: 38px 30px;
  background-position: 50% 56%;
  background-repeat: no-repeat;
  border-radius: 35px;
  background-color: #b3acaa;
  opacity: 0.5;
}

#character .inner .profile p {
  padding-top: 15px;
}

#character .inner .profile p span {
  display: block;
  color: #664754;
  font-size: 14px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 150%;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#character .inner .serif {
  position: absolute;
  width: 50px;
  height: 727px;
  top: 0;
  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: outline;
  box-sizing: outline-box;
  outline: 2px solid #ff80ca;
  border-radius: 5px;
}


#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: 72px;
  height: 128px;
  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: 72px;
  height: 128px;
  opacity: 0;
}

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


#character .inner .chr_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}



#cg_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 166, 203, .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
}


#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: outline;
  box-sizing: outline-box;
  outline: 2px solid #ff80ca;
  border-radius: 5px;
}

#character .chr_box .character {
  position: absolute;
  top: 50px;
  right: 50px;
  max-width: 412px
}

#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: 128px;
  width: 404px;
  padding-left: 0px
}

#character .chr_box dt.changebt {
  width: 404px;
  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: 11px;
  width: 72px;
  height: 128px;
  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;
}



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

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

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

#character #chr_01 .changebt li.c01_changebt01 {
  background-image: url(../img/character/c01_changebt.png);
  background-position: 0px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt01.current {
  background-image: url(../img/character/c01_changebt_on.png);
  background-position: 0px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt02 {
  background-image: url(../img/character/c01_changebt.png);
  background-position: -83px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt02.current {
  background-image: url(../img/character/c01_changebt_on.png);
  background-position: -83px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt03 {
  background-image: url(../img/character/c01_changebt.png);
  background-position: -166px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt03.current {
  background-image: url(../img/character/c01_changebt_on.png);
  background-position: -166px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt04 {
  background-image: url(../img/character/c01_changebt.png);
  background-position: -249px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt04.current {
  background-image: url(../img/character/c01_changebt_on.png);
  background-position: -249px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt05 {
  background-image: url(../img/character/c01_changebt.png);
  background-position: -332px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .changebt li.c01_changebt05.current {
  background-image: url(../img/character/c01_changebt_on.png);
  background-position: -332px 0px;
  background-size: 404px 128px;
}

#character #chr_01 .serif {
  width: 50px;
  height: 727px;
  top: 75px;
  background-image: url(../img/character/serif.png)
}

#character #chr_01 .character {
  width: 412px;
  height: 1035px;
  top: 25px;
  right: 50px;
}


/*
#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_07 .thumbnail ul {
  width: 480px;
  margin: 0 auto;
}


/*コンセプト*/
#concept {
  width: 100%;
  height: 1000px;
  background-image: url(../img/common/loop_tex.png), url(../img/concept/concept_bg.jpg);
  background-size: 20px 20px, cover;
  background-position: 50% 50%, center top;
  background-repeat: repeat, no-repeat;
  padding-bottom: 40px;
}

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

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

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

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

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

#concept .inner #concept_01 {
  width: 100%;
  height: 180px;
  margin: 0 auto;
}

#concept .inner #concept_01 .text_box {
  height: 120px;
}

#concept .inner #concept_02 {
  width: 100%;
  height: 180px;
  margin: 0 auto;
}

#concept .inner #concept_02 .text_box {
  height: 120px;
}

#concept .inner #concept_03 {
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

#concept .inner #concept_03 .text_box {
  height: 140px;
}

#concept .inner #concept_04 {
  width: 100%;
  height: 180px;
  margin: 0 auto;
}

#concept .inner #concept_04 .text_box {
  height: 170px;
}


#concept .inner .concept_box {
  position: relative;
  margin: 20px auto 0;
}

#concept .inner .concept_box h3 {
  position: absolute;
  width: 185px;
  height: 145px;
  top: 0px;
  left: 0px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
}

#concept .inner .concept_box .text_box {
  position: absolute;
  width: 760px;
  height: 140px;
  top: 0;
  left: 160px;
  background-color: #fff;
  border-radius: 30px 15px 30px 15px;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
}

#concept .inner .concept_box h4 {
  position: relative;
  width: 100%;
  height: 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin-bottom: 10px;
}

#concept .inner .concept_box p {
  position: relative;
  width: 800px;
  height: 165px;
  color: #4d364d;
  font-size: 16px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  line-height: 26px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#concept .inner .concept_box p .rem {
  font-size: 14px;
}

#concept .inner #concept_01 h3 {
  background-image: url(../img/concept/concept_01_num.png);
  background-size: 100% 100%
}

#concept .inner #concept_01 h4 {
  background-image: url(../img/concept/concept_01_h1.png);
}

#concept .inner #concept_02 h3 {
  background-image: url(../img/concept/concept_02_num.png);
  background-size: 100% 100%
}

#concept .inner #concept_02 h4 {
  background-image: url(../img/concept/concept_02_h1.png);
}

#concept .inner #concept_03 h3 {
  background-image: url(../img/concept/concept_03_num.png);
  background-size: 100% 100%
}

#concept .inner #concept_03 h4 {
  background-image: url(../img/concept/concept_03_h1.png);
}

#concept .inner #concept_04 h3 {
  background-image: url(../img/concept/concept_04_num.png);
  background-size: 100% 100%
}

#concept .inner #concept_04 h4 {
  background-image: url(../img/concept/concept_04_h1.png);
}


/*スペシャル*/
/*
#special {
  width: 100%;
  position: relative;
  margin: 0;
  background-color: #fff;
  padding-bottom: 50px;
}
*/

#special {
  position: relative;
  width: 100%;
  background-image: url(../img/common/loop_tex.png), url(../img/special/special_bg.jpg);
  background-size: 20px 20px, cover;
  background-position: 50% 50%, 50% 50%;
  background-repeat: repeat, no-repeat;
  padding-bottom: 50px;
  z-index: 3;
}

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

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

#special .header h2 .en {
  display: block;
  position: relative;
  width: 152px;
  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: 107px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -54px;
  background-image: url(../img/special/special_h2_bk.png);
  background-size: 107px 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: 152px !important;
}

#special .inner {
  width: 1024px;
  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: 288px;
  height: 162px;
  margin: 0 10px 50px;
  text-align: center;
  color: #4d364d;
  line-height: 200%;
}

#special .inner .item a {
  display: block;
  width: 288px;
  height: 162px;
  border-radius: 5px;
  outline: 2px solid #4d364d;
  outline-offset: -2px;/**/
  background-color: #4d364d;
  /*
  -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/special/banner_01.jpg);
}

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

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

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

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

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

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

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

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


#container .special_wrapper {
  width: 100%;
  min-width: 1024px;
  background-image: url(../img/common/loop_tex.png), url(../img/special/special_bg.jpg);
  background-size: 20px 20px, cover;
  background-position: 50% 50%, 50% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed;
}

#special_inside {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  color: #4d364d;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  /*background-color: #ffe5f0;*/
}


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


#special_inside .header h2.x_item {
  position: relative;
  width: 334px;
  height: 70px;
  margin: 0 auto;
}

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

#special_inside .header h2.x_item .bk {
  display: block;
  position: absolute;
  width: 222px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -111px;
  background-image: url(../img/special/x_item_h2_bk.png);
  background-size: 222px 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_inside .header h2.x_item .bk.end {
  width: 334px !important;
}


#special_inside .header h2.shop {
  position: relative;
  width: 192px;
  height: 70px;
  margin: 0 auto;
}

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

#special_inside .header h2.shop .bk {
  display: block;
  position: absolute;
  width: 120px;
  height: 26px;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  background-image: url(../img/shop/shop_h2_bk.png);
  background-size: 120px 26px;
  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.shop .bk.end {
  width: 388px !important;
}


#special_inside .inner {
  width: 1024px;
  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: 200px;
  height: 24px;
  margin: 0 auto 25px;
  padding-top: 6px;
  background-color: #654753;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#special_inside .icon_list {
  display:flex;
  flex-wrap:wrap;
  width: 1000px;
  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: 200px;
  width: 200px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(255, 166, 203, 0.5);
          box-shadow: 0px 5px 0px 0px rgba(255, 166, 203, 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(255, 166, 203, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(255, 166, 203, 0.5);
}

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

#special_inside .header_list li{
  width: 480px;
  margin: 0 10px 30px;
}

#special_inside .header_list li img{
  height: 160px;
  width: 480px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(255, 166, 203, 0.5);
          box-shadow: 0px 5px 0px 0px rgba(255, 166, 203, 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(255, 166, 203, 0.5);
          box-shadow: 0px 0px 0px 0px rgba(255, 166, 203, 0.5);
}


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

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

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


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

#special_inside .shop_item .newly_list li {
  width: 480px;
  height: 700px;
  margin: 0 auto 30px;
  /*margin: 0 10px 30px;
  float: left;*/
  text-align: center;
}

#special_inside .shop_item .original_list li {
  width: 480px;
  height: 700px;
  /*margin: 0 auto 30px;*/
  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: #f26dc6;
  font-weight: bold;
  margin-right: 5px;
}


#special_inside .shop_item .newly_list li .img {
  width: 480px;
  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: 480px;
  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 .item_01 .img {
  background-image: url(../img/shop/newly_item01.jpg);
}

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

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

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

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

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

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

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

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

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

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

#special_inside .shop_item .item_12 .img {
  background-image: url(../img/shop/original_item11.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: 240px;
  height: 28px;
  border-radius: 20px;
  background-color: #f26dc6;
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
  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;
}



#trial {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: #4d364d;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}

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

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

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

#trial .header h2 .bk {
  display: block;
  position: absolute;
  width: 64px;
  height: 26px;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
  background-image: url(../img/special/trial_h2_bk.png);
  background-size: 64px 26px;
  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;
}

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


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

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

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

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

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

#trial .trial_item .dl_bt {
  display: block;
  width: 240px;
  height: 28px;
  border-radius: 20px;
  background-color: #f26dc6;
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
  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;
}

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


#campaign {
  width: 1024px;
  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: 221px;
  height: 70px;
  margin: 0 auto;
}

#campaign .header h2 .en {
  display: block;
  position: relative;
  width: 221px;
  height: 39px;
  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: 106px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -53px;
  background-image: url(../img/special/campaign_h2_bk.png);
  background-size: 106px 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;
}

#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: #ff59c8;
  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 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: #ff59c8;
}

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

#campaign .inner .apply_item {
  width: 900px;
  background-color: #fff;
  border-radius: 10px;
  /*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: #ff59c8;
}

#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: #4d364d;
}

#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/common/loop_tex.png), url(../img/product/product_bg.jpg);
  background-size: 20px 20px, cover;
  background-position: 50% 50%, 50% 50%;
  background-repeat: repeat, no-repeat;
  padding-bottom: 50px;
  z-index: 3;
}

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

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

#product .header h2 .en {
  display: block;
  position: relative;
  width: 185px;
  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: 97px;
  height: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -48px;
  background-image: url(../img/product/product_h2_bk.png);
  background-size: 97px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#product .image_box {
  width: 960px;
  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 .image_box .img {
  display: flex;
  width: 100%;
  text-align: center;
}

#product .image_box .img li {
  list-style: none;
  margin: 0 10px 20px;
  float: left;
}

#product .image_box .rem {
  width: 100%;
  text-align: center;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  font-style: normal;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}

#product .inner {
  width: 980px;
  margin: 60px 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;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#product .inner .product {
  width: 550px
}
#product .inner .spec {
  width: 420px
}

/*
#product .inner .product_group h3 {
  height: 22px;
  color: #000;
  font-size: 22px;
  font-family: 'Mandali', sans-serif;
  background-repeat: no-repeat;
  margin-bottom: 18px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}
*/

#product .inner .product h3 {
  width: 67px;
  height: 20px;
  color: #ff73ad;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  margin-bottom: 18px;
}

#product .inner .spec h3 {
  width: 54px;
  height: 20px;
  color: #ff73ad;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  margin-bottom: 18px;
}

#product .inner .product_group dl {
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  /*display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  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 dt {
  position: relative;
  width: 110px;
  height: 23px;
  padding-top: 0;
  color: #664754;
  font-style: normal;
  font-size: 13px;
  line-height: 150%;
  text-align: left;
  margin-bottom: 20px;
  z-index: 1;
}

#product .inner .product_group dl dd {
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #664754;
  font-size: 13px;
  line-height: 150%;
  margin-left: 0px;
  margin-bottom: 20px;
}

#product .inner .product_group .tips {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding-left: 1.2em;
}

#product .inner .product_group .tips::before {
  position: absolute;
  top: 25%;
  left: 0;
  content: "※";
}

#product .inner .product_group dd.caution {
  font-size: 14px;
  line-height: 26px;
  color: #d17eb2;
  margin-left: 0;
}

#product .inner .product_group dd.caution li::before {
  content: "※";
}

#product .inner .staff dd {
  width: 430px;
}

#product .inner .product dd {
  width: 430px;
}

#product .inner .product dd.dd_03 {
  margin-top: 10px;
}

#product .inner .spec dd {
  width: 300px;
}

#product .inner a img {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -17px;
  margin-left: 70px;
}

#product .inner a {
  -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;
}

#product .inner a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/*
#product .inner {
  width: 1024px;
  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: 1024px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}


#footer .inner{
  width: 100%;
  padding: 30px 0 20px;
  background-color: #ffa6cb;
}

#footer .page_top {
  display: block;
  position: relative;
  width: 80px;
  height: 65px;
  margin: 0 auto;
  background-image: url(../img/common/footer_pagetop_text.png);
  background-size: 76px 13px;
  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: 76px;
  height: 41px;
  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: 30px auto 30px;
  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 .maker {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(../img/common/fot_aza+1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .maker:hover {
  opacity: 0.5;
}

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

#footer .x:hover {
  opacity: 0.5;
}

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

#footer .youtube:hover {
  opacity: 0.5;
}

#footer .brand_logo {
  display: block;
  width: 146px;
  height: 88px;
  margin: 0 auto 0;
  background-image: url(../img/common/fot_logo.png);
  background-size: 146px 88px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

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


/* 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;
  }
}



