html, body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
}

html {
  overflow-y: scroll;
}

.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: 104px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

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

.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;
  margin: 0 auto;
  background-color: #fff;
  background-image: url(../img/common/loop_bg.png);
  background-position: 50% 50%;
  background-repeat: repeat;
  /*background-image: url(../img/common/bg_00.jpg);
  background-position: 50% 800px;
  background-size: cover;*/
}

.wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

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


#header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: 65px;
  top: 0;
  transition: 0.4s;
  background-color: rgba(85,177,242,0.9);
  /*background-image: url(../img/common/nav_bk.png);
  background-repeat: repeat-x;*/
  box-shadow: 0 3px 3px -2px rgba(24, 82, 144, .25);
  z-index: 90;
  overflow: hidden;
}

#header ul {
  width: 900px;
  height: 65px;
  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-size: contain;
  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 a:hover {
  /*opacity: .5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px)*/
}

#header ul li.nav_01 {
  width: 80px;
  height: 40px;
  margin-right: 10px;
}

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

#header ul li.nav_01 a:hover {
  opacity: .5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px)*/
}

#header ul li.nav_02 {
  width: 110px;
  height: 50px
}

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

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

#header ul li.nav_03 {
  width: 164px;
  height: 50px
}

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

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

#header ul li.nav_04 {
  width: 200px;
  height: 50px
}

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

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

#header ul li.nav_05 {
  width: 130px;
  height: 50px
}

#header ul li.nav_05 span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../img/common/nav_05_cs.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: .25;
}

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

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

#header ul li.nav_06 {
  width: 165px;
  height: 50px
}

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

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


#keyvisual {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url(../img/top/jumbo_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom: solid 2px #dadae6;
  overflow: hidden;
}

/*
#keyvisual {
  position: relative;
  width: 100%;
  max-height: 100vh;
  min-height: 960px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .65)), url(../img/top/jumbo_bk.jpg);
  background-size: 100% 250px, cover;
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  border-bottom: solid 2px #d9ced4
}

#keyvisual:before {
  content: "";
  display: block;
  padding-top: 75%
}
*/

#keyvisual .inner {
  position: absolute;
  width: 542px;
  left: 50%;
  top: 260px;
  margin-left: -50px;
  z-index: 1;
}

#keyvisual .inner .copy {
  display: block;
  position: relative;
  width: 445px;
  height: 75px;
  margin: 0 auto 10px;
  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 {
  display: block;
  position: relative;
  width: 542px;
  height: 120px;
  margin: 0 auto;
  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 {
  display: block;
  position: relative;
  width: 465px;
  height: 55px;
  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 {
  display: block;
  position: relative;
  width: 280px;
  height: 84px;
  margin: 30px auto 0;
  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 {
  display: block;
  position: relative;
  width: 454px;
  height: 50px;
  margin: 50px 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 .chr {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url(../img/top/jumbo_chr.png);
  background-size: 659px 800px;
  background-position: calc(50% + 220px) 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
*/

#keyvisual .chr {
  position: absolute;
  width: 643px;
  height: 900px;
  left: 50%;
  top: 0;
  margin-left: -524px;
  background-image: url(../img/top/jumbo_chr.png);
  background-size: 643px 900px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*
@media screen and (max-width:1800px) {
  #keyvisual .inner {
    -webkit-transform: scale(.94);
    transform: scale(.94);
    margin-bottom: -25px
  }
}

@media screen and (max-width:1600px) {
  #keyvisual .inner {
    -webkit-transform: scale(.83);
    transform: scale(.83);
    margin-bottom: -55px
  }
}

@media screen and (max-width:1480px) {
  #keyvisual .inner {
    -webkit-transform: scale(.77);
    transform: scale(.77);
    margin-bottom: -75px
  }
}
*/

/*
.info_wrap {
  position: relative;
  padding-top: 20px;
  width: 100%;
  background-image: url(../img/common/bg_00.jpg);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 80;
}
*/

#banner {
  position: relative;
  width: 1000px;
  position: relative;
  margin: 20px auto;
  padding: 0;
  z-index: 50
}

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

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

#banner ul.bn_box li.banner_blank {
  position: relative;
  width: 480px;
  height: auto;
  margin: 0 auto;
}

#banner ul.bn_box li.banner_contents {
  position: relative;
  width: 480px;
  /*width: calc(100% / 2);*/
  height: auto;
  border-radius: 10px 20px;
  box-shadow: 0 2px 2px #dadae6;
  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
}

#banner ul.bn_box li.bn {
  margin: 0 1%;
  margin-bottom: 20px;
}

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

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

#banner ul.bn_box li.banner_contents a {
  display: block;
  text-indent: -10000px;
  overflow: hidden;
  height: auto;
}

#banner ul.bn_box li.banner_contents:hover {
  opacity: .6
}

#banner ul.bn_box li.banner_contents img {
  width: 100%;
  display: block;
  border-radius: 10px 20px;
}


/*更新履歴*/
#news {
  width: 100%;
  position: relative;
  margin: 0;
  /*background-color: #ffb2e5;*/
  padding: 30px 0;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  /*background-image: url(../img/common/loop_bg.png);
  background-position: 50% 50%;
  background-repeat: repeat;*/
}


#news .header {
}

#news .header h2 {
  position: absolute;
  width: 100px;
  height: 55px;
  top: 35px;
  left: 35px;
  background-image: url(../img/top/news_h2.png);
  background-size: contain;
  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: 15px;
}

#news .inner {
  width: 720px;
  min-height: 90px;
  max-height: 225px;
  overflow-y: auto;
  margin-left: 150px;
  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;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  margin-right: 10px;
  background-color: #663c00;
  border-radius: 20px;
}

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

#news .inner p a {
  color: #663c00;
  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;
}


#story {
  position: relative;
  width: 100%;
  min-height: 900px;
  background-image: url(../img/common/bg_00.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 3;
}

#story .head {
  position: relative;
  padding-top: 110px;
  z-index: 10
}

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

#story .inner {
  position: relative;
  width: 980px;
  min-height: 650px;
  background-image: url(../img/story/story_bg_hana.png), url(../img/story/story_bg_ai.png);
  background-size: contain, contain;
  background-position: 0% 50%,100% 50%;
  background-repeat: no-repeat, no-repeat;
  margin: 20px auto 50px;
  padding: 40px 0 0;
  z-index: 10;
}

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

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

#story .inner .text_02 {
  height: 60px;
  background-position: 0 -46px;
  margin-bottom: 20px
}

#story .inner .text_03 {
  height: 40px;
  background-position: 0 -106px;
  margin-bottom: 0
}

#story .inner .text_04 {
  height: 40px;
  background-position: 0 -146px;
  margin-bottom: 0
}

#story .inner .text_05 {
  height: 40px;
  background-position: 0 -186px;
  margin-bottom: 25px
}

#story .inner .text_06 {
  height: 55px;
  background-position: 0 -226px;
  margin-bottom: 0
}

#story .inner .text_07 {
  height: 40px;
  background-position: 0 -281px;
  margin-bottom: 40px
}

#story .inner .text_08 {
  height: 40px;
  background-position: 0 -321px;
  margin-bottom: 0
}

#story .inner .text_09 {
  height: 40px;
  background-position: 0 -361px;
  margin-bottom: 0
}

#story .inner .text_10 {
  height: 40px;
  background-position: 0 -401px;
}


#concept {
  position: relative;
  width: 100%;
  min-height: 1000px;
  background-image: url(../img/common/bg_00.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#concept .head {
  padding-top: 110px
}

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


#concept .inner {
  width: 1000px;
  margin: 60px auto 0;
  background-image: url(../img/common/bg_lt_b.png), url(../img/common/bg_rb_p.png);
  background-size: 904px 578px, 904px 578px;
  background-position: 0% 0%,100% 100%;
  background-repeat: no-repeat, no-repeat;
  margin: 20px auto 0;
  padding-top: 70px;
  padding-bottom: 40px;
}

#concept .inner #concept_01 {
  width: 830px;
  height: 200px;
  margin: 0 auto;
}

#concept .inner #concept_02 {
  width: 830px;
  height: 200px;
  margin: 0 auto;
}

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

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

#concept .inner .concept_box h3 {
  position: absolute;
  width: 60px;
  height: 57px;
  top: 0px;
  left: 0px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#concept .inner .concept_box h4 {
  position: absolute;
  width: 750px;
  height: 50px;
  top: 2px;
  left: 70px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  font-size: 0
}

#concept .inner .concept_box p {
  position: absolute;
  width: 740px;
  height: 165px;
  top: 62px;
  left: 75px;
  color: #663c00;
  font-size: 18px;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 30px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}


#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);
  background-size: contain;
}

#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);
  background-size: contain;
}

#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);
  background-size: contain;
}


#special {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-bottom: 100px;
  background-image: url(../img/common/bg_00.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

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

#special .head h2 {
  display: block;
  position: relative;
  width: 358px;
  height: 75px;
  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%;
}
}


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

#special .inner .trial_item .trial_img {
  width: 768px;
  height: 432px;
  background-image: url(../img/special/trial_img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  font-size: 0
}

#special .inner .trial_item .button{
  width: 100%;
  display:flex;
  justify-content: center;
  position: relative;
  margin: 30px auto 0px auto;
}

#special .inner .trial_item .button li{
  width: 200px;
  height: 40px;
  margin: 0 15px;
}

#special .inner .trial_item .button li a{
  width: 100%;
  height: 100%;
  background: #d17eb2;
  display:flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: 'Mandali', sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;
  -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 .trial_item .button li a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}


#special .inner .trial_item .attn {
  width: 750px;
  margin: 30px auto 10px;
  text-align: left;
}

#special .inner .trial_item .attn li {
  color: #d17eb2;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

#special .inner .trial_item .attn li::before {
  display: inline-block;
  margin-right: 3px;
  content: "※";
}


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



#campaign {
  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;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  color: #134e8d;
}

#campaign .head {
  padding-top: 110px
}

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

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

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


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


#campaign .inner .gpv_item .x_campaign_img {
  width: 635px;
  height: 500px;
  background-image: url(../img/special/x_campaign.png);
  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 .gpv_item .date_box h4 {
  width: 250px;
  height: 36px;
  border-radius: 5px 10px;
  background-color: #a6daff;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin: 0 auto 15px;
  text-align: center;
}

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


#campaign .inner .apply_item {
  width: 900px;
  background-color: #fff;
  border-radius: 10px 20px;
  border: solid 1px #dadae6;
  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 h4 {
  width: 250px;
  height: 36px;
  border-radius: 5px 10px;
  background-color: #a6daff;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin: 0 auto 15px;
  text-align: center;
}

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

#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: 110px
}

#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%;
  min-height: 1000px;
  background-image: url(../img/common/bg_00.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 50px;
}

#product .head {
  padding-top: 110px
}

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

#product .inner {
  width: 1000px;
  margin: 60px auto 0;
  background-image: url(../img/common/bg_lt_b.png), url(../img/common/bg_rb_p.png);
  background-size: 904px 578px, 904px 578px;
  background-position: 0% 0%,100% 100%;
  background-repeat: no-repeat, no-repeat;
  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 {
  width: 450px;
  padding-top: 60px;
  padding-left: 60px;
}

#product .inner .spec {
  width: 450px;
  padding-top: 60px;
  padding-right: 40px;
}

#product .inner .product_group h3 {
  height: 22px;
  width: 90%;
  color: #6cacd9;
  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;
  border-bottom: 1px solid #6cacd9;
}

#product .inner .product_group dl {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

#product .inner .product_group dt {
  width: 70px;
  height: 23px;
  padding-top: 7px;
  color: #663c00;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
  /*
  border-radius: 5px 10px;
  background-color: #a6daff;
  color: #fff;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
  */
}

#product .inner .product_group dl dd {
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  color: #663c00;
  font-size: 16px;
  line-height: 150%;
  padding-top: 2px;
  letter-spacing: 1px;
  margin-left: 15px;
  margin-bottom: 24px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

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

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

#product .inner a {
  display: inline-flex;
  -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: .5;
}


#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;
  z-index: 100;
}


#footer .inner {
  width: 100%;
  padding: 35px 0 25px;
  background-image: linear-gradient(0deg, #8f51e5, #a373e5);
}

#footer .page_top {
  display: block;
  position: relative;
  width: 100px;
  height: 75px;
  margin: 0 auto;
  background-image: url(../img/common/footer_pagetop_text.png);
  background-size: 98px 23px;
  background-position: 50% 0%;
  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: 98px;
  height: 49px;
  left: 0;
  bottom: 0;
  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 {
  opacity: 0.5;
}

#footer .page_top:hover::after {
  bottom: 5px;
}

#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;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}


#character {
  position: relative;
  width: 100%;
  height: 1470px;
  margin-top: 0;
  background-image: url(../img/common/bg_00.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

#character .head {
  padding-top: 110px
}

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

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

#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_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;
  height: 1150px;
  background-size: 904px 578px, 904px 578px;
  background-position: 0% 0%,100% 100%;
  background-repeat: no-repeat, no-repeat;
  margin: 0 auto;
  padding-top: 20px;
  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_box .header {
  width: 480px;
  margin-left: 60px;
  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 h3 {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto 10px -5px;
}

#character .chr_box .header .ym {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: auto auto 10px 0;
}

#character .chr_box .header .cv {
  display: block;
  min-width: 130px;
  height: 30px;
  background-color: #f29dc8;
  border-radius: 5px;
  color: #fff;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: auto auto 0 0;
  padding: 0 15px;
}

#character .chr_box .profile {
  position: absolute;
  width: 600px;
  top: 170px;
  left: 60px;
}

#character .chr_box .profile .overview {
  width: 640px;
  margin: 0 auto 0 0;
  padding: 0;
}

#character .chr_box .profile .overview li {
  height: 30px;
  color: #004d99;
  font-size: 15px;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 30px;
  margin: 0 auto 10px 0;
}

#character .chr_box .profile .overview li dl {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

#character .chr_box .profile .overview li dt {
  width: 80px;
  height: 21px;
  padding-top: 6px;
  border-radius: 20px;
  background-color: #3695d9;
  color: #fff;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}

#character .chr_box .profile .overview li dd {
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  color: #663c00;
  font-size: 16px;
  line-height: 150%;
  padding-top: 0px;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 30px;
  margin-bottom: 24px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#character .chr_box .profile .overview li b {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -4px;
}

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

#character .chr_box .profile .sample-voice {
  width: 280px;
  margin-left: 60px;
}

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

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

#character .chr_box .profile .sample-voice li.n_bt {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 120px 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 30px;
  -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: 60px;
  height: 60px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt_cs.png);
  background-size: 120px 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 30px;
  opacity: .5
}

#character .chr_box .profile .sample-voice li.h_bt {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt.png);
  background-size: 120px 60px;
  background-position: -60px 0;
  background-repeat: no-repeat;
  border-radius: 30px;
  -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: 60px;
  height: 60px;
  position: relative;
  display: block;
  font-size: 0;
  background-image: url(../img/character/ch_voice_bt_cs.png);
  background-size: 120px 60px;
  background-position: -60px 0;
  background-repeat: no-repeat;
  border-radius: 30px;
  opacity: .5
}

#character .chr_box .profile .eventcg {
  width: 340px;
  margin-top: 20px;
  margin-left: 40px;
  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 .chr_box .profile .eventcg li {
  width: 160px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  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 .chr_box .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 .chr_box .profile .eventcg span {
  width: 160px;
  height: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #7eb2e6;
  border-radius: 4px;
  font-size: 0;
  opacity: 0.5;
}


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

#character .chr_box .profile p span {
  display: block;
  font-family: 'Kosugi Maru', sans-serif;
  color: #663c00;
  font-size: 16px;
  line-height: 150%;
  text-shadow: 2px 2px 4px #fff,-2px 2px 4px #fff,2px -2px 4px #fff,-2px -2px 4px #fff
}

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

#character .chr_box .change-clothes {
  position: absolute;
  top: 1000px;
  left: 50%;
  margin-left: 20px;
  z-index: 50;
}

/*
#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: 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;
  height: 100px;
  width: 430px;
  padding-left: 0px
}

#character .chr_box .changebt li {
  margin-right: 10px;
  width: 100px;
  height: 100px;
  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 {
  opacity: .5
}

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

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


/*キャラ01*/
#character #chr_01 .inner {
  background-image: url(../img/common/bg_lt_b.png), url(../img/common/bg_rb_p.png);
}

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

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

#character #chr_01 .header .ym {
  width: 219px;
  height: 47px;
  background-image: url(../img/character/c01_name_ym.png);
}

#character #chr_01 .line {
  background-color: #1480cc;
}

#character #chr_01 .overview li dt {
  background-color: #3695d9;
}

#character #chr_01 .sample-voice dd li {
  border: 1px solid #1480cc;
}

#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: 430px 100px;
}

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

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

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

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

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

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

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

#character #chr_01 .serif {
  width: 80px;
  height: 510px;
  top: 60px;
  right: 40px;
  background-image: url(../img/character/c01_serif.png)
}

#character #chr_01 .character {
  width: 435px;
  height: 990px;
  top: 20px;
  right: 140px;
}

#character #chr_01 .profile .eventcg li {
  background-color: #b2dfff;
}

#character #chr_01 .profile .eventcg span {
  background-color: #b2dfff;
  opacity: 0.5;
}

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

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

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

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

#character #chr_01 .profile p .text_02 {
  margin-bottom: 20px;
}

#character #chr_01 .profile p .text_03 {
  margin-bottom: 20px;
}

#character #chr_01 .profile p .text_04 {
  margin-bottom: 20px;
}

#character #chr_01 .profile p .text_05 {
  margin-bottom: 20px;
}


/*キャラ02*/
#character #chr_02 .inner {
  background-image: url(../img/common/bg_lt_p.png), url(../img/common/bg_rb_b.png);
}

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

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

#character #chr_02 .header .ym {
  width: 222px;
  height: 47px;
  background-image: url(../img/character/c02_name_ym.png);
}

#character #chr_02 .line {
  background-color: #63468c;
}

#character #chr_02 .overview li dt {
  background-color: #8760bf;
}

#character #chr_02 .sample-voice dd li {
  border: 1px solid #63468c;
}

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

#character #chr_02 .changebt li.c02_changebt01 {
  background-image: url(../img/character/c02_changebt.png);
  background-position: 0px 0px;
  background-size: 430px 100px;
}

#character #chr_02 .changebt li.c02_changebt01.current {
  background-image: url(../img/character/c02_changebt_on.png);
  background-position: 0px 0px;
  background-size: 430px 100px;
}

#character #chr_02 .changebt li.c02_changebt02 {
  background-image: url(../img/character/c02_changebt.png);
  background-position: -110px 0px;
  background-size: 430px 100px;
}

#character #chr_02 .changebt li.c02_changebt02.current {
  background-image: url(../img/character/c02_changebt_on.png);
  background-position: -110px 0px;
  background-size: 430px 100px;
}

#character #chr_02 .changebt li.c02_changebt03 {
  background-image: url(../img/character/c02_changebt.png);
  background-position: -220px 0px;
  background-size: 430px 100px;
}

#character #chr_02 .changebt li.c02_changebt03.current {
  background-image: url(../img/character/c02_changebt_on.png);
  background-position: -220px 0px;
  background-size: 430px 100px;
}

#character #chr_02 .changebt li.c02_changebt04 {
  background-image: url(../img/character/c02_changebt.png);
  background-position: -330px 0px;
  background-size: 430px 100px;
}

#character #chr_02 .changebt li.c02_changebt04.current {
  background-image: url(../img/character/c02_changebt_on.png);
  background-position: -330px 0px;
  background-size: 430px 100px;
}

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

#character #chr_02 .character {
  width: 353px;
  height: 990px;
  top: 20px;
  right: 85px;
}

#character #chr_02 .profile .eventcg li {
  background-color: #dabfff;
}

#character #chr_02 .profile .eventcg span {
  background-color: #dabfff;
  opacity: 0.5;
}

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

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

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

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

#character #chr_02 .profile p .text_02 {
  margin-bottom: 20px;
}

#character #chr_02 .profile p .text_03 {
  margin-bottom: 20px;
}

#character #chr_02 .profile p .text_04 {
  margin-bottom: 20px;
}

#character #chr_02 .profile p .text_05 {
  margin-bottom: 20px;
}


#cg_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg,rgba(178, 223, 255, .9),rgba(218,191,255, .9));
  /*background-color: rgba(166, 218, 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
}

/*
.ed-closeModal {
    position: absolute;
    top: -35px;
    right: 5px;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.5;
}
.ed-closeModal::before, .ed-closeModal::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}
.ed-closeModal::before {
  left: 0;
}
.ed-closeModal::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}
*/

.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;
  }
}



#android {
  position: relative;
  width: 100%;
  min-height: 1230px;
  background-image: url(../img/concept/concept_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

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

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

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


#android .inner .item {
  position: relative;
  margin: 0 auto;
}

#android .inner .item p {
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #004d99;
  font-size: 20px;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#android .inner .item.item_01 {
  width: 900px;
  height: 560px;
  background-image: url(../img/android/android_01_chr.png);
  background-size: 260px 607px;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 70px;
  margin-bottom: 0px;
}

#android .inner .item.item_01 h1 {
  width: 539px;
  height: 92px;
  background-image: url(../img/android/android_01_h1.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  margin: 0 auto 0 280px;
}

#android .inner .item.item_01 p.text01 {
  height: 107px;
  margin: 50px auto 0 280px;
  font-size: 20px;
  line-height: 30px;
}

#android .inner .item.item_01 p.text02 {
  height: 37px;
  margin: 50px auto 0 280px;
  font-size: 20px;
  line-height: 30px;
}


#android .inner .item.item_02 {
  width: 860px;
  height: 680px;
  background-image: url(../img/android/android_02_chr.png);
  background-size: 319px 607px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-bottom: 20px;
}

#android .inner .item.item_02 h1 {
  height: 45px;
  background-image: url(../img/android/android_02_h1.png);
  background-size: 599px 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
  margin-bottom: 30px;
}

#android .inner .item.item_02 p {
  font-size: 18px;
  line-height: 28px;
}

#android .inner .item.item_02 p.text01 {
  width: 100%;
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  margin-left: 55px;
}

#android .inner .item.item_02 .link {
  position: relative;
  width: 450px;
  height: 110px;
  margin: 0 auto 20px 76px;
}

#android .inner .item.item_02 a {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#android .inner .item.item_02 a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

#android .inner .item.item_02 p.text02 {
  width: 100%;
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  margin-left: 55px;
}

#android .inner .item.item_02 p.text03 {
  width: 100%;
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  margin-left: 55px;
}

#android .inner .item.item_02 p.text04 {
  width: 100%;
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  margin-left: 55px;
}

#android .inner .item.item_02 .next {
  margin-bottom: 20px;
}

#android .inner .item.item_03 {
  background-image: url(../img/android/android_03_img01.png),
                    url(../img/android/android_03_img02.png),
                    url(../img/android/android_03_img03.png),
                    url(../img/android/android_03_img04.png);
  background-position: right 116px, right 369px, right 539px, right 774px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 192px 233px, 191px 150px, 192px 215px, 192px 172px;
  width: 660px;
  height: 920px;
  padding-top: 50px;
  margin-bottom: 20px;
}

#android .inner .item.item_03 h1 {
  height: 44px;
  background-image: url(../img/android/android_03_h1.png);
  background-size: 199px 44px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  font-size: 0;
  margin-bottom: 45px;
}

#android .inner .item.item_03 .num1 {
  margin-left: 0;
}

#android .inner .item.item_03 p {
  font-size: 18px;
  line-height: 28px;
}

#android .inner .item.item_03 p.text01_01 {
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  color: #d98dc6;
  margin-left: 55px;
}

#android .inner .item.item_03 p.text01_02 {
  height: 60px;
  margin-left: 55px;
  margin-bottom: 20px;
}

#android .inner .item.item_03 .num2 {
  margin-left: 0;
}

#android .inner .item.item_03 p.text02_01 {
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  color: #d98dc6;
  margin-left: 55px;
}

#android .inner .item.item_03 p.text02_02 {
  height: 60px;
  margin-left: 55px;
  margin-bottom: 20px;
}

#android .inner .item.item_03 .num3 {
  margin-left: 0;
}

#android .inner .item.item_03 p.text03_01 {
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  color: #d98dc6;
  margin-left: 55px;
}

#android .inner .item.item_03 p.text03_02 {
  height: 60px;
  margin-left: 55px;
  margin-bottom: 20px;
}

#android .inner .item.item_03 .num4 {
  margin-left: 0;
}

#android .inner .item.item_03 p.text04_01 {
  height: 55px;
  font-size: 20px;
  line-height: 50px;
  color: #d98dc6;
  margin-left: 55px;
}

#android .inner .item.item_03 p.text04_02 {
  height: 60px;
  margin-left: 55px;
  margin-bottom: 20px;
}


#android .inner .item.item_03 .next {
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 80px;
}


#android .inner .item.item_04 {
  width: 960px;
  height: 700px;
  background-image: url(../img/android/android_04_bg.png);
  background-size: 495px 700px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding-top: 80px;
  margin-top: 30px;
  margin-bottom: 60px;
}

#android .inner .item.item_04 p {
  color: #004d99;
  font-size: 20px;
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 30px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#android .inner .item.item_04 h2 {
  margin-left: 0;
  color: #004d99;
  font-size: 20px;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  line-height: 30px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
  margin-bottom: 10px;
}

#android .inner .item.item_04 dl {
  width: 500px;
  margin-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;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#android .inner .item.item_04 dt {
  width: 100px;
  color: #d98dc6;
  font-size: 16px;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  line-height: 26px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#android .inner .item.item_04 dd {
  position: relative;
  width: 400px;
  color: #004d99;
  font-size: 16px;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  line-height: 26px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}

#android .inner .item.item_04 p {
  font-size: 14px;
  font-family: 'Mandali','Kosugi Maru', sans-serif;
  line-height: 24px;
}


#android .inner .num1 {
  position: absolute;
  width: 45px;
  height: 50px;
  background-image: url(../img/android/android_num1.png);
  background-size: 45px 50px;
  background-repeat: no-repeat;
  font-size: 0;
}

#android .inner .num2 {
  position: absolute;
  width: 45px;
  height: 50px;
  background-image: url(../img/android/android_num2.png);
  background-size: 45px 50px;
  background-repeat: no-repeat;
  font-size: 0;
}

#android .inner .num3 {
  position: absolute;
  width: 45px;
  height: 50px;
  background-image: url(../img/android/android_num3.png);
  background-size: 45px 50px;
  background-repeat: no-repeat;
  font-size: 0;
}

#android .inner .num4 {
  position: absolute;
  width: 45px;
  height: 50px;
  background-image: url(../img/android/android_num4.png);
  background-size: 45px 50px;
  background-repeat: no-repeat;
  font-size: 0;
}

#android .inner .next {
  width: 40px;
  height: 40px;
  background-image: url(../img/android/android_next.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  font-size: 0;
  margin-left: 80px;
}

#android .inner hr {
  width: 964px;
  height: 9px;
  background-image: url(../img/android/hr.png);
  border: none;
  margin-bottom: 50px;
}
