@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Top Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* --- #visual ---------------------- */
#content #visual{
	background-color: #fafafa;
}
#content #visual .inner .mainvisual{
	position: relative;
	z-index: 2;
}

#content #visual .inner .mainvisual img{
  opacity: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#content #visual .catch{
  opacity: 0;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  max-width: 904px;
  width: 40%;
  z-index: 30;
}

#content #visual .catch img{
  display: block;
  width: 100%;
  height: auto;
}


#content #visual .title{
  position: sticky;
  bottom: 0;
}
#content #visual .title h1{
  opacity: 0;
  displey:block;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 1240px;
  width: 60%;
  z-index: 80;
}

#content #visual .title h1 img{
	display: block;
  width: 100%;
  height: auto;
}

#content #visual .inner .chara{
  position: absolute;
  width: 100%;
  top: 0;
}

#content #visual .inner .chara img{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: auto;
}

#content #visual .inner .chara img.chara1{
  z-index: 50;
}
#content #visual .inner .chara img.chara2{
  z-index: 45;
}
#content #visual .inner .chara img.chara3{
  z-index: 40;
}
#content #visual .inner .chara img.chara4{
  z-index: 35;
}

#content #visual .inner .title_topic{
  position: relative;
	width: 20%;
	left: 80%;
	opacity: 0;
}
#content #visual .inner .title_topic a{
  opacity: 1.0;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#content #visual .inner .title_topic a:hover{
  opacity: 0.7;
}
#content #visual .inner .title_topic img{
  position: absolute;
  bottom: 0;
  padding: 20px;
}

@media screen and (max-width: 768px) {

  #content #visual .catch{
    top: 10%;
    width: 80%;
  }

  #content #visual .title{
	bottom: 10px;
  }
  #content #visual .title h1{
    width: 95%;
	padding-bottom: 50px;
  }
	
	
	#content #visual .inner .title_topic{
		width: 25%;
	}
	#content #visual .inner .title_topic img{
		bottom: -6vh;
		right: 0;
	}


}

/* --- .release ---------------------- */
#content .release{
	width: 100%;
}
#content .release p{
  text-align: center;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: normal;
  text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
  color: #9b2378;
}
#content .release span{
  color:#4a0b5c;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  #content .release{
  	width: 95%;
  }
  #content .release p{
  	font-size:2rem;
    line-height: 2rem;
  }
  #content .release span{
    padding-left: 0px;
  }
}

/* --- #nav ---------------------- */
#content #nav{
  width: 100%;
  z-index: 80;
}

#content #nav.fix{
  left: 0;
  position: fixed;
  top: 0;
}

#content .nav_wrap {
	margin: 0 auto;
	width: 100%;
	display: block !important;
	background-color: #FFF;
}
#content .nav_wrap:before{
	content: "";
	width: 100%;
  height: 1px;
  background-color: #FFF;
  border-top: solid 2px #caa158;
  border-bottom: solid 1px #caa158;
  display: block;
}
#content .nav_wrap:after{
	content: "";
	width: 100%;
  height: 1px;
  background-color: #FFF;
  border-top: solid 1px #caa158;
  border-bottom: solid 2px #caa158;
  display: block;
}

#content ul.nav_ul {
  display: flex;
	justify-content: space-between;
	height: 100%;
	width: 70%;
	padding: 5px 0px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

#content ul.nav_ul li {
	display: inline-block;
	flex-grow: 1;
	border-left: 1px solid #caa158;
}
#content ul.nav_ul li:first-child{
	border-left: none;
}

#content ul.nav_ul a {
	font-size: 1.5rem;
	color: #666;
	text-shadow:0px 0px 3px #fff;
	letter-spacing: 2px;

	will-change: color;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
#content ul.nav_ul a:hover {
	color:#c4598e;
}

@media screen and (max-width: 768px) {
  #content #nav{
    display: none;
  }
}

/* --- #info ---------------------- */
#content #info{
  width: 60%;
  margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  box-sizing: border-box;
  padding-top: 30px;
}

#content #info h3{
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}

#content #info #topmovie{
	width: 100%;
	padding: 20px;
}

#content #info #topmovie .topmovie_img{
	border: 1px solid #caa158;
}

#content #info #topmovie .topmovie_img .topmovielink img{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
}


#content #info #wn{
  width: 65%;
  padding: 20px;
}
#content #info #wn:after{
	content: "";
	width: 100%;
  height: 1px;
  border-top: solid 1px #caa158;
  border-bottom: solid 2px #caa158;
  display: block;
}

#wn div.box{
  height: 300px;
  overflow: hidden;
}
#content #info #wn div.box:before{
	content: "";
	width: 100%;
  height: 1px;
  border-top: solid 2px #caa158;
  border-bottom: solid 1px #caa158;
  display: block;
}

#wn div.box .mCSB_scrollTools_vertical {
    visibility: hidden;
}

#content #info #wn div.box ul li{
  padding: 10px;
  border-bottom: solid 1px #dfdfdf;
}
#content #info #wn div.box ul li span{
  font-weight: bold;
}
#content #info #wn div.box ul li p{
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding-left: 10px;
}
#content #info #wn div.box ul li p a{
  color: #c4598e;
  font-weight: bold;
  opacity: 1.0;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#content #info #wn div.box ul li p a:hover{
  opacity: 0.7;
}

#content #info #tw{
  width: 35%;
  padding: 20px;
}
#content #info #tw:after{
	content: "";
	width: 100%;
  height: 1px;
  border-top: solid 1px #caa158;
  border-bottom: solid 2px #caa158;
  display: block;
}

#tw div.box{
  height: 300px;
  overflow: hidden;
}
#content #info #tw div.box:before{
	content: "";
	width: 100%;
  height: 1px;
  border-top: solid 2px #caa158;
  border-bottom: solid 1px #caa158;
  display: block;
}

@media screen and (max-width: 768px) {
  #content #info{
    width: 95%;
    padding-top: auto;
  }
  #content #info #wn,
  #content #info #tw{
    width: 100%;
  }
  #wn div.box,
  #tw div.box{
    height: 200px;
  }

}

/* --- #topic ---------------------- */
#topic .inner{
  width: 65%;
  margin-bottom: 100px;
}

#topic .slider {
  display:none;
}
#topic .slider.slick-initialized {
  display: block;
}
#topic .slider_wrap {
    max-width: 100%;
    margin: 0 auto;
}

#topic .slick-slide {
    margin: 0 5px;
}

#topic .slider a img {
    width: 100%;
    height: auto;
    border: 1px solid #caa158;

		will-change: opacity;
		-webkit-transition: opacity 0.2s linear;
		transition: opacity 0.2s linear;
}

#topic .slider a img:hover {
    opacity: 0.7;
}

#topic .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
#topic .slick-active {
    opacity: 1;
}
#topic .slick-current {
    opacity: 1;
}
#topic .thumb {
    margin: 20px 0 0;
}
#topic .thumb .slick-slide {
    cursor: pointer;
}
#topic .thumb .slick-slide:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #topic .inner{
    width: 85%;
    padding-top: 20px;
    margin-bottom: 50px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	back Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#content .conbg{
  width: 100%;
    height: 60vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 19;
}
#content .back01{
  background-image: url(../_img/back01.jpg);
}
#content .back02{
  background-image: url(../_img/back02.jpg);
}
#content .back03{
  background-image: url(../_img/back03.jpg);
}
#content .back03:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent transparent #fafafa;
}
#content .back03:after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #fafafa transparent;
}
#content .back04{
  background-image: url(../_img/back04.jpg);
}
#content .back04:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0;
  border-color: transparent #fafafa transparent transparent;
}
#content .back04:after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 100px 0 ;
  border-color: transparent transparent #fafafa transparent;
}
#content .back05{
  background-image: url("../_img/back05.jpg");
}

#content .back05:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent transparent #fafafa;
}
#content .back05:after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw ;
  border-color: transparent transparent #fafafa transparent;
}
#content .back06{
  background-image: url(../_img/back02.jpg);
}
#content .contopbg{
    width: 100%;
    height: 30vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../_img/back06.jpg);
	background-position: top center;
    z-index: 19;
}

#story h2, #chara h2, #subchara h2, #world h2, #words h2,#graphic h2,#special h2,#product h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
	font-family: "Playfair Display",serif;
}
#story span.sh, #chara span.sh, #subchara span.sh, #words span.sh, #graphic span.sh,#special span.sh,#product span.sh,#words_p span.sh{
	display: block;
	text-align: center;
	color: #caa158;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.5em;
	transform: translateY(-1em);
	-webkit-transform: translateY(-1em);
    -ms-transform:translateY(-1em);
	margin: 0 0 50px 0;
}
#world span.sh{
	display: block;
	text-align: center;
	color: #caa158;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.5em;
	transform: translateY(-1em);
	-webkit-transform: translateY(-1em);
    -ms-transform:translateY(-1em);
	margin: 0 0 220px 0;
}
#story h2:after, #chara h2:after, #subchara h2:after, #world h2:after,#graphic h2:after,#special h2:after,#product h2:after{
  content: "";
  margin-right: -1.5rem;
}

#story{
  margin-bottom: 100px;
}
#chara, #subchara, #world, #words, #product{
  margin-bottom: 100px;
}
#graphic, #special{
  margin-bottom: 100px;
}

.con_line{
	position: relative;
	margin-top:-100px;
}
.con_line img{
	display: block;
	margin: 0 auto;
}
.con_ast{
	position: relative;
	margin-top:50px;
}
.con_ast img{
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #content .conbg{
    background-size: 150%;
    background-attachment: scroll;
    height: 40vh;
  }
  #content .back01{
    background-position: top center;
  }
  #content .back02{
    background-position: top center;
  }
  #content .back03{
    background-position: top center;
  }
  #content .back03:before{
    border-width: 0 0 50px 100vw ;
  }
  #content .back03:after{
    border-width: 0 0 50px 100vw ;
  }
  #content .back04{
    background-position: top center;
  }
  #content .back04:before{
    border-width: 0 100vw 50px 0;
  }
  #content .back04:after{
    border-width: 0 100vw 50px 0;
  }
  #content .back05{
    background-position: top center;
  }
  #content .back05:before{
    border-width: 0 0 50px 100vw ;
  }
  #content .back05:after{
    border-width: 0 0 50px 100vw ;
  }
  #content .back06{
    height: 50vh;
    background-position: top center;
  }
	
  #content .contopbg{
    background-size: 150%;
  }

  #story h2, #chara h2, #subchara h2, #world h2, #words h2, #graphic h2,#special h2,#product h2{
    font-size: 4.2rem;
    line-height: 4.2rem;
    letter-spacing: 0.5rem;
	margin: 40px 0 40px 0;
  }

	#world span.sh{
	margin: 0 0 170px 0;
	}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Story Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#story .inner{
  position: relative;
  margin: 0 auto;
  width: 80%;
}

#story .inner .story_img_l{
	display: inline-block;
	position: absolute;
	box-shadow: 0px 0px 15px 3px #eee;
	top: -500px;
	left: 50px;
	z-index: -1;
	
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	transition: transform 1s ease;
}
#story .inner .story_img_r{
	display: inline-block;
	position: absolute;
	box-shadow: 0px 0px 15px 3px #eee;
	bottom: -500px;
	right: 50px;
	z-index: -1;
	
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	transition: transform 1s ease;
}

#story .inner .story_txt {
}

#story .inner p{
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.3rem;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
}
#story .inner .story_txt p:last-child{
  margin-bottom: auto;
}

#story .inner p.strong{
  font-size: 2.3rem;
  line-height: 3.8rem;
}
#story .inner span.back_g{
  background-color: #eee;
	padding: 0px 20px;
}

#story .inner span.blue{
  color: #479dff;
}
#story .inner span.pink{
  color: #ff47b5;
}
#story .inner span.red{
  color: #ff4762;
}

@media screen and (max-width: 768px) {
  #story .inner{
    width: 100%;
  }
	
  #story .inner .story_img_l{
	display: inline-block;
	position: relative;
	top: auto;
	left: -20%;
	opacity: 0;
	z-index: -1;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
  }
  #story .inner .story_img_r{
	display: inline-block;
	position: relative;
	bottom: auto;
	right: -20%;
	opacity: 0;
	z-index: -1;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
  }

  #story .inner .story_txt{
	  margin: 50px 0;
  }
  #story .inner .story_txt p{
	text-align: left;
    margin: 0px 5% 30px 5%;
  }

  #story .inner p.strong{
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Chara Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#chara .inner{
  margin: 0 auto;
}

#chara .inner .mainchara{
  position: relative;
}

#chara .inner .mainchara ul{
  position: relative;
  display: block;
  font-size: 0;
  text-align: center;
  width: 70%;
  margin: 0 auto;

  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  justify-content: center;
}

#chara .inner .mainchara li{
  display: inline-block;
  box-sizing: border-box;
  width: 20%;
  margin-right: 20px;

  will-change: filter;
  -webkit-transition: filter 0.2s linear;
  transition: filter 0.2s linear;
}
#chara .inner .mainchara li:last-child{
	margin-right: 0px;
}

#chara .inner .mainchara li img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
#chara .inner .andmore{
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-style: italic;
  letter-spacing: 2px;
  margin-top: 50px;
}
#chara .inner .andmore a{
  display: inline-block;
  color: #caa158;

  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#chara .inner .andmore a:after{
  content: "\f0d7";
  position: relative;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  font-weight: bold;
  display: block;
  font-size: 3rem;
  line-height: 3rem;
  font-style: normal;
}
#chara .inner .andmore a:hover{
  opacity:0.7;
}

.gray{
  filter: grayscale(1);
}

@media screen and (max-width: 768px) {
  #chara .inner .mainchara ul{
    width: 90%;
  }
  #chara .inner .mainchara li{
    width: 50%;
	margin-right: 0px;
	padding: 5px;
  }
  #chara .inner .andmore{
	margin-top: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Main character Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mainchara_wrap{
  width: 100%;
}

#mainchara_wrap .inner{
  width: 90%;
  min-height: 1700px;
  margin: 0 auto;
  padding-top: 100px;

  display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
}
#mainchara_wrap #sop,
#mainchara_wrap #kai{
  flex-direction:row-reverse;
}

#mainchara_wrap .chara_l,
#mainchara_wrap .chara_r{
  display: block;
  position: relative;
  box-sizing: border-box;
}
#mainchara_wrap #mil .chara_l,
#mainchara_wrap #lay .chara_l{
  width: 60%;
}
#mainchara_wrap #mil .chara_r,
#mainchara_wrap #lay .chara_r{
  width: 40%;
  left: -10%;
}
#mainchara_wrap #sop .chara_l,
#mainchara_wrap #kai .chara_l{
  width: 40%;
  right: -10%;
}
#mainchara_wrap #sop .chara_r,
#mainchara_wrap #kai .chara_r{
  width: 60%;
}

#mainchara_wrap .name_wrap{
}
#mainchara_wrap .name{
	font-style: italic;
	text-align: center;
}
#mainchara_wrap .name p{
	display: inline-block;
}
#mainchara_wrap #mil .name p{
	display: block;
}
#mainchara_wrap .name ruby rp,
#mainchara_wrap .name ruby rt{
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0.5rem;
	text-align: center;
	padding-left: 3rem;
}
#mainchara_wrap .name p.strong{
	font-size: 10rem;
	line-height: 10rem;
	margin: 2rem 0;
}
#mainchara_wrap .name p.normal{
	font-size: 6rem;
	line-height: 6rem;
	margin-bottom: 3rem;
}
#mainchara_wrap #mil .name p.strong{
	color: #ff6293;
}
#mainchara_wrap #sop .name p.strong{
	color: #8942fe;
}
#mainchara_wrap #lay .name p.strong{
	color: #ff8331;
}
#mainchara_wrap #kai .name p.strong{
	color: #317fff;
}

#mainchara_wrap .chara_line{
	display: block;
	margin: 0 auto;
	width: 100%;
}

#mainchara_wrap .cv_wrap {
	margin-top: 3rem;
	padding: 0px 10px;
}
#mainchara_wrap .cv {
    display: inline-block;
}

#mainchara_wrap .cv a{
  opacity: 1.0;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#mainchara_wrap .cv a:before {
  content: "\e61b";
  position: relative;
  font-size: 2.5rem;
  font-style: normal;
  font-family: "Font Awesome 6 Brands";
  margin-left: 10px;
  vertical-align: bottom;
  color: #dfc69c ;
}
#mainchara_wrap .cv a:hover{
  opacity: 0.7;
}

#mainchara_wrap .cvlabel {
	margin-right: 10px;
	vertical-align: sub;
}
#mainchara_wrap .cvlabel a.cvcp{
	margin-left: 5px;
	font-size: 3rem;
	line-height: 3rem;
	color:#FFFFFF;
	text-align:center;
	display:block;
	border-radius: 100px;
	padding: 15px 30px;
	border: 1px solid #caa158;
	vertical-align: middle;
}
#mainchara_wrap #mil .cvlabel a.cvcp{
	background:#f0a9df;
}
#mainchara_wrap #sop .cvlabel a.cvcp{
	background:#ba91ff;
}
#mainchara_wrap #lay .cvlabel a.cvcp{
	background:#f4a16a;
}
#mainchara_wrap .cv a.cvcp::before{
	content: "";
	display: none;
}
#mainchara_wrap .cv a.cvcp::after{
		content: "\f061";
  position: relative;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  font-weight: bold;
  display: inline;
	color: #FFF;
	margin-left: 10px;
	padding: 8px 10px;
	border: 1px solid #fff;
}
#mainchara_wrap .cvname {
	font-size: 2.5rem;
	line-height: 2.5rem;
	vertical-align: middle;
}

#mainchara_wrap .cv_wrap .cv_box{
	display: inline-block;
	width: 50%;
	position: absolute;
	right: 0;
}
#mainchara_wrap .cv_wrap .cv_box a{
  width:30%;
  text-align:center;
  display:inline-block;
  border-radius: 20px;
  margin-right: 5px;
  opacity: 1.0;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#mainchara_wrap .cv_wrap .cv_box a:hover{
  opacity: 0.5;
}
#mainchara_wrap .cv_wrap .cv_box a.playnow {
  opacity: 0.5;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#mainchara_wrap .cv_wrap .cv_box a::before{
  content: "\f130";
  position: relative;
  color:#FFFFFF;
  font-size: 1.8rem;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  font-weight: bold;
  justify-content: center;
  display: flex;
}
#mainchara_wrap .cv_wrap .cv_box a.milcv{
  background:#f0a9df;
}
#mainchara_wrap .cv_wrap .cv_box a.sopcv{
  background:#ba91ff;
}
#mainchara_wrap .cv_wrap .cv_box a.laycv{
  background:#f4a16a;
}

#mainchara_wrap .data{
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding: 0 10px;
  margin-top:3rem;
}
#mainchara_wrap .data p{
  margin-bottom: 15px;
  text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}
#mainchara_wrap .data p:last-child{
  padding-bottom: 3rem;
  margin-bottom: auto;
}

#mainchara_wrap .closetbtn_wrap{
  margin: 3rem 0;
}

#mainchara_wrap ul.closetbtn{
  width: 100%;
  padding: 0px 10px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

#mainchara_wrap ul.closetbtn li{
  width: 16.5%;
  filter: grayscale(1);
  will-change: filter;
  -webkit-transition: filter 0.2s linear;
  transition: filter 0.2s linear;
}
#mainchara_wrap ul.closetbtn li:hover,
#mainchara_wrap ul.closetbtn li.active{
  filter: none;
}
#mainchara_wrap ul.closetbtn li img{
	width: 100%;
}

#mainchara_wrap ul.closetimg li{
  opacity: 0;
  position: absolute;
  right: -200px;
  left: 0;
  margin: auto;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#mainchara_wrap ul.closetimg li.active{
  opacity: 1;
}
#mainchara_wrap ul.closetimg li img{
  display: block;
  margin: 0 auto;
}

#mainchara_wrap .status{
  position: relative;
  margin: 3rem 0;
  padding: 0 10px;
}

#mainchara_wrap .status dl{
  display: flex;
  flex-wrap: wrap;
  text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;
}

#mainchara_wrap .status dt{
  height: auto;
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 10px;
  width: 20%;
  color: #caa158;
}

#mainchara_wrap .status dd{
  height: auto;
  font-size: 1.5rem;
  margin-bottom: 10px;
  width: calc(100% - 20%);
}
#mainchara_wrap .status dl dt.bottom{
  margin-bottom: 0px;
}
#mainchara_wrap .status dl dd.bottom{
  margin-bottom: 0px;
}

#mainchara_wrap .copy{
  position: absolute;
  height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 21;
}
#mainchara_wrap .chara_l .copy{
  left: 10%;
}
#mainchara_wrap .chara_r .copy{
  right: 10%;
}
#mainchara_wrap .copy_l{
	margin-top: 10%;
}
#mainchara_wrap .copy_r{

}

#mainchara_wrap .copy p{
  font-size: 4rem;
  line-height: 7rem;
  display: block;
  letter-spacing: 0.2rem;
  text-shadow: 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 5px #ffffff, 0px -1px 5px #ffffff, -1px 0px 5px #ffffff, 0px 1px 5px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px -1px 0px #ffffff, -1px 0px 0px #ffffff, 0px 1px 0px #ffffff;

}
#mainchara_wrap .copy span.strong{
	font-size: 5rem;
}
#mil .copy span.strong{
  color:#ff6293;
}
#sop .copy span.strong{
	color:#8942fe;
}
#lay .copy span.strong{
	color: #ff8331;
}
#kai .copy span.strong{
	color: #317fff;
}

#mainchara_wrap .back_name{
	color:#f0e3cb;
	font-family: 'Allura';
	position: absolute;
	bottom:0;
	z-index: -1;
	font-size: 18rem;
	line-height: 18rem;
	width: 100%;
}
#mainchara_wrap .chara_l .back_name{
	left: 10%;
}
#mainchara_wrap .chara_r .back_name{
	right: 10%;
	text-align: right;
}

#mainchara_wrap a.words.popup{
	border-bottom: 1px solid #caa158;
}
#mainchara_wrap a.words.popup:after{
		content: "\f04b";
  position: relative;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  font-weight: bold;
  display: inline-block;
  font-size: 1rem;
  line-height: 100%;
  font-style: normal;
	color: #caa158;
	padding: 3px;
	border: 1px solid #caa158;
	vertical-align: middle;
	text-shadow: none;
	margin: 0 0 2px 2px;
}

@media screen and (max-width: 768px) {
  #mainchara_wrap .inner{
    width: 100%;
    min-height: inherit;
    padding-top: 50px;
  }
	
	#mainchara_wrap #mil .chara_l,
	#mainchara_wrap #lay .chara_l{
		width: 100%;
	}
	#mainchara_wrap #mil .chara_r,
	#mainchara_wrap #lay .chara_r{
		width: 95%;
		left: auto;
		margin:0 auto;
	}
	#mainchara_wrap #sop .chara_l,
	#mainchara_wrap #kai .chara_l{
		width: 95%;
		right: auto;
		margin:0 auto;
	}
	#mainchara_wrap #sop .chara_r,
	#mainchara_wrap #kai .chara_r{
		width: 100%;
	}
	
	#mainchara_wrap .chara_l .copy{
		left: 10px;
	}
	#mainchara_wrap .chara_r .copy{
		right: 10px;
	}
	#mainchara_wrap .copy p{
		font-size: 2rem;
		line-height: 4rem;
	}
	
	#mainchara_wrap .name ruby rp,
	#mainchara_wrap .name ruby rt{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	#mainchara_wrap .name p.strong{
		font-size: 5rem;
		line-height: 5rem;
		margin: 2rem 0;
	}
	#mainchara_wrap .name p.normal{
		font-size: 3rem;
		line-height: 3rem;
		margin-bottom: 2rem;
	}
	
	#mainchara_wrap .copy span.strong{
		font-size: 3rem;
	}

	#mainchara_wrap ul.closetimg li{
		right: auto;
	}
	#mainchara_wrap ul.closetimg li.active{
		position: relative;
		z-index: 10;
	}
	#mainchara_wrap #mil ul.closetimg li.active{
		left: 20%;
	}
	#mainchara_wrap #sop ul.closetimg li.active{
		left: -10%;
		width: 120%;
	}
	#mainchara_wrap #lay ul.closetimg li.active{
		left: 10%;
		width: 110%;
	}
	
	#mainchara_wrap .chara_l .back_name{
		left: auto;
		font-size:10rem;
		line-height:10rem;
	}
	#mainchara_wrap .chara_r .back_name{
		right: auto;
		text-align: right;
		font-size:10rem;
		line-height:10rem;
	}
	
	#mainchara_wrap .name_wrap{
	}
	
	#mainchara_wrap .cv_wrap{
		width: 95%;
		padding: 0;
		margin: 2rem auto 0 auto;
	}
	#mainchara_wrap .cv{
		margin-bottom: 1rem;
		display: block;
	}
	#mainchara_wrap .cv_wrap .cv_box{
		display: block;
		position: relative;
		width: 100%;
	}
	
	#mainchara_wrap .cvlabel a.cvcp{
		display: block;
		margin-left: 0px;
		font-size: 2rem;
		line-height: 2rem;
		border-radius: 100px;
		padding: 10px 10px;
		vertical-align: middle;
	}
	
	#mainchara_wrap .cv a.cvcp::after{
		margin-left: 0px;
		padding: 2px 3px;
	}
	
	#mainchara_wrap .data{
		width: 100%;
		margin:2rem 0 auto;
	}
	#mainchara_wrap .data p:last-child{
		padding-bottom: 2rem;
	}
	
	#mainchara_wrap .status{
		width: 95%;
		margin: 0 auto;
	}
	#mainchara_wrap .status dl{
		margin: 2rem 0;
	}
	#mainchara_wrap .status dt{
		width: 30%;
	}
	#mainchara_wrap .status dd{
		width: calc(100% - 30%);
	}
	
  #mainchara_wrap .closetbtn_wrap{
    margin: 2rem auto;
  }
  #mainchara_wrap ul.closetbtn{
    width: 100%;
    margin: 0 auto;
  }
  #mainchara_wrap ul.closetbtn li{
    width: 20%;
    filter: none;
    font-size: 0;
  }
  #mainchara_wrap ul.closetbtn li a{
    display: inline-block;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Sub character Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#subchara .inner{
  margin: 0 auto;
}

#subchara .inner{
  position: relative;
}

.swiper-button-prev{
  height: 53px;
  width: 41px;
  left: 5%;
}
.swiper-button-next {
  height: 53px;
  width: 41px;
  right: 5%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 53px;
  margin: auto;
  width: 100%;
}
.swiper-button-prev::after {
  background-image: url("../_img/prev.png");
}
.swiper-button-next::after {
  background-image: url("../_img/next.png");
}

#subchara .inner .subchara_list ul{
  position: relative;
  display: block;
  text-align: center;
  width: 70%;
  margin: 0 auto;

  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  justify-content: center;
}

#subchara .inner .subchara_list li{
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  width: 25%;

  will-change: filter;
  -webkit-transition: filter 0.2s linear;
  transition: filter 0.2s linear;
}

#subchara .inner .subchara_list li img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

#subchara .inner .subchara_prof{
	width: 80%;
	padding-top:100px;
}

#subchara .inner .subchara_box{
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;

  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
  justify-content: center;
}
#subchara .inner .subchara_box .subchara_inner{
  display: inline-block;
  box-sizing: border-box;
}
#subchara .inner .subchara_box.vil .subchara_inner{
  width: 33.33333%;
}
#subchara .inner .subchara_box.jim .subchara_inner{
  width: 25%;
}
#subchara .inner .subchara_box.car .subchara_inner{
  width: 33.33333%;
}
#subchara .inner .subchara_box.tri .subchara_inner{
  width: 50%;
}
#subchara .inner .subchara_box.fro .subchara_inner{
  width: 50%;
}
#subchara .inner .subchara_box.rei .subchara_inner{
  width: 50%;
}
#subchara .inner .subchara_box.oth .subchara_inner{
  width: 33.33333%;
}

#subchara .subchara_box a.subimg{
  display: inline-block;
  opacity: 1.0;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#subchara .subchara_box a.subimg:hover{
  opacity: 0.5;
}
#subchara .subchara_box a.subimg img{
	width: 80%;
}

#subchara .sub_ast{
	margin: 30px 0px;
}

#subchara .sub_name p{
	font-size: 3rem;
	line-height: 3rem;
	font-style: italic;
	transform: scale(0.8, 1);
	margin-bottom: 3rem;
}
#subchara .sub_name p.ja{
	margin-top: calc( -3rem + 15px );
}
#subchara .sub_name p ruby rp,
#subchara .sub_name p ruby rt{
	padding-left: 1rem;
}

#subchara .cv_wrap {
	margin-bottom: 3rem;
}
#subchara .cv_wrap.nocv {
	margin-bottom: calc(3rem + 28px);
}
#subchara .cv {
    display: inline-block;
	margin-bottom: 1.5rem;
	vertical-align: middle;
}
#subchara .cv a{
  opacity: 1.0;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#subchara .cv a:before {
  content: "\e61b";
  position: relative;
  font-size: 2rem;
  font-style: normal;
  font-family: "Font Awesome 6 Brands";
  margin-left: 10px;
  color: #dfc69c ;
}
#subchara .cv a:hover{
  opacity: 0.7;
}
#subchara .cvlabel {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-right: 10px;
}
#subchara .cvname {
	font-size: 2rem;
	line-height: 2rem;
}

#subchara .cv_wrap .cv_box{
	display: block;
	width: 60%;
	margin: 0 auto;
}
#subchara .cv_wrap .cv_box a{
  width:30%;
  text-align:center;
  display:inline-block;
  border-radius: 20px;
  margin-right: 5px;
  opacity: 1.0;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#subchara .cv_wrap .cv_box a:hover{
  opacity: 0.5;
}
#subchara .cv_wrap .cv_box a.playnow {
  opacity: 0.5;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#subchara .cv_wrap .cv_box a::before{
  content: "\f130";
  position: relative;
  color:#FFFFFF;
  font-size: 1.8rem;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  font-weight: bold;
  justify-content: center;
  justify-content: center;
  display: flex;
}
#subchara .vil .cv_wrap .cv_box a{
  background:#393939;
}
#subchara .jim .cv_wrap .cv_box a{
  background:#dd4f4f;
}
#subchara .car .cv_wrap .cv_box a{
  background:#7583f5;
}
#subchara .tri .cv_wrap .cv_box a{
  background:#b27fcf;
}
#subchara .fro .cv_wrap .cv_box a{
  background:#88675c;
}
#subchara .rei .cv_wrap .cv_box a{
  background:#37786c;
}
#subchara .oth .cv_wrap .cv_box a{
  background:#949494;
}

#subchara .subchara_box .sub_type{
	width: 80%;
	margin: 0 auto 3rem auto;
}
#subchara .subchara_box .sub_type dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-bottom: 5px;
}
#subchara .subchara_box .sub_type dl:last-child{
  margin-bottom: 0px;
}

#subchara .subchara_box .sub_type dt{
  height: auto;
  display: inline-block;
  text-align: center;
  width: 20%;
  padding: 2px 10px;
  background-color: #dfc69c;
}

#subchara .subchara_box .sub_type dd{
  height: auto;
  text-align: left;
  padding-left: 10px;
  width: 80%;
}

#subchara .subchara_box .sub_data{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	line-height: 3rem;
	padding-left: 20px;
}
#subchara .subchara_box .sub_data p:before{
   content:"";
   display:inline-block;
   width:5px;
   height:5%;
   background-color:#d4d4d4;
   position:absolute;
   margin-left: -20px;
}

#subchara a.words.popup{
	border-bottom: 1px solid #caa158;
}
#subchara a.words.popup:after{
		content: "\f04b";
  position: relative;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  font-weight: bold;
  display: inline-block;
  font-size: 1rem;
  line-height: 100%;
  font-style: normal;
	color: #caa158;
	padding: 3px;
	border: 1px solid #caa158;
	vertical-align: middle;
	text-shadow: none;
	margin: 0 0 2px 2px;
}

@media screen and (max-width: 768px) {
	#subchara .inner .subchara_list ul{
		width: 100%;
	}
	#subchara .inner .subchara_list li{
		width: 50%;
	}
	
	#subchara .inner .subchara_prof{
		width: 100%;
	}
	#subchara .inner .subchara_box .subchara_inner{
		margin-bottom: 50px;
	}
	#subchara .inner .subchara_box.vil .subchara_inner,
	#subchara .inner .subchara_box.jim .subchara_inner,
	#subchara .inner .subchara_box.car .subchara_inner,
	#subchara .inner .subchara_box.oth .subchara_inner{
		width: 50%;
	}
	#subchara .inner .subchara_box.tri .subchara_inner,
	#subchara .inner .subchara_box.tei .subchara_inner{
		width: 60%;
	}
	
	#subchara .sub_ast{
		margin:2rem 0;
	}
	
	#subchara .sub_name p{
		font-size: 2rem;
		line-height: 2rem;
		margin-bottom: 2rem;
		white-space: nowrap;
	}
	#subchara .sub_name p.ja{
		margin-top: calc( -2rem + 10px );
	}
	#subchara .cv_wrap {
		margin-bottom: 2rem;
	}
	#subchara .cv{
		margin-bottom: 1rem;
	}
	#subchara .cv a:before {
		margin-left: auto;
	}
	#subchara .cvlabel{
		line-height: 2rem;
		margin-right: auto;
	}
	#subchara .cv_wrap .cv_box{
		width: 100%;
	}
	#subchara .cv_wrap .cv_box a{
		width: 20%;
	}
	#subchara .subchara_box .sub_type{
		width: 90%;
		margin: 0 auto 2rem auto;
	}
	#subchara .subchara_box .sub_type dt{
		width: 40%;
        font-size:4vw;
	}
	#subchara .subchara_box .sub_type dd{
		width: 60%;
		padding-left: auto;
		text-align: center;
	}
	
	#subchara .subchara_box .sub_data{
		width: 90%;
		padding-left: 10px;
	}
	#subchara .subchara_box .sub_data p:before{
		width:3px;
		margin-left: -10px;
	}
	
	.swiper-button-next{
		width:21px;
		height:auto;
		right:1%;
	}
	.swiper-button-prev{
		width:21px;
		height:auto;
		left:1%;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	World Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#world .inner{
  margin:0 auto;
}

#world .inner .world_wrap01,
#world .inner .world_wrap02,
#world .inner .world_wrap03{
	background-color: #eee;
	padding-bottom: 1px;
	margin-bottom: 200px;
}
#world .inner .world_wrap03{
	margin-bottom: 150px;
}

#world .inner .world_box{
  position: relative;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 50px;
	
  display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
}

#world .inner .world_wrap02 .world_box{
  flex-direction:row-reverse;
}

#world .inner .world_img{
	display: inline-block;
	width: 70%;
	box-sizing: border-box;
	margin-top: -130px;
}
#world .inner .world_wrap01 .world_img,
#world .inner .world_wrap03 .world_img{
	margin-left: -13%;
}
#world .inner .world_wrap02 .world_img{
	margin-right: -20%;
}

#world .inner .world_img img{
	box-shadow: 0px 0px 15px 3px #eee;
}

#world .inner .world_img p{
  font-size: 2rem;
  line-height: 4rem;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

#world .inner .world_txt{
  position: relative;
  display: block;
  width: 40%;
  box-sizing: border-box;
  text-align: center;
  margin-top: -130px;
}

#world .inner .world_txt p.world_nm{
	color: #000;
	font-style: italic;
	border-bottom: solid #000 1px;
	display: inline-block;
	
	font-size: 4rem;
	line-height: 5rem;
	margin-bottom: 3rem;
}
#world .inner .world_txt .world_title{
	display: block;
	padding: 20px 20px;
	background: #b27fcf;
	margin-bottom: 5rem;
}
#world .inner .world_wrap01 .world_txt .world_title,
#world .inner .world_wrap03 .world_txt .world_title{
	margin-left: -20%;
	transform: skewX(-30deg);
}
#world .inner .world_wrap02 .world_txt .world_title{
	margin-right: -15%;
	transform: skewX(30deg);
}
#world .inner .world_txt .world_title .world_line{
	display: inline-block;
}
#world .inner .world_wrap01 .world_txt .world_title .world_line,
#world .inner .world_wrap03 .world_txt .world_title .world_line{
	margin-left: -50%;
	transform: skewX(30deg);
}
#world .inner .world_wrap02 .world_txt .world_title .world_line{
	margin-right: -50%;
	transform: skewX(-30deg);
}
#world .inner .world_txt .world_title h3 {
	display: inline-block;
	
	font-size:5rem;
	line-height: 5rem;
	position: relative;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 5px;
}
#world .inner .world_txt .world_title h3:before{
	content: url("../_img/line_w.png");
	vertical-align: middle;
	margin-top: -1vh;
}
#world .inner .world_wrap01 .world_txt .world_title h3:before{
	margin-left: -20vw;
	margin-right: 10px;
	float: left;
}
#world .inner .world_wrap03 .world_txt .world_title h3:before{
	margin-left: -15vw;
	margin-right: 10px;
	float: left;
}
#world .inner .world_wrap02 .world_txt .world_title h3:before{
	margin-right: -15vw;
	margin-left: 10px;
	float: right;
}
#world .inner .world_wrap01 .world_txt .world_title h3{
	padding-left: 20%;
	transform: skewX(30deg);
	letter-spacing: 2rem;
	margin-right:-2rem;
}
#world .inner .world_wrap03 .world_txt .world_title h3{
	padding-left: 15%;
	transform: skewX(30deg);
	letter-spacing: 0.5rem;
	margin-right:-0.5rem;
}
#world .inner .world_wrap02 .world_txt .world_title h3 {
	padding-right: 15%;
	transform: skewX(-30deg);
	letter-spacing: 0.5rem;
	margin-right:-2rem;
}
#world .inner .world_txt .world_ast_last{
	margin-bottom: 6rem;
}
#world .inner .world_wrap01 .world_txt .world_ast_last{
	margin-bottom: 15rem;
}
#world .inner .world_txt .world_data{
	text-align: left;
	color: #000;
	margin: 3rem auto;
	width: 90%;
}

#world .inner .world_list{
}

#world .inner .world_list ul{
  position: relative;
  display: block;
  text-align: center;

  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  justify-content: center;
}
#world .inner .world_wrap01 .world_list ul{
  width: 180%;
  margin-left: -15vw;
}
#world .inner .world_wrap03 .world_list ul{
  width: 180%;
  margin-left: -20vw;
}
#world .inner .world_wrap02 .world_list ul{
  width: 180%;
  margin-right: -15vw;
}

#world .inner .world_list li{
  display: inline-block;
  box-sizing: border-box;
  padding-right: 20px;
  width: 33.33333%;
}
#world .inner .world_wrap03 .world_list li{
  width: 60%;
}

#world .inner .world_list li img{
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 15px 3px #eee;
}

#world .inner .world_list li p{
  color: #000;
  text-align: center;
  font-style: italic;
	font-size: 2rem;
	line-height: 2rem;
	margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
	#world .inner .world_box{
		width: 90%;
	}
	#world .inner .world_wrap01,
	#world .inner .world_wrap02,
	#world .inner .world_wrap03{
		padding-bottom: 50px;
		margin-bottom: 200px;
	}
	#world .inner .world_img{
		width: 100%;
		margin-top: -130px;
	}
	#world .inner .world_txt{
		width: 100%;
		margin-top: 3rem;
	}
	#world .inner .world_wrap01 .world_list ul{
		margin: 0 auto;
		width: 100%;
	}
	#world .inner .world_wrap02 .world_list ul{
		margin: 0 auto;
		width: 100%;
	}
	#world .inner .world_wrap03 .world_list ul{
		margin: 0 auto;
		width: 100%;
	}
	#world .inner .world_list li{
		padding-right: 10px;
	}
	#world .inner .world_wrap03 .world_list li{
		width: 80%;
		padding-right: 0;
	}
	
	#world .inner .world_txt .world_title{
		padding: 5px 10px;
		margin-bottom:3rem;
	}
	#world .inner .world_wrap01 .world_txt .world_title,
	#world .inner .world_wrap03 .world_txt .world_title{
		margin-left: auto;
		transform: skewX(-20deg);
	}
	#world .inner .world_wrap02 .world_txt .world_title{
		margin-right: auto;
		transform: skewX(20deg);
	}
	#world .inner .world_wrap01 .world_txt .world_title h3{
		padding-left: 0;
		transform: skewX(20deg);
	}
	#world .inner .world_wrap03 .world_txt .world_title h3{
		padding-left: 0;
		font-size: 3rem;
		transform: skewX(20deg);
	}
	#world .inner .world_wrap02 .world_txt .world_title h3 {
		padding-right: 0;
		font-size: 3rem;
		transform: skewX(-20deg);
	}
	#world .inner .world_txt .world_title h3:before{
		content: "";
	}
	
	#world .inner .world_txt .world_ast{
		margin-bottom: 3rem;
	}
	#world .inner .world_txt .world_ast_last{
		margin-bottom: 3rem;
	}
	#world .inner .world_wrap01 .world_txt .world_ast_last{
		margin-bottom: 3rem;
	}
	
	#world .inner .world_txt .world_data{
		margin: 0 auto 50px auto;
	}
	
	#world .inner .world_list{
		margin-top: auto;
	}
	#world .inner .world_wrap01 .world_list{
		margin-right: -9%;
	}
	#world .inner .world_wrap02 .world_list{
		margin-left: -10%;
	}
	#world .inner .world_wrap03 .world_list{
		margin-right: -20%;
	}
	
	#world .inner .world_list li p{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Words Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#words .inner{
	margin:0 auto;
	text-align: center;
}
#words .inner a.words_btn{
    position: relative;
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background-color: rgba(202,161,88,1);
	border-radius: 100px;
	border: solid 1px #aa8748;
	padding: 20px 50px;
	box-shadow: 5px 5px 0px #cdcdcd;

  will-change: background-color;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#words .inner a.words_btn:hover{
	background-color: rgba(202,161,88,0.7);
}

#words .inner .words_btn span{
	color: #fff;
	font-size: 3rem;
	line-height: 3rem;
	font-style: italic;
	font-family: "Playfair Display",serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Graphic Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#graphic .inner{
  margin:0 auto;
}

#graphic .inner .gralist{
  width: 70%;
  margin: 0 auto;
}

#graphic .inner .gralist ul{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
  justify-content: left;
  align-items: center;
}

#graphic .inner .gralist ul li{
  width: 33.33333%;
  padding: 5px;
}

#graphic .inner .gralist ul li a{
  display: inline-block;
	width: 100%;
}

#graphic .inner .gralist ul li a img{
  border: 1px solid #caa158;
  width: 100%;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#graphic .inner .gralist ul li img{
	width: 100%;
}

#graphic .inner .gralist ul li a img:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #graphic .inner .gralist{
    width: 90%;
  }
  #graphic .inner .gralist ul li{
    width: 50%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Special Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#special .inner{
  margin:0 auto;
}

#special .inner .spelist{
  width: 65%;
  margin: 0 auto;
}

#special .inner .spelist ul{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
  justify-content: left;
  align-items: center;
}

#special .inner .spelist ul li{
  width: 33.33333%;
  padding: 5px;
}

#special .inner .spelist ul li a{
  display: inline-block;
	width: 100%;
}

#special .inner .spelist ul li a img{
  border: 1px solid #caa158;
  width: 100%;

  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#special .inner .spelist ul li a img:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #special .inner .spelist{
    width: 90%;
  }
  #special .inner .spelist ul li{
    width: 50%;
  }
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Product Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#product .inner .spec_wrap{
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}

#product .inner .spec_wrap .stafflist,
#product .inner .spec_wrap .speclist{
  width: 45%;
  margin: 0 auto;
}

#product .inner h3{
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
}

#product dl{
  display: flex;
  flex-wrap: wrap;
}

#product dt{
  height: auto;
  display: inline-block;
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#product .stafflist dt{
  width: 150px;
}
#product .speclist dt{
  width: 100px;
}

#product dl:before{
	content: "";
	width: 100%;
  height: 1px;
  border-top: solid 1px #caa158;
  border-bottom: solid 2px #caa158;
  display: block;
  margin-bottom:10px;
}

#product dd{
  height: auto;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#product .stafflist dd{
  width: calc(100% - 150px);
}
#product .speclist dd{
  width: calc(100% - 100px);
}

#product dd a{
  position: relative;
  vertical-align: middle;
}

#product dd a{
  color: #caa158;

  will-change: color;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#product dd a:before {
  content: "\e61b";
  position: absolute;
  font-size: 1.3rem;
  font-family: "Font Awesome 6 Brands";
  margin-left: 10px;
}
#product dd a:hover{
  color:#c4598e;
}

#product dd small{
  font-size: 1rem;
  line-height: 1rem;
}

#product .sd_list{
	width: 50%;
	margin: 50px auto 0 auto;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
	align-items: center;
}
#product .sd_box{
	width: 33.33333%;
}
#product .sd_box img{
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #product .inner .spec_wrap{
    width: 90%;
  }
  #product .inner .spec_wrap .stafflist,
  #product .inner .spec_wrap .speclist{
	  width: 100%;
  }
	
	#product .stafflist dt{
		width: 120px;
	}
	#product .stafflist dd{
		width: calc(100% - 120px);
	}
	
	#product .sd_list{
	width: 90%;
	}
	#product .sd_box{
		width: 50%;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Subcon Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content .backbtn{
  text-align: center;
  margin: 0 auto;
}
#content .backbtn a{
  color: #c4598e;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: bold;

  opacity: 1.0;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#content .backbtn a::before{
  content: "\f104";
  position: relative;
  font-family: 'Font Awesome 6', 'Font Awesome 6 Free';
  margin-right: 10px;
  font-weight: bold;
}
#content .backbtn a:hover{
  opacity: 0.7;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Words_p Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.words_p{
}

#content.words_p #words_p .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 160px auto;
}

#content.words_p h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.words_p .words_list{
  width: 60%;
  margin: 0 auto 100px auto;
	text-align: center;
}
#content.words_p .words_list ul{
	width: 60%;
	margin: 0 auto;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
	align-items: center;
}
#content.words_p .words_list li{
	width: 25%;
	padding: 4rem 0;
	box-sizing: border-box;
	color: #000;
	font-size: 2.5rem;
	line-height: 2.5rem;
}
#content.words_p .words_list li:before{
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-image: url("../_img/spak.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 10px;
}
#content.words_p .words_list li:after{
	content: '/';
	display: inline-block;
	float: right;
	color: #000;
}
#content.words_p .words_list li:last-child:after{
	content: '';
	display: none;
}
#content.words_p .words_list img{
	display: block;
	margin: 0 auto;
	width: 60%;
}

#content.words_p .h3wrap{
	text-align: center;
}
#content.words_p h3{
	text-align: left;
	width: 80%;
	display: inline-block;
	font-size: 3.5rem;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: -30px;
	letter-spacing: 1rem;
}
#content.words_p h3:before{
	content: '◆';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	float: left;
	font-size: 2rem;
	color: #caa158;
	margin-right: 3px;
}
#content.words_p .words_line{
	width: 80%;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 2rem;
}

#content.words_p #country,
#content.words_p #group,
#content.words_p #type,
#content.words_p #skill{
	width: 80%;
	margin: 0 auto;
	padding-top: 100px;
}
#content.words_p .words_wrap{
	width: 80%;
	margin: 0 auto;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: flex-start;
	align-items: stretch;
}
#content.words_p .words_box{
	width: 50%;
	padding: 30px;
}

#content.words_p .words_img{
	text-align: center;
	margin-bottom: 1rem;
}
#content.words_p .words_img img{
	width: 100%;
}
#content.words_p .words_data .words_name{
	text-align: center;
	color: #000;
	font-size: 2.5rem;
}
#content.words_p .words_data .words_txt{
	text-align: left;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
#content.words_p .words_ast{
	text-align: center;
	margin: 1rem 0;
}

@media screen and (max-width: 768px) {
  #content.words_p h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }
	
#content.words_p .words_list{
  width: 90%;
}
#content.words_p .words_list ul{
	width: 90%;
	margin: 0 auto;
}
#content.words_p .words_list li{
	width: 50%;
}
#content.words_p .words_list li:nth-child(1),
#content.words_p .words_list li:nth-child(2){
	padding: 2rem 0 1rem 0;
}
#content.words_p .words_list li:nth-child(3),
#content.words_p .words_list li:nth-child(4){
	padding: 1rem 0 2rem 0;
}
#content.words_p .words_list li:after{
	content: '';
	display: none;
}
#content.words_p .words_list img{
	width: 90%;
}
	
#content.words_p .words_line{
	width: 90%;
	margin-left: 0;
}
	
#content.words_p #country,
#content.words_p #group,
#content.words_p #type,
#content.words_p #skill{
	width: 90%;
	padding-top: 0px;
}
#content.words_p .words_wrap{
	width: 100%;
}

#content.words_p .words_box{
	width: 100%;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	CVCP Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.cvcp{
}

#content.cvcp .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#content.cvcp h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.cvcp #cvcp a{
	color: #caa158;

	will-change: opacity;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#content.cvcp #cvcp a:hover {
	opacity: 0.7;
}

#content.cvcp .cvcp_about,
#content.cvcp .cvcp_ol,
#content.cvcp .cvcp_answer{
  width: 70%;
  margin: 0 auto 100px auto;
}

#content.cvcp h3{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #000;
	font-size: 2rem;
	line-height: 100%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	background-color: #d7ba85;
	margin-bottom: 20px;
}
#content.cvcp h3:before{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_left.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 5px;
}
#content.cvcp h3:after{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_right.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	margin-right: 5px;
}

#content.cvcp .cvcp_about img{
	margin: 0 auto;
}

#content.cvcp .cvcp_ol .cvcp_box{
	width: 90%;
	margin: 0 auto;
}
#content.cvcp .cvcp_ol .cvcp_box p{
	line-height: 3rem;
}
#content.cvcp .cvcp_ol .cvcp_box p.cvcp_label{
	color: #c4598e;
	font-weight: bold;
}
#content.cvcp .cvcp_ol .cvcp_box p.cvcp_data{
	margin-bottom: 3rem;
	padding-left: 10px;
}

#content.cvcp .cvcp_answer .answer_wrap{
	width: 90%;
	margin: 0 auto 100px auto;
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
#content.cvcp .cvcp_answer .answer_con{
	width: 33.33333%;
}
#content.cvcp .cvcp_answer .answer_con .answer_img{
	width: 90%;
	margin: 0 auto 50px auto;
}
#content.cvcp .cvcp_answer .answer_con .answer_img img{
	margin: 0 auto;
}
#content.cvcp .cvcp_answer .answer_con .answer_box{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#content.cvcp .cvcp_answer .answer_txt{
	font-size: 2.3rem;
	line-height: 2.3rem;
}
#content.cvcp .cvcp_answer .answer_txt span{
	font-size: 3rem;
}
#content.cvcp .cvcp_answer .answer_txt span.mil{
	color: #ff6293;
}
#content.cvcp .cvcp_answer .answer_txt span.sop{
	color: #8942fe;
}
#content.cvcp .cvcp_answer .answer_txt span.lay{
	color: #ff8331;
}

#content.cvcp .cvcp_answer .answer_options01,
#content.cvcp .cvcp_answer .answer_options02,
#content.cvcp .cvcp_answer .answer_options03{
	margin: 3rem auto;
}

#content.cvcp .cvcp_answer .answer_option{
	display: inline-block;
	font-size: 2rem;
	line-height: 2rem;
	padding: 10px 20px;
	margin-bottom: 2rem;
	background-color: #fff;
	border: 1px solid #caa158;
	border-radius: 100px;
	
	will-change: all;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#content.cvcp .cvcp_answer .answer_option:last-child{
	margin-bottom: 0;
}
#content.cvcp .cvcp_answer .answer_option:hover {
	background-color: #f0f0f0; /* ホバー時の背景色 */
}
#content.cvcp .cvcp_answer .answer_options01 .answer_option.selected {
	background-color: #f0a9df;
	border: 1px solid #f0a9df;
	color: #fff;
}
#content.cvcp .cvcp_answer .answer_options02 .answer_option.selected {
	background-color: #ba91ff;
	border: 1px solid #ba91ff;
	color: #fff;
}
#content.cvcp .cvcp_answer .answer_options03 .answer_option.selected {
	background-color: #f4a16a;
	border: 1px solid #f4a16a;
	color: #fff;
}

#content.cvcp .cvcp_answer .answer_options01 .answer_option{
	
}

#content.cvcp .cvcp_answer .cvcp_dialog01{
	text-align: center;
	margin-bottom: 20px;
	opacity: 0;
}
#content.cvcp .cvcp_answer .cvcp_dialog02{
	text-align: center;
	margin-bottom: 50px;
	opacity: 0;
}
#content.cvcp .cvcp_answer .cvcp_dialog01 p,
#content.cvcp .cvcp_answer .cvcp_dialog02 p{
	display: inline-block;
	color: #ED1C24;
	font-weight: bold;
	border-bottom: 1px solid #ED1C24;
}

#content.cvcp .cvcp_answer .cvcp_post{
	text-align: center;
}
#content.cvcp .cvcp_answer .cvcp_post button{
	font-size: 4rem;
	line-height: 4rem;
	font-family:"Noto Serif JP", serif;
	
	background-color: #845aa2;
	padding: 30px 50px;
	color: #fff;
	border: 1px solid #845aa2;
	border-radius: 100px;
	display: inline-block;
	
	  will-change: all;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#content.cvcp .cvcp_answer .cvcp_post button:hover{
	background-color: #fafafa;
	color: #845aa2;
}

#content.cvcp .cvcp_answer .answer_result{
	display: inline-block;
	font-size: 3rem;
	line-height: 3rem;
	padding: 10px 20px;
	margin: 2rem 0;
	border-radius: 100px;
	color: #fff;
	font-weight: bold;
}
#content.cvcp .cvcp_answer .answer_result.mil{
	background-color: #f0a9df;
}
#content.cvcp .cvcp_answer .answer_result.sop{
	background-color: #ba91ff;
}
#content.cvcp .cvcp_answer .answer_result.lay{
	background-color: #f4a16a;
}

#content.cvcp .cvcp_answer .cvcp_result p{
	text-align: center;
	font-size: 3rem;
	line-height: 3.5rem;
	color: #f04ab4;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
  #content.cvcp h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }
	
	#content.cvcp .cvcp_about,
	#content.cvcp .cvcp_ol,
	#content.cvcp .cvcp_answer{
		width: 90%;
	}
	
	#content.cvcp .cvcp_answer .answer_wrap{
		margin: 0 auto;
	}
	
	#content.cvcp .cvcp_answer .answer_con{
		width: 100%;
		margin-bottom: 50px;
	}
	
	#content.cvcp .cvcp_answer .answer_con .answer_img{
	margin: 0 auto 3rem auto;
	}
	
	#content.cvcp .cvcp_answer .cvcp_result p{
	font-size: 2rem;
	line-height: 2.5rem;
	}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Assign Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.assign{
}

#content.assign .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#content.assign h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.assign #assign a{
	color: #caa158;

	will-change: opacity;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#content.assign #assign a:hover {
	opacity: 0.7;
}

#content.assign .assign_about,
#content.assign .assign_ol,
#content.assign .assign_answer{
  width: 70%;
  margin: 0 auto 100px auto;
}
#content.assign .assign_about{
	text-align: center;
}

#content.assign h3{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #000;
	font-size: 2rem;
	line-height: 100%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	background-color: #d7ba85;
	margin-bottom: 20px;
}
#content.assign h3:before{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_left.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 5px;
}
#content.assign h3:after{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_right.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	margin-right: 5px;
}

#content.assign .assign_about img{
	margin: 0 auto;
}

#content.assign .assign_ol .assign_box{
	width: 90%;
	margin: 0 auto;
}
#content.assign .assign_ol .assign_box p{
	line-height: 3rem;
}
#content.assign .assign_ol .assign_box p.assign_label{
	color: #c4598e;
	font-weight: bold;
}
#content.assign .assign_ol .assign_box p.assign_data{
	margin-bottom: 3rem;
	padding-left: 10px;
}

#content.assign .assign_ol .assign_box .sikisi_list{
	margin-bottom:3rem;
}
#content.assign .assign_ol .assign_box .sikisi_list ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: left;
}
#content.assign .assign_ol .assign_box .sikisi_list li{
	width: 16.66666%;
	padding: 5px;
}

#content.assign .assign_ol .assign_box .sikisi_list li a img{
	border: 1px solid #caa158;
    width: 100%;
}

#content.assign .assign_btn{
	width: 70%;
	margin: 0 auto 100px auto;
}
#content.assign .assign_btn .btn_inner .btn_wrap{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
#content.assign .btn_inner .btn_wrap .btnimg{
	width: 33.33333%;
	margin-bottom: 50px;
}
#content.assign .btn_inner .btn_wrap .btnimg img{
	margin: 0 auto;
	border: 1px solid #caa158;
}

@media screen and (max-width: 768px) {
  #content.assign h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }
	
	#content.assign .assign_about,
	#content.assign .assign_ol,
	#content.assign .assign_btn{
		width: 90%;
	}
	
	#content.assign .assign_ol .assign_box .sikisi_list li{
		width: 33.33333%;
	}
	
	#content.assign .assign_btn .btn_inner .btn_wrap{
		margin: 0 auto;
		width: 100%;
	}
	
	#content.assign .btn_inner .btn_wrap .btnimg{
		width: 50%;
		margin-bottom: 50px;
		padding: 0 1rem;
	}

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	SNSmat Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.snsmat{
}

#content.snsmat .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#content.snsmat h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.snsmat .icon_wrap,
#content.snsmat .header_wrap{
  width: 70%;
  margin: 0 auto 160px auto;
}
#content.snsmat .icon_wrap ul,
#content.snsmat .header_wrap ul{
  width: 100%;
  margin: 0 auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  box-sizing: border-box;
	justify-content: left;
	align-items: center; 
}

#content.snsmat .icon_wrap ul li{
  width: 33.33333%;
  padding: 30px;
  text-align: center;
}

#content.snsmat .icon_wrap ul li img{
  border-radius:50%;
  overflow: hidden;
  border: 1px solid #caa158;
}

#content.snsmat .icon_wrap ul li a,
#content.snsmat .header_wrap ul li a{
  display: inline-block;
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#content.snsmat .icon_wrap ul li a:hover,
#content.snsmat .header_wrap ul li a:hover{
  opacity:0.7;
}

#content.snsmat .header_wrap ul li{
  margin: 0 auto 50px auto;
}

#content.snsmat .header_wrap ul li img{
  border: 1px solid #caa158;
}


@media screen and (max-width: 768px) {
  #content.snsmat h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }

  #content.snsmat .icon_wrap,
  #content.snsmat .header_wrap{
    width: 90%;
  }

  #content.snsmat .icon_wrap ul li{
    width: 50%;
    padding: 10px;
  }

  #content.snsmat .header_wrap ul li{
    margin-bottom: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Staffcom Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.staffcom{
}

#content.staffcom .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#content.staffcom h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.staffcom .staffcom_txt{
	display: block;
	width: 60%;
	margin: 0 auto 40px auto;
}

#content.staffcom .com_wrap{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 50px;
}
#content.staffcom .com_wrap:last-child{
	margin-bottom: 100px;
}

#content.staffcom .com_wrap img.com_icon{
	width: 15%;
	border: 3px solid #FFF;
	border-radius: 30px;
	box-shadow: 0px 0px 10px 0px rgba(196, 89, 142, 1);
}
#content.staffcom .com_wrap .com_name{
	width: 80%;
	display: inline-block;
	margin-left: 20px;
	border-bottom: 1px solid #c4598e;
	padding-bottom: 10px;
}
#content.staffcom .com_wrap .com_name p.pos{
	font-size: 1.1em;
	color: #c4598e;
	margin-bottom: 10px;
}
#content.staffcom .com_wrap .com_name p.nam{
	font-size: 2.2em;
	display: inline-block;
}

#content.staffcom .com_wrap .com_text{
	padding: 20px 0px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  #content.staffcom h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }
	
	#content.staffcom .staffcom_txt{
	width: 80%;
	}
	
	#content.staffcom .com_wrap{
  	width: 80%;
  }

  #content.staffcom .com_wrap img.com_icon{
  	width: 25%;
  	border-radius: 10px;
    border:2px solid #FFF;
  }
  #content.staffcom .com_wrap .com_name{
  	width: 68%;
    margin-left: 10px;
  }
  #content.staffcom .com_wrap .com_name p.pos{
  	font-size: 0.9em;
    margin-bottom: 5px;
  }
  #content.staffcom .com_wrap .com_name p.nam{
  	font-size: 1.4em;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Shop Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.shop{
}

#content.shop .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#content.shop .inner a img{
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#content.shop .inner a img:hover{
  opacity: 0.7;
}

#content.shop h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0;
	letter-spacing: 1.5rem;
}
#content.shop #package h3{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #000;
	font-size: 2rem;
	line-height: 100%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	background-color: #d7ba85;
	margin-bottom: 20px;
}
#content.shop #package .pri_data h3{
	margin-bottom: calc(50px + 5%);
}
#content.shop #package h3:before{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_left.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 5px;
}
#content.shop #package h3:after{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_right.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	margin-right: 5px;
}

#content.shop #package .inner .pri_wrap{
	width: 80%;
	margin: 0 auto 100px auto;
}

#content.shop #package .inner .pack_img{
	margin-bottom: 100px;
}
#content.shop #package .inner .pack_img img{
	width: 90%;
	margin: 0 auto;
	display: block;
}

#content.shop #package .inner .pri_box{
	position: relative;
	width: 90%;
	margin: 0 auto 0 auto;
	margin-bottom: calc(70px + 3%);
	
	border: double #d7ba85;
	background: linear-gradient(#fff, #f8efff);
}
#content.shop #package .inner .pri_box:last-child{
	margin-bottom: 50px;
}
#content.shop #package .inner .pri_box:before{
	content: '';
	position:relative;
	display: block;
	top:-2px;
	right:-2px;
	float: right;
	width:0;
	height:0;
	border-width:0px 15px 15px 0px;
	border-style:solid;
    border-color:transparent;
    border-right-color:#d7ba85;
}
#content.shop #package .inner .pri_box:after{
	content: '';
	position:relative;
	display: block;
	bottom:-2px;
	left:-2px;
	width:0;
	height:0;
	border-width:0px 15px 15px 0px;
	border-style:solid;
    border-color:#d7ba85;
    border-right-color:transparent;
}

#content.shop #package .inner .pri_box .pri_flex{
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  justify-content: center;
}

#content.shop #package .inner .pri_box .pri_img{
	width: 20%;
}
#content.shop #package .inner .pri_box .pri_img img{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 105%;
}
#content.shop #package .inner .pri_box .pri_txt{
	width: 80%;
	margin-top: calc(20px + 3rem);
}
#content.shop #package .inner .pri_box .pri_txt .pri_line{
	width: 100%;
	padding:0px 20px;
}
#content.shop #package .inner .pri_box .pri_txt .pri_line img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
#content.shop #package .inner .pri_box .pri_txt .pri_lead{
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}
#content.shop #package .inner .pri_box .pri_txt .pri_lead .pri_label{
	color: #caa158;
}
#content.shop #package .inner .pri_box .pri_txt .pri_lead .pri_spak:after{
	content: url("../_img/spak.png");
	padding: 0px 10px;
}
#content.shop #package .inner .pri_box .pri_txt .pri_lead .pri_name{
	color: #8D5AA0;
}
#content.shop #package .inner .pri_box .pri_txt .pri_data{
	padding: 0 20px;
	text-align: left;
	margin-top: 2rem;
}
#content.shop #package .inner .pri_box .pri_txt .pri_data p{
	width: 90%;
	margin: 0 auto 3rem auto;
}
#content.shop #package .inner .pri_box .pri_txt .pri_data a{
	color: #caa158;
	border-bottom: 1px solid #caa158;
	
	  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#content.shop #package .inner .pri_box .pri_txt .pri_data a:hover{
  opacity: 0.7;
}


#content.shop #package .inner .pri_wrap .pri_time{
	text-align: center;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: bold;
	padding-bottom: 50px;
}
#content.shop #package .inner .pri_wrap .pri_strong{
	text-align: center;
	font-size: 2rem;
	line-height: 2rem;
	font-weight: bold;
	color:#f04ab4;
	padding-bottom: 50px;
}

#content.shop #shopinfo h3,
#content.shop #orginfo h3{
	text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 3.5rem;
	line-height: 100%;
	font-weight: normal;
	margin-bottom: -30px;
}
#content.shop #shopinfo h3 small,
#content.shop #orginfo h3 small{
	font-size: 2.8rem;
}
#content.shop #shopinfo .shop_line,
#content.shop #orginfo .shop_line{
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
}

#content.shop #shopinfo .sofmap{
	width: 80%;
	margin: 0 auto 100px auto;
}
#content.shop #shopinfo .sofmap .shop_img{
	  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  justify-content: center;
  align-items: center;
	margin-bottom: 50px;
	
	width: 100%;
}
#content.shop #shopinfo .sofmap .shop_img a{
	display: inline-block;
	width: 33.33333%;
	padding: 10px;
}
#content.shop #shopinfo .sofmap .shop_img a img{
	width: auto;
}
#content.shop #shopinfo .sofmap .shop_data{
	width: 50%;
	margin: 0 auto;
}
#content.shop #shopinfo .sofmap .shop_strong{
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
#content.shop #shopinfo .sofmap .shop_strong p{
	display: inline-block;
	background: linear-gradient(transparent 60%, #fff5b4 40%);
	font-size: 4rem;
	line-height: 4rem;
	padding: 0 20px 5px 20px;
	font-weight: bold;
	color:#b942e5;
}
#content.shop #shopinfo .sofmap .shop_txt {
	width: auto;
	margin: 0 0 50px 0;
	text-align: left;
}

#content.shop #shopinfo .shop_link,
#content.shop #orginfo .shop_link{
	text-align: center;
}
#content.shop #shopinfo .shop_link a,
#content.shop #orginfo .shop_link a{
	background-color: #845aa2;
	padding: 20px 30px;
	color: #fff;
	border: 1px solid #845aa2;
	border-radius: 100px;
	display: inline-block;
	margin-right: 30px;
	
	  will-change: all;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content.shop #shopinfo .shop_link a:hover,
#content.shop #orginfo .shop_link a:hover{
	background-color: #fafafa;
	color: #845aa2;
}
#content.shop #shopinfo .shop_link a:last-child{
	margin-right: 0;
}

#content.shop #shopinfo .getchu,
#content.shop #shopinfo .melon,
#content.shop #shopinfo .amazon{
	  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  justify-content: center;
	margin: 0 auto 100px auto;
	
	width: 80%;
}
#content.shop #shopinfo .amazon{
	margin: 0 auto 150px auto;
}
#content.shop #shopinfo .shop_img{
	width: 50%;
}
#content.shop #shopinfo .shop_img a img{
	display: block;
	margin: 0 auto;
	width: 80%;
}

#content.shop #shopinfo .shop_data{
	width: 50%;
}

#content.shop #shopinfo .shop_txt{
	width: 80%;
	margin: 10rem auto;
	text-align: center;
}

#content.shop #orginfo .orgbox_wrap{
	  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  justify-content: flex-start;
	margin: 0 auto 100px auto;
	
	width: 80%;
}
#content.shop #orginfo .orgbox_wrap .orgbox{
	width: 50%;
}
#content.shop #orginfo .shop_img{
	width: 80%;
	margin: 0 auto;
}
#content.shop #orginfo .shop_txt{
	text-align: center;
	margin: 5rem auto;
}

@media screen and (max-width: 768px) {
  #content.shop h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }
	
	#content.shop #package h3{
		font-size:100%;
	}

  #content.shop #package .inner .pri_wrap{
	width: 90%;
	}
	
	#content.shop #package .pri_data h3{
		margin-bottom: 20px;
	}
	
	#content.shop #package .inner .pri_box .pri_flex{
		margin: 0 15px;
		align-items: center;
	}
	#content.shop #package .inner .pri_box .pri_img{
		width: 100%;
		margin: 3rem auto;
	}
	#content.shop #package .inner .pri_box .pri_img img{
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	#content.shop #package .inner .pri_box .pri_txt{
		width: 100%;
		margin-top: 0;
		margin-bottom: 3rem;
	}
	#content.shop #package .inner .pri_box .pri_txt .pri_lead{
		padding: 0;
		font-size: 2.3rem;
		line-height: 2.3rem;
	}
	#content.shop #package .inner .pri_box .pri_txt .pri_lead span{
		display: block;
		margin-bottom: 1rem;
	}
	#content.shop #package .inner .pri_box .pri_txt .pri_data{
		padding: 0;
	}
	#content.shop #package .inner .pri_box .pri_txt .pri_data p{
		margin: 0 auto;
	}
	#content.shop #package .inner .pri_wrap .pri_time{
	font-size: 3rem;
	line-height: 3rem;
	}
	
	#content.shop #shopinfo .sofmap{
		width: 90%;
	}
	#content.shop #shopinfo .sofmap .shop_img{
		margin-bottom: 3rem;
	}
	#content.shop #shopinfo .sofmap .shop_data{
		width: 100%;
	}
	#content.shop #shopinfo .sofmap .shop_strong{
		margin-bottom: 3rem;
	}
	#content.shop #shopinfo .sofmap .shop_strong p{
		padding: 0;
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
	#content.shop #shopinfo .sofmap .shop_txt{
		margin: 0 0 3rem 0;
	}
	
	#content.shop #shopinfo .shop_link a, #content.shop #orginfo .shop_link a{
		margin-right: 0px;
		margin-bottom: 3rem;
	}
	#content.shop #shopinfo .shop_link a:last-child, #content.shop #orginfo .shop_link a:last-child{
		margin-bottom: 0px;
	}
	
	#content.shop #shopinfo .getchu, #content.shop #shopinfo .melon, #content.shop #shopinfo .amazon{
		width: 100%;
	}
	#content.shop #shopinfo .shop_img{
		width: 100%;
		margin-bottom: 3rem;
	}
	#content.shop #shopinfo .shop_data{
		width: 100%;
	}
	#content.shop #shopinfo .shop_txt{
		width: 90%;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 3rem;
	}
	
	#content.shop #orginfo .orgbox_wrap{
		width: 100%;
	}
	#content.shop #orginfo .orgbox_wrap .orgbox{
		width: 100%;
		margin-bottom: 10rem;
	}
	#content.shop #orginfo .orgbox_wrap .orgbox:last-child{
		margin-bottom: 0px;
	}
	#content.shop #orginfo .shop_txt{
		text-align: left;
		width: 80%;
		margin: 3rem auto;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Movie Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.movie{
}

#content.movie #movie .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 160px auto;
}

#content.movie h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.movie .movie_wrap{
	width: 60%;
	margin: 0 auto;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: flex-start;
	align-items: end;
}
#content.movie .movie_wrap h3{
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: normal;
}
#content.movie .movie_wrap .movie_con{
	width: 50%;
	padding: 4rem 30px;
	box-sizing: border-box;
	color: #000;
}

#content.movie .movie_wrap .movie_line{
	margin: 2rem 0;
}
#content.movie .movie_wrap .movie_line img{
	display: block;
	width: 100%;
}

#content.movie .movie_img{
	border: 1px solid #caa158;
}

@media screen and (max-width: 768px) {
#content.movie .movie_wrap{
	width: 90%;
}
#content.movie h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
 }
#content.movie .movie_wrap h3{
	font-size: 2rem;
	line-height: 2.5rem;
}
#content.movie .movie_wrap .movie_con{
	width: 100%;
	padding: 2rem 0px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Trial Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.trial{
}

#content.trial .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#content.trial h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.trial .trialslider {
  display:none;
}
#content.trial .trialslider.slick-initialized {
  display: block;
}
#content.trial .trialslider_wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
}

#content.trial .slick-slide {
    margin: 0 5px;
}

#content.trial .trialslider{
  width: 80%;
  margin: 0 auto;
}
#content.trial .trialslider img {
    width: 100%;
    height: auto;
    border: 1px solid #caa158;
}

#content.trial .trial_link{
	margin-bottom: 100px;
}

#content.trial .trial_link ul{
	width: 60%;
	margin: 0 auto;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: flex-start;
	align-items:center;
}

#content.trial .trial_link ul li{
	width: 25%;
	box-sizing: border-box;
	text-align: center;
}

#content.trial .trial_link ul li a.dlbtn{
	display: inline-block;
	color: #FFF;
	background-color: #c4598e;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 2rem;
	
	will-change: opacity;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#content.trial .trial_link ul li a.dlbtn:hover{
  opacity: 0.7;
}

#content.trial .trial_data{
	margin:0 auto 100px auto;
	text-align: center;
}
#content.trial .trial_txt{
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#content.trial .trial_txt p{
	margin-bottom: 10px;
}

#content.trial .trial_updata{
	margin:0 auto 100px auto;
	text-align: center;
}
#content.trial .trial_updata_txt{
	font-size: 2rem;
}
#content.trial .trial_updata_txt span{
	color: #c4598e;
	font-weight: bold;
	margin-right: 10px;
	font-size: 2.3rem;
}

#content.trial .trialcp_about,
#content.trial .trialcp_ol{
  width: 70%;
  margin: 0 auto 160px auto;
}
#content.trial .trialcp_about{
	text-align: center;
}

#content.trial h3{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #000;
	font-size: 2rem;
	line-height: 100%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	background-color: #d7ba85;
	margin-bottom: 20px;
}
#content.trial h3:before{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_left.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin-left: 5px;
}
#content.trial h3:after{
	content: '';
	display: inline-block;
	width: 5rem;
	height: 2rem;
	background-image: url("../_img/leaf_right.png");
	background-size: cover;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	float: right;
	margin-right: 5px;
}

#content.trial .trialcp_about img{
	margin: 0 auto;
}

#content.trial .trialcp_ol .trialcp_box{
	width: 90%;
	margin: 0 auto;
}
#content.trial .trialcp_ol .trialcp_box p{
	line-height: 3rem;
}
#content.trial .trialcp_ol .trialcp_box p.trialcp_label{
	color: #c4598e;
	font-weight: bold;
}
#content.trial .trialcp_ol .trialcp_box p.trialcp_data{
	margin-bottom: 3rem;
	padding-left: 10px;
}
#content.trial .trialcp_ol .trialcp_box p.trialcp_data span.hash{
	color: #ff47b5;
	font-weight: bold;
	padding: 0 5px;
}
#content.trial .trialcp_ol .trialcp_box p.trialcp_data span.under{
	text-decoration: underline;
}

#content.trial .trialcp_ol .trialcp_box a{
	color: #caa158;

	will-change: opacity;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#content.trial .trialcp_ol .trialcp_box a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	#content.trial .inner{
		width: 90%;
	}
	#content.trial h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }
	
	#content.trial .trialslider{
		width: 100%;
	}
	
	#content.trial .trialslider_wrap{
		padding-bottom: 70px;
	}
	
	#content.trial .trial_link{
		margin-bottom: 60px;
	}
	
	#content.trial .trial_link ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	
	#content.trial .trial_data{
		text-align: left;
	}
	
	#content.trial .trial_updata_txt span{
		margin-right: 0px;
	}
	
	#content.trial .trialcp_about,
	#content.trial .trialcp_ol{
		width: 100%;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	4com Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.comic{
}

#content.comic #comic_movie .inner{
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 160px auto;
}

#content.comic h2{
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #caa158;
	font-size:3em;
	line-height: 100%;
	font-weight: normal;
	margin: 50px 0 40px 0;
	letter-spacing: 1.5rem;
}

#content.comic .comic_movie_wrap{
	width: 60%;
	margin: 0 auto;
	
	box-sizing: border-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
	align-items: end;
}
#content.comic .comic_movie_wrap h3{
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: normal;
}
#content.comic .comic_movie_wrap .comic_movie_con{
	width: 50%;
	padding: 4rem 30px;
	box-sizing: border-box;
	color: #000;
}

#content.comic .comic_movie_wrap .comic_movie_line{
	margin: 2rem 0;
}
#content.comic .comic_movie_wrap .comic_movie_line img{
	display: block;
	width: 100%;
}

#content.comic .comic_movie_img{
	border: 1px solid #caa158;
}

@media screen and (max-width: 768px) {
#content.comic .comic_movie_wrap{
	width: 90%;
}
#content.comic h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
 }
#content.comic .comic_movie_wrap h3{
	font-size: 2rem;
	line-height: 2.5rem;
}
#content.comic .comic_movie_wrap .comic_movie_con{
	width: 100%;
	padding: 2rem 0px;
}
}
