@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul, ol {
    list-style: none;
}
.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}
a:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;	
}
.sp_Only{
	display: none;
}
a { 
	color: #1a1a1a;
    text-decoration: none;
}
a, li, p, div, button, img {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a.ico_none[target="_blank"]::after{
    display: none;
}
a img{ 
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
img {
    vertical-align: top;
    max-width: 100%;
}
.white_bg{
	background-color: #FFFFFF;
	color: #bf3720;
	padding: 10px;
    border-radius: 10px;
    font-size: 3.6rem;
}
.border{
	content: "";
	border-bottom: 1px solid;
	margin:80px auto !important;
}
html {
	font-size: 62.5%;
}
body{
    font-family: 'Shuei MaruGo L',sans-serif;
	font-weight: bold;
    color: #FFFFFF;
    font-size: 1.6rem;
	line-height: 2;
	padding: 0;
    margin: 0;
}
header{
	max-width: 1600px;
	width: 100%;
	position: relative;
	margin:0 auto;
}
header .mv{
	width: 100%;
	padding-top: 69.6875%;
	background: url(../images/mv_pc.jpg) top center no-repeat;	
	background-size: 100% auto;
}
header .animated {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
header .ttl_main{
	position: absolute;
	width: 23%;
	top: 40.538117%;
	left: 38.35125%;
	margin: 0;
}
header .ttl_sub{
	position: absolute;
	width: 23%;
	top: 3.5874%;
	left: 38.35125%;
}
#sample{
	max-width: 1000px;
	width: 100%;
	margin: 130px auto 50px;
    color: #1a1a1a;
	text-align: right;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-weight: normal;
}
#sample .swiper-container {
	max-width: 1000px;
    width: 100%;
	padding-top: 50px;
	box-sizing: content-box;
}
#sample .swiper-container .swiper-button-prev{
    background-image: url(../images/swiper-button-prev.png);
    left: 10px;
    right: auto;
}
#sample .swiper-container .swiper-button-next{
    background-image: url(../images/swiper-button-next.png);
    right: 10px;
    left: auto;
}
#sample .swiper-button-next, .swiper-button-prev {
    width: 33.5px !important;
    height: 26.5px !important;
    background-size: contain !important;
}
#sample .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	top: 0;
}
#sample .swiper-pagination-bullet-active {
    background-color: #1a1a1a !important;
}
#sample .swiper-pagination-bullet {
	background: none;
    border: 1px #1a1a1a solid;
    opacity: 1;
}
#sample .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
#sample h3{
	font-size: 3.2rem;
    font-feature-settings: "palt";
    letter-spacing: .1rem;
}
#sample .text_sub{
	line-height: 1.4;
}
#wrap {
	width: 100%;
    margin: 0 auto;
	padding: 140px 0;
	background: url(../images/bg_pc.jpg) repeat-y top center;
	background-size: 100% auto;
}
#container{
	max-width: 1000px;
	width: 100%;
	margin:0 auto;
	padding: 120px 0;
	background-color: rgba(191,55,32,.9);
	border-radius: 10px;
}
#contents_area{
	max-width: 672px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#contents_area p{
	margin: 0 auto;
	letter-spacing: .2rem;
}
#contents_area p a{
	color: #FFFFFF;
	text-decoration: underline;
}
#contents_area .center{
	font-size: 2.4rem;
}
#contents_area .center img{
	width: 617px;
	margin-bottom: -40px;
}
#contents_area .title{
	width: 100%;
	padding-bottom: 45px;
}
#contents_area .title img{
	margin: 0;
}
#contents_area img{
	margin: 40px auto;
}
#contents_area .shop{
	background-color: #FFFFFF;
	border-radius: 20px;
    margin: 65px auto;
    padding: 40px 70px;
    text-align: left;
	font-size: 2rem;
	color: #be3720;
}
#contents_area .shop h2{
	font-size: 4.6rem;
	padding-bottom: 24px;
}
#contents_area .shop .text_b{
	font-size: 3.8rem;
}
#contents_area .shop .text_s{
	font-size: 1.2rem;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.8;
}
#contents_area .shop .red_bg{
	background-color: #bf3720;
    color: #FFFFFF;
    padding: 6px;
    border-radius: 8px;
	font-size: 2.1rem;
}
#contents_area .shop p{
	width: 100%;
}
#contents_area .book_cover img{
	max-width: 105%;
}
#contents_area .book_text{
	border: 2px solid;
    border-radius: 20px;
    margin: 65px auto;
    padding: 40px 35px;
    text-align: left;
    position: relative;
	display: flex;
	font-size: 2rem;
}
#contents_area .book_text p{
	width: 50%;
	letter-spacing: 0;
}
#contents_area .book_text .text_s{
	font-size: 1.4rem;
}
#contents_area .book_sub{
	font-size: 1.3rem;
	font-family: 'Gothic Medium BBB JIS2004',sans-serif;
	line-height: 1.5;
	font-weight: normal;
}
#contents_area .book_sub img{
	width: 80%;
	margin:0 auto 20px;
}
#contents_area .book_text .bg_parts1{
	background: url(../images/parts1.png) no-repeat;
	background-size: contain;
	width: 219.038px;
	height: 269.221px;
	position: absolute;
	top: 57%;
    left: 10%;
}
#contents_area .prof .bg_parts2{
	background: url(../images/parts2.png) no-repeat;
	background-size: contain;
	width: 117.262px;
	height: 249.695px;
	position: absolute;
	top: 67%;
    right: 10%;
}
#contents_area .prof {
    background-color: #FFFFFF;
    border-radius: 20px;
    margin: 65px auto;
    padding: 40px 35px;
    text-align: left;
    font-size: 2rem;
	position: relative;
	color: #1a1a1a;
	line-height: 1.6;
}
#contents_area .prof h3{
	font-size: 3.2rem;
	margin-bottom: 1rem;
}
#contents_area .prof h3 span{
	font-size: 2.1rem;
}
#contents_area .prof p{
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0;
}
#contents_area .prof a{
	color: #1a1a1a;
	letter-spacing: 0;
}
#contents_area .cart{
    padding: 50px 0 0;
}
#contents_area .cart img{
    margin: 60px auto 10px;
}
#contents_area .sold a:hover{
	opacity: 1;
}
#contents_area a.sold{
	pointer-events: none;
}

#navi{
	margin-top: 50px;
}
#navi ul{
	display: flex;
	justify-content: space-between;
}
#navi ul li img{
	height: 24px;
	margin: 0;
}
#contents_area .stock{
	font-weight: normal;
}
footer {
	max-width: 800px;
    width: 100%;
	margin: 0 auto;
    padding: 80px 0 5px;
	text-align: center;
}
footer .share{
	border-bottom: 1px solid;
	padding-bottom: 30px;
}
.share_list {
    width: 100%;
    max-width: 800px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1.4rem;
	align-items: center;
}
.share_list li a{
	color: #FFFFFF;
}
.share_list li img{
	width: auto;
    height: 32px;
}
.share_list li.store img{
    margin: 0 5px 0 50px;
}
.share_list li.home img{
    margin: 0 5px 0 50px;
}
.share_list li.mail img {
    margin: 0 5px 0 50px;
}
.copyright {
    margin: 30px auto;
    display: block;
}
.copyright img{
	width: 107px;
}
.footer-links {
    padding: 20px 0;
    text-align: center;
    font-size: 1.2rem;
	font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-weight: normal;
}
.footer-links li a{
	color: #FFFFFF;
}
.footer-links li {
    display: inline-block;
}
.footer-links li + li:before {
    content: '|';
    margin-left: 10px;
    margin-right: 10px;
}
.collabo{
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.collabo img{
	height: 87px;
}
/* ------------------ tablet ------------------*/
@media screen and (max-width: 768px) {
	#wrap{
		padding: 0;
	}
	#container{
		border-radius: 0;
		padding: 40px 0;
	}

}
/* -------------------- SP --------------------*/

@media screen and (max-width: 640px) {
	.sp_Only{
		display: block;
	}
	.pc_Only{
		display: none;
	}
	.white_bg {
		font-size: 1.5rem;
		padding: 5px;
		border-radius: 5px;
		line-height: 3;
	}
	.border {
		width: 100% !important;
		margin: 25px auto !important;
	}
	body{
		line-height: 1.8;
		font-size: 1.4rem;
	}
	.menu{
		width: 100%;
		height: 46px;
		background: url(../images/menu_bg_sp.jpg);
		background-size: cover;
	}
	.menu_btn{
		width: 25px;
	}
	header .mv{
		padding-top: 109.375%;
		background: url(../images/mv_sp.jpg) top center no-repeat;
		background-size: 100% auto;
	}
	header .ttl_main{
		width: 37.5%;
		top: 43.142857%;
		left: 33.151562%;
	}
	header .ttl_sub {
		width: 37.5%;
		left: 33.151562%;
	}
	#sample {
		margin: 10px auto;
		font-size: 1rem;
	}
	#sample .swiper-container {
	    width: 100%;
	    margin-bottom: 10px;
		padding-top: 45px;
	}
	#sample .swiper-container .swiper-button-prev{
	    left: 10px;
	    right: auto;
	}
	#sample .swiper-container .swiper-button-next{
	    right: 10px;
	    left: auto;
	}
	#sample .swiper-button-next, #sample .swiper-button-prev {
	    width: 12px !important;
	    height: 15.31px !important;
		margin-top: 15px;
	}
	#sample .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		top: 10px;
	}
	#sample h3 {
		font-size: 1.8rem;
	}
	#container .center{
		text-align: center;
		font-size: 1.2rem;
	}
	#contents_area .center img {
		width: 100%;
		margin-bottom: 0;
	}
	#contents_area{
		text-align: justify;
		text-justify: inter-ideograph;
		-ms-text-justify: inter-ideograph;
	}
	#contents_area p{
		width: 84%;
	}
	#contents_area p.center {
		width: 100%;
	}
	#contents_area p.center img{
		width: 80%;
	}
	#contents_area .title {
		width: 100%;
		padding-bottom: 0;
	}
	#contents_area .title img{
		margin: 0 auto 25px;
	}
	#contents_area .shop {
		width: 80%;
		margin: 30px auto;
		padding: 4%;
		font-size: 1.2rem;
		border: 2px solid;
		line-height: 2;
	}
	#contents_area .shop h2 {
		font-size: 1.8rem;
		padding-bottom: 12px;
	}
	#contents_area .shop .text_b {
		font-size: 1.6rem;
	}
	#contents_area .shop .white_bg {
		font-size: .9rem;
		padding: 5px;
		border-radius: 5px;
	}
	#contents_area .shop .text_s {
		font-size: .9rem;
	}
	#contents_area .shop .red_bg {
		padding: 3px;
		border-radius: 4px;
		font-size: .9rem;
		margin-left: .2rem;
	}
	#contents_area .shop img{
		margin: 20px auto;
	}
	#contents_area .book_cover img {
		max-width: 100%;
	}
	#contents_area .book_text {
		width: 84%;
		border: 0;
		margin: 0 auto;
		padding: 0;
		display: block;
		font-size: 1.4rem;
	}
	#contents_area .book_text p {
		width: 100%;
	}
	#contents_area .book_text .bg_parts1{
		display: none;
	}
	#contents_area .book_text .text_s {
		font-size: .9rem;
	}
	#contents_area .book_sub img {
		margin: 20px auto;
	}
	#contents_area .prof {
		width: 80%;
		margin: 30px auto;
		padding: 4% 4% 8%;
	}
	#contents_area .prof p{
		width: 90%;
	}
	#contents_area .prof h3 {
		font-size: 1.8rem;
		margin: 0;
		padding: 4% 6%;
	}
	#contents_area .prof h3 span {
		font-size: 1.6rem;
	}
	#contents_area .prof .bg_parts2{
		display: none;
	}
	#contents_area .parts_sp{
		width: 84%;
		margin: 0 auto;
	}
	#contents_area .cart{
		padding: 0;
		text-align: center;
	}
	#contents_area .cart img{
		width: 60%;
		margin: 40px auto 0;
	}
	#navi{
		margin-top: 20px;
	}
	#navi ul{
		display: block;
		text-align: center;
	}
	#navi ul li img{
		height: 22px;
		margin: 10px 0;
	}
	footer{
		padding: 40px 0 10px;
	}
	footer ul.share_list {
		display: block;
	}
	footer li {
		float: none;
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 15px;
	}
	footer .share {
		padding-bottom: 0;
	}
	.share_list li{
		width: 15%;
		margin: 0;
	}
	.share_list li.mail,
	.share_list li.store,
	.share_list li.home{
		width: 80%;
		margin: 10px auto;
		padding-bottom: 0;
	}
	.share_list li.home{
		padding-bottom: 10px;
	}
	.share_list li.mail img,
	.share_list li.store img,
	.share_list li.home img{
		margin: 0;
	}
	.collabo{
		display: block;
		padding: 20px 0;
	}
	.collabo p{
		padding: 0 10px;
		display: inline-block;
	}
	.collabo img {
		height: 67px;
		width: auto;
	}
	.copyright {
		margin: 0 auto;
	}
	.footer-links li {
		margin: 0;
	}
}