@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Top Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* --- #visual ---------------------- */
#content #visual{
	background-color: #fafafa;
}

#content #visual .inner{
    position: relative;
}

#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);
  width: 50%;
  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;
  display: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 .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: 5%;
    width: 80%;
  }

  #content #visual .title{
	bottom: 10px;
  }
  #content #visual .title h1{
    width: 95%;
  }
	
	
	#content #visual .inner .title_topic{
		width: 25%;
	}
	#content #visual .inner .title_topic img{
		bottom: -8vh;
		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: #0c7ca5;
}
#content .release span{
  color:#223174;
  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:#7f40a7;
}

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

/* --- #series ---------------------- */
#series{
    margin-bottom: 50px;
}
#series .inner{
  width: 60%;
  margin-bottom: 50px;
}

.series_line {
	position: relative;
	margin:50px auto 0 auto;
    width: 90%;
    text-align: center
}
.series_line img{
	display: block;
	margin: 0 auto;
}

#series .inner .series_list{
  width: 100%;
  margin: 0 auto;
}

#series .inner .series_list 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;
}

#series .inner .series_list ul li.series_btn1{
  width: 50%;
  padding: 0 20px 20px 20px;
}
#series .inner .series_list ul li.series_btn2{
  width: 100%;
  padding: 20px;
}

#series .inner .series_list ul li p{
    text-align: center;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 10px;
}
#series .inner .series_list ul li p:before,
#series .inner .series_list ul li p:after{
  content: "▼";
  position: relative;
  margin: 0px 10px 0px 10px;
  vertical-align: bottom;
  color: #caa158 ;
}

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

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

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

#series .inner .series_list ul li img{
	width: 100%;
}

#series .inner .series_list ul li a img:hover{
  opacity: 0.7;
}

#series .inner .series_list ul li.series_btn1 img{
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
    #series .inner{
        width: 100%;
    }
    
    .series_line {
        width: 80%;
        margin:100px auto 0 auto;
    }
    
    #series .inner .series_list ul li{
        margin: 0 auto;
    }
    #series .inner .series_list ul li.series_btn1{
        width: 80%;
        padding: 10px;
    }
    #series .inner .series_list ul li.series_btn2{
        width: 80%;
        padding: 10px;
        margin-top:2rem;
    }
    
    #series .inner .series_list ul li.series_btn2 img{
        border-radius: 10px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	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 .back04{
  background-image: url(../_img/back04.jpg);
}
#content .back03:before,
#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 .back03:after,
#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");
    height: 70vh;
}
#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;
}

#series h2, #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: 30px 0 20px 0;
	letter-spacing: 1.5rem;
	font-family: "Playfair Display",serif;
}
#series span.sh, #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: 15px 0 30px 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: 15px 0 180px 0;
}
#series h2, #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, #world, #words{
  margin-bottom: 50px;
}
#graphic, #special{
  margin-bottom: 100px;
}
#product{
  margin-bottom: 200px;
}

.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 .back04{
    background-position: top center;
  }
  #content .back03:before,
  #content .back04:before{
    border-width: 0 100vw 50px 0;
  }
  #content .back03:after,
  #content .back04:after{
    border-width: 0 100vw 50px 0;
  }
  #content .back05{
    height: 50vh;
    background-position: top center;
  }
	
  #content .contopbg{
    background-size: 150%;
  }

  #series h2, #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;
  }
    
	#series span.sh{
	font-size: 1em;
    letter-spacing: 0.2em;
	}

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

}

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

#story .inner .attention{
    width: 80%;
    margin: 0 auto 100px auto;
    border-style: solid;
    border-width: 90px;
    border-image: url(../_img/story_frame.png) 90 fill round;
}
#story .inner .attention p{
    text-align: center;
    color: #836b41;
    font-size: 2.5rem;
    line-height: 5rem;
}
#story .inner .attention p span{
    font-size: 3rem;
    background:linear-gradient(transparent 80%, #ffd5e5 80%);
    background-position: -0.3rem -0.3rem;
}
#story .inner .attention p span.small{
    font-size: 2rem;
    background: none;
}

#story .inner .story_mil{
    background-image: url(../_img/story01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5vw 30px;
    clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0% 100%);
}
#story .inner .story_nat{
    background-image: url(../_img/story02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5vw 30px;
    clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0% 100%);
	margin-top:-4.8vw;
}
#story .inner .story_est{
    background-image: url(../_img/story03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5vw 30px;
    clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0% 100%);
	margin-top:-4.8vw;
}


#story .inner .story_mil .story_box,
#story .inner .story_est .story_box{
    width: 40%;
    margin: 100px 0 100px auto;
}
#story .inner .story_nat .story_box{
    width: 50%;
    padding-top: 5vw;
    margin: 100px 0 100px 0;
}

#story .inner .story_box .story_title{
    line-height: 5rem;
    font-family: "Playfair Display",serif,"Noto Serif JP";
    color: #fff;
}
#story .inner .story_mil .story_box .story_title{
    text-shadow: 2px 2px 10px #e26497 ,
        -2px 2px 10px #e26497 ,
        2px -2px 10px #e26497 ,
        -2px -2px 10px #e26497;
}
#story .inner .story_nat .story_box .story_title{
    text-shadow: 2px 2px 10px #a11122 ,
        -2px 2px 10px #a11122 ,
        2px -2px 10px #a11122 ,
        -2px -2px 10px #a11122;
}
#story .inner .story_est .story_box .story_title{
    text-shadow: 2px 2px 10px #4ea479 ,
        -2px 2px 10px #4ea479 ,
        2px -2px 10px #4ea479 ,
        -2px -2px 10px #4ea479;
}
#story .inner .story_box .story_title .story_focus{
    font-size: 2rem;
    letter-spacing: 0.1rem;
}
#story .inner .story_box .story_title .story_head{
    font-size: 5rem;
    letter-spacing: 0.8rem;
}
#story .inner .story_box .story_title:after {
  content: "\2726";
  position: relative;
  font-size: 2rem;
  font-style: normal;
  vertical-align: bottom;
    line-height: 8rem;
}

#story .inner .story_txt p{
  text-align: left;
  font-size: 1.8rem;
  line-height: 3.3rem;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  padding: 0px 5px;
}
#story .inner .story_mil .story_txt p,
#story .inner .story_est .story_txt p{
    background-color: #fff;
}
#story .inner .story_nat .story_txt p{
    background-color: rgba(49,2,14,0.7);
    color: #fff;
}
#story .inner .story_txt p:last-child{
  margin-bottom: auto;
}

#story .inner .story_txt p.strong{
  font-size: 2.3rem;
  line-height: 3.8rem;
}

#story .inner .story_txt .txtbg{
    position: relative;
    width: 80%;
    margin: 30px 0px;
}
#story .inner .story_txt .txtbg .color{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#story .inner .story_mil .story_txt .txtbg .color,
#story .inner .story_est .story_txt .txtbg .color{
    background-color: #FFF;
}
#story .inner .story_nat .story_txt .txtbg .color{
    background-color: #31020e;
}
#story .inner .story_txt .txtbg p{
    display: inline-block;
}

#story .inner .story_catch{
    margin: 3vw auto;
    text-align: center;
    font-size: 3vw;
    line-height: 3vw;
    font-style: italic;
}
#story .inner .story_catch p{
    display: inline-block;
}
#story .inner .story_catch p.ls{
    letter-spacing: 1rem;
}
#story .inner .story_catch p.ls ruby rt{
    letter-spacing: 0.1vw;
    font-style: normal;
    font-size: 1vw;
    text-align: center;
}
#story .inner .story_catch p span{
    color: #e46167;
}
#story .inner .story_catch:before{
  content: "〝";
  position: relative;
  margin: 0px 10px 0px 10px;
  vertical-align: bottom;
}
#story .inner .story_catch:after{
  content: "〟";
  position: relative;
  margin: 0px 10px 0px 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  #story .inner{
    width: 100%;
  }
    
    #story .inner .attention{
        width: 95%;
        border-width: 10px;
        border-image: url(../_img/story_frame.png) 5 fill round;
        border-image-outset: 10px;
    }
    
    #story .inner .attention p{
    padding: 50px 30px;
    font-size: 1.8rem;
    line-height: 3.6rem;
    }
    
    #story .inner .attention p span{
        font-size: 2.5rem;
    }
    
    #story .inner .attention p span.small{
        font-size: 1.5rem;
    }
    
    #story .inner .story_mil{
        background-size: 200%;
        background-position: 20% 0%;
        clip-path:unset;
    }
    #story .inner .story_nat{
        background-size: 200%;
        background-position: 50% 0%;
        clip-path:unset;
		margin-top:auto;
    }
    #story .inner .story_est{
        background-size: 200%;
        background-position: 20% 0%;
        clip-path:unset;
		margin-top:auto;
    }
    
    #story .inner .story_mil .story_box,
    #story .inner .story_nat .story_box,
    #story .inner .story_est .story_box{
        width: 100%;
        margin: 70% 0 50px auto;
        padding-top: 0px;
    }
    
    #story .inner .story_txt .txtbg{
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    
    #story .inner .story_box .story_title .story_head{
        font-size: 4.5rem;
        width: 100%;
    }

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

  #story .inner p.strong{
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
    
    #story .inner .story_catch{
        margin: 0 auto;
        text-align: left;
        font-size: 6vw;
        line-height: 10vw;
        width: 95%;
    }
    #story .inner .story_catch:before{
        margin: 0px;
        vertical-align: top;
    }
    #story .inner .story_catch:after{
        margin: 0px;
    }
    #story .inner .story_catch p.ls ruby rt{
        font-size:2.5vw;
    }
}

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


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

#mainchara_wrap{
  width: 100%;
}

#mainchara_wrap .inner{
  width: 80%;
  margin: 0 auto;

  display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  align-items: flex-start;
  box-sizing: border-box;
	position: relative;
}

#mainchara_wrap #nat{
  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 #est .chara_l{
  width: 60%;
    right: -5%;
    align-self: flex-end;
}
#mainchara_wrap #mil .chara_r,
#mainchara_wrap #est .chara_r{
  width: 40%;
  left: -10%;
}
#mainchara_wrap #nat .chara_l{
  width: 40%;
  right: -10%;
}
#mainchara_wrap #nat .chara_r{
  width: 60%;
    left: -5%;
    align-self: flex-end;
}

#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 #nat .name p.strong{
	color: #e46167;
}
#mainchara_wrap #est .name p.strong{
	color: #209583;
}

#mainchara_wrap .chara_line,
#mainchara_wrap .chara_line_sep{
	display: block;
	margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 30;
}
#mainchara_wrap .chara_line{
    width: 100%;
}
#mainchara_wrap .chara_line_sep{
    width: 90%;
}

#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 .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.natcv{
  background:#f08b90;
}
#mainchara_wrap .cv_wrap .cv_box a.estcv{
  background:#5ebeaf;
}

#mainchara_wrap .scene_sup{
    margin-top: 3rem;
    font-weight: bold;
}
#mainchara_wrap .scene_sup p{
    display: inline-block;
    padding: 3px 20px;
}
#mainchara_wrap #mil .scene_sup p{
    background:#f0a9df;
}
#mainchara_wrap #nat .scene_sup p{
  background:#f08b90;
}
#mainchara_wrap #est .scene_sup p{
  background:#5ebeaf;
}

#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 .closet{
    display: block;
    position: relative;
    align-items: flex-end;
    bottom: -5px;
}
#mainchara_wrap .closet 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 dl.status_top{
    width: 50%;
    float: left;
}

#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: 20%;
}
#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;
}
#nat .copy span.strong{
	color:#f08b90;
}
#est .copy span.strong{
	color: #209583;
}

#mainchara_wrap .back_name{
	color:#f0e3cb;
	font-family: 'Allura';
	position: absolute;
	bottom:0;
	z-index: -1;
	font-size: 18rem;
	line-height: 18rem;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
}
#mainchara_wrap #mil .back_name,
#mainchara_wrap #est .back_name{
	text-align: right;
}
#mainchara_wrap #nat .back_name{
	text-align: left;
}

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

.chara_btn{
    display: block;
    margin: 10rem auto;
    width: 80%;
    text-align: center;
}
.chara_btn a{
    display: inline-block;
}
.chara_btn a img{
  will-change: opacity;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.chara_btn a img:hover{
  opacity: 0.7;
}

@media screen and (max-width: 2300px) {
    #mainchara_wrap .chara_l .copy{
        left: 0;
    }
    #mainchara_wrap .chara_r .copy{
        right: 0;
    }
}
@media screen and (max-width: 768px) {
  #mainchara_wrap .inner{
    width: 100%;
    min-height: inherit;
    padding-top: 50px;
  }
	
	#mainchara_wrap #mil .chara_l,
    #mainchara_wrap #est .chara_l{
		width: 100%;
	}
	#mainchara_wrap #mil .chara_r,
    #mainchara_wrap #est .chara_r{
		width: 85%;
		left: auto;
		margin:0 auto;
	}
    
	#mainchara_wrap #nat .chara_l{
		width: 85%;
		right: auto;
		margin:0 auto;
	}
	#mainchara_wrap #nat .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 .back_name{
		bottom: auto;
		top: 0;
	}
	
	#mainchara_wrap #mil .back_name,
	#mainchara_wrap #est .back_name{
		font-size:10rem;
		line-height:10rem;
	}
	#mainchara_wrap #nat .back_name{
		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 .scene_sup{
        margin: 2rem 2.5% 0 2.5%;
    }
	
	#mainchara_wrap .data{
		width: 100%;
		margin:2rem 0 auto;
	}
	#mainchara_wrap .data p:last-child{
		padding-bottom: 2rem;
	}
	
	#mainchara_wrap .status{
		width: 95%;
		margin: 2rem auto;
	}
    #mainchara_wrap .status dl.status_top{
        width: auto;
        float: none;
    }
	#mainchara_wrap .status dt{
		width: 30%;
	}
	#mainchara_wrap .status dd{
		width: calc(100% - 30%);
	}
    
    #mainchara_wrap .chara_line_sep{
	width: 85%;
    }
    
    .chara_btn{
    margin: 5rem auto;
    width: 90%;
    }
}


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

#world .inner .world_wrap{
	background-color: #eee;
	padding-bottom: 1px;
	margin-bottom: 150px;
}

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

#world .inner .world_img{
	display: inline-block;
	width: 40%;
	box-sizing: border-box;
	margin: -130px auto 0 auto;
}

#world .inner .world_img .world_map{
    margin-left: -50%;
    width: 130%;
}

#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;
  box-sizing: border-box;
  text-align: center;
  margin: -130px auto 0 auto;
  left:5%;
    width: 50%;
}

#world .inner .world_txt .world_title{
	display: block;
	padding: 20px 20px;
	background: #b27fcf;
    margin-top: 7rem;
	margin-bottom: 5rem;
}
#world .inner .world_wrap .world_txt .world_title{
	transform: skewX(-30deg);
}
#world .inner .world_txt .world_title .world_line{
	display: inline-block;
}
#world .inner .world_wrap .world_txt .world_title .world_line{
	margin-left: -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;
    
    transform: skewX(30deg);
	letter-spacing: 2rem;
	margin-right:-2rem;
}
#world .inner .world_txt .world_title h3:before{
	content: url("../_img/line_w.png");
	vertical-align: middle;
	margin-top: -1vh;
}
#world .inner .world_wrap .world_txt .world_title h3:before{
	margin-left: -20vw;
	margin-right: 10px;
	float: left;
}
#world .inner .world_txt .world_data{
	text-align: left;
	color: #000;
	margin: 3rem auto;
	width: 90%;
    line-height: 5rem;
}

#world .inner .world_list{
    height: 100%;
	display: inline;
}

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

  box-sizing: border-box;
  justify-content: center;
}
#world .inner .world_wrap .world_list ul{
    top: -4vh;
    right: -45%;
    width: 60%;
}
#world .inner .world_list li{
  display: inline-block;
  box-sizing: border-box;
}

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

@media screen and (max-width: 768px) {
	#world .inner .world_box{
		width: 90%;
	}
	#world .inner .world_wrap{
		padding-bottom: 50px;
		margin-bottom: 200px;
	}
	#world .inner .world_img{
		width: 100%;
		margin-top: -130px;
	}
	#world .inner .world_txt{
		width: 100%;
		margin-top: 3rem;
        left: auto;
	}
	#world .inner .world_wrap .world_list ul{
		margin: 0 auto;
		width: 100%;
        right: -10%;
	}
	#world .inner .world_list li{
		padding-right: 10px;
	}
	#world .inner .world_wrap .world_list li{
		width: 70%;
		padding-right: 0;
	}
	
	#world .inner .world_txt .world_title{
		padding: 5px 10px;
		margin-bottom:3rem;
	}
	#world .inner .world_wrap .world_txt .world_title{
		margin-left: auto;
		transform: skewX(-20deg);
	}
	#world .inner .world_wrap .world_txt .world_title h3{
		padding-left: 0;
		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_data{
		margin: 0 auto 50px auto;
        line-height: normal;
	}
	
	#world .inner .world_list{
		margin-top: auto;
	}
	#world .inner .world_wrap .world_list{
		margin-right: -20%;
		display: block;
	}
}


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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	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 .speclist dd.spec_att{
    width: 100%;
}

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

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

@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);
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Subcon Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content .backbtn{
  text-align: center;
  margin: 0 auto;
}
#content .backbtn a{
  color: #7f40a7;
  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;
}

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


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	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,
#content.shop #wset 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.shop #wset 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.shop #wset 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, #f0feff);
}
#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:nth-child(6) .pri_img img{
	height: 150%;
    bottom: 0;
    top: -25%;
    left: -1%;
}
#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: #4b63c0;
}
#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 #wset .inner{
	margin: 0 auto 100px auto;
	padding-bottom: 50px;
}

#content.shop #wset .inner .wset_wrap{
	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: 0 auto 100px auto;
	width: 80%;
}

#content.shop #wset .inner .wset_wrap .wset_img{
	width: 50%;
}
#content.shop #wset .inner .wset_wrap .wset_img img{
	display: block;
	margin: 0 auto;
	width: 80%;
}

#content.shop #wset .inner .wset_wrap .wset_data{
	width: 50%;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_txt{
	width: 80%;
	margin:0 auto 20px auto;
	font-size: 2rem;
	line-height: 3rem;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_txt span.txth{
	color: #caa158;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: solid 1px #caa158;
	display: block;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_txt p{
	padding-top: 1rem;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_txt span.under{
    background: linear-gradient(transparent 30%, #ffd5e5 30%);
    background-position: -0.3rem -0.3rem;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_con{
	width: 80%;
	margin: 0 auto;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_con span{
	color: #caa158;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: solid 1px #caa158;
	display: block;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_con p{
	padding-top: 1rem;
}
#content.shop #wset .inner .wset_wrap .wset_data .wset_con p small{
	margin-left: 1.8em;
}
#content.shop #wset .inner .wset_attention{
	width: 80%;
	text-align: center;
	margin: 0 auto 50px auto;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#content.shop #wset .inner .wset_attention p{
	margin-bottom: 10px;
}
#content.shop #wset .inner .wset_time{
	text-align: center;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: bold;
	padding-bottom: 50px;
}
#content.shop #wset .inner .wset_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 p.shop_att{
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 50px;
}

#content.shop #shopinfo .sofmap,
#content.shop #shopinfo .getchu,
#content.shop #shopinfo .melon,
#content.shop #shopinfo .amazon,
#content.shop #shopinfo .surugaya{
	width: 80%;
}
#content.shop #shopinfo .sofmap,
#content.shop #shopinfo .melon,
#content.shop #shopinfo .amazon,
#content.shop #shopinfo .surugaya{
	margin: 0 auto 100px auto;
}
#content.shop #shopinfo .getchu{
	margin: 0 auto 150px auto;
}
#content.shop #shopinfo .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: 80%;
    margin: 0 auto 50px auto;
}
#content.shop #shopinfo .sofmap .shop_img a,
#content.shop #shopinfo .sofmap .shop_img .imgcs{
	display: inline-block;
	width: 33.333%;
	padding: 10px;
}
#content.shop #shopinfo .sofmap .shop_img a img,
#content.shop #shopinfo .sofmap .shop_img .imgcs img{
	width: auto;
}
#content.shop #shopinfo .shop_data{
	width: 50%;
	margin: 0 auto;
}
#content.shop #shopinfo .shop_strong{
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
#content.shop #shopinfo .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 .shop_txt {
	width: auto;
	margin: 0 0 50px 0;
	text-align: center;
}

#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;
	
	  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:nth-child(2n){
	margin-right: 0;
}

#content.shop #shopinfo .shop_link a.wset,
#content.shop #orginfo .shop_link a.wset{
    background-color: #d94297;
    border: 1px solid #d94297;
    margin: 2rem auto 0 auto;
    padding: 20px 60px;
}
#content.shop #shopinfo .shop_link a.wset:hover,
#content.shop #orginfo .shop_link a.wset:hover{
	background-color: #fafafa;
	color: #d94297;
}

#content.shop #shopinfo .surugaya{
	margin: 0 auto 150px auto;
}

#content.shop #shopinfo .shop_img a,
#content.shop #shopinfo .shop_img .imgcs{
	display: inline-block;
	width: 50%;
	padding: 10px;
	text-align: center;
}
#content.shop #shopinfo .shop_img a img,
#content.shop #shopinfo .shop_img a.pr3 img,
#content.shop #shopinfo .shop_img .imgcs img{
	width: auto;
}
#content.shop #shopinfo .shop_img a.pr2 img{
	width: 80%;
}

#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:nth-child(6) .pri_img img{
		height: 105%;
		bottom: 0;
		top: auto;
		left: 0;
	}
	#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: 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 #wset .inner .wset_wrap{
		width: 90%;
	}
	#content.shop #wset .inner .wset_wrap .wset_img{
		width: 100%;
	}
	#content.shop #wset .inner .wset_wrap .wset_data{
		width: 100%;
	}
	#content.shop #wset .inner .wset_wrap .wset_data .wset_txt{
		width: 100%;
		margin: 20px auto;
	}
	#content.shop #wset .inner .wset_wrap .wset_data .wset_con{
		width: 100%;
	}
	#content.shop #wset .inner .wset_attention{
		text-align: left;
	}
	#content.shop #wset .inner .wset_strong{
		width: 90%;
		margin: 0 auto;
	}
	#content.shop #wset .inner .wset_time{
		font-size: 3rem;
		line-height: 3rem;
	}
	
	#content.shop #shopinfo p.shop_att{
		text-align: left;
		width: 90%;
		margin: 0 auto 50px auto;
	}
	
	#content.shop #shopinfo .sofmap{
		width: 90%;
	}
    #content.shop #shopinfo .sofmap .shop_img a,
	#content.shop #shopinfo .sofmap .shop_img .imgcs{
		width: 50%;
    }
	#content.shop #shopinfo .sofmap .shop_img:nth-child(1) a{
		width: 100%;
	}
	#content.shop #shopinfo .sofmap .shop_img{
		margin-bottom: 3rem;
        width: 100%;
	}
	#content.shop #shopinfo .shop_data{
		width: 100%;
	}
	#content.shop #shopinfo .shop_strong{
		margin-bottom: 3rem;
	}
	#content.shop #shopinfo .shop_strong p{
		padding: 0;
		font-size: 2.8rem;
		line-height: 2.8rem;
	}
	#content.shop #shopinfo .shop_txt{
		text-align: left;
		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.wset, #content.shop #orginfo .shop_link a.wset{
        margin: 0 auto 3rem auto;
        padding: 20px 30px;
        width: 80%;
    }
	#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, #content.shop #shopinfo .surugaya{
		width: 100%;
	}
	#content.shop #shopinfo .shop_img{
		margin: auto;
		margin-bottom: 3rem;
	}
	#content.shop #shopinfo .shop_img a.pr3 img{
		width: 50%;
	}
	#content.shop #shopinfo .shop_img a.pr2 img{
		width: 100%;
	}
	#content.shop #shopinfo .shop_txt{
		width: 90%;
		margin: 0 auto;
		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;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	Comic Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.comic{
}

#content.comic #comic .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_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.comic .comic_wrap h3{
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: normal;
}
#content.comic .comic_wrap .comic_con{
	width: 50%;
	padding: 4rem 30px;
	box-sizing: border-box;
	color: #000;
}

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

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

@media screen and (max-width: 768px) {
#content.comic .comic_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_wrap h3{
	font-size: 2rem;
	line-height: 2.5rem;
}
#content.comic .comic_wrap .comic_con{
	width: 100%;
	padding: 2rem 0px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	rpcp Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.rpcp{
}

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

#content.rpcp 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.rpcp #rpcp a{
	color: #caa158;

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

#content.rpcp .rpcp_about,
#content.rpcp .rpcp_ol,
#content.rpcp .rpcp_skd{
  width: 70%;
  margin: 0 auto 100px auto;
}
#content.rpcp .rpcp_about{
	text-align: center;
}

#content.rpcp 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.rpcp 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.rpcp 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.rpcp .rpcp_about img{
	margin: 0 auto;
}

#content.rpcp .rpcp_ol .rpcp_box{
	width: 90%;
	margin: 0 auto;
}
#content.rpcp .rpcp_ol .rpcp_box p,
#content.rpcp .skd_txt p{
	line-height: 3rem;
}
#content.rpcp p.rpcp_label{
	color: #845aa2;
	font-weight: bold;
}
#content.rpcp p.rpcp_data{
	margin-bottom: 3rem;
	padding-left: 10px;
}

#content.rpcp .rpcp_skd .skd_inner .skd_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.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con{
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    margin-right:auto;
}

#content.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con h4{
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: normal;
    text-align: left;
    color: #000;
}

#content.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con .skd_line{
	margin: 1rem 0;
}
#content.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con .skd_line img{
	display: block;
	width: 100%;
}

#content.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con .skd_img{
    margin-bottom: 1rem;
}

#content.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con .skd_txt{
    text-align: left;
}


@media screen and (max-width: 768px) {
  #content.rpcp h2{
	  font-size: 4.2rem;
	  line-height: 4.2rem;
	  letter-spacing: 0.5rem;
	  margin: 40px 0 40px 0;
  }
	
	#content.rpcp .rpcp_about,
    #content.rpcp .rpcp_ol,
    #content.rpcp .rpcp_skd{
		width: 90%;
	}
	
	#content.rpcp .rpcp_skd .skd_inner .skd_wrap{
		margin: 0 auto;
		width: 100%;
	}
    
    #content.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con{
        width: 100%;
        padding: 0px 0px;
    }
    
    #content.rpcp .rpcp_skd .skd_inner .skd_wrap .skd_con h4{
	font-size: 2rem;
	line-height: 2.5rem;
}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	facecp Section
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#content.facecp{
}

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

#content.facecp 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.facecp #facecp a{
	color: #caa158;

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

#content.facecp .facecp_about,
#content.facecp .facecp_ol{
  width: 70%;
  margin: 0 auto 100px auto;
}
#content.facecp .facecp_about{
	text-align: center;
}

#content.facecp 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.facecp 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.facecp 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.facecp .facecp_about img{
	margin: 0 auto;
}

#content.facecp .facecp_ol .facecp_box{
	width: 90%;
	margin: 0 auto;
}
#content.facecp .facecp_ol .facecp_box p{
	line-height: 3rem;
}
#content.facecp p.facecp_label{
	color: #845aa2;
	font-weight: bold;
}
#content.facecp p.facecp_data{
	margin-bottom: 3rem;
	padding-left: 10px;
}
#content.facecp p.facecp_howto{
	margin-bottom: 3rem;
}

#content.facecp span.hash{
	font-weight: bold;
	color: #ff47b5;
}
#content.facecp span.red{
    background: linear-gradient(transparent 80%, #f9c3c3 80%);
    background-position: -0.3rem -0.3rem;
}
#content.facecp span.small{
    font-size: 1.5rem;
}

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

}
