@charset "UTF-8";
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイル */

/************************************
** 基本設定
************************************/


#body ul, #body ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#body dl, #body dt, #body dd {
	margin: 0;
	padding: 0;
}
#body {
	max-width: 100%;
}

::selection {
	background: #000;
	color: #fff;
}

#container {
	padding: 0;
	margin: 0 auto;
}


a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

/*
#cake a:hover img {
	transition: .3s;
}
#cake a:hover img {
	transform: scale(1.05);
}
*/


/* PC */
@media screen and (min-width:751px) {
	.pc-only {
		display: block;
	}
	.sp-only {
		display: none;
	}
}

/* スマホ */
@media screen and (max-width:750px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}



/************************************
** ナビゲーション
************************************/

header #h-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
header nav {
	padding: 0;
}
header nav #navi .menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
header nav #navi .menu li {
	font-size: 14px;
}
header nav #navi .menu li a {
	
}
header #navi #navi .menu > li {
	margin-right: 20px;
}
header #mobile-navi {
	display: none;
}


/* PC */
@media screen and (min-width:961px) {
	#header nav#mobile-navi {
		display: none !important;
	}
}

/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	#mobile-navi-in #mobile-navi-logo {
		padding: 2.5% 5% !important;
	}
}

/* スマホ */
@media screen and (max-width:960px) {
	header nav#mobile-navi {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		float: inherit;
		background-color: #fff;
		width: 100%;
		height: 100vh;
		padding-top: 0;
		margin-left: 0 !important;
	}
	#mobile-navi-in {
		width: 80%;
		margin: 0 auto;
	}
	#mobile-navi #mobile-logo {
		width: 10vw;
		padding: 8vw 0 0 0;
	}
	#mobile-navi #mobile-logo a {
		display: block;
	}
	#mobile-navi #mobile-navi-menu {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 5vw 0 0 0;
		padding: 0;
		list-style-type: none;
	}
	#mobile-navi #mobile-navi-menu > li {
		width: 32%;
		font-size: 25px;
		margin: 0 2% 2% 0;
		padding: 0;
	}
	#mobile-navi #mobile-navi-menu > li small {
		display: block;
		font-size: 11px;
		font-family: ゴシックMB101 B, Gothic MB101 Bold, hiragino-kaku-gothic-pron, sans-serif;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(1) {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		width: 100%;
		margin-right: 0;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(6),
	#mobile-navi #mobile-navi-menu > li:nth-child(9) {
		margin-right: 0;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(1) a {
		width: 34%;
		white-space: nowrap;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(1) ul {
		width: 66%;
		margin: 0;
		padding: 0;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(1) ul li {
		list-style-type: none;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(1) ul li a:before {
		content: " - ";
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(2) {
		width: 34%;
		margin-right: 0;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(3) {
		margin-right: 0;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(10) {
		width: 100%;
		background-color: #db3422;
		margin: 5vw 0 10vw 0;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(10) a {
		position: relative;
		display: block;
		font-size: 16px;
		letter-spacing: 0.02em;
		color: #fff !important;
		text-align: center;
		padding: 20px 0;
	}
	
	#mobile-navi #mobile-navi-menu > li:nth-child(10) a:after {
		position: absolute;
		right: 15%;
		top: 35%;
		content: "";
		width: 36px;
		height: 11px;
		background: url(../simplicity2-child/images/arrow-estimate.svg) no-repeat center center;
		background-size: contain;
	}
	
	#mobile-navi #mobile-navi-menu > li:nth-child(11) ul li {
		width: 50%;
		list-style-type: none;
	}
	
	#mobile-navi #mobile-navi-menu > li:nth-child(11) ul.otherlink {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(11) ul.otherlink li {
		width: 10vw;
		height: 10vw;
	}
	
	#mobile-navi #mobile-navi-menu > li:nth-child(12) {
		margin-left: auto;
		margin-right: 15px;
		white-space: nowrap;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(12) a {
		display: inline-block;
	}
	#mobile-navi #mobile-navi-menu > li:nth-child(12):after {
		position: relative;
		top: -5px;
		content: "";
		background: url(../simplicity2-child/images/arrow-link.svg) no-repeat bottom right;
		padding-right: 15px;
	}
	
	
	
}



/************************************
** 投稿・ページ
************************************/

.entry-content img {
	display: block;
}
.page article h2 {
	line-height: 1.6;
	margin: 0;
}
/* 共通ボタン */
.btn-wrap {
	width: 100%;
}
.btn-single {
	width: auto;
}
.btn-single a {
	display: block;
	min-width: 160px;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	color: #a6192e;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #a6192e;
	transition-property: all;
 transition: 0.3s linear;
}
.btn-single a:hover {
	opacity: 1;
	background: #a6192e;
	color: #fff;
}

a.btn2 {
	display: block;
	width: 200px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 10px;
	border: 1px solid #fff;
}



/* PC */
/*
@media screen and (min-width:961px) {
	.pc-only {
		display: block !important;
	}
	.sp-only {
		display: none !important;
	}
}
*/
/* タブレット */
/*
@media screen and (min-width:751px) and (max-width:960px) {
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: block !important;
	}
}
*/
/* スマホ */
/*
@media screen and (max-width:750px) {
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: block !important;
	}
}
*/



/************************************
** footer
************************************/

footer {
}



/************************************
** 共通パーツ
************************************/

.sec_inner {
	width: 100%;
	margin: 0 auto;
}


/* スマホ */
@media screen and (max-width:750px) {
	
}


.fs18 {font-size: 18px;}
.fs16 {font-size: 16px;}




/************************************
** HOME(home)
************************************/

.home {
}
.home #container {
	
}
.home #site-title {
	
}


/* keyvisual */
.home #keyvisual {
	width: 100%;
	padding: 0;
}
.home #keyvisual .sec_inner {
	position: relative;
	width: 100%;
	margin: 5% auto;
}
.home #keyvisual #btn-jersey {
  display: none;
	position: absolute;
	bottom: -1vw;
	right: 4vw;
}
.home #keyvisual #btn-jersey a.btn2 {
	position: relative;
	width: 300px;
	font-size: 30px;
	color: #000;
	text-align: left;
	padding: 10px 10px 10px 30px;
	border: 3px solid #000;
}
.home #keyvisual #btn-jersey a.btn2:after {
	position: absolute;
	right: 30px;
	bottom: .7em;
	content: "";
	background: url(images/arrow-black.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 10px;
}
.home #keyvisual #btn-jersey a.btn2:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.home #keyvisual #btn-jersey a.btn2:hover:after {
	background: url(images/arrow-black-hover.svg) no-repeat center center;
	background-size: contain;
}


.home #keyvisual h1 {
	position: absolute;
	top: 30%;
	width: 100%;
	line-height: 1;
}
.home #keyvisual #kv-lead {
	position: absolute;
	bottom: 0;
	left: 2.5%;
	line-height: 1.5;
}
.home #keyvisual #kv-lead h2 {
	font-size: 42px;
}
.home #keyvisual #kv-lead a {
	position: relative;
	display: block;
	width: 7em;
	font-size: 26px;
	line-height: 1;
	margin-top: 1em;
	padding-bottom: 10px;
	padding-right: 1em;
	border-bottom: 3px solid #000;
}
.home #keyvisual #kv-lead a:after {
	position: absolute;
	right: 0;
	bottom: .5em;
	content: "";
	background: url(images/arrow-black.svg) no-repeat center center;
	width: 31px;
	height: 15px;
}
.home #keyvisual figure {
	width: 64%;
	margin-left: auto;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.home #keyvisual {
		height: 100vw;
	}
	.home #keyvisual #kv-lead {
		bottom: -30vw;
	}
	
}


/* スマホ */
@media screen and (max-width:750px) {
	
	.home #keyvisual .sec_inner {
		margin: 0 auto;
	}
	.home #keyvisual figure {
		width: 100%;
	}
	.home #keyvisual #btn-jersey {
		position: absolute;
		bottom: inherit;
		right: inherit;
		top: 75vw;
		left: 5%;
		width: 90%;
	}
	.home #keyvisual #btn-jersey a.btn2 {
		position: relative;
		width: calc(90% - 6px) !important;
		font-size: 24px;
		color: #000;
		text-align: left;
		padding: 5vw 0 5vw 10vw;
		border: 3px solid #000;
	}
	.home #keyvisual #btn-jersey a.btn2:after {
		position: absolute;
		right: 30px;
		bottom: 1em;
		content: "";
		background: url(images/arrow-black.svg) no-repeat center center;
		background-size: contain;
		width: 20px;
		height: 10px;
	}
	.home #keyvisual h1 {
		position: relative;
		top: 25vw;
		left: inherit;
	}
	.home #keyvisual #kv-lead {
		position: relative;
		bottom: inherit;
		left: inherit;
		width: 100%;
		font-size: 7vw !important;
		margin-top: 30vw;
	}
	
}



/* NEWS-WORKS */
.home .news-works {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:	95%;
	margin: 0 auto;
}
.home #news-works-sp {
	display: none;
}


/* NEWS */
.home .news {
	position: relative;
	width:	60%;
}
.home .news h2 {
	font-size: 30px;
	margin-bottom: .5em;
}
.home .news .sec_inner {
	
}

.home .news ul {
	border-top: 1px solid #000;
}
.home .news ul li {
	width: 100%;
	margin: 0;
	padding: 1.5em 0 !important;
	border-bottom: 1px solid #000;
}
.home .news ul li span {
	line-height: 1.5;
}
.home .news ul li span.title {
	display: block;
	font-size: 14px;
}
.home .news ul li span.date {
	display: block;
	font-size: 10px;
	color: #343434;
	margin-top: 1em;
}
.home .news ul li span.date a {
	color: #343434 !important;
}
.home .news .btn {
	position: absolute;
	right: 40px;
	top: 15px;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}

.home .btn a.btn-more {
	position:relative;
	display: inline-block;
	font-size: 20px;
}
.home .btn a.btn-more:after {
	position: absolute;
	right: -2em;
	bottom: .2em;
	content: "";
	background: url(images/arrow-black.svg) no-repeat center center;
	width: 31px;
	height: 15px;
}



/* WORKS */
.home .works {
	position: relative;
	width:	35%;
}
.home .works h2 {
	font-size: 30px;
	margin-bottom: .5em;
}
.home .works .sec_inner {
	
}

.home .works ul {
	border-top: 1px solid #000;
}
.home .works ul li {
	width: 90%;
	margin: 0;
	padding: 8.5% 5% 5% 5% !important;
	border-bottom: 1px solid #000;
}
.home .works ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.home .works ul li span {
	line-height: 1.5;
	margin-top: 1em;
}
.home .works ul li span.title {
	display: block;
	font-size: 14px;
}
.home .works ul li span.date {
	display: block;
	font-size: 10px;
	color: #343434;
	margin-top: 1em;
}
.home .works ul li span.date a {
	color: #343434 !important;
}
.home .works .btn {
	position: absolute;
	right: 40px;
	top: 15px;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	/* NEWS-WORKS */
	.home .news-works {
		display: block;
		width: 90%;
	}
	.home #news-works-pc {
		display: none;
	}
	.home #news-works-sp {
		display: block;
	}
	
	/* NEWS */
	.home .news {
		width:	100%;
		margin: 10vw 0 0 0;
	}
	
	/* WORKS */
	.home .works {
		width:	100%;
		margin: 10vw 0 0 0;
	}
	
}



/* SINGLET */
.home #singlet {
	margin: 10vw 0;
}
.home #singlet .sec_inner {
	position: relative;
	width: 100%;
	height: 33vw;
	background: url(images/singlet-bg.jpg) no-repeat left top;
	background-size: cover;
}
.home #singlet .sec_inner figure {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 38%;
}
.home #singlet .sec_inner .text {
	width: 50%;
	color: #fff;
	text-align: center;
	padding-top: 7%;
	margin-left: auto;
}
.home #singlet .sec_inner .text h2 {
	font-size: 73px;
}
.home #singlet .sec_inner .text p {
	font-size: 14px;
}
.home #singlet .sec_inner .text .btn {
	position:relative;
	display: inline-block;
	font-size: 20px;
}
.home #singlet .sec_inner .text .btn a:after {
	position: absolute;
	right: 3em;
	bottom: 1.5em;
	content: "";
	background: url(images/arrow-black-hover.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 10px;
}
.home #singlet .sec_inner .text .btn a:hover {
	background-color: #fff;
	color: #000;
	opacity: 1;
}
.home #singlet .sec_inner .text .btn a:hover:after {
	background: url(images/arrow-black.svg) no-repeat center center;
	background-size: contain;
}

.home #singlet ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 470px;
	margin-left: auto;
	margin-right: 5%;
	padding: 4% 0;
}
.home #singlet ul li {
	position: relative;
	width: auto;
	white-space: nowrap;
	text-align: left;
	padding: 0 1em;
}
.home #singlet ul li:after {
	position: absolute;
	right: 0;
	content: "|";
}
.home #singlet ul li:nth-child(4):after {
	content: "";
}
.home #singlet ul li a {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}
.home #singlet ul li a:hover {
	border-bottom: 1px solid #000;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.home #singlet ul {
		width: 480px;
		margin: 15vw auto 0 auto;
		padding: 0;
	}
	.home #singlet ul li {
		width: 33.33%;
	}
	.home #singlet ul li a {
		
	}
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	/* SINGLET */
	.home #singlet {
		margin: 15vw 0 10vw 0;
	}
	.home #singlet .sec_inner {
		position: relative;
		width: 100%;
		height: 140vw;
		background: url(images/singlet-bg-sp.jpg) no-repeat center top;
		background-size: 100vw 100vw;
	}
	.home #singlet .sec_inner figure {
		left: 15%;
		top: inherit;
		bottom: 0%;
		width: 70%;
	}
	.home #singlet .sec_inner .text {
		width: 90%;
		padding-top: 10vw;
		margin: 0 auto;
	}
	.home #singlet .sec_inner .text h2 {
		font-size: 47px;
	}
	.home #singlet .sec_inner .text p {
		font-size: 11px;
	}
	.home #singlet ul {
		position: relative;
		max-width: 90%;
		width: 330px;
		margin: 0 auto;
		padding: 4% 0 10% 0;
	}
	.home #singlet ul li:nth-child(3):after {
		content: "";
	}
	.home #singlet ul li:nth-child(4) {
		position: absolute;
		top: 5em;
		width: 100%;
		text-align: center;
	}
	.home #singlet ul li a {
		font-size: 12px;
	}
	/*
	.home #singlet ul {
		width: 100%;
		margin-left: inherit;
		padding: 4% 0;
	}
	*/
	
}



/* JERSEY */
.home #jersey {
	margin: 10vw 0;
}
.home #jersey .sec_inner {
	width: 100%;
	height: 60vw;
}
.home #jersey .sec_inner figure {
	width: 100%;
}

.home #jersey .sec_inner .text {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.home #jersey .sec_inner .text h2 {
	position: absolute;
	bottom: -15vw;
	font-size: 139px;
	line-height: 1.1;
}
.home #jersey .sec_inner .text p {
	position: absolute;
	right: 0;
	bottom: -15vw;
	font-size: 26px;
	line-height: 1.8;
	text-align: right;
}
.home #jersey .sec_inner .text .btn {
	position: absolute;
	bottom: -22vw;
	display: inline-block;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.home #jersey .sec_inner .text .btn a {
	border-color: #000;
	color: #000;
	font-size: 18px;
}
.home #jersey .sec_inner .text .btn a:after {
	position: absolute;
	right: 2em;
	bottom: 1em;
	content: "";
	background: url(images/arrow-black.svg) no-repeat center center;
	background-size: contain;
	width: 20px;
	height: 10px;
}
.home #jersey .sec_inner .text .btn a:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.home #jersey .sec_inner .text .btn a:hover:after {
	background: url(images/arrow-black-hover.svg) no-repeat center center;
	background-size: contain;
}

.home #jersey ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 480px;
	margin-left: auto;
	margin-right: 5%;
	padding: 4% 0;
}
.home #jersey ul li {
	position: relative;
	width: 33.33%;
	white-space: nowrap;
	text-align: center;
	padding: 0;
}
.home #jersey ul li:after {
	position: absolute;
	right: 0;
	content: "|";
}
.home #jersey ul li:nth-child(3):after {
	content: "";
}
.home #jersey ul li a {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}
.home #jersey ul li a:hover {
	border-bottom: 1px solid #000;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	/* JERSEY */
	.home #jersey {
		width: 100%;
		margin: 15vw 0 10vw 0;
		overflow: hidden;
	}
	.home #jersey .sec_inner {
		height: 140vw;
	}
	.home #jersey .sec_inner figure {
		
	}
	.home #jersey .sec_inner .text {
		position: relative;
		top: -7vw;
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	.home #jersey .sec_inner .text h2 {
		position: inherit;
		bottom: inherit;
		left: inherit;
		font-size: 50px;
	}
	.home #jersey .sec_inner .text p {
		position: inherit;
		bottom: inherit;
		right: inherit;
		font-size: 13px;
		text-align: center;
		margin: 0 auto;
	}
	.home #jersey .sec_inner .text .btn {
		position: inherit;
		bottom: inherit;
		margin: 5vw auto;
	}
	
}




/* PRODUCT */
.home #product {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:	100%;
}
.home #product .item {
	position: relative;
	width:	50%;
	height: 25.5vw;
	overflow: hidden;
}
.home #product .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 26vw;
	line-height: 1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	line-height: 1;
}
.home #product .item a:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	background-size: 100%;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.home #product .item a:hover:before {
	transform: scale(1.2, 1.2);
}

.home #product .item:nth-child(1) a {
	background-image: url(images/teamwear.jpg);
}
.home #product .item:nth-child(2) a {
	background-image: url(images/originalitem.jpg);
}
.home #product .item a span {
	display: block;
	position: absolute;
	left: 5%;
	top: 10%;
}
.home #product .item a:hover span,
.home #product .item a:hover strong {
	opacity: 1;
}
.home #product .item a span strong {
	display: block;
	font-size: 24px;
}
.home #product .item a span small {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.home #product {
		display: block;
	}
	.home #product .item {
		width:	100%;
		height: 49vw;
		margin-bottom: 3px;
	}
	.home #product .item a {
		height: 50vw;
	}
	
}


/* GALLERY */
.home #gallery {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 100px 0;
}
.home #gallery ul {
	/*overflow: visible !important;*/
}
.home #gallery ul li {
	overflow: hidden;
}
.home #gallery #backboard {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 80;
	background-color: #fff;
}

.home #gallery #gallery-footer {
	position: relative;
	top: -50px;
	z-index: 200;
}

.home #gallery #item-title {
	position: relative;
	top: 40px;
	z-index: 201;
	color: #000;
	font-size: 18px;
	text-align: center;
}
.home #gallery #nav {
	position: relative;
	z-index: 202;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.home #gallery #nav > button {
	display: block;
	width: 120px;
	height: 12px;
	text-align: center;
	margin: 0;
	border: none;
	cursor: pointer;
}
.home #gallery #nav > button:active,
.home #gallery #nav > button.down {
		
}
.home #gallery #nav > button.left {
	background: url(images/arrow-prev.svg) no-repeat center center;
}
.home #gallery #nav > button.right {
	background: url(images/arrow-next.svg) no-repeat center center;
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.home #gallery #nav {
		top: 80vw;
	}
	.home #gallery #item-title {
		font-size: 20px;
	}
	.home #gallery #nav > button {
		display: block;
		width: 80px;
	}
	.home #gallery #nav > button.left {
		background: url(images/arrow-prev.svg) no-repeat center left;
	}
	.home #gallery #nav > button.right {
		background: url(images/arrow-next.svg) no-repeat center right;
	}
	
}



/* OTHERS */
.home #others {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:	90%;
	margin: 0 auto;
}



/* VOICE */
.home #others #voice {
	width:	47.5%;
}
.home #others #voice ul li {
	position: relative;
}
.home #others #voice ul li a span {
	display: block;
	position: absolute;
	left: 15%;
	top: 35%;
}
.home #others #voice ul li a span strong {
	display: block;
	font-size: 24px;
}
.home #others #voice ul li a span small {
	display: block;
	font-size: 13px;
	font-weight: bold;
}



/* BLOG */
.home #others #blog {
	position: relative;
	width:	47.5%;
}
.home #others #blog h2 {
	font-size: 30px;
	margin-bottom: .5em;
}
.home #others #blog ul {
	padding-top: 1.5em;
	border-top: 1px solid #000;
}
.home #others #blog ul li {
	margin-bottom: 1em;
}
.home #others #blog ul li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
}
.home #others #blog ul li a .detail {
	width: 80%;
}
.home #others #blog ul li a .date .new  {
	font-size: 8px;
	color: #db3422;
	margin-left: 1em;
}
.home #others #blog ul li a .date {
	display: block;
}
.home #others #blog ul li a figure {
	width: 15%;
	margin-right: 5%;
}
.home #others #blog ul li a figure img {
	width: 100%;
	height: auto;
}
.home #others #blog .btn {
	position: absolute;
	right: 40px;
	top: 15px;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}



/* OHTER SPORTS */
.home #ohter-sports {
	border-top: 1px solid #000;
	width:	90%;
	margin: 72px auto 0;
}
.home #ohter-sports > h2 {
	margin: 1em 0;
	font-size: 30px;
}
.home #ohter-sports .sec_inner > ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.home #ohter-sports .sec_inner > ul > li {
	width: calc( calc(100% - 12px) / 4 );
}
.home #ohter-sports .sec_inner > ul > li > a {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(images/bnr-sumo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 15px 22px;
}
.home #ohter-sports .sec_inner > ul > li > a .name {
	display: block;
	color: #FFF;
}
.home #ohter-sports .sec_inner > ul > li > a .name strong {
	display: block;
	font-size: 32px;
	line-height: 1;
}
.home #ohter-sports .sec_inner > ul > li > a .name small {
	display: block;
	margin-top: 0.5em;
	font-size: 14px;
	line-height: 1;
}
.home #ohter-sports .sec_inner > ul > li > a .more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 12px;
	margin-top: 0.5em;
	font-size: 19px;
	line-height: 1;
	text-align: right;
	color: #FFF;
}
.home #ohter-sports .sec_inner > ul > li > a .more::after {
	content: "";
	display: block;
	background: url(images/arrow-white.svg) no-repeat center center / contain;
	width: 31px;
	height: 15px;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	/* OTHERS */
	.home #others {
		display: block;
	}
	/* VOICE */
	.home #others #voice {
		width:	100%;
		margin-bottom: 20vw;
	}
	/* BLOG */
	.home #others #blog {
		width:	100%;
	}
	
	/* OHTER SPORTS */
	.home #ohter-sports {
		border-top: none;
		margin: 80px auto 0;
	}
	.home #ohter-sports > h2 {
		border-bottom: 1px solid #000;
		margin: 0 0 1em;
		padding-bottom: 0.5em;
	}
	.home #ohter-sports .sec_inner > ul > li {
		width: 100%;
	}

}




/*************************************************************************

** COMMON STYLE

**************************************************************************/

article section .sec_inner {
	width: 90%;
	margin: 0 auto;
}
.page .article {
	width: 90%;
	margin: 5vw auto 0 auto;
}
.page .entry-title {
	font-size: 60px;
	margin: 0;
}
.page .entry-title small,
.category #archive-title small,
.single #archive-title small {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 0 1em;
}
.page #the-content {
	width: 80%;
	font-size: 16px;
	margin: 0 auto;
}
.page #the-content h2 {
	font-size: 22px;
	margin-bottom: 1em;
	padding: 0;
	border: none;
}
.page #the-content p.lead {
	width: 100%;
	padding: 0;
	font-size: 16px;
	line-height: 2.2;
	margin: 3rem 0 6rem 0;
}

.entry-content .btn-single {
	clear: both;
	width: 240px;
	max-width: 90%;
	margin: 50px auto 100px auto;
}



/* タブレット */
@media screen and (max-width:960px) {
	
	.page #the-content {
		padding-top: 0;
	}
	.page .entry-title {
		
	}
	.page #the-content {
		width: 100%;
		margin: 0;
	}
	.page .article {
		width: 90%;
		margin: 50px auto 0 auto;
	}
	article section .sec_inner {
		width: 80%;
		margin: 0 auto;
	}
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page #the-content {
		padding-top: 0;
	}
	.page .entry-title {
		font-size: 40px;
		margin-bottom: 1em;
	}
	.page .entry-title small,
	.category #archive-title smalll {
		display: block;
		font-size: 13px !important;
		margin-left: 0 !important;
		margin-top: 1em !important;
	}
	.single #archive-title {
		font-size: 18px !important;
	}
	.single #archive-title small {
		font-size: 10px !important;
	}
	
}





/*************************************************************************

** ABOUT

**************************************************************************/

.page-about {
	
}
.page-about .article {
	width: 90%;
	max-width: 1130px;
	margin: 0 auto;
}
.page-about .entry-title {
	display: none;
}
.page-about .entry-content {
	width: 100% !important;
}
.page-about .entry-content section{
	
}
.page-about .entry-content section#about-header {
	margin: 5vw 0 0 0;
}
.page-about .entry-content section#about-header:after {
	display: block;
	content: "";
	width: 100px;
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-bottom: 5px solid #000;
}
.page-about .entry-content section#about-header h2 {
	font-size: 153px !important;
	line-height: 1.4;
	white-space: nowrap;
	margin-bottom: 0;
}
.page-about .entry-content section#about-header p {
	font-size: 36px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.page-about .entry-content section#about-header figure {
	
}
.page-about .entry-content section#about-message {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-about .entry-content section#about-message div.text {
	width: 60%;
}
.page-about .entry-content section#about-message div.text h2 strong {
	display: block;
	font-size: 36px;
}
.page-about .entry-content section#about-message div.text h2 small {
	display: block;
	font-size: 18px;
}
.page-about .entry-content section#about-message div.text p {
	font-size: 18px;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.page-about .entry-content section#about-message div.profile {
	width: 30%;
}
.page-about .entry-content section#about-message div.profile h3 {
	font-size: 14px;
	margin-top: 1.5em;
}
.page-about .entry-content section#about-message div.profile p {
	font-size: 12px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

.page-about .entry-content section#about-company {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
	margin-top: 100px;
}
.page-about .entry-content section#about-company h2 {
	width: 30%;
	font-size: 36px;
	line-height: 1.4;
}
.page-about .entry-content section#about-company table {
	width: 60%;
	border: none;
	border-top: 1px solid #000;
}
.page-about .entry-content section#about-company table th,
.page-about .entry-content section#about-company table td {
	background-color: transparent;
	padding: 1em;
	border: none;
	border-bottom: 1px solid #000;
	vertical-align: top;
	text-align: left;
	line-height: 2;
}
.page-about .entry-content section#about-company table th {
	font-family: ゴシックMB101 B, Gothic MB101 Bold;
	white-space: nowrap;
}




/* タブレット */
@media screen and (max-width:960px) {
 
	.page-about .entry-content section#about-header h2 {
		font-size: 100px !important;
	}
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-about .entry-content section#about-header {
		margin: 10vw 0 0 0;
		overflow: hidden;
	}
	.page-about .entry-content section#about-header h2 {
		font-size: 44px !important;
	}
	.page-about .entry-content section#about-header p {
		font-size: 22px;
		margin: 10vw 0;
	}
	.page-about .entry-content section#about-header figure {
		width: 50vw;
 }
	.page-about .entry-content section#about-message {
		display: block;
		padding: 0 2.5%;
	}
	.page-about .entry-content section#about-message div.text {
		width: 100%;
	}
	.page-about .entry-content section#about-message div.text h2 strong {
		font-size: 27px;
	}
	.page-about .entry-content section#about-message div.text p {
		font-size: 14px;
	}
	.page-about .entry-content section#about-message div.profile {
		width: 100%;
		margin-top: 10vw;
	}
	
	.page-about .entry-content section#about-company {
		display: block;
		margin: 10vw auto 20vw auto;
		padding: 0 2.5%;
	}
	.page-about .entry-content section#about-company h2 {
		width: 100%;
		font-size: 27px;
	}
	.page-about .entry-content section#about-company table {
		width: 100%;
	}
	.page-about .entry-content section#about-company table th,
	.page-about .entry-content section#about-company table td {
		font-size: 12px;
		padding: 1em 0.5em;
	}
	.page-about .entry-content section#about-company table th {
		width: 20%;
	}

	
}



/*************************************************************************

** VOICE

**************************************************************************/

.page-voice {
	
}
.page-voice .article {
	width: 90%;
	max-width: 1130px;
}
.page-voice .entry-title {
	
}
.page-voice .entry-content {
	width: 100% !important;
}
.page-voice .entry-content section#voice {
	margin-top: 5vw;
}
.page-voice .entry-content section#voice .voice-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5vw 0;
	border-bottom: 2px solid #000;
}
.page-voice .entry-content section#voice .voice-item:last-child {
	border-bottom: none;
}
.page-voice .entry-content section#voice .voice-item:nth-child(odd) {
	
}
.page-voice .entry-content section#voice .voice-item:nth-child(even) {
	-webkit-flex-direction: row-reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
.page-voice .entry-content section#voice .voice-item .profile {
	width: 20%;
}
.page-voice .entry-content section#voice .voice-item .profile dl {
	text-align: center;
	margin-top: 16px;
}
.page-voice .entry-content section#voice .voice-item .profile dl dt {
	font-size: 12px;
}
.page-voice .entry-content section#voice .voice-item .profile dl dd {
	font-size: 20px;
}
.page-voice .entry-content section#voice .voice-item .text {
	position: relative;
	width: 70%;
}
.page-voice .entry-content section#voice .voice-item .text p {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 20px;
	font-family: ゴシックMB101 B, Gothic MB101 Bold;
	line-height: 2em;
}
.page-voice .entry-content section#voice .voice-item:nth-child(odd) .text {
	padding-left: 5%;
}
.page-voice .entry-content section#voice .voice-item:nth-child(odd) .text:before {
	content: "";
	position: absolute;
	left: 0;
	height: 100px;
	border-left: 4px solid #000;
}
.page-voice .entry-content section#voice .voice-item:nth-child(even) .text {
	padding-right: 5%;
}
.page-voice .entry-content section#voice .voice-item:nth-child(even) .text:before {
	content: "";
	position: absolute;
	right: 0;
	height: 100px;
	border-right: 4px solid #000;
}



/* タブレット */
@media screen and (max-width:960px) {
 
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-voice .entry-content section#voice .voice-item {
		display: block;
		padding: 10vw 0;
	}
	.page-voice .entry-content section#voice .voice-item:nth-child(even) {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.page-voice .entry-content section#voice .voice-item .profile {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: horizontal;
	 -webkit-align-items: center;
	 align-items: center;
		width: 100%;
		margin-bottom: 10vw;
	}
	.page-voice .entry-content section#voice .voice-item .profile figure {
		width: 30%;
		margin-right: 5%;
	}
	.page-voice .entry-content section#voice .voice-item .profile dl {
		width: 60%;
		text-align: left;
	}
	.page-voice .entry-content section#voice .voice-item .profile dl dd {
		font-size: 22px;
	}
	.page-voice .entry-content section#voice .voice-item .text {
		width: 95%;
	}
	.page-voice .entry-content section#voice .voice-item .text p {
		font-size: 18px;
	}
	.page-voice .entry-content section#voice .voice-item:nth-child(even) .text {
		padding-right: 0;
		padding-left: 5%;
	}
	.page-voice .entry-content section#voice .voice-item:nth-child(even) .text:before {
		right: inherit;
		left: 0;
		border-right: none;
		border-left: 4px solid #000;
	}
	
}




/*************************************************************************

** Q&A

**************************************************************************/

.page-qa {
	
}
.page-qa .article {
	width: 90%;
	max-width: 1130px;
}
.page-qa .entry-title {
	
}
.page-qa .entry-content {
	width: 100% !important;
}
.page-qa .entry-content section#qa {
	margin-top: 5vw;
	border-top: 1px solid #000;
}
.page-qa .entry-content section#qa .qa-item {
	border-bottom: 1px solid #000;
}
.page-qa .entry-content section#qa .qa-item .qa-q {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	cursor: pointer;
	padding: 1.5em 0;
}
.page-qa .entry-content section#qa .qa-item .qa-q:before {
	content: "Q";
	display: block;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	margin: 0 5%;
}
.page-qa .entry-content section#qa .qa-item .qa-q:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-qa .entry-content section#qa .qa-item .qa-q.open:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.page-qa .entry-content section#qa .qa-item .qa-q h2 {
	width: 85%;
	font-family: ゴシックMB101 B, Gothic MB101 Bold;
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
}
.page-qa .entry-content section#qa .qa-item .qa-a {
	position: relative;
	display: none;
	padding: 1.5em 0;
	border-top: 1px solid #000;
}
.page-qa .entry-content section#qa .qa-item .qa-a:before {
	content: "A";
	position: absolute;
	left: 5%;
	display: block;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}
.page-qa .entry-content section#qa .qa-item .qa-a p {
	width: 80%;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 0 0 12%;
	padding: 0;
}



/* タブレット */
@media screen and (max-width:960px) {
 
}

/* スマホ */
@media screen and (max-width:750px) {
	
	
	.page-qa .entry-content section#qa .qa-item .qa-q:before {
		font-size: 18px;
	}
	.page-qa .entry-content section#qa .qa-item .qa-q h2 {
		width: 70%;
		font-size: 14px;
	}
	.page-qa .entry-content section#qa .qa-item .qa-a:before {
		font-size: 18px;
	}
	.page-qa .entry-content section#qa .qa-item .qa-a p {
		font-size: 11px;
		width: 80%;
		margin: 0 0 0 13vw;
	}
	
}



/*************************************************************************

** SINGLET

**************************************************************************/

/* SINGLET */
.page-singlet #main {
	overflow: hidden;
}
.page-singlet #singlet {
	margin: 0;
}
.page-singlet #singlet .sec_inner {
	position: relative;
	width: 100%;
	height: 33vw;
	background: url(images/singlet-bg.jpg) no-repeat left top;
	background-size: cover;
}
.page-singlet #singlet .sec_inner figure {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 38%;
}
.page-singlet #singlet .sec_inner .text {
	width: 50%;
	color: #fff;
	text-align: center;
	padding-top: 12vw;
	margin-left: auto;
}
.page-singlet #singlet .sec_inner .text h2 {
	font-size: 73px;
}
.page-singlet #singlet .sec_inner .text p {
	font-size: 14px;
}
.page-singlet #singlet .sec_inner .text .btn {
	
}

.page-singlet #product-lead {
	width: 100%;
	margin: 15vw 0 0 0;
	padding: 0;
}
.page-singlet #product-lead .sec_inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
.page-singlet #product-lead h2 {
	font-size: 64px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.page-singlet #product-lead p {
	font-size: 20px;
	line-height: 1.8;
	margin: 40px 0;
	padding: 0;
}
.page-singlet #product-lead ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}
.page-singlet #product-lead ul li {
	width: 24%;
	text-align: center;
	padding: 0;
}
.page-singlet #product-lead ul li a {
	position: relative;
	display: block;
	font-size: 17.5px;
	text-align: left;
	padding: 10px 20px;
	border: 2px solid #000;
  white-space: nowrap;
}
.page-singlet #product-lead ul li a:after {
	content: "";
	position: absolute;
	right: 5%;
	top: 30%;
	width: 31px;
	height: 11px;
	background: url(images/arrow-black.svg) no-repeat center center;
	background-size: contain;
}
.page-singlet #product-lead ul li a:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.page-singlet #product-lead ul li a:hover:after {
	background: url(images/arrow-black-hover.svg) no-repeat center center;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.page-singlet #product-lead h2 {
		font-size: 53px;
	}
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	/* SINGLET */
	.page-singlet #singlet {
		margin:0 0 30vw 0;
	}
	.page-singlet #singlet .sec_inner {
		position: relative;
		width: 100%;
		height: 100vw;
		background: url(images/singlet-bg-sp.jpg) no-repeat center top;
		background-size: 100vw 100vw;
	}
	.page-singlet #singlet .sec_inner figure {
		left: 15%;
		top: inherit;
		bottom: -20%;
		width: 70%;
	}
	.page-singlet #singlet .sec_inner .text {
		width: 90%;
		padding-top: 15vw;
		margin: 0 auto;
	}
	.page-singlet #singlet .sec_inner .text h2 {
		font-size: 47px;
	}
	.page-singlet #singlet .sec_inner .text p {
		font-size: 11px;
	}
	.page-singlet #singlet ul {
		max-width: 90%;
		width: 330px;
		margin: 0 auto;
		padding: 4% 0;
	}
	.page-singlet #singlet ul li {
		
	}
	.page-singlet #singlet ul li a {
		font-size: 12px;
	}
	
	.page-singlet #product-lead h2 {
		font-size: 36px;
	}
	.page-singlet #product-lead p {
		font-size: 14px;
	}
	.page-singlet #product-lead ul {
		display: block;
		width: 100%;
	}
	.page-singlet #product-lead ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	
	
}



/* POINT */
.page-singlet #product-point {
	position: relative;
	margin-top: 200px;
}
.page-singlet #product-point:after {
 content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -120px;
	border-bottom: 60px solid transparent;
	border-left: 60vw solid #000;
	border-right: 60vw solid transparent;
	border-top: 60px solid #000;
}
.page-singlet #product-point .point {
	position: relative;
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	z-index: 13;
}
.page-singlet #product-point .point .text {
 width: 40%;
	padding: 0 5%;
}
.page-singlet #product-point .point .text h2 {
 font-size: 36px;
}
.page-singlet #product-point .point .text h2 small {
 display: block;
	font-size: 24px;
}
.page-singlet #product-point .point .text p {
 font-size: 16px;
	line-height: 2;
}
.page-singlet #product-point .point figure {
	position: relative;
	z-index: 10;
 width: 30%;
	margin: 0 auto;
	padding: 0 5%;
}


.page-singlet #product-point #point1 {
	background-color: #ececec;
	padding: 5vw 0;
}
.page-singlet #product-point #point1:before {
 content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -120px;
	border-top: 60px solid transparent;
	border-right: 60vw solid #ececec;
	border-left: 60vw solid transparent;
	border-bottom: 60px solid #ececec;
}
.page-singlet #product-point #point1:after {
 content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -120px;
	border-bottom: 60px solid transparent;
	border-left: 60vw solid #ececec;
	border-right: 60vw solid transparent;
	border-top: 60px solid #ececec;
}
.page-singlet #product-point #point2 {
	-webkit-flex-direction: row-reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
	padding: 10vw 0;
}
.page-singlet #product-point #point2:after {
 content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -115px;
	z-index: 12;
	border-bottom: 60px solid transparent;
	border-left: 60vw solid #fff;
	border-right: 60vw solid transparent;
	border-top: 60px solid #fff;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-singlet #product-point {
		margin-top: 20vw;
	}
	.page-singlet #product-point:after {
		bottom: -60px;
		border-bottom: 30px solid transparent;
		border-top: 30px solid #000;
	}
	.page-singlet #product-point .point {
		display: block;
		z-index: 14;
	}
	.page-singlet #product-point .point .text {
		width: 90%;
		margin: 0 auto;
	}
	.page-singlet #product-point .point .text h2 {
		font-size: 27px;
	}
	.page-singlet #product-point .point .text p {
		font-size: 12px;
	}
	.page-singlet #product-point .point figure {
		width: 70%;
		margin: 10vw auto 0 auto;
	}
	
	.page-singlet #product-point #point1:before {
		top: -60px;
		border-top: 30px solid transparent;
		border-bottom: 30px solid #ececec;
	}
	.page-singlet #product-point #point1:after {
		bottom: -60px;
		border-bottom: 30px solid transparent;
		border-top: 30px solid #ececec;
	}
	.page-singlet #product-point #point2 {
		padding: 20vw 0;
	}
	.page-singlet #product-point #point2:after {
		bottom: -57px;
		border-bottom: 30px solid transparent;
		border-top: 30px solid #fff;
	}

	
	
}




/* MODEL */
.page-singlet #product-model {
	position: relative;
}
.page-singlet #product-model:before {
 content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -120px;
	border-top: 60px solid #fff;
	border-right: 60vw solid transparent;
	border-left: 60vw solid #fff;
	border-bottom: 60px solid transparent;
}
.page-singlet #product-model:after {
 content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -60px;
	z-index: 1;
	border-bottom: 60px solid transparent;
	border-left: 60vw solid #000;
	border-right: 60vw solid transparent;
	border-top: 60px solid #000;
}
.page-singlet #product-model #product-model-inner {
	position: relative;
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-singlet #product-model #product-model-inner:after {
 content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -55px;
	z-index: 10;
	border-bottom: 60px solid transparent;
	border-left: 60vw solid #fff;
	border-right: 60vw solid transparent;
	border-top: 60px solid #fff;
}
.page-singlet #product-model .model {
	position: relative;
 width: 50%;
	padding: 10vw 0;
	z-index: 11;
}
.page-singlet #product-model .model:nth-child(1) {
	border-right: 5px solid #000;
}
.page-singlet #product-model a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.page-singlet #product-model .model:hover,
.page-singlet #product-model #fullorder:hover {
	opacity: 0.7;
}
.page-singlet #product-model .model h2 {
	position: absolute;
	top: 40%;
	width: 100%;
	font-size: 72px;
	line-height: 1;
	text-align: center;
}
.page-singlet #product-model .model figure {
 width: 30%;
	margin: 0 auto;
	padding: 0;
}
.page-singlet #product-model .model div.text {
 width: 60%;
	margin: 0 auto;
	padding: 0;
}
.page-singlet #product-model dl dt {
	font-size: 24px;
	margin: .5em 0;
}
.page-singlet #product-model dl dd {
	font-size: 16px;
}
.page-singlet #product-model .btn-more {
	margin: 1em 0 0 0;
}
.page-singlet #product-model .btn-more a {
	position:relative;
	display: inline-blockblock;
	font-size: 20px;
}
.page-singlet #product-model .btn-more a:after {
	position: absolute;
	right: -2em;
	bottom: .2em;
	content: "";
	background: url(images/arrow-black.svg) no-repeat center center;
	width: 31px;
	height: 15px;
}



.page-singlet #product-model #product-model-inner2{
	position: relative;
	padding: 8vw 0;
}
.page-singlet #product-model #product-model-inner2:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -60px;
	border-top: 60px solid #000;
	border-right: 60vw solid transparent;
	border-left: 60vw solid #000;
	border-bottom: 60px solid transparent;
}
.page-singlet #product-model #fullorder {
	position: relative;
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 5%;
}
.page-singlet #product-model #product-model-inner2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -55px;
	z-index: 2;
	border-bottom: 60px solid transparent;
	border-left: 60vw solid #fff;
	border-right: 60vw solid transparent;
	border-top: 60px solid #fff;
}
.page-singlet #product-model #fullorder figure {
	width: 45%;
	padding: 0 5% 0 0;
}
.page-singlet #product-model #fullorder .text {
	width: 45%;
	padding: 0;
}
.page-singlet #product-model #fullorder .text h2 {
	font-size: 72px;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.page-singlet #product-model .model {
		padding: 15vw 0;
	}
	.page-singlet #product-model .model h2 {
		top: 35%;
		font-size: 58px;
	}
	.page-singlet #product-model h2 .sp-only {
		display: block !important;
	}
	
	.page-singlet #product-model #product-model-inner2{
		
	}
	.page-singlet #product-model #fullorder {
		display: block;
		padding: 0 5%;
	}
	.page-singlet #product-model #fullorder figure {
		width: 80%;
		margin: 5vw auto;
		padding: 0;
	}
	.page-singlet #product-model #fullorder .text {
		width: 60%;
		margin: 0 auto;
	}
	.page-singlet #product-model #fullorder .text h2 {
		font-size: 58px;
	}

	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-singlet #product-model #product-model-inner:after {
		bottom: -27px;
		border-bottom: 30px solid transparent;
		border-top: 30px solid #fff;
	}
	.page-singlet #product-model .model {
		padding: 20vw 0 10vw 0;
	}
	.page-singlet #product-model .model:nth-child(1) {
		border-right: 3px solid #000;
	}
	.page-singlet #product-model:before {
		top: -60px;
		border-top: 30px solid #fff;
		border-bottom: 30px solid transparent;
	}
	.page-singlet #product-model:after {
		bottom: -30px;
		border-bottom: 30px solid transparent;
		border-top: 30px solid #000;
	}
	.page-singlet #product-model .model h2 {
		top: 30vw;
		font-size: 36px;
	}
	.page-singlet #product-model .model div.text {
		width: 80%;
	}
	.page-singlet #product-model dl dt {
		font-size: 18px;
	}
	.page-singlet #product-model dl dd {
		font-size: 12px;
	}
	.page-singlet #product-model .btn-more a {
		font-size: 15px;
	}
	.page-singlet #product-model .btn-more a:after {
		background-size: contain;
		width: 22px;
		height: 12px;
	}
	
	.page-singlet #product-model #product-model-inner2{
		
	}
	.page-singlet #product-model #product-model-inner2:before {
		top: -30px;
		border-top: 30px solid #000;
		border-bottom: 30px solid transparent;
	}
	.page-singlet #product-model #fullorder {
		display: block;
		padding: 0 5%;
	}
	.page-singlet #product-model #product-model-inner2:after {
		bottom: -27px;
		border-bottom: 30px solid transparent;
		border-top: 30px solid #fff;
	}
	.page-singlet #product-model #fullorder figure {
		width: 80%;
		margin: 5vw auto;
		padding: 0;
	}
	.page-singlet #product-model #fullorder .text {
		width: 100%;
	}
	.page-singlet #product-model #fullorder .text h2 {
		font-size: 36px;
	}
	
	
}




/* GALLERY */
.page-singlet #gallery {
	position: relative;
	width: 100%;
	height: 600px;
	margin: 100px 0;
}
.page-singlet #gallery ul {
	/*overflow: visible !important;*/
}
.page-singlet #gallery ul li {
	overflow: hidden;
}
.page-singlet #gallery #backboard {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 80;
	background-color: #fff;
}

.page-singlet #gallery #gallery-footer {
	position: relative;
	top: -50px;
	z-index: 200;
}

.page-singlet #gallery #item-title {
	position: relative;
	top: 40px;
	z-index: 201;
	color: #000;
	font-size: 18px;
	text-align: center;
}
.page-singlet #gallery #nav {
	position: relative;
	z-index: 202;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.page-singlet #gallery #nav > button {
	display: block;
	width: 120px;
	height: 12px;
	text-align: center;
	margin: 0;
	border: none;
	cursor: pointer;
}
.page-singlet #gallery #nav > button:active,
.page-singlet #gallery #nav > button.down {
		
}
.page-singlet #gallery #nav > button.left {
	background: url(images/arrow-prev.svg) no-repeat center center;
}
.page-singlet #gallery #nav > button.right {
	background: url(images/arrow-next.svg) no-repeat center center;
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-singlet #gallery #item-title {
		font-size: 20px;
	}
	.page-singlet #gallery #nav {
		top: 80vw;
	}
	.page-singlet #gallery #nav > button {
		display: block;
		width: 80px;
	}
	.page-singlet #gallery #nav > button.left {
		background: url(images/arrow-prev.svg) no-repeat center left;
	}
	.page-singlet #gallery #nav > button.right {
		background: url(images/arrow-next.svg) no-repeat center right;
	}
	
}




/* WORKS */
body:not(.home) .works {
	position: relative;
	width:	90%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 0 10vw 0;
 border-bottom: 1px solid #000;
}
.page-singlet .works {
	padding: 0 !important;
 border-bottom: none !important;
}
body:not(.home) .works h2 {
	font-size: 30px;
	margin-bottom: .5em;
}
body:not(.home) .works h2 small {
	font-size: 18px;
	margin-left: 1em;
}
body:not(.home) .works .sec_inner {
	
}

body:not(.home) .works ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
body:not(.home) .works ul li {
	width: 30%;
	margin: 0;
	padding: 0;
}
body:not(.home) .works ul li img{
	display: block;
	width: 100%;
	height: auto;
}
body:not(.home) .works ul li span {
	line-height: 1.5;
	margin-top: 1em;
}
body:not(.home) .works ul li span.title {
	display: block;
	font-size: 14px;
}
body:not(.home) .works ul li span.title .new  {
	font-size: 8px;
	color: #db3422;
	margin-left: 1em;
}
body:not(.home) .works ul li span.date {
	display: block;
	font-size: 10px;
	color: #343434;
	margin-top: 1em;
}
body:not(.home) .works ul li span.date a {
	color: #343434 !important;
}
body:not(.home) .works .btn {
	position: absolute;
	right: 40px;
	top: 15px;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}
body:not(.home) .works .btn a.btn-more {
	position:relative;
	display: inline-block;
	font-size: 20px;
}
body:not(.home) .works .btn a.btn-more:after {
	position: absolute;
	right: -2em;
	bottom: .2em;
	content: "";
	background: url(images/arrow-black.svg) no-repeat center center;
	width: 31px;
	height: 15px;
}


body:not(.home) .works .bx-wrapper {
	box-shadow: none;
	border: none;
	background: none;
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	body:not(.home) .works .btn {
		right: 40px;
	}
	body:not(.home) .works ul {
		display: block;
	}
	body:not(.home) .works ul li {
		width: 100%;
	}
	
}





/*************************************************************************

** TEAM WEAR

**************************************************************************/

/* KV */
.page-team-wear #teamwear-kv {
	
}
.page-team-wear #teamwear-kv .sec_inner {
	position: relative;
	width: 100%;
	height: 47vw;
	background: url(images/teamwear-kv.jpg) no-repeat center top;
	background-size: cover;
}
.page-team-wear #teamwear-kv .sec_inner h2 {
	line-height: 1;
	padding: 5vw 0 0 5vw;
}
.page-team-wear #teamwear-kv .sec_inner h2 small {
	display: block;
	font-size: 35px;
	margin-bottom: .2em;
}
.page-team-wear #teamwear-kv .sec_inner h2 strong {
	display: block;
	font-size: 60px;
}
.page-team-wear #teamwear-kv .sec_inner p {
	line-height: 1.8;
	margin: 0;
	padding: 1vw 0 0 5vw;
}

/* LEAD */
.page-team-wear #teamwear-lead{
	
}
.page-team-wear #teamwear-lead  .sec_inner{
	width: 900px;
	padding: 10vw 0;
}
.page-team-wear #teamwear-lead ul.sub-menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 5vw auto;
}
.page-team-wear #teamwear-lead ul.sub-menu li {
	position: relative;
	text-align: center;
	width: 33.33%;
	font-size: 24px;
}
.page-team-wear #teamwear-lead ul.sub-menu li:after {
	display: inline-block;
	content: "｜";
	/*position: absolute;
	right: -5px;*/
	top: 0;
}
.page-team-wear #teamwear-lead ul.sub-menu li:nth-child(3):after {
	content: "";
}
.page-team-wear #teamwear-lead ul.sub-menu li a {
	display: inline-block;
	width: 90%;
	/*
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
	*/
}
.page-team-wear #teamwear-lead ul.sub-menu a:hover {
	/*border-bottom: 1px solid #000;*/
}

.page-team-wear #teamwear-lead p {
	font-size: 20px;
	line-height: 1.8;
	margin: 0;
}


/* ITEM */
.page-team-wear #teamwear-item {
	margin: 0 auto 20vw;
	padding-bottom: 10vw;
	border-bottom: 1px solid #000;
	width: 95%;
}
.page-team-wear #teamwear-item .sec_inner {
	width: 90%;
}
.page-team-wear #teamwear-item h2 {
	text-align: center;
}
.page-team-wear #teamwear-item h2 strong {
	display: block;
	font-size: 42px;
}
.page-team-wear #teamwear-item h2 small {
	display: block;
	font-size: 16px;
	margin-top: 1em;
}
.page-team-wear #teamwear-item ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5vw 0 0 0;
	flex-wrap: wrap;
}
.page-team-wear #teamwear-item ul.f03::after {
	display: block;
    content: "";
    width: 30%;
}
.page-team-wear #teamwear-item ul li {
	width: 30%;
	margin-bottom: 60px;
}
.page-team-wear #teamwear-item ul li figure {
	margin-bottom: 1em;
}
.page-team-wear #teamwear-item ul li dl {
	
}
.page-team-wear #teamwear-item ul li dl dt {
	font-size: 24px;
	margin-bottom: .5em;
}
.page-team-wear #teamwear-item ul li dl dd {
	font-size: 14px;
}



/* BRAND */
.page-team-wear #teamwear-brand {
	
}
.page-team-wear #teamwear-brand .sec_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	margin: 10vw auto;
	padding: 3vw 5%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.page-team-wear #teamwear-brand .sec_inner .text {
	width: 40%;
}
.page-team-wear #teamwear-brand .sec_inner .text h3 {
	font-size: 24px;
}
.page-team-wear #teamwear-brand .sec_inner .text small {
	display: block;
	margin-top: 1em;
}
.page-team-wear #teamwear-brand .sec_inner .brand {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	width: 50%;
}
.page-team-wear #teamwear-brand .sec_inner .brand li {
	width: 45%;
}




/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.page-team-wear #teamwear-lead  .sec_inner{
		width: 90%;
	}
	.page-team-wear #teamwear-lead ul.sub-menu li {
		font-size: 22px;
	}
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-team-wear #teamwear-kv .sec_inner{
		width: 100%;
		height: 100vw;
	}
	.page-team-wear #teamwear-kv .sec_inner h2 {
		padding-top: 15vw;
	}
	.page-team-wear #teamwear-kv .sec_inner h2 small {
		font-size: 24px;
	}
	.page-team-wear #teamwear-kv .sec_inner h2 strong {
		font-size: 40px;
	}
	.page-team-wear #teamwear-kv .sec_inner p{
		position: absolute;
		left: 0;
		bottom: 5vw;
	}
	.page-team-wear #teamwear-lead .sec_inner{
		width: 90%;
		padding: 10vw 0 20vw 0;
	}
	.page-team-wear #teamwear-lead ul.sub-menu {
		margin-bottom: 10vw;
	}
	.page-team-wear #teamwear-lead ul.sub-menu li a {
		font-size: 16px;
		width: auto;
	}
	.page-team-wear #teamwear-lead p {
		font-size: 14px;
	}
	
	.page-team-wear #teamwear-item {
		padding-bottom: 0;
	}
	
	.page-team-wear #teamwear-item .sec_inner {
		width: 100%;
		margin-bottom: 30vw;
	}
	.page-team-wear #teamwear-item ul {
		display: block;
	}
	.page-team-wear #teamwear-item ul li {
		width: 90%;
		margin-bottom: 15vw;
		padding: 0 5%;
	}
	
	.page-team-wear #teamwear-brand .sec_inner {
		display: block;
		width: 80%;
		margin: 10vw auto;
		padding: 10vw 5%;

	}
	.page-team-wear #teamwear-brand .sec_inner .text {
		width: 100%;
	}
	.page-team-wear #teamwear-brand .sec_inner .brand {
		width: 100%;
		margin-top: 5vw;
	}
	
}




/*************************************************************************

** ORIGINAL ITEM

**************************************************************************/

/* KV */
.page-original-item #originalitem-kv {
	
}
.page-original-item #originalitem-kv .sec_inner {
	position: relative;
	width: 100%;
	height: 47vw;
	background: url(images/originalitem-kv.jpg) no-repeat center top;
	background-size: cover;
}
.page-original-item #originalitem-kv .sec_inner h2 {
	line-height: 1;
	padding: 5vw 0 0 5vw;
}
.page-original-item #originalitem-kv .sec_inner h2 small {
	display: block;
	font-size: 35px;
	margin-bottom: .2em;
}
.page-original-item #originalitem-kv .sec_inner h2 > strong {
	font-size: 60px;
}
.page-original-item #originalitem-kv .sec_inner p {
	line-height: 1.8;
	margin: 0;
	padding: 1vw 0 0 5vw;
}



/* ITEM */
.page-original-item #originalitem-item {
	
}
.page-original-item #originalitem-item .sec_inner {
	width: 80%;
}
.page-original-item #originalitem-item ul {
	margin: 5vw 0;
}
.page-original-item #originalitem-item ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
 -ms-flex-direction: row-reverse;
 flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	padding: 4vw 0;
	border-bottom: 2px solid #000;
}

.page-original-item #originalitem-item ul li figure {
	width: 35%;
}
.page-original-item #originalitem-item ul li div.detail {
	width: 50%;
	padding: 0 5%;
}
.page-original-item #originalitem-item ul li div.detail h3 {
	font-size: 36px;
	margin-bottom: .3em;
}
.page-original-item #originalitem-item ul li div.detail div.meta {
	font-size: 16px;
}
.page-original-item #originalitem-item ul li div.detail p {
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	margin: 2em 0;
	padding-left: 5%;
}
.page-original-item #originalitem-item ul li div.detail p:before {
	position: absolute;
	left: 0;
	content: "";
	height: 60px;
	border-left: 4px solid #000;
}
.page-original-item #originalitem-item ul li div.detail .btn {
	width: 200px;
	margin: 0;
	padding: 0;
}
.page-original-item #originalitem-item ul li div.detail .btn a {
	display: block;
	padding: 10px;
	border: 2px solid #000;
}
.page-original-item #originalitem-item ul li div.detail .btn a:hover {
	background-color: #000;
	color: #fff;
}
.page-original-item .btn-onlineshop {
	width: 400px;
	max-width: 90%;
 margin: 5vw auto;
}
.page-original-item .btn-onlineshop a {
	position: relative;
	display: block;
	width: 80%;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	padding: 5% 10%;
	border: 2px solid #000;
}
.page-original-item .btn-onlineshop a:after {
	position: relative;
	top: -.6em;
	content: "";
	background: url(../simplicity2-child/images/arrow-link.svg) no-repeat bottom right;
	padding-right: 15px;
}
.page-original-item .btn-onlineshop a:hover {
	background-color: #000;
	color: #fff;
}




/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-original-item #originalitem-kv .sec_inner{
		width: 100%;
		height: 100vw;
	}
	.page-original-item #originalitem-kv .sec_inner h2 {
		padding-top: 15vw;
	}
	.page-original-item #originalitem-kv .sec_inner h2 small {
		width: 80px;
		font-size: 24px;
		line-height: 1.1;
		text-align: center;
		margin-top: .3em;
	}
	.page-original-item #originalitem-kv .sec_inner h2 small strong {
		display: block;
	}
	.page-original-item #originalitem-kv .sec_inner h2 > strong {
		font-size: 40px;
	}
	.page-original-item #originalitem-kv .sec_inner p{
		position: absolute;
		left: 0;
		bottom: 5vw;
	}
	
	.page-original-item #originalitem-item .sec_inner {
		
		width: 90%;
	}
	.page-original-item #originalitem-item ul {
		display: block;
	}
	.page-original-item #originalitem-item ul li {
		display: block;
		width: 100%;
		margin-bottom: 5vw;
		padding: 5vw 0 10vw 0;
	}
	.page-original-item #originalitem-item ul li div.detail {
		width: 100%;
		padding: 0;
	}
	.page-original-item #originalitem-item ul li figure {
		width: 100%;
		margin-top: 10vw;
	}
	.page-original-item #originalitem-item ul li div.detail .btn {
		width: 50%;
		margin: 0 0 0 5%;
	}
	.page-original-item .btn-onlineshop a {
		margin-top: 10vw;
	}
		
}




/*************************************************************************

** JERSEY

**************************************************************************/


/* JERSEY */
.page-jersey #header {
	position: relative;
	z-index: 10;
}
.page-jersey #navi ul li a {
	border-bottom: 2px solid transparent;
}
.page-jersey #main {
	
}
.page-jersey #estimate-kv {
	margin: 0;
}
.page-jersey #estimate-kv .sec_inner {
	position: relative;
	width: 100%;
	height: 48.5vw;
}
.page-jersey #estimate-kv .sec_inner figure {
	position: absolute;
	top: -10vw;
	z-index: 1;
	width: 100%;
}
.page-jersey #estimate-kv .sec_inner .text {
	position: absolute;
	left: calc((100% - 900px) / 2);
	bottom: -5vw;
	z-index: 2;
	width: 900px;
	margin: 0 auto;
}
.page-jersey #estimate-kv .sec_inner .text h2 {
	font-size: 139px;
	line-height: 1.1;
}

.page-jersey #product-lead {
	position: relative;
	width: 100%;
	margin: 7vw 0 0 0;
	padding: 0;
}
.page-jersey #product-lead .sec_inner {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}
.page-jersey #product-lead h3 {
	font-size: 26px;
	line-height: 1.8;
	margin: 40px 0;
	padding: 0;
}
.page-jersey #product-lead p {
	font-size: 18px;
	line-height: 1.8;
	margin: 40px 0;
	padding: 0;
}
.page-jersey #product-lead ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
}
.page-jersey #product-lead ul li {
	width: 49%;
	text-align: center;
	padding: 0;
}
.page-jersey #product-lead ul li a {
	position: relative;
	display: block;
	font-size: 17.5px;
	text-align: left;
	padding: 10px 20px;
	border: 2px solid #000;
}
.page-jersey #product-lead ul li a:after {
	content: "";
	position: absolute;
	right: 5%;
	top: 30%;
	width: 31px;
	height: 11px;
	background: url(images/arrow-black.svg) no-repeat center center;
	background-size: contain;
}
.page-jersey #product-lead ul li a:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.page-jersey #product-lead ul li a:hover:after {
	background: url(images/arrow-black-hover.svg) no-repeat center center;
}

/* 価格表・カラーパーツ */
.page-jersey #estimate-brand {
	margin: 10vw auto;
}
.page-jersey #estimate-brand .sec_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	padding: 5vw 5%;
	border-bottom: 1px solid #000;
}
.page-jersey #estimate-brand .sec_inner .text {
	width: 25%;
}
.page-jersey #estimate-brand .sec_inner .text h3 {
	font-size: 24px;
	white-space: nowrap;
}
.page-jersey #estimate-brand .price {
	border-top: 1px solid #000;
}
.page-jersey #estimate-brand .price figure {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 65%;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.page-jersey #estimate-brand .price figure img {
	display: block;
	width: 49%;
	height: intrinsic;
}
.page-jersey #estimate-brand .colorparts figure {
	width: 65%;
}

.page-jersey .estimate form table th span {
	margin-top: 1em;
}

/* ベースカラー・アクセントカラーを選ぶ */
.page-jersey .estimate form table .select-body-color td .wpcf7-checkbox,
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-checkbox,
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-checkbox,
.page-jersey .estimate form table .select-print-color td .wpcf7-checkbox,
.page-jersey .estimate form table .select-piping-color td .wpcf7-checkbox,
.page-jersey .estimate form table .select-zip-color td .wpcf7-checkbox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-jersey .estimate form table .select-body-color td .wpcf7-checkbox > span,
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-checkbox > span,
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-checkbox > span,
.page-jersey .estimate form table .select-print-color td .wpcf7-checkbox > span,
.page-jersey .estimate form table .select-piping-color td .wpcf7-checkbox > span,
.page-jersey .estimate form table .select-zip-color td .wpcf7-checkbox > span {
	width: 22%;
	height: 80px;
	margin-bottom: 20px;
	padding: 0 1%;
	border: none !important;
}
.page-jersey .estimate form table .select-body-color td .wpcf7-checkbox > span label,
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-checkbox > span label,
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-checkbox > span label,
.page-jersey .estimate form table .select-print-color td .wpcf7-checkbox > span label,
.page-jersey .estimate form table .select-piping-color td .wpcf7-checkbox > span label,
.page-jersey .estimate form table .select-zip-color td .wpcf7-checkbox > span label {
	border-radius: 5px;
	padding: 1px;
	border: 1px solid #eee;
}
.page-jersey .estimate form table .select-body-color td .wpcf7-checkbox > span.checked label,
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-checkbox > span.checked label,
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-checkbox > span.checked label,
.page-jersey .estimate form table .select-print-color td .wpcf7-checkbox > span.checked label,
.page-jersey .estimate form table .select-piping-color td .wpcf7-checkbox > span.checked label,
.page-jersey .estimate form table .select-zip-color td .wpcf7-checkbox > span.checked label {
	position: relative;
	padding: 1px;
	border: 1px solid #000;
}
.page-jersey .estimate form table .select-body-color td .wpcf7-checkbox > span.checked label:before,
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-checkbox > span.checked label:before,
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-checkbox > span.checked label:before,
.page-jersey .estimate form table .select-print-color td .wpcf7-checkbox > span.checked label:before,
.page-jersey .estimate form table .select-piping-color td .wpcf7-checkbox > span.checked label:before,
.page-jersey .estimate form table .select-zip-color td .wpcf7-checkbox > span.checked label:before {
	content: " ";
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(100% - 4px);
	height: 58px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.page-jersey .estimate form table .select-body-color td label,
.page-jersey .estimate form table .select-accent-color1 td label,
.page-jersey .estimate form table .select-accent-color2 td label,
.page-jersey .estimate form table .select-print-color td label,
.page-jersey .estimate form table .select-piping-color td label,
.page-jersey .estimate form table .select-zip-color td label {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 60px;
	font-size: 10px;
	border-radius: 5px;
}
.page-jersey .estimate form table .select-body-color .wpcf7-list-item-label,
.page-jersey .estimate form table .select-accent-color1 .wpcf7-list-item-label,
.page-jersey .estimate form table .select-accent-color2 .wpcf7-list-item-label,
.page-jersey .estimate form table .select-print-color .wpcf7-list-item-label,
.page-jersey .estimate form table .select-piping-color td .wpcf7-list-item-label,
.page-jersey .estimate form table .select-zip-color td .wpcf7-list-item-label {
	position: absolute;
	bottom: -2em;
	left: 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
.page-jersey .estimate form table .select-body-color .wpcf7-list-item label input,
.page-jersey .estimate form table .select-accent-color1 .wpcf7-list-item label input,
.page-jersey .estimate form table .select-accent-color2 .wpcf7-list-item label input,
.page-jersey .estimate form table .select-print-color .wpcf7-list-item label input,
.page-jersey .estimate form table .select-piping-color .wpcf7-list-item label input,
.page-jersey .estimate form table .select-zip-color .wpcf7-list-item label input {
	/*
	position: relative;
	top: -10px;
	*/
	visibility: hidden;
}

.page-jersey .estimate form table .select-body-color td .wpcf7-list-item:nth-child(1) label {background-color: #fff;}
.page-jersey .estimate form table .select-body-color td .wpcf7-list-item:nth-child(2) label {background-color: #f6efd3;}
.page-jersey .estimate form table .select-body-color td .wpcf7-list-item:nth-child(3) label {background-color: #d0d1d6;}
.page-jersey .estimate form table .select-body-color td .wpcf7-list-item:nth-child(4) label {background-color: #000;}

.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(1) label {background-color: #fff;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(2) label {background-color: #f6efd3;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(3) label {background-color: #d0d1d6;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(4) label {background-color: #000;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(5) label {background-color: #4a4744;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(6) label {background-color: #e60012;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(7) label {background-color: #1d2088;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(8) label {background-color: #00561f;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(9) label {background-color: #7d0000;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(10) label {background-color: #001c58;}
.page-jersey .estimate form table .select-accent-color1 td .wpcf7-list-item:nth-child(11) label {background-color: #ffde00;}

.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(1) label {background-color: #fff;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(2) label {background-color: #f6efd3;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(3) label {background-color: #d0d1d6;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(4) label {background-color: #000;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(5) label {background-color: #4a4744;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(6) label {background-color: #e60012;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(7) label {background-color: #1d2088;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(8) label {background-color: #00561f;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(9) label {background-color: #7d0000;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(10) label {background-color: #001c58;}
.page-jersey .estimate form table .select-accent-color2 td .wpcf7-list-item:nth-child(11) label {background-color: #ffde00;}

.page-jersey .estimate form table .select-print-color td .wpcf7-list-item:nth-child(1) label {background-color: #fff;}
.page-jersey .estimate form table .select-print-color td .wpcf7-list-item:nth-child(2) label {background-color: #000;}
.page-jersey .estimate form table .select-print-color td .wpcf7-list-item:nth-child(3) label {background: url(../simplicity2-child/images/color-silver.jpg) no-repeat center center; background-size: contain;}

.page-jersey .estimate form table .select-piping-color td .wpcf7-list-item:nth-child(1) label {background-color: #fff;}
.page-jersey .estimate form table .select-piping-color td .wpcf7-list-item:nth-child(2) label {background-color: #f6efd3;}
.page-jersey .estimate form table .select-piping-color td .wpcf7-list-item:nth-child(3) label {background-color: #ffde00;}

.page-jersey .estimate form table .select-zip-color td .wpcf7-list-item:nth-child(1) label {background-color: #fff;}
.page-jersey .estimate form table .select-zip-color td .wpcf7-list-item:nth-child(2) label {background-color: #f6efd3;}
.page-jersey .estimate form table .select-zip-color td .wpcf7-list-item:nth-child(3) label {background-color: #ffde00;}

.page-jersey .estimate form table tr td .note{
	font-size: 13px;
	line-height: 1.8;
	margin-top: 2em;
}
.page-jersey .estimate form table tr.input-print-area td,
.page-jersey .estimate form table tr.select-piping-color td,
.page-jersey .estimate form table tr.select-zip-color td{
	padding: 5% 2.5% 5% 10%;
}

.page-jersey .estimate form  .input-print-area-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}
.page-jersey .estimate form  .input-print-area-item figure {
	width: 120px;
	max-width: 1000;
	margin-right: 30px;
}
.page-jersey .estimate form table tr.input-print-area td .form-file{
	position: relative;
	left: 8px;
}
.page-jersey .estimate form table tr.input-print-area td .form-file label{
	visibility: hidden;
	display: block;
}
.page-jersey .estimate form table tr.input-print-area td .form-file span{
	left: 8px;
}
.page-jersey .estimate form table tr.input-print-area td .form-file input[type="file"]{
	background: none;
	box-shadow: none;
	border: none;
}
.page-jersey .estimate form table tr.input-print-area td .form-file .btn-file{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 9px;
	border-radius: 5px;
}
.page-jersey .estimate form table tr.input-print-area td .form-file input[type="text"]{
	display: inline-block;
	width: 250px;
	background-color: #fff;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

/* submenu */
.page-jersey  main ul.sub-menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto !important;
	padding: 0 0 50px 0 !important;
}
.page-jersey  main ul.sub-menu li {
	width: 49%;
	text-align: center;
	padding: 0;
}
.page-jersey  main ul.sub-menu li a {
	position: relative;
	display: block;
	font-size: 17.5px;
	text-align: left;
	padding: 10px 20px;
	border: 2px solid #000;
}
.page-jersey  main ul.sub-menu li a:after {
	content: "";
	position: absolute;
	right: 5%;
	top: 30%;
	width: 31px;
	height: 11px;
	background: url(images/arrow-black.svg) no-repeat center center;
	background-size: contain;
}
.page-jersey  main ul.sub-menu li a:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.page-jersey  main ul.sub-menu li a:hover:after {
	background: url(images/arrow-black-hover.svg) no-repeat center center;
}




/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.page-jersey #estimate-kv .sec_inner .text {
		width: 90%;
		left: 5vw;
	}
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.page-jersey #estimate-kv {
		margin:0;
	}
	.page-jersey #estimate-kv .sec_inner {
		position: relative;
		width: 100%;
		height: 190vw;
	}
	.page-jersey #estimate-kv .sec_inner figure {
		top: -17vw;
	}
	.page-jersey #estimate-kv .sec_inner .text {
		width: 90%;
		left: 5vw;
		bottom: 85vw;
		margin: 0 auto;
	}
	.page-jersey #estimate-kv .sec_inner .text h2 {
		font-size: 70px;
	}
	.page-jersey #estimate-kv .sec_inner .text p {
		font-size: 11px;
	}
	.page-jersey #estimate-kv ul {
		max-width: 90%;
		width: 330px;
		margin: 0 auto;
		padding: 4% 0;
	}
	.page-jersey #estimate-kv ul li {
		
	}
	.page-jersey #estimate-kv ul li a {
		font-size: 12px;
	}
	
	.page-jersey #product-lead {
		top: -15vw;
		z-index: 3;
	}
	.page-jersey #product-lead h3 {
		font-size: 23px;
	}
	.page-jersey #product-lead p {
		font-size: 14px;
	}
	.page-jersey #product-lead ul {
		display: block;
		width: 100%;
	}
	.page-jersey #product-lead ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.page-jersey #estimate-brand .sec_inner {
		display: block;
		width: 85%;
		padding: 10vw 2.5%;
	}
	.page-jersey #estimate-brand .sec_inner .text {
		width: 100%;
	}
	.page-jersey #estimate-brand .sec_inner .text h3 {
		font-size: 20px;
		margin-bottom: 1em;
	}
	.page-jersey #estimate-brand .sec_inner figure {
		display: block;
		width: 100%;
	}
	.page-jersey #estimate-brand .sec_inner figure img {
		width: 100%;
	}
	.page-jersey #estimate-brand .price figure img:nth-child(1) {
		margin-bottom: 20vw;
	}
	
	/* フォーム */
	.page-jersey .estimate form table tr.select-amount input[type="number"] {
		width: 9vw;
		font-size: 14px;
	}
	.page-jersey .estimate form table tr.input-print-area td,
	.page-jersey .estimate form table tr.select-piping-color td,
	.page-jersey .estimate form table tr.select-zip-color td{
		padding: 10vw 0 !important;
	}
	.page-jersey .estimate form table .select-body-color td label,
	.page-jersey .estimate form table .select-accent-color1 td label,
	.page-jersey .estimate form table .select-accent-color2 td label,
	.page-jersey .estimate form table .select-print-color td label,
	.page-jersey .estimate form table .select-piping-color td label,
	.page-jersey .estimate form table .select-zip-color td label {
		height: 11vw;
	}
	.page-jersey .estimate form .input-print-area-item {
		width: 100%;
		overflow: hidden;
	}
	.page-jersey .estimate form .input-print-area-item figure {
		width: 20vw;
		max-width: inherit;
		margin-right: 5vw;
	}
	.page-jersey .estimate form table tr.input-print-area td .input-print-area-item > div {
		width: 60vw;
	}
	.page-jersey .estimate form table tr.input-print-area td .form-file input[type="text"] {
		width: calc(100% - 20px);
		margin-bottom: 10px;
	}
	.page-jersey form table th span {
		display: block !important;
		font-size: 11px;
		margin-top: 0.5em;
	}
	
	.page-jersey .estimate form table .select-piping-color td,
	.page-jersey .estimate form table .select-zip-color td,
	.page-jersey .estimate form table .input-print-area td {
		padding: 10vw 0 !important;
	}
	/*
	.page-jersey .estimate form table tr td .note{
		font-size: 13px;
		line-height: 1.8;
		margin-top: 2em;
	}
	*/
	
	/* submenu */
	.page-jersey main ul.sub-menu {
		display: block;
		width: 90%;
	}
	.page-jersey main ul.sub-menu li {
		width: 100%;
		margin-bottom: 10px !important;
	}
	
}




/*************************************************************************

** ESTMATE DETAIL

**************************************************************************/

/* KV */
.page-template-estimate-page #estimate-kv {
	
}
.page-template-estimate-page #estimate-kv .sec_inner {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	width: 1130px;
	max-width: 90%;
	margin: 0 auto;
}
.page-template-estimate-page #estimate-kv .sec_inner > figure {
	width: 30%;
	padding: 0 5%;
}
.page-template-estimate-page #estimate-kv .sec_inner .title {
	width: 50%;
}
.page-template-estimate-page #estimate-kv .sec_inner h2 {
	line-height: 1;
}
.page-template-estimate-page #estimate-kv .sec_inner h2 strong {
	display: block;
	font-size: 74px;
}
.page-template-estimate-page #estimate-kv .sec_inner h2 small {
	display: block;
	font-size: 24px;
	margin: 1em 0;
}
.page-template-estimate-page #estimate-kv .sec_inner p {
	font-size: 16px;
	margin: 0;
}
.page-template-estimate-page #estimate-kv .sec_inner .title figure {
	width: 80%;
	margin: 3vw auto 0 auto;
}


/* BRAND */
.page-template-estimate-page #estimate-brand {
	
}
.page-template-estimate-page #estimate-brand .sec_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	width: 80%;
	margin: 10vw auto;
	padding: 3vw 5%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.page-full-order #estimate-brand .sec_inner {
	margin: 10vw auto 0 auto;
	border-bottom: none;
}

.page-junior #estimate-brand .sec_inner {
	margin: 0 auto 0 auto;
	border-bottom: none;
}
.page-junior #estimate-brand > div:first-of-type {
	margin: 10vw auto 0 auto;
	border-bottom: none;
}


.page-template-estimate-page #estimate-brand .sec_inner .text {
	width: 25%;
}
.page-template-estimate-page #estimate-brand .sec_inner .text h3 {
	font-size: 24px;
	white-space: nowrap;
}
.page-template-estimate-page #estimate-brand .sec_inner p {
	width: 65%;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

.page-junior #estimate-brand .estimate_border_box {
	border: 1px solid #000;
	margin: 0 auto 5vw;
}
.page-junior #estimate-brand .estimate_border_box > p {
	width: 30%;
}
.page-junior #estimate-brand .estimate_border_box > figure {
	width: 30%;
	text-align: center;
}
.page-junior #estimate-brand .estimate_border_box > figure img {
	width: 78%;
}


/* DESIGN */
.page-template-estimate-page #estimate-design {
	
}
.page-template-estimate-page #estimate-design .sec_inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	padding: 5vw 5%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.page-template-estimate-page #estimate-design .sec_inner .text {
	width: 55%;
	padding-right: 5%;
	border-right: 1px solid #000;
}
.page-template-estimate-page #estimate-design .sec_inner .text h3 {
	font-size: 58px;
	line-height: 1.4;
}
.page-template-estimate-page #estimate-design .sec_inner .text p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 1em;
}
.page-template-estimate-page #estimate-design .sec_inner .flow {
	width: 35%;
	font-size: 14px;
	line-height: 2em;
	padding-left: 5%;
}
.page-template-estimate-page #estimate-design .sec_inner .flow h4 {
	font-size: 18px;
}

.page-full-order .estimate {
	margin: 5vw auto;
}

.page-junior .estimate {
	margin: 5vw auto;
}


/* submenu */
.page-template-estimate-page main ul.sub-menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto !important;
	padding: 0 0 50px 0 !important;
}
.page-template-estimate-page main ul.sub-menu li {
	width: 24%;
	text-align: center;
	padding: 0;
}
.page-template-estimate-page main ul.sub-menu li a {
	position: relative;
	display: block;
	font-size: 17.5px;
	text-align: left;
	padding: 10px 20px;
	border: 2px solid #000;
  white-space: nowrap;
}
.page-template-estimate-page main ul.sub-menu li a:after {
	content: "";
	position: absolute;
	right: 5%;
	top: 30%;
	width: 31px;
	height: 11px;
	background: url(images/arrow-black.svg) no-repeat center center;
	background-size: contain;
}
.page-template-estimate-page main ul.sub-menu li a:hover {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.page-template-estimate-page main ul.sub-menu li a:hover:after {
	background: url(images/arrow-black-hover.svg) no-repeat center center;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.page-template-estimate-page #estimate-kv {
		
	}
	.page-template-estimate-page #estimate-kv .sec_inner {
		height: 140vw;
		-webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
	}
	.page-template-estimate-page #estimate-kv .sec_inner > figure {
		
	}
	.page-template-estimate-page #estimate-kv .sec_inner .title {
		padding-top: 20vw;
	}
	.page-template-estimate-page #estimate-kv .sec_inner h2 {
		
	}
	.page-template-estimate-page #estimate-kv .sec_inner h2 br.sp-only {
		display: block;
	}
	.page-template-estimate-page #estimate-kv .sec_inner h2 strong {
		font-size: 55px;
	}
	.page-template-estimate-page #estimate-kv .sec_inner h2 small {
		font-size: 18px;
	}
	.page-template-estimate-page #estimate-kv .sec_inner p {
		font-size: 14px;
		margin: 0;
	}
	.page-template-estimate-page #estimate-kv .sec_inner .title figure {
		position: absolute;
		left: 10vw;
		top: 65vw;
		width: 80%;
		margin: 5vw auto;
	}
	
	.page-template-estimate-page #estimate-design .sec_inner {
		display: block;
		width: 100%;
		margin: 0 auto 10vw auto;
		padding: 3vw 5%;
	}
	.page-template-estimate-page #estimate-design .sec_inner .text {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.page-template-estimate-page #estimate-design .sec_inner .flow {
		width: 100%;
		font-size: 16px;
		padding-left: 0;
		margin-top: 5vw;
	}
	
	/* submenu */
	.page-template-estimate-page main ul.sub-menu {
		width: 90%;
	}
	
}

/* スマホ */
@media screen and (max-width:750px) {
 
	.page-template-estimate-page #estimate-kv {
		
	}
	.page-template-estimate-page #estimate-kv .sec_inner {
		display: block;
		width: 90%;
		max-width: inherit;
		margin: 0 auto;
	}
	.page-template-estimate-page #estimate-kv .sec_inner > figure {
		width: 55%;
		margin-bottom: 5vw;
		padding: 0 0 0 0;
	}
	.page-template-estimate-page #estimate-kv .sec_inner .title {
		width: 100%;
	}
	.page-template-estimate-page #estimate-kv .sec_inner h2 {
		position: absolute;
		left: 40vw;
		top: 45vw;
	}
	.page-template-estimate-page #estimate-kv .sec_inner h2 strong {
		font-size: 55px;
	}
	.page-template-estimate-page #estimate-kv .sec_inner h2 small {
		font-size: 18px;
	}
	.page-template-estimate-page #estimate-kv .sec_inner p {
		font-size: 14px;
		margin: 0;
	}
	.page-template-estimate-page #estimate-kv .sec_inner .title figure {
		width: 90%;
		margin: 5vw auto;
	}
	
	.page-template-estimate-page #estimate-brand .sec_inner {
		display: block;
		width: 85%;
		padding: 10vw 2.5%;
	}
	.page-template-estimate-page #estimate-brand .sec_inner .text {
		width: 100%;
	}
	.page-template-estimate-page #estimate-brand .sec_inner .text h3 {
		font-size: 20px;
	}
	.page-template-estimate-page #estimate-brand .sec_inner p {
		width: 100%;
		font-size: 12px;
	}

	.page-junior #estimate-brand .estimate_border_box {
		margin: 0 auto 10vw;
		padding: 5vw 2.5%;
	}
	.page-junior #estimate-brand .estimate_border_box > figure {
		width: 100%;
		margin: 5vw auto 0;
	}
	
	.page-template-estimate-page #estimate-design .sec_inner {
		display: block;
		width: 90%;
		margin: 0 auto 10vw auto;
		padding: 10vw 5%;
	}
	.page-template-estimate-page #estimate-design .sec_inner .text h3 {
		font-size: 34px;
		letter-spacing: -0.03em;
	}
	.page-template-estimate-page #estimate-design .sec_inner .text p {
		
	}
	.page-template-estimate-page #estimate-design .sec_inner .text {
		width: 100%;
		padding-right: 0;
		border-right: none;
		padding-bottom: 5vw;
		border-bottom: 1px solid #000;
	}
	.page-template-estimate-page #estimate-design .sec_inner .flow {
		width: 100%;
		font-size: 14px;
		padding-left: 0;
		margin-top: 5vw;
	}
	
	/* submenu */
	.page-template-estimate-page main ul.sub-menu {
		display: block;
		width: 90%;
	}
	.page-template-estimate-page main ul.sub-menu li {
		width: 100%;
		margin-bottom: 10px !important;
	}
	
		
}



/*************************************************************************

** ESTMATE INDEX

**************************************************************************/

.page-estimate #estimate-index {
	
}
.page-estimate #estimate-index .sec_inner {
	
}
.page-estimate #estimate-index .sec_inner h2 {
	font-size: 14px;
	line-height: 1;
	margin-top: 3em;
	text-align: center;
}
.page-estimate #estimate-index .sec_inner h2 strong {
	display: block;
	font-size: 60px;
	color: #db3422;
}
.page-estimate #estimate-index .sec_inner h2 small {
	display: block;
	font-size: 12px;
	margin-top: 1em;
}

.page-estimate #contact-form .tel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 85px;
}
.page-estimate #contact-form .tel h3 {
margin-right: 5%;
}
.page-estimate #contact-form .tel div {
font-size: 14px;
}
.page-estimate #contact-form .tel div a {
display: block;
font-size: 40px;
letter-spacing: 0.02em;
margin-bottom: 10px;
}
.page-estimate #contact-form p {
font-size: 16px;
}

.page-estimate #estimate-index ul#tabs {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-end;
 -ms-align-items: flex-end;
 align-items: flex-end;
	width: 90%;
	max-width: 900px;
	margin: 5vw auto 0 auto;
}
.page-estimate #estimate-index ul#tabs li {
	width: 25%;
}
.page-estimate #estimate-index ul#tabs li a {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 1em 0;
	border: 2px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: none;
	cursor: pointer;
}
.page-estimate #estimate-index ul#tabs li:nth-child(1) a {
	border-left: 2px solid #000;
}
.page-estimate #estimate-index ul#tabs li:nth-child(4) a {
	border-right: 2px solid #000;
}
.page-estimate #estimate-index ul#tabs li a:hover,
.page-estimate #estimate-index ul#tabs li.active a  {
	background-color: #000;
	color: #fff;
	opacity: 1;
}
.page-estimate #estimate-index ul#tabs li.active a {
	padding: 1.5em 0;
}
.page-estimate #estimate-index .estimate {
	width: 100%;
	margin-top: 0;
	border-top: 2px solid #000;
}
.page-estimate #estimate-index .estimate #tab-items {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.page-estimate #estimate-index #tab-items .tab-item {
	display: none;
}
.page-estimate #estimate-index #tab-items .tab-item.active {
	display: block;
}
.page-estimate #estimate-index #tab-items .tab-item h2 strong {
	font-size: 48px;
	color: #000;
}
.page-estimate #estimate-index #tab-items .tab-item h2 div {
	margin-top: 1em;
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
}

/* スマホ */
@media screen and (max-width:750px) {
 
	.page-estimate #estimate-index .sec_inner h2 strong {
		font-size: 45px;
	}
	.page-estimate #estimate-index #tab-items .tab-item h2 strong {
		font-size: 36px;
	}
	.page-estimate #estimate-index ul#tabs {
		margin: 10vw auto 0 auto;
	}
	.page-estimate #estimate-index ul#tabs li a {
		font-size: 8px;
		white-space: nowrap;
	}
	.page-estimate #estimate-index ul#tabs li.active a {
		font-size: 10px;
		padding: 1.5em 0;
	}
	.page-estimate #contact-form .tel div a {
		font-size: 30px;
    }
	.page-estimate #contact-form .tel div {
		font-size: 12px;
	}
	.page-estimate #contact-form p {
		font-size: 14px;
		line-height: 1.8em;
	}
	.page-estimate #contact-form .tel {
		margin-top: 50px;
	}

	
}






/*************************************************************************

** FORM

**************************************************************************/

.estimate {
	width: 90%;
	margin: 10vw auto;
}
.estimate .sec_inner {
 width: 900px;
	margin: 0 auto;
}
.estimate .sec_inner h2 {
	text-align: center;
}
.estimate .sec_inner h2 strong {
	display: block;
	font-size: 60px;
	color: #db3422;
}
.estimate .sec_inner h2 + div {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin-top: 3em;
}
.estimate .sec_inner h2 + div small {
	display: block;
	font-size: 12px;
	margin-top: 1em;
}
.estimate form {
 margin-top: 5vw;
	paddin-top: 5vw;
}
.estimate form table {
 width: 100%;
	margin: 0 auto 50px auto;
	border-collapse: collapse;
	border-top: 2px solid #000;
}
.estimate form table tr {
 
}
.estimate form table th,
.estimate form table td {
	padding: 10px;
	border-bottom: 2px solid #000;
}
.estimate form table th {
	width: 25%;
	font-size: 20px;
	text-align: left;
	border-right: 2px solid #000;
}
.estimate form table th span {
	display: block;
	font-size: 14px;
}
.estimate form table th a {
	display: block;
	width: 100px;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #000;
}
.estimate form table td {
 font-size: 16px;
	padding: 5% 10%;
}
.estimate form table td small {
 font-size: 12px;
}

/* ボディを選ぶ */
.estimate form table .select-body-color td .wpcf7-checkbox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	/*
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	*/
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.estimate form table .select-body-color td .wpcf7-checkbox > span {
	display: block;
	width: 16%;
	height: 130px;
	margin-bottom: 10px;
	padding: 4% 1% 1% 1%;
	border-radius: 5px;
	border: 2px solid #fff;
}
.estimate form table .select-body-color td .wpcf7-checkbox > span.checked {
	border: 2px solid #000;
}
.estimate form table .select-body-color td label {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 100px;
	font-size: 10px;
}
.estimate form table .select-body-color .wpcf7-list-item-label {
	position: absolute;
	bottom: -20%;
	left: 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
.estimate form table .select-body-color .wpcf7-list-item label input {
	position: relative;
	top: -10px;
}

#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(1) label {background-image: url(images/basic-model-thumb2.jpg);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(2) label {background-image: url(images/basic-model-thumb7.jpg);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(3) label {background-image: url(images/basic-model-thumb4.jpg);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(4) label {background-image: url(images/basic-model-thumb9.jpg);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(5) label {background-image: url(images/basic-model-thumb1.jpg);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(6) label {background-image: url(images/basic-model-thumb5.jpg?2);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(7) label {background-image: url(images/basic-model-thumb6.jpg?2);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(8) label {background-image: url(images/basic-model-thumb3.jpg?2);}
#basic-model form table .select-body-color td .wpcf7-list-item:nth-child(9) label {background-image: url(images/basic-model-thumb8.jpg?2);}

#entry-model form table .select-body-color td .wpcf7-list-item:nth-child(1) label {background-image: url(images/entry-model-thumb1.jpg);}
#entry-model form table .select-body-color td .wpcf7-list-item:nth-child(2) label {background-image: url(images/entry-model-thumb2.jpg);}
#entry-model form table .select-body-color td .wpcf7-list-item:nth-child(3) label {background-image: url(images/entry-model-thumb3.jpg);}
#entry-model form table .select-body-color td .wpcf7-list-item:nth-child(4) label {background-image: url(images/entry-model-thumb4.jpg);}

#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(1) label {background-image: url(images/basic-model-thumb2.jpg);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(2) label {background-image: url(images/basic-model-thumb7.jpg);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(3) label {background-image: url(images/basic-model-thumb4.jpg);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(4) label {background-image: url(images/basic-model-thumb9.jpg);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(5) label {background-image: url(images/basic-model-thumb1.jpg);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(6) label {background-image: url(images/basic-model-thumb5.jpg?2);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(7) label {background-image: url(images/basic-model-thumb6.jpg?2);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(8) label {background-image: url(images/basic-model-thumb3.jpg?2);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(9) label {background-image: url(images/basic-model-thumb8.jpg?2);}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(10) label {background-image: url(images/basic-model-thumb11.jpg);}

#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(11) label {
	width: inherit;
	height: inherit;
	background-image: none;
}
#junior-model form table .select-body-color td .wpcf7-list-item:nth-child(11) {
	width: inherit;
	height: inherit;
	border-radius: 0;
	border: 1px solid #000;
	padding: 10px;
}
.estimate form table .select-body-color .wpcf7-list-item:nth-child(11) .wpcf7-list-item-label {
	position: inherit;
	bottom: inherit;
	left: inherit;
	width: inherit;
	text-align: center;
	white-space: nowrap;
}
.estimate form table .select-body-color .wpcf7-list-item:nth-child(11) label input {
	position: inherit;
	top: inherit;
}
.estimate form table .select-body-color .wpcf7-list-item:nth-child(11) label input + span {
	font-size: 16px;
	line-height: 1;
}

/* サイズ・数量 */
.estimate form table tr.select-amount td {
 padding: 5% 0% 5% 10%;
}
.estimate form table tr.select-amount input[type="number"] {
 width: 50px;
}
.estimate form table tr.select-amount ul {
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.estimate form table tr.select-amount ul li {
 margin-right: 10px !important;
}
.estimate form table tr.select-amount ul li:after {
	content: "着";
	font-size: 12px;
	margin-left: 0.5em;
}
.estimate form table tr.select-amount ul li label {
 display: block;
	font-size: 12px;
}
.estimate form table tr.select-amount ul li span {
 display: inline-block;
}

/* チーム名 */
.estimate form table tr.input-team-name td{
 
}
.estimate form table tr.input-team-name td div{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
}
.estimate form table tr.input-team-name td div img{
	display: block;
	width: 100px;
}
.estimate form table tr.input-team-name td div span{
	width: 60%;
}


/* 書体とプリント色 */
.estimate form table tr.font-print-color td{
 
}
.estimate form table tr.font-print-color td .heading{
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.estimate form table tr.font-print-color td .heading span{
 width: 45%;
	margin-bottom: 10px;
}
.estimate form table tr.font-print-color td .wpcf7-checkbox{
	position: relative;
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span{
 width: 45%;
	margin-bottom: 10px;
}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span label{
	position: relative;
	left: 30px;
	display: block;
	font-size: 0;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 163px;
	height: 23px;
}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span label input{
	position: relative;
	left: -2em;
}

.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(1) label{background-image: url(images/font-en1.jpg?1);}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(2) label{background-image: url(images/font-ja1.jpg?1);}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(3) label{background-image: url(images/font-en2.jpg?1);}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(4) label{background-image: url(images/font-ja2.jpg?1);}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(5) label{background-image: url(images/font-en3.jpg?1);}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(6) label{background-image: url(images/font-ja3.jpg?1);}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(7) label{background-image: url(images/font-en4.jpg?1);}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(8) label{background-image: url(images/font-ja4.jpg?1);}

.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(6),
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(8){
	visibility: hidden;
}

.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(9){
	position: absolute;
	bottom: -3.8em;
}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(10){
	position: absolute;
	bottom: -10em;
	z-index: 100;
}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(9) label,
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(10) label{
	left: 3px;
	font-size: 16px;
	background: none;
	width: 100%;
	height: inherit;
}
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(9) label input,
.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(10) label input{
	left: 0;
}

.estimate form table tr.font-print-color td .form-etc{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.estimate form table tr.font-print-color td .form-etc label{
	visibility: hidden;
	width: 30%;
	margin-right: 5%;
}
.estimate form table tr.font-print-color td .form-etc span{
	display: block;
	width: 60%;
}
.estimate form table tr.font-print-color td .form-file{
	position: relative;
	left: 8px;
}
.estimate form table tr.font-print-color td .form-file label{
	visibility: hidden;
	display: block;
}
.estimate form table tr.font-print-color td .form-file span{
	left: 8px;
}
.estimate form table tr.font-print-color td .form-file input[type="file"]{
	background: none;
	box-shadow: none;
	border: none;
}
.estimate form table tr.font-print-color td .form-file #btn-file{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 9px;
	border-radius: 5px;
}
.estimate form table tr.font-print-color td .form-file #btn-file-text{
	display: inline-block;
	width: 250px;
	background-color: #fff;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

/* チームウェア */
.your-order-item .wpcf7-checkbox,
.your-order-amount .wpcf7-checkbox {
 position: relative;
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.your-order-item .wpcf7-checkbox > span:nth-child(8){
	position: absolute;
	bottom: -3.7em;
}
.your-order-amount .wpcf7-checkbox > span:nth-child(4){
	position: absolute;
	bottom: -3.7em;
}
.your-order-item .wpcf7-checkbox > span,
.your-order-amount .wpcf7-checkbox > span{
 width: 50%;
	margin-bottom: 10px;
}
.your-order-item .form-etc,
.your-order-amount .form-etc {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.select-item .form-etc label,
.select-amount .form-etc label {
	visibility: hidden;
	width: 30%;
	margin-right: 10%;
}
.select-item .form-etc span,
.select-amount .form-etc span {
	display: inline-block !important;
	width: 60%;
}

.estimate form table tr.select-print-color td .wpcf7-checkbox > span {
 width: 45%;
}
.estimate form table tr.select-print-color td .wpcf7-checkbox > span label {
 
}

.estimate form table td .wpcf7-list-item {
	margin-left: 0;
}
.estimate form table td .wpcf7-form-control-wrap {
	display: block;
	margin: 5px 0;
}
.estimate form table td input[type="text"],
.estimate form table td input[type="tel"],
.estimate form table td input[type="email"],
.estimate form table td input[type="number"],
.estimate form table td textarea {
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border: none;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.estimate form table td input[type="text"]::placeholder,
.estimate form table td input[type="tel"]::placeholder,
.estimate form table td input[type="email"]::placeholder,
.estimate form table td input[type="number"]::placeholder,
.estimate form table td textarea::placeholder {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: normal;
	color: #ccc;
}
.estimate form table td input[type="file"]::placeholder {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.estimate form table tr.check-item td .wpcf7-list-item {
	width: 45%;
}
.estimate form table tr.check-amount td .wpcf7-list-item {
	display: block;
}

.estimate form table tr.customer-address ul li {
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-align-items: center;
	align-items: center;
}
.estimate form table tr.customer-address ul li label {
 width: 30%;
	font-size: 14px;
	white-space: nowrap;
	margin-right: 5%;
}

.estimate form .wpcf7-recaptcha {
 margin: 3vw auto;
}
.estimate form .wpcf7-recaptcha > div {
 margin: 0 auto;
}
.estimate form .notice {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 2em;
}
.estimate form .btn-submit {
	text-align: center;
}
.estimate form .btn-submit input[type="submit"] {
	display: block;
	width: 400px;
	max-width: 100%;
	background-color: #db3422;
	border: none;
	font-family: ゴシックMB101 B, Gothic MB101 Bold;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 10px auto;
	padding: 20px;
}
.estimate form .btn-submit small {
	font-size: 12px;
}
.estimate form .wpcf7-spinner {
  margin: 0;
}

/* 固定ページ内の埋め込みフォーム用 */
.page article .estimate h2 {
	font-size: 14px;
	line-height: 1;
	margin: 3em 0 !important;
	text-align: center;
}
.page article .estimate h2 strong {
	display: block;
	font-size: 60px;
	color: #db3422;
}
.page article .estimate h2 small {
	display: block;
	font-size: 12px;
	margin-top: 1em;
}
.page article .estimate {
	width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page article .estimate form table th {
	border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: transparent;
}
.page article .estimate form table td {
	border: none;
  border-bottom: 2px solid #000;
}

/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	.estimate .sec_inner {
		width: 100%;
		margin: 0 auto;
	}
	
}

/* スマホ */
@media screen and (max-width:750px) {
	
	.estimate .sec_inner {
		width: 100%;
	}
	.estimate form {
		margin-top: 10vw;
	}
	.estimate form table {
		border-top: none;
	}
	.estimate form table th {
		display: block;
		width: 95%;
		font-size: 15px;
		padding: 2.5%;
		border: 2px solid #000;
	}
	.estimate form table th span {
		display: inline-block;
		font-size: 11px;
	}
	.estimate form table td {
		display: block;
		width: 95%;
		margin: 0 auto;
		padding: 5% 0;
		border-bottom: none;
	}
	.estimate form table tr.pb10 td {
		padding-bottom: 10vw;
	}
	.estimate form table tr.pt10 td {
		padding-top: 10vw;
	}
	.estimate form table td .wpcf7-form-control-wrap {
		
	}
	.estimate form table tr.no-pb td {
		/*padding-bottom: 0;*/
		border-bottom: 2px solid #000;
	}
	
	
	/* ボディを選ぶ */
	.estimate form table .select-body-color .wpcf7-list-item-label {
		font-size: 8px !important;
	}
	.estimate form table .select-body-color .wpcf7-list-item:nth-child(11) label input + span {
	    font-size: 16px !important;
	}
	
	/* サイズ・数量 */
	.estimate form table tr.select-amount td {
		padding: 10vw 0;
	}
	.estimate form table tr.select-amount input[type="number"] {
		width: 23px;
		font-size: 14px;
	}
	.estimate form table tr.select-amount ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	}
	.estimate form table tr.select-amount ul li {
		margin-right: 3px !important;
		margin-bottom: 5px !important;
	}
	.estimate form table tr.select-amount ul li:after {
		font-size: 8px;
		margin-left: 3px;
	}
	.estimate form table tr.select-amount ul li label {
		display: block;
		font-size: 10px;
		line-height: 1;
	}
	.estimate form table tr.select-amount th {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-align-items: center;
		align-items: center;
	}
	.estimate form table tr.select-amount th a {
		width: auto;
		font-size: 12px;
		text-align: inherit;
		margin-top: 0;
		padding: 0;
		border: none;
	}
	
	/* チーム名 */
	.estimate form table tr.input-team-name td div{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.estimate form table tr.input-team-name td div label{
		font-size: 10px;
		white-space: nowrap;
	}
	.estimate form table tr.input-team-name td div img{
		width: 20vw;
	}
	.estimate form table tr.input-team-name td div span{
		width: 50vw;
	}
	
	/* 書体とプリント色 */
	.estimate form table tr.font-print-color td{
		
	}
	.estimate form table tr.font-print-color td .wpcf7-checkbox{
		
	}
	.estimate form table tr.font-print-color td .wpcf7-checkbox > span{
		width: 45%;
		margin-bottom: 20px;
	}
	.estimate form table tr.font-print-color td .wpcf7-checkbox > span label{
		left: 15%;
		width: 90%;
		height: 4.2vw;
		background-position: left center;
		background-size: contain;
	}
	.estimate form table tr.font-print-color td .wpcf7-checkbox > span label input{
		left: -1.8em;
	}
	.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(9) label,
	.estimate form table tr.font-print-color td .wpcf7-checkbox > span:nth-child(10) label{
		font-size: 14px;
	}
	
	.your-order-item .wpcf7-checkbox > span,
	.your-order-amount .wpcf7-checkbox > span{
		font-size: 13px;
	}
	.your-order-item .wpcf7-checkbox > span:nth-child(8){
		bottom: -4.4em;
	}
	.your-order-amount .wpcf7-checkbox > span:nth-child(4){
		bottom: -4.4em;
	}
	
	.estimate form table tr.font-print-color td .form-file .btn-file{
		
	}
	.estimate form table tr.font-print-color td .form-file #btn-file-text{
		width: 170px;
	}
	
	/* 住所 */
	.estimate form table tr.customer-address ul li label {
		margin-right: 1em;
	}
	
	.estimate form .wpcf7-recaptcha {
  margin: 10vw auto;
	}
  
  /* 固定ページ内の埋め込みフォーム用 */
  .page article .estimate form table th {
    display: block;
    width: calc(95% - 4px);
    font-size: 15px;
    padding: 2.5%;
    border: 2px solid #000;
  }
  .page article .estimate form table td {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 5% 0;
    border-bottom: none;
  }
  .page article .estimate form table .no-pb td {
    border-bottom: 2px solid #000;
  }
	
}




/*************************************************************************

** CONTACT

**************************************************************************/

.page-contact {
}
.page-contact .article {
	width: 90%;
	max-width: 900px;
}
.page-contact .entry-title {
	
}
.page-contact .entry-content {
	width: 100% !important;
	margin-bottom: 50px;
}
.page-contact #contact-form {
	padding-bottom: 2em;
	border-bottom: 2px solid #000;
}
.page-contact #contact-form > p {
	line-height: 2;
}
.page-contact #contact-form .tel {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top: 85px;
}
.page-contact #contact-form .tel h3 {
	margin-right: 5%;
}
.page-contact #contact-form .tel div {
	font-size: 14px;
}
.page-contact #contact-form .tel div a {
	display: block;
	font-size: 40px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
.page-contact #contact-form .mail {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top: 50px;
}
.page-contact #contact-form .mail h3 {
	margin-right: 1em;
}


.page-contact .wpcf7 {
	padding: 0 5%;
}
.page-contact table {
	width: 100%;
	border: none;
}
.page-contact h3{
	
}
.page-contact table th,
.page-contact table td {
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	padding-top: 2em;
}
.page-contact table th {
	width: 35%;
	background-color: transparent;
	border: none;
}
.page-contact table th small {
	margin-left: .5em;
}
.page-contact table td {
	border: none;
	border-bottom: 1px solid #000;
}
.page-contact table td.noborder {
	border-bottom: none;
}
.page-contact table td input[type="text"],
.page-contact table td input[type="email"] {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	padding: 10px 5px;
	border: none;
}
.page-contact table td input[type="text"]::placeholder,
.page-contact table td input[type="email"]::placeholder,
.page-contact table td textarea::placeholder {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
	color: #ccc;
}
.page-contact table td input[type="text"]:focus,
.page-contact table td input[type="email"]:focus,
.page-contact table td select:focus,
.page-contact table td textarea:focus {
	box-shadow: none;
	outline: none;
}
.page-contact table td select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
	background: url(./images/icon-arrow2.png) no-repeat right center;
	width: 97%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 10px 3% 0 0;
	border: none;
}
::-ms-expand {
	display: none;
}
.page-contact table td textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #000;
}
.page-contact table td input[type="submit"] {
	background-color: #fff;
	color: #000;
	font-family: ゴシックMB101 B, Gothic MB101 Bold;
	font-size: 20px;
	width: 200px;
	margin: 2em 0 0 0;
	padding: 1em;
	border: 3px solid #000;
}
.page-contact table td.noborder div {
	display: block;
	font-size: 12px;
}
.page-contact table td.noborder p {
	margin: 0;
	padding: 0;
}
/*
.home #btn-contact {
	display: none;
	position: fixed;
	left: 5vw;
	bottom: 5vw;
	z-index: 100;
	width: 90vw;
	margin: 0;
}
*/


/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {
	
	
	
}


/* スマホ */
@media screen and (max-width:750px) {
	
	.page-contact #contact-form > p {
		font-size: 12px;
	}
	.page-contact #contact-form .tel {
		margin-top: 10vw;
	}
	.page-contact #contact-form .tel div {
		font-size: 12px;
	}
	.page-contact #contact-form .tel div a {
		font-size: 30px;
	}
	.page-contact .wpcf7 {
		padding: 0;
	}
	.page-contact .wpcf7 table th,
	.page-contact .wpcf7 table td {
		display: block;
		width: 100%;
	}
	.page-contact .wpcf7 table td {
		padding-top: 1em;
	}
	.page-contact table td input[type="submit"] {
		width: calc( 100% - 6px);
		padding: 1em;
	}
	
}



/*************************************************************************

** カテゴリーページ

**************************************************************************/

.category {
}
.category #list-page {
	width: 90%;
	margin: 5vw auto;
}
.category #list-page-inner {
	width: 100%;
	margin: 0 auto;
}
.category #archive-title {
	font-size: 60px;
	margin: 0;
}
.category #archive-title small {
	font-size: 18px;
	margin: 0 0 0 1em;
}
.category .category-navi {
 display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5vw 0 !important;
}
.category .category-navi li {
	font-size: 14px;
}
.category .category-navi li:before {
	content:"・";
}
.category .category-navi li:nth-child(1):before {
	content:"";
}

.category #list-page #list {
	display: block;
	margin: 7vw auto 0 auto;
}
.category #list-page #list-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: flex-start;
	width: 100%;
	margin: 0 0 30px 0;
}
.category #list-page #list article {
	width: 30%;
	margin: 0 5% 1.5em 0;
}
.category #list-page #list article:nth-child(3n) {
	margin-right: 0;
}
.category #list-page #list article img {
	width: 100%;
	height: auto !important;
	margin-bottom: 1em;
}
.category #list-page #list article h2, .category #list-page #list article h2 a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: inherit;
}
.category #list-page #list article .post-meta .post-date {
	display: inline-block;
	font-size: 12px;
	color: #02253b;
	margin-bottom: 1em;
}
.category #list-page #list article .post-meta .category {
	font-size: 12px;
	color: #343434;
}
.category #list-page #list article .post-meta .category a {
	color: #343434 !important;
}
.category #list-page #list article .post-meta .category:before {
	content: "｜";
}
.category #list-page #list article .post-meta .category .fa {
	display: none;
}
.category #list-page #list article .entry-snippet {
	display: none;
}
.category #list-page #list article .entry-snippet span {
	display: inline-block;
	font-size: 11px;
	margin-left: 1em;
}
.category #list-page #list article .entry-snippet span a {
	text-decoration: none;
}
.category .entry-card-large-content header h2 span.new {
	position: relative;
	top: -.5em;
	color: #db3422;
	font-size: 8px;
	margin-left: 1em;
}
.category #list-page #list article .btn-single {
	width: 80%;
	margin-top: 1em;
}
.category #list-page #list article .btn-single a {
	padding: 15px;
}
/* not found */
.category .notfound {
	text-align: center;
}


/* タブレット */
@media screen and (max-width:960px) {
	
	.category #list-page {
		width: 90%;
	}
	.category #list-page #list {
		width: 100%;
		margin: 0;
	}
	.category #list-page #list-inner {
		width: 100%;
	}
	.category #list-page #archive-title {
		
	}
}



/* スマホ */
@media screen and (max-width:750px) {
	
	.category #archive-title {
		font-size: 40px;
	}
	.category #archive-title small {
		font-size: 18px;
	}
	.category #list-page #list {
		display: block;
		margin: 0 0 30px 0;
	}
	.category #list-page #list-inner {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.category #list-page #list-inner article {
		width: 47%;
		margin: 0 0 5vw 0;
	}
}



/*************************************************************************

** カテゴリーページ（WORKS）

**************************************************************************/

.category-works,
.category-team-wear,
.category-singlet {
}
.category-works #list-page,
.category-team-wear #list-page,
.category-singlet #list-page {
	width: 100%;
}
.category-works #list-page-inner,
.category-teamwear #list-page-inner,
.category-singlet #list-page-inner {
	width: 100%;
	margin: 0 auto;
}
.category-works #archive-title,
.category-team-wear #archive-title,
.category-singlet #archive-title {
	width: 85%;
	font-size: 60px;
	margin: 0 auto;
}
.category-works #list-page #archive-title small,
.category-team-wear #list-page #archive-title small,
.category-singlet #list-page #archive-title small {
	font-size: 18px;
	margin: 0 0 0 1em;
}
.category-works #list-page #list ,
.category-team-wear #list-page #list,
.category-singlet #list-page #list {
	display: block;
	margin: 5vw auto 0 auto;
}
.category-works #list-page #list-inner,
.category-team-wear #list-page #list-inner,
.category-singlet #list-page #list-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 99%;
	margin: 0 auto 30px auto;
}
.category-works #list-page #list article,
.category-team-wear #list-page #list article,
.category-singlet #list-page #list article {
	width: 49%;
	margin: 0 0 1.5em 0;
}
.category-works #list-page #list article img,
.category-team-wear #list-page #list article img,
.category-singlet #list-page #list article img {
	width: 100%;
	height: auto !important;
	margin-bottom: 1em;
}
.category-works #list-page #list article h2,
.category-works #list-page #list article h2 a,
.category-team-wear #list-page #list article h2 ,
.category-team-wear #list-page #list article h2 a,
.category-singlet #list-page #list article h2 a  {
	font-size: 16px;
	font-weight: normal;
}
.category-works #list-page #list article .entry-card-large-content,
.category-team-wear #list-page #list article .entry-card-large-content,
.category-singlet #list-page #list article .entry-card-large-content {
	padding: 0 2.5%;
}
.category-works #list-page #list article .post-meta .post-date,
.category-team-wear #list-page #list article .post-meta .post-date,
.category-singlet #list-page #list article .post-meta .post-date {
	display: inline-block;
	font-size: 12px;
	color: #02253b;
	margin-bottom: 1em;
}
.category-works #list-page #list article .post-meta .category,
.category-team-wear #list-page #list article .post-meta .category,
.category-singlet #list-page #list article .post-meta .category {
	display: none;
}




/* タブレット */
@media screen and (max-width:960px) {

}



/* スマホ */
@media screen and (max-width:750px) {
	
	.category-works #list-page #archive-title,
	.category-team-wear #list-page #archive-title,
	.category-singlet #list-page #archive-title {
		width: 90%;
		font-size: 40px;
	}
	.category-works #list-page #archive-title small,
	.category-team-wear #list-page #archive-title small,
	.category-singlet #list-page #archive-title small {
		display: block;
		font-size: 13px;
		margin-left: 0 !important;
	}
	.category-works #list-page #list-inner,
	.category-team-wear #list-page #list-inner,
	.category-singlet #list-page #list-inner {
		display: block;
	}
	.category-works #list-page #list article,
	.category-team-wear #list-page #list article,
	.category-singlet #list-page #list article {
		width: 100%;
		margin: 0 0 1.5em 0;
	}
	
}




/*************************************************************************

** singleページ共通

**************************************************************************/

.single {
}
.single #single-page {

}
.single #single-page-inner {
	max-width: 900px;
	width: 95%;
	margin: 100px auto 0 auto;
}
.single #single-page #archive-title {
	position: relative;
	width: 100%;
	font-size: 30px;
	margin: 0 0 1em 0;
}
.single #single-page #archive-title small {
	font-size: 16px;
	margin: 0 0 0 1em;
}
.single #single-page .post_inner {
	width: 100%;
	margin: 0;
}
.single #single-page .post_inner article {
	width: 100%;
	margin: 0 auto 30px auto;
}
.single #single-page .post_inner .entry-title {
	font-family: ゴシックMB101 B, Gothic MB101 Bold;
	font-size: 40px;
	margin-bottom: 1em;
}
.single #single-page .post_inner .post-meta {
	margin-bottom: 10px;
}
.single #single-page .post_inner .post-meta .post-date {
}
.single #single-page .post_inner .post-meta .post-date .fa-clock-o {
	display: none;
}
.single #single-page .post_inner .eye-catch {
	width: 100%;
	margin-bottom: 50px;
}
.single #single-page .post_inner .eye-catch img {
	width: 100%;
}

.single #single-page .entry-content {
	line-height: 2;
 padding-left: 5%;
	text-align: justify;
	text-justify: inter-ideograph;
}
.single #single-page .entry-content:before {
 content: "";
	position: absolute;
	left: 0;
	display: block;
	height: 50px;
	border-left: 3px solid #000;
}

.single #single-page .post_inner h2,
.single #single-page .post_inner h3,
.single #single-page .post_inner h4 {
	font-family: ゴシックMB101 B, Gothic MB101 Bold;
	margin-top: 2em;
}
.single #single-page .post_inner h2 {
	font-size: 30px;
}
.single #single-page .post_inner h3 {
	font-size: 26px;
}
.single #single-page .post_inner h4 {
	font-size: 22px;
}
.single #single-page .post_inner a {
	color: #db3422;
}
.single #single-page .post_inner strong {
	background: #fff799;
}
.navigation{
	width: 100%;
	/*max-width: 900px;*/
	margin: 0 auto;
}


/* PC */
@media screen and (min-width:961px) {
	
}


/* タブレット */
@media screen and (max-width:960px) {
	
}


/* スマホ */
@media screen and (max-width:750px) {
	
	.single #single-page #archive-title {
		width: 90%;
		margin: 0 auto 5vw auto;
	}
	.single #single-page-inner {
		width: 100%;
		margin: 10vw auto 0 auto;
	}
	.single #single-page .post_inner .eye-catch {
		margin-bottom: 5vw;
	}
	.single #single-page .post_inner .entry-title {
		font-size: 26px;
	}
	.single #single-page article header{
		width: 90%;
		margin: 0 auto;
	}
	.single #single-page .entry-content {
		position: relative;
		width: 85%;
		font-size: 12px;
		margin-left: 5%;
		overflow: hidden;
	}
	.single #single-page .post_inner h2 {
		font-size: 22px;
	}
	.single #single-page .post_inner h3 {
		font-size: 20px;
	}
	.single #single-page .post_inner h4 {
		font-size: 16px;
	}
	.single #single-page .post_inner iframe {
		min-width: inherit !important;
		max-width: 100% !important;
	}
	.single #single-page .post_inner .fb-post,
	.single #single-page .post_inner .fb-post span {
		min-width: inherit !important;
		max-width: 100% !important;
	}
	
	.navigation {
		width: 90%;
	}
	.navigation > .back-to-index a,
	.navigation > div.prev a,
	.navigation > div.next a{
		top: 0;
		font-size: 15px;
	}
	
}




/*************************************************************************

** singleページ（WORKS）

**************************************************************************/

.categoryid-3,
.categoryid-6,
.categoryid-7, {
}
.categoryid-3 #single-page-inner,
.categoryid-6 #single-page-inner,
.categoryid-7 #single-page-inner {
	max-width: 1130px;
	width: 90%;
	margin: 100px auto 0 auto;
}
.categoryid-3 #single-page .post_inner article header,
.categoryid-6 #single-page .post_inner article header,
.categoryid-7 #single-page .post_inner article header {
	position: absolute;
	top: 550px;
	left: 20px;
}
.categoryid-3 #single-page .post_inner article header .post-meta,
.categoryid-6 #single-page .post_inner article header .post-meta,
.categoryid-7 #single-page .post_inner article header .post-meta  {
	display: inline-block;
	background-color: #fff;
	color: #000;
	line-height: 1;
	padding: 5px;
}
.categoryid-3 #single-page .post_inner article header .entry-title,
.categoryid-6 #single-page .post_inner article header .entry-title,
.categoryid-7 #single-page .post_inner article header .entry-title {
	background-color: #000;
	color: #fff;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 0;
	padding: 5px;
}
.categoryid-3 #single-page .post_inner article header p,
.categoryid-6 #single-page .post_inner article header p,
.categoryid-7 #single-page .post_inner article header p {
	margin: 0;
}
.categoryid-3 #single-page .post_inner article .entry-content,
.categoryid-6 #single-page .post_inner article .entry-content,
.categoryid-7 #single-page .post_inner article .entry-content {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.categoryid-3 #single-page .entry-content:before,
.categoryid-6 #single-page .entry-content:before,
.categoryid-7 #single-page .entry-content:before {
	left: 100px;
}





/* PC */
@media screen and (min-width:1131px) {
	
}


/* タブレット */
@media screen and (max-width:1130px) {
	
	.categoryid-3 #single-page .post_inner article header,
	.categoryid-6 #single-page .post_inner article header,
	.categoryid-7 #single-page .post_inner article header {
		top: 38vw;
	}
	.categoryid-3 #single-page .entry-content,
	.categoryid-6 #single-page .entry-content,
	.categoryid-7 #single-page .entry-content {
		width: 100%;
		max-width: inherit;
	}
	.categoryid-3 #single-page .entry-content:before,
	.categoryid-6 #single-page .entry-content:before,
	.categoryid-7 #single-page .entry-content:before {
		left: 0;
	}
	
}


/* スマホ */
@media screen and (max-width:750px) {
	
	.categoryid-3 #single-page-inner,
	.categoryid-6 #single-page-inner,
	.categoryid-7 #single-page-inner {
		max-width: inherit;
		width: 100%;
	}
	.categoryid-3 #single-page .post_inner article header,
	.categoryid-6 #single-page .post_inner article header,
	.categoryid-7 #single-page .post_inner article header {
		top: 40vw;
		left: 2.5vw;
	}
	
	.categoryid-3 #single-page .post_inner article header .entry-title,
	.categoryid-6 #single-page .post_inner article header .entry-title,
	.categoryid-7 #single-page .post_inner article header .entry-title {
		font-size: 22px;
	}
	.categoryid-3 #single-page .entry-content:before,
	.categoryid-6 #single-page .entry-content:before,
	.categoryid-7 #single-page .entry-content:before {
		left: 0;
	}
	
		
}







/*************************************************************************

** 404

**************************************************************************/

.error404 {
}
.error404 .msg {
	width: 90%;
	margin: 100px auto 150px auto;
}
.error404 .msg .entry-title {
	font-size: 30px;
	text-align: center;
	margin: 0;
}
.error404 .msg .msg-inner {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.error404 .msg .msg-inner p {
	font-size: 16px;
	line-height: 2.0em;
}
.error404 .msg .btn-single {
	width: 260px;
	margin: 50px auto;
}



/* スマホ */
@media screen and (max-width:960px) {
	.error404 .msg {
		display: block;
		width: 100%;
		margin: 10vw auto 15vw auto;
	}
	.error404 .msg .entry-title {
		font-size: 30px;
		margin: 0 auto;
	}
	.error404 .msg .msg-inner {
		margin: 0 auto;
	}
}
