@charset "utf-8";

/* = wrapper
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  min-width: 1200px;
}

/* = pop
-------------------------------------------------------------- */
.pop_01,
.pop_02,
.pop_03 {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 274px;
  transition-duration: 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.pop_03 {
  width: 304px;
}
.isAnimate {
  opacity: 1;
}

/* = header
-------------------------------------------------------------- */
header {
  position: relative;
  background-color: #fff8de;
}
h1 {
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
  overflow: hidden;
}
.slider {
  position:relative;
  height: 800px;
  z-index: 1;
}
.slider-item01 {background:url(../img/top/kv_01.png);}
.slider-item02 {background:url(../img/top/kv_02.png);}
.slider-item03 {background:url(../img/top/kv_03.png);}
.slider-item {
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  margin:-40px 0 0 0;
  text-align:center;
  z-index: 3;
}
.slick-dots li {
  display:inline-block;
  margin:0 7px;
}
.slick-dots button {
  display: block;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  outline: none;
}
.slick-dots .slick-active button {
  background: #662d14;
}
.btn_regist {
  position: absolute;
  top: 130px;
  right: 0;
  width: 79px;
  z-index: 1;
}

/* = news
-------------------------------------------------------------- */
#news {
  padding: 28px 0 20px;
}
#news .contents {
  width: 800px;
  margin: 0 auto;
}
#news .bnr {
  width: 690px;
  margin: 0 auto 3%;
}
#news .bnr img {
  margin-bottom: 20px;
}


#news .slider_bnr {
  position:relative;
  height: auto;
  z-index: 1;
}
#news .slider-item {
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
}


/*戻る、次へ矢印の位置*/
.slider_bnr .slick-prev, 
.slider_bnr .slick-next {
  position: absolute;
  top: 45%;
  width: 20%;
  padding-top: 34px;
  background: url(../img/common/arrow.png) no-repeat;
  z-index: 1;
  cursor: pointer;
}
.slider_bnr .slick-prev {
    left: -7%;
}
.slider_bnr .slick-next {
  right:-7%;
  transform: scale(-1, 1);
}
.slider_bnr .slick-dots {
    position: relative;
    margin: -2%;
    text-align: center;
    z-index: 3;
}
.slider_bnr .slick-dots button {
    background: #c09684;
	width: 10px;
    height: 10px;
}
.slider_bnr .slick-dots .slick-active button {
    background: #662d14;
}
.slider_bnr .slick-dots li {
    display: inline-block;
    margin: 0px 4px;
}

/* = intro
-------------------------------------------------------------- */
#intro {
  padding: 48px 0 40px;
  background: url(../img/intro/ef.svg);
}
#intro #video-area {
  overflow: hidden;
  position: absolute;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  z-index: -1;
}
#intro #video {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
#intro .contents {
  width: 800px;
  margin: 0 auto;
}
#intro .contents h2 {
  margin-bottom: 40px;
}

/* = system
-------------------------------------------------------------- */
#system {
  padding: 48px 0 40px;
  background: url(../img/system/bg.png) no-repeat center top;
  background-size: 100%;
}
#system .contents {
  width: 800px;
  margin: 0 auto;
}
#system h3 {
  margin: 35px 0;
}
/* タブ */
#system .tab-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#system .tab {
  width: 240px;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
}
#system .tab  a {
  display: block;
  padding-top: 198px;
}
#system .tab.friend {
  background: url(../img/system/tab_friend.png) no-repeat;
}
#system .tab.growth {
  background: url(../img/system/tab_growth.png) no-repeat;
}
#system .tab.battle {
  background: url(../img/system/tab_battle.png) no-repeat;
}
#system .tab.active.friend {
  background: url(../img/system/tab_friend_on.png) no-repeat;
}
#system .tab.active.growth {
  background: url(../img/system/tab_growth_on.png) no-repeat;
}
#system .tab.active.battle {
  background: url(../img/system/tab_battle_on.png) no-repeat;
}
#system .content-area {
  background: url(../img/system/content_bg.png) no-repeat;
}
#system .content-area .content {
  display: none;
  position: relative;
  margin: auto;
  padding-top: 816px;
  opacity: 0;
}
#system .content-area .content .inner {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 720px;
  margin: auto;
}
#system .content-area .content .inner:after {
  content:" ";
  display:block;
  clear:both;
}
#system .content-area .content.show {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#system p {
  font-size: 20px;
  line-height: 1.4;
}
#system p.description {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
#system .detail {
  float: left;
  width: 445px;
}
#system h4 {
  width: 325px;
  margin: 0 auto 20px;
}
#system p.note {
  margin-top: 15px;
  font-size: 16px;
  text-align: left;
}
#system .slider {
  position:relative;
  z-index: 1;
  float: right;
  width: 250px;
}
#system .slider,
#system .slider-item {
  height: 530px;
}
#system .slick-dots {
  position: relative;
  margin-top: 10px;
  text-align: center;
  z-index: 3;
}
#system .slick-dots li {
  display: inline-block;
  margin: 0 3%;
}
#system .slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  background: rgba(102,45,20,0.5);
  color: transparent;
  outline: none;
}
#system .slick-dots .slick-active button {
  background: #662d14;
}
/* フレンド再生 */
.friend_chara {
  position: absolute;
  left: -10px;
  bottom: 8px;
  width: 227px;
}
/* 育成 */
.growth_chara {
  position: absolute;
  left: 20px;
  bottom: 8px;
  width: 178px;
}
/* バトル */
.battle_chara {
  position: absolute;
  left: 20px;
  bottom: 8px;
  width: 200px;
}
/* 共通 */
.friend_comment,
.growth_comment,
.battle_comment {
  position: absolute;
  top: 550px;
  right: 315px;
  width: 312px;
}
.friend_comment {
  width: 292px;
}

/* = download
-------------------------------------------------------------- */
.download {
  margin: 0 auto;
  padding: 33px 0 30px;
}
.download:first-child {
  background-image: url(../img/download/chara.png),url(../img/common/bg_inner_grunge.png),url(../img/common/bg_grunge.png);
  background-repeat: no-repeat,repeat-y,repeat;
  background-position: center bottom,center 0,0 0;
}
.download .lead {
  width: 400px;
  margin: 0 auto 20px;
}
.download .chara {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 800px;
}
.download .reward {
  font-size: 20px;
  margin-top: 20px;
}
.download h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.download .store {
  display: flex;
  justify-content: center;
  width: 800px;
  margin: 0 auto;
}
.download .store .ios {
  width: 190px;
  margin: 0 10px;
}
.download .store .aos {
  width: 232px;
  margin: 0 10px;
}

/* = character
-------------------------------------------------------------- */
#character {
  padding: 48px 0 40px;
  background: url(../img/character/bg.png) no-repeat center top;
  background-size: 100%;
}
#character .contents {
  width: 1000px;
  margin: 0 auto;
}
#character h2 {
  width: 800px;
  margin: 0 auto 45px;
}
#character ul {
  display: flex;
}

/* = movie
-------------------------------------------------------------- */
#movie {
  padding: 48px 0 40px;
  background: url(../img/movie/bg.png) no-repeat center top;
  background-size: 100%;
}
#movie .contents {
  width: 960px;
  margin: 0 auto;
}
#movie h2 {
  width: 800px;
  margin: 0 auto 10px;
}
#movie ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#movie li {
  position: relative;
  width: 460px;
  margin: 40px 40px 0 0;
}
#movie li:nth-child(even),
#movie li:nth-child(5) {
  margin-right: 0;
}
#movie li .thumb {
  width: 452px;
  border: 4px solid #fff;
}
#movie li .btn_movie {
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  width: 98px;
  margin: auto;
  animation: sizeScale 0.8s linear infinite;
}
@keyframes sizeScale {
    0% {transform: scale(1,1);}
   20% {transform: scale(0.9,0.9);}
   40% {transform: scale(1,1);}
  100% {transform: scale(1,1);}
}
#movie p {
  margin-top: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}

/* = special
-------------------------------------------------------------- */
#special {
  padding: 48px 0 40px;
  background: url(../img/special/bg.png) no-repeat center center;
  background-size: 100%;
}
#special .contents {
  width: 960px;
  margin: 0 auto;
}
#special h2 {
  width: 800px;
  margin: 0 auto 50px;
}
#special .bnr {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#special .bnr li {
  width: 452px;
  border: 4px solid #fff;
}
#special .bnr li:last-child {
  margin: 30px auto 0;
}

/*デジタルコンテンツ*/
.special #special {
  background: url(../img/special/bg.png) no-repeat center top;
  background-size: 100%;
}
.special #special .contents {
  width: 960px;
}
.special #special::before {
  background: none;
}
.special #special {
  padding: 40px 0 40px;
}
.special #special p {
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.special .tab-area {
  display: flex;
  justify-content: space-between;
  width: 680px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.special .tab a {
  display: block;
  padding: 15px 28px;
  border-radius: 50px;
  background-color: #fff8de;
  color: #662d14;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.special .tab.active a {
  background-color: #ffe359;
}
.special .content {
  display: none;
  position: relative;
  opacity: 0;
}
.special .content.show {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.special .content img {
  border: 4px solid #fff; 
}
.special .content.sns_icon img {
  border-radius: 50%;
}
.special .sns_icon ul {
  display: flex;
  flex-wrap: wrap;
  width: 770px;
  margin: 0 auto;
}
.special .sns_icon li {
  width: 130px;
  margin: 30px 30px 0 0; 
}
.special .sns_icon li img {
  width: 122px;
}
.special .sns_header li {
  width: 750px;
  margin: 30px auto 0;
}
.special .sns_header li img {
  width: 742px;
}
.special .virtual_bg ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special .virtual_bg li {
  width: 465px;
  margin-top: 30px; 
}
.special .virtual_bg li img {
  width: 457px;
}
.special .sns_icon li:nth-child(5n) {
  margin-right: 0;
}

/* = monster,person共通
-------------------------------------------------------------- */
#monster,
#person {
  padding: 40px 0 40px;
  color: #fff;
  font-size: 20px;
}
#monster::before,
#person::before {
  background: none;
}
#monster .contents,
#person .contents {
  width: 960px;
  margin: 0 auto;
}
#monster h2,
#person h2 {
  width: 800px;
  margin: 0 auto 30px;
}
.gallery {
  min-height: 600px;
  margin-bottom: 30px;
}
.gallery h3 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.2;
}
/*サムネのズレ上書き*/
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0)!important;
}
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;
  top: 285px;
  width: 26px;
  padding-top: 34px;
  background: url(../img/common/arrow.png) no-repeat;
  z-index: 1;
  cursor: pointer;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right:0;
  transform: scale(-1, 1);
}
span {
  font-weight: bold;
}
span.cap {
  font-size: 24px;
}
span.more {
  font-size: 28px;
}
.thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.thumbnail li {
  position: relative;
  width: 120px!important;
  margin: 20px 20px 0 0;
  cursor: pointer;
}
.thumbnail li:nth-child(7n) {
  margin-right: 0;
}
.thumbnail li a {
  display: block;
  padding-top: 120px;
}
.thumbnail li .new {
  position: absolute;
  top: -21px;
  right: -18px;
  width: 60px;
  animation: sizeScale 0.8s linear infinite;
}
.thumbnail li .label {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  width: 90%;
	margin: 0 auto;
}

/* = monster
-------------------------------------------------------------- */
#monster {
  background: url(../img/monster/bg.png) no-repeat center center;
  background-size: 100%;
}
#monster .gallery li {
  padding-top: 50px;
}
#monster .box {
  position: relative;
  float: left;
  width: 290px;
  padding-left: 75px;
}
#monster .box .btn_movie {
  position: absolute;
  top: 202px;
  left: 75px;
  right: 0;
  width: 98px;
  margin: auto;
  animation: sizeScale 0.8s linear infinite;
}

#monster .thumbnail li a:hover{
	opacity: 1;
}
#monster .thumbnail li .monster-m1 {
  background: url(../img/monster/thumb_01.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m1 {
  background: url(../img/monster/thumb_01_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m2 {
  background: url(../img/monster/thumb_02.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m2 {
  background: url(../img/monster/thumb_02_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m3 {
  background: url(../img/monster/thumb_03.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m3 {
  background: url(../img/monster/thumb_03_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m4 {
  background: url(../img/monster/thumb_04.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m4 {
  background: url(../img/monster/thumb_04_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m5 {
  background: url(../img/monster/thumb_05.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m5 {
  background: url(../img/monster/thumb_05_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m6 {
  background: url(../img/monster/thumb_06.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m6 {
  background: url(../img/monster/thumb_06_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m7 {
  background: url(../img/monster/thumb_07.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m7 {
  background: url(../img/monster/thumb_07_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m8 {
  background: url(../img/monster/thumb_08.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m8 {
  background: url(../img/monster/thumb_08_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m9 {
  background: url(../img/monster/thumb_09.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m9 {
  background: url(../img/monster/thumb_09_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m10 {
  background: url(../img/monster/thumb_10.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m10 {
  background: url(../img/monster/thumb_10_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m11 {
  background: url(../img/monster/thumb_11.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m11 {
  background: url(../img/monster/thumb_11_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m12 {
  background: url(../img/monster/thumb_12.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m12 {
  background: url(../img/monster/thumb_12_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m13 {
  background: url(../img/monster/thumb_13.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m13 {
  background: url(../img/monster/thumb_13_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m14 {
  background: url(../img/monster/thumb_14.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m14 {
  background: url(../img/monster/thumb_14_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m15 {
  background: url(../img/monster/thumb_15.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m15 {
  background: url(../img/monster/thumb_15_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m16 {
  background: url(../img/monster/thumb_16.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m16 {
  background: url(../img/monster/thumb_16_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m17 {
  background: url(../img/monster/thumb_17.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m17 {
  background: url(../img/monster/thumb_17_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m18 {
  background: url(../img/monster/thumb_18.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m18 {
  background: url(../img/monster/thumb_18_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m19 {
  background: url(../img/monster/thumb_19.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m19 {
  background: url(../img/monster/thumb_19_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m20 {
  background: url(../img/monster/thumb_20.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m20 {
  background: url(../img/monster/thumb_20_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m21 {
  background: url(../img/monster/thumb_21.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m21 {
  background: url(../img/monster/thumb_21_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m22 {
  background: url(../img/monster/thumb_22.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m22 {
  background: url(../img/monster/thumb_22_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m23 {
  background: url(../img/monster/thumb_23.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m23 {
  background: url(../img/monster/thumb_23_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m24 {
  background: url(../img/monster/thumb_24.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m24 {
  background: url(../img/monster/thumb_24_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m25 {
  background: url(../img/monster/thumb_25.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m25 {
  background: url(../img/monster/thumb_25_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m26 {
  background: url(../img/monster/thumb_26.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m26 {
  background: url(../img/monster/thumb_26_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m27 {
  background: url(../img/monster/thumb_27.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m27 {
  background: url(../img/monster/thumb_27_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m28 {
  background: url(../img/monster/thumb_28.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m28 {
  background: url(../img/monster/thumb_28_on.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li .monster-m29 {
  background: url(../img/monster/thumb_29.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m29 {
  background: url(../img/monster/thumb_29_on.png) no-repeat;
  background-size: 100%;
}

#monster .thumbnail li .monster-m30 {
  background: url(../img/monster/thumb_30.png) no-repeat;
  background-size: 100%;
}
#monster .thumbnail li.slick-current .monster-m30 {
  background: url(../img/monster/thumb_30_on.png) no-repeat;
  background-size: 100%;
}
.monster .modal-pv {
  width: 370px;
  margin: 0 auto;
  padding-top: 660px;
}

/* = person
-------------------------------------------------------------- */
#person {
  background: url(../img/person/bg.png) no-repeat center center;
  background-size: 100%;
}
#person .box {
  float: left;
  width: 350px;
  padding-left: 45px;
}
#person .thumbnail li:nth-child(1) {
  background: url(../img/person/thumb_01.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(1).slick-current {
  background: url(../img/person/thumb_01_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(2) {
  background: url(../img/person/thumb_02.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(2).slick-current {
  background: url(../img/person/thumb_02_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(3) {
  background: url(../img/person/thumb_03.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(3).slick-current {
  background: url(../img/person/thumb_03_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(4) {
  background: url(../img/person/thumb_04.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(4).slick-current {
  background: url(../img/person/thumb_04_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(5) {
  background: url(../img/person/thumb_05.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(5).slick-current {
  background: url(../img/person/thumb_05_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(6) {
  background: url(../img/person/thumb_06.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(6).slick-current {
  background: url(../img/person/thumb_06_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(7) {
  background: url(../img/person/thumb_07.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(7).slick-current {
  background: url(../img/person/thumb_07_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(8) {
  background: url(../img/person/thumb_08.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(8).slick-current {
  background: url(../img/person/thumb_08_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(9) {
  background: url(../img/person/thumb_09.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(9).slick-current {
  background: url(../img/person/thumb_09_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(10) {
  background: url(../img/person/thumb_10.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(10).slick-current {
  background: url(../img/person/thumb_10_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(11) {
  background: url(../img/person/thumb_11.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(11).slick-current {
  background: url(../img/person/thumb_11_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(12) {
  background: url(../img/person/thumb_12.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(12).slick-current {
  background: url(../img/person/thumb_12_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(13) {
  background: url(../img/person/thumb_13.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(13).slick-current {
  background: url(../img/person/thumb_13_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(14) {
  background: url(../img/person/thumb_14.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(14).slick-current {
  background: url(../img/person/thumb_14_on.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(15) {
  background: url(../img/person/thumb_15.png) no-repeat;
  background-size: 100%;
}
#person .thumbnail li:nth-child(15).slick-current {
  background: url(../img/person/thumb_15_on.png) no-repeat;
  background-size: 100%;
}

/* = videopolicy
-------------------------------------------------------------- */
#videopolicy {
  padding: 40px 0;
  color: #662d14;
  font-size: 18px;
  font-feature-settings: normal;
  letter-spacing: 0;
  text-align: left;
}
#videopolicy::before {
  background: none;
}
#videopolicy .contents {
  width: 876px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border: solid 2px #e0cfb6;
  word-break: break-all;
}
#videopolicy a {
  color: #cc1522;
}
#videopolicy h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#videopolicy h2::after {
  content: '';
  display: block;
  width: 10%;
  border-bottom: solid 4px #e0cfb6;
  margin: 0 auto;
  padding-bottom: 34px;
}
#videopolicy h3 {
  margin-top: 40px;
  padding: 10px 0 10px 22px;
  background: url(../img/common/icon.png) no-repeat left center;
  background-size: 16px;
  border-top: solid 2px #e0cfb6;
  border-bottom: solid 2px #e0cfb6;
  font-size: 24px;
}
#videopolicy p {
  margin-top: 15px;
  line-height: 1.6;
}
#videopolicy p:first-of-type {
  margin-top: 0;
}
#videopolicy li {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
#videopolicy li::before {
  content: '・';
}

/* = pc
-------------------------------------------------------------- */
.gallery li:after {
  content:" ";
  display:block;
  clear:both;
}
#monster .box img {
  width: 282px;
  border: 4px solid #fff;
}
#monster .box img.btn_movie {
  border: none;
}
#monster .text {
  float: right;
  width: 550px;
  margin-top: 130px;
  padding-right: 45px;
}
#person .text {
  float: right;
  width: 520px;
  margin-top: 90px;
  padding-right: 45px;
}