@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
/*-----------------------------
common
---------------------------- */
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings : "palt";
	letter-spacing: 1px;
	font-size: 1.6rem;/* 16px */
	font-weight: 400;
	line-height: 1.8;
	backface-visibility: hidden;
	-webkit-text-size-adjust: none;
	word-break: break-all;
}
#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
body, html {
	/* important */
	height: 100%;
}
/*-----------------------------
header
---------------------------- */
header {
	position: fixed;            /* ヘッダーの固定 */
	top: 0px;                   /* 位置(上0px) */
	left: 0px;                  /* 位置(右0px) */
	width: 100%;
	margin: 0;
	padding: 3% 0;
	background-color: #000;
	z-index: 1000;
}
header a {
	width: 55%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
header img {
	width: 55%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

/*PC*/
@media screen and (min-width:769px) {
header {
	position: fixed;            /* ヘッダーの固定 */
	top: 0px;                   /* 位置(上0px) */
	left: 0px;                  /* 位置(右0px) */
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 15px 0;
	background-color: #000;
	z-index: 1;
}
header a {
	width: 150px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
header img {
	width: 150px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
}
/*-----------------------------
main
---------------------------- */
#m_box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#m_box #image_box {
	width: 100%;
	height: auto;
	margin: 30px 0;
	position: relative;
}
#m_box #image_box::before {
	content: '';
	display: block;
	padding-top: 125%;
}
#m_box #image {
	width: 100%;
	/*	background:url("../images/main_sp_01.jpg") no-repeat;*/
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
#m_box #image h1 {
	width: 100%;
	height: 100%;
	position: relative;
}
#m_box #image h1 img {
	width: 70%;
	max-width: 300px;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#read {
	width: 92%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 1.4px;
	font-size: 1.5rem;
	line-height: 2.2;
	color: #000;
	margin-top: 40px;
}
#read br {
	display: none;
}
p.item_txt br {
	display: none;
}
#wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
#contents {
	margin-top: -40px;
	margin-bottom: 80px;
}
.pc-only {
	display: none;
}



/*PC*/
@media screen and (min-width:769px) {
#m_box {
	width: 100%;
}
#m_box #image h1 img {
	width: 70%;
	max-width: 630px;
}
#m_box #image_box::before {
	padding-top: 680px;
}
#m_box #image {
	width: 100%;
	height: 650px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}
p#read {
	text-align: center;
	margin-bottom: 40px;
}
#read br {
	display: inherit;
}
}
/*---------------------------------------------------------------
 
index.html(TOP)
 
-------------------------------------------------------------- */

#contents_top {
	margin-bottom: 40px;
}
#contents_top section {
	margin-top: 50px;
	padding: 0;
}
/*--googlefont(Source Serif Pro)--*/
#contents_top section .top_category {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600; /* 使用する太さ*/
	letter-spacing: 1.8px;
	font-size: 2.1rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 15px;
}
#contents_top section .top_bnr a {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#contents_top section a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.8;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}


/*PC*/
@media screen and (min-width:769px) {
#wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#contents_top {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 0px;
}
#contents_top section .top_category {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600; /* 使用する太さ*/
	letter-spacing: 1.8px;
	font-size: 2.5rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
#contents_top section .top_bnr {
	margin: 0 auto;
	padding: 0;
	width: 65%;
	margin-bottom: 15%;
}
}
/*---------------------------------------------------------------
 
TOPS / BOTTOMS / OPC.html
 
-------------------------------------------------------------- */

/*--googlefont(Source Serif Pro)--*/
.item_category {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600; /* 使用する太さ*/
	letter-spacing: 1.8px;
	font-size: 2.6rem;
	line-height: 1.8;
	text-align: center;
	margin-top: 80px;
	margin-bottom: -15px;
}
.cont_box .m_img {
	margin: 0 auto;
	padding-top: 40px;
}
p.m_height {
	margin: 0 auto;
	width: 35%;
	height: auto;
	margin-top: 30px;
}
p.item_txt {
	width: 94%;
	margin: 0 auto;
	text-align: left;
	padding-top: 3px;
	letter-spacing: 0.6px;
	font-size: 1.4rem;
	line-height: 2.2;
	color: #000;
}
p.item_txt br {
	display: none;
}
ul.credit {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	letter-spacing: 0.6px;
	font-size: 1.2rem;
	line-height: 2.2;
	color: #000;
	padding-top: 35px;
}
ul.credit li {
	text-align: center;
	margin-bottom: 5px;
}
ul.credit li span {
	margin-left: 6px;
}
ul.credit li a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	font-weight: bold;
}
ul.credit li a:hover {
	color: #898989;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
	text-decoration: none;
}


/*PC*/
@media screen and (min-width:769px) {
#wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#contents {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 0px;
}
.item_category {
	font-size: 3.2rem;
	margin-top: 80px;
	margin-bottom: -10px;
}
p.m_height {
	margin: 0 auto;
	max-width: 120px;
	height: auto;
	margin-top: 40px;
}
p.item_txt {
	width: 94%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.6px;
	font-size: 1.4rem;
	line-height: 2.2;
	color: #000;
}
p.item_txt br {
	display: inherit;
}
.cont_box .m_img {
	width: 65%;
	margin: 0 auto;
	padding-top: 40px;
}
ul.credit {
	padding-top: 40px;
}
}
/*-----------------------------
FOOTER
---------------------------- */

#footer {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
#footer ul#f_nav li {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600; /* 使用する太さ*/
	letter-spacing: 1.2px;
	font-size: 19px;
	line-height: 2.8;
	text-align: center;
	color: #898989;
	border-bottom: 1px solid #000;
}
#footer ul#f_nav li:last-child {
	border: none;
}
#footer ul#f_nav li.page_link {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600; /* 使用する太さ*/
	letter-spacing: 1.2px;
	font-size: 19px;
	line-height: 2.8;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#footer ul#f_nav li.page_link a:hover {
	color: #898989;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
	text-decoration: none;
}
#btn_pagetop {
	width: 100%;
	font-size: 1.1rem;
	letter-spacing: 1px;
	padding-bottom: 18px;
	text-align: right;
	overflow: hidden;
	font-weight: bold;
	margin-top: 45px;
	color: #000;
}
#btn_pagetop a {
	margin-right: 20px;
	color: #000;
	transition: .3s;
	-webkit-transition: .3s;
	text-decoration: none;
}
#btn_pagetop a:hover {
	color: #898989;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
	text-decoration: none;
}
address {
	width: 100%;
	margin: 0;
	padding: 3% 0;
	text-align: center;
	font-size: 1.1rem;
	background: #000;
	color: #fff;
	font-size: 0.9rem;
}


/*PC*/
@media screen and (min-width:769px) {
address {
	width: 100%;
	margin: 0;
	padding: 1.2% 0;
	text-align: center;
	font-size: 1.1rem;
	background: #000;
	color: #fff;
	font-size: 0.9rem;
}
#footer {
	width: 45%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0;
	margin-top: 100px;
}
#footer ul#f_nav li {
	font-size: 19px;
	line-height: 3.5;
}
#footer ul#f_nav li.page_link {
	font-size: 19px;
	line-height: 3.5;
}
}
/* ==============================================
 * MIAN動作
 * ============================================== */
 
/*SP*/

.main {
	margin-top: 30px;
	width: 100%;
	position: relative;
	height: 100%;
}
.main_cover {	
	background: #fff;
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 10;
	backface-visibility: hidden;
	will-change: transform, height;
	transform: translate3d(0, 0, 0);
}
.main_cover-1 {
	left: 0;
	top: 0;
}
.main_cover-2 {
	right: 0;
	bottom: 0;
}
.main_inner {
	width: 100%;
	height: 100%;
	background: url("../images/main_sp_01.jpg") no-repeat center;
	background-size: cover;
}
.main_halfbox {
	width: 50%;
}
.main_inbox {
	width: 100%;
	height: 100%;
	top: calc(50% + 0px);
}

/*PC*/
@media screen and (min-width:769px) {
.main {
	margin-top: 52px;
	width: 100%;
	height: 650px;
	position: relative;
}
.main_cover {
	background: #fff;
	position: absolute;
	width: 50%;
	height: 650px;
	z-index: 10;
	backface-visibility: hidden;
	will-change: transform, height;
	transform: translate3d(0, 0, 0);
}
.main_cover-1 {
	left: 0;
	top: 0;
}
.main_cover-2 {
	right: 0;
	bottom: 0;
}
.main_inner {
	width: 100%;
	height: 650px;
	background: url("../images/main_pc_01.jpg") no-repeat center;
	background-size: cover；
}
.main_halfbox {
	width: 50%;
	height: 650px;
	top: 0;
	left: 0;
	z-index: 1;
}
.main_inbox {
	pointer-events: none;
	text-align: center;
	width: 100%;
	position: absolute;
	top: calc(50% - 52px);
}
}
