@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*---------------------------------------------
common
---------------------------------------------*/
body {
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Noto Sans CJK JP", "Hiragino Sans", "Roboto", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	/*color: #333;*/
	background: #ffffff;
}
a img {
	transition: 0.2s;
}
input {
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Noto Sans CJK JP", "Hiragino Sans", "Roboto", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus {
	outline: none;
	background: #FFFCEA;
	border: 1px solid #ccc;
}
select {
font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Noto Sans CJK JP", "Hiragino Sans", "Roboto", "Arial", "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 1.8;
	border: 1px solid #bcbcbc;
	color: #333;
	border-radius: 3px;
	box-sizing: border-box;
}
select:focus {
	outline: none;
}
.line{
	border-bottom: 1px solid #ccc;
}

/*---------------------------------------------
	Layout - header,footer,container...
---------------------------------------------*/
#header {}
#footer {}
#container {}


/*---------------------------------------------
	Object - Utility
---------------------------------------------*/
/* wrap */
.u-inner {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.u-inner {
		width: 97%;
		padding: 0;
	}
}
@media screen and (max-width: 680px) {
}

/* dispay */
.u-pc {
	display: block;
}
.u-sp {
	display: none;
}
.block{
	display: block;
}
@media screen and (max-width: 680px) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
}

/* clear */
.u-clear {
	clear: both;
}
.u-clearfix {
	zoom: 1;
}
.u-clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

/*---------------------------------------------
	Object - Block - sticky
---------------------------------------------*/
.sticky{
	position: fixed !important;
	width: 100%;
	top: 0;
}

/*---------------------------------------------
	Object - Block - loading
---------------------------------------------*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #f3f3f3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(left, #f3f3f3, #d4dde4);
	background: -o-linear-gradient(left, #f3f3f3, #d4dde4);
	background: linear-gradient(to right, #f3f3f3, #d4dde4);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	text-align: center;
}

#loading .loader p{
	margin-top:20px;
}

/*#loading .loading_anime{
	animation: rotate-anime 3s linear infinite;
}
@keyframes rotate-anime {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}*/

/*
#loading small {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#loading small i {
	width: 240px;
}
#loading .loader--style1 i{
	width: 50px;
	height: 50px;
	color: #fff;
}
*/

/*---------------------------------------------
	Object - Block - footer
---------------------------------------------*/
#footer {
	position: relative;
	z-index: auto;
	padding-bottom: 300px;
}


/*---------------------------------------------
	Object - Block - container
---------------------------------------------*/
.home #container {
	height: 100svh;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 680px){
	.home #container{
		height: 100svh;
	}
}
@media screen and (orientation: landscape){
	/* 横向きの場合のスタイル */
	.home.mobile #container{
		height: 630px;
	}
}

/*---------------------------------------------
	Object - Block - type
---------------------------------------------*/
#type {
	z-index: 3;
	position: absolute;
	right: 0;
	width: 30%;
	max-width: 300px;
	height: 100%;
	transition: 0.3s linear;
}

.type__box{
	height: 100%;
	border-left: 1px solid #fff;
	background: #ffffff;
}
.type__wrapper,.type__tab{
	flex-flow: column;
	background: #f7f7f7;
	display: flex;
	height: 100%;
	justify-content: space-between;
}
/* type__tab */
.type__tab {
	position: relative;
	z-index: 0;
	display: flex;
	flex-flow: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: flex-start;
	background:#ffffff
}
.type__tab > li {
	font-size: 17px;
	outline: none;
	transition: 0.2s;
	width: 100%;
	text-align: center;
	background: rgba(256,256,256,0.8);
	border-bottom: 1px solid #dbdbdb;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.type__tab > li a:not(.sozai_info) {
	display: block;
	padding: 4px;
	vertical-align: middle;
	line-height: 1.4;
	height: 100%;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	text-align: center;
	color: #333;
}

.type__tab > li a:not(.sozai_info) .select_name{
	font-size: 10px;
	margin-top: 3px;
	display: inline-block;
}

#type .type__tab li a:not(.type__list--item):not(.sozai_info){
	background-color: rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.sozai_info{
	text-align: right;
	padding:0px 5px;
}
.sozai_info a{
	font-size: 1rem;
	background: rgba(255,255,255,1.0) !important;
	padding: 0px !important;
	color: #333 !important;
	border-bottom: 1px solid;
	display: inline-block !important;
}
.type__tab > li img {
	position: relative;
	width: 100%;
	vertical-align: middle;
}
.type__tab > li i {
	font-size: 20px;
	margin-left: 2px;
	transition: 0.2s;
}
.type__tab > .ui-state-active {
	/*background: rgba(256,256,256,0.95);*/
	/*color: #333;*/
	opacity: 1;
}
.type__tab > .ui-state-active a{
	/*color: #333;*/
}
.type__tab > .ui-state-active i {
}
.type__tab--sub {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 100%;
	width: 200px;
	max-height: 0;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(100, 100, 100, 0.1);
	transition: 0.4s;
	max-height: 1000px;
	display: none;
}
.type__tab--sub li {
	border-bottom: 2px solid #fff;
	height: 10%;
	background: rgba(244, 245, 246, 0.8);
}
.type__tab--sub li:last-of-type {
	border-bottom: 0;
}
.type__tab--sub li:hover{
	opacity: 0.8;
}
.type__tab--sub li a {
	display: block;
	/*color: #fff;*/
	padding: 10% 10%;
	line-height: 1.4;
	white-space: nowrap;
}
.type__tab--sub li a i {
	color: transparent !important;
	margin-right: 2px;
}
.type__tab--sub .type__tab--active a {
/*	background: rgba(256,256,256,1);
	color: #333;*/
}
.type__tab--sub .type__tab--active a i {
/*	color: #333 !important;*/
}
@media screen and (min-width: 680px) {
	.type__tab--sub .type__tab--active a:hover {
		opacity: 0.5;
	}
}
.type__tab--sub .emblem_title {
	background: #666;
	text-align: left;
	padding: 2px 10px;
}
.type__tab--sub .emblem_title:hover {
	opacity: 1;
}
.type__tab--none {
	display: none;
}
.step{
	font-size: 1rem;
	text-align: left;
	margin-right: 7px;
}
.item_list{
	text-align: left;
	margin-bottom:5px;
	font-size: 1rem;
	color: #333;
}
.item_name{
	text-align: left;
	font-weight: bold;
	font-size: 1.1rem;
	color: #000000;
	display: flex;
	justify-content: space-between;
	width: 100%;
	line-height: 1;
	color: #333;
}
.desgin-label{
	line-height: 1.5;
}
.countup {
	counter-reset: rank 0;
}
.countup li p.step::after{
	counter-increment: rank;
	content: counter(rank);
}

.fa-angle-down:before {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
}
.ui-state-active .fa-angle-down{
	transform: rotate(180deg);
}


@media screen and (max-width: 1024px) {
	#type {
		height: calc(100% - 35px);
	}
	.type__wrapper::-webkit-scrollbar {
		display: none;
	}
	.type__tab--sub {
		position: absolute;
		transition: 0s;
	}
	.type__tab--sub li a {
		padding: 15px;
		padding-right: 14px;
		width: 100%;
	}
	.type__tab > li:nth-child(6) .type__tab--sub {
		left: auto;
		right: 0;
	}
	.type__tab > .ui-state-active .type__tab--sub {
/*		max-height: 1000px;*/
	}
	.type__tab > li{
		font-size: 14px;
	}
	.type__tab > li a {
		flex-direction: column;
	}
	.step{
		text-align: center;
		padding:initial;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 680px) {
	#type {
		width: 40%;
	}
	.type__tab > li{
		font-size: 12px;
	}
	.type__tab--sub{
		width: 120px;
	}
	.type__tab--sub li a{
		padding: 10px;
	}
	.scrollOnRight{
		position: absolute;
		width: 20px;
		height: 33px;
		right: 0;
	}
	.scrollOnRight:before{
		content: "\f105";
		font-family: FontAwesome;
		z-index: 64;
		position: absolute;
		right: 7px;
		top: 3px;
		color: #fff;
		font-size: 15px;
	}
	.scrollOnRight:after{
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
		height: 33px;
		display: inline-block;
		background: #cb232e;
		z-index: 63;
		content: "";
	}
	.scrollOnLeft{
		position: absolute;
		width: 20px;
		height: 33px;
		left: 0;
		display: none;
	}
	.scrollOnLeft:before{
		content: "\f104";
		font-family: FontAwesome;
		z-index: 64;
		position: absolute;
		right: 7px;
		top: 3px;
		color: #fff;
		font-size: 15px;
	}
	.scrollOnLeft:after{
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
		height: 33px;
		display: inline-block;
		background: #cb232e;
		z-index: 63;
		content: "";
	}
	.step{
		font-size: 13px;
		margin-bottom: 5px;
	}
	.item_list {
		margin-bottom: 5px;
	}
	.item_name{
		font-size: 0.8rem;
		line-height: 0.5;
		margin-top: 3px;
	}
}
@media screen and (max-width: 375px) {
	.step,.item_list{
		font-size: 11px;
	}
}

/* type__panel */
.type__panel {
	width: 100%;
	height: 100%;
	background: #fff;
/*	overflow: hidden;*/
	border: 1px solid rgba(256,256,256,0.2);
	box-shadow: 0px 0px 50px 0px rgba(100,100,100,0.1);
	max-height: 200px;
	overflow-y: scroll !important;
}
.type__panel h1 {
	font-size: 13px;
	border-bottom: 1px solid;
	padding: 6px 10px;
}
.type__panel h1 br{
	display: none;
}
.type__panel p{
	line-height: 1.6;
}
.type__panel h1 i {
	position: relative;
	top: 1px;
	margin: 0 8px;
}
.choice__panel{
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.1s ease, opacity 0.1s ease;
}
.choice__panel.is-active{
	max-height: 230px;
	opacity: 1;
	animation: accordion 0.3s linear; /* アニメーションを有効化 */
}
#menu_type_shirts_item{
	display: none;
}
@keyframes accordion {
    0% {
        height: 0;
    }
    100% {
        opacity: 1;
        height: 100px;
    }
}

@media screen and (max-width: 680px) {
	.type__panel {
		max-height: 120px;
	}
	.type__panel h1 {
		font-size: 11px;
		line-height: 1.4;
		padding: 5px 34px 5px 5px;
	}
	.type__panel h1 i{
		font-size: 12px;
	}
	.type__panel p{
		font-size: 10px;
	}
}

/* .type__panel--item */
.type__panel--item__info ul {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	width: 100%;
}
.type__panel--item__info ul li {
	flex: 0 0 100%;
	max-width: 33.33333%;
	background: #fff;
	text-align: center;
	position: relative;
}
.type__panel--item__info ul li:not(:last-of-type){
	border-bottom: 2px solid #fff;
}
/*.type__panel--item ul:not(.normal) li {
	background: #e9ebee;
}*/
.type__panel--item__info ul li:last-of-type{
	margin-bottom: 0;
}
.type__panel--item__info ul li a {
	position: relative;
	display: block;
	font-size: 11px;
	text-align: center;
	padding: 7px 7px 0 7px;
	transform-origin: 50% 0;
}
.type__panel--item__info ul li a i {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 18px;
	opacity: 0;
	z-index: 1;
}
.type__panel--item__info  ul li a.type__list--active{
	border: 1px solid #333;
}
.type__panel--item__info  ul li a.type__list--active i {
	opacity: 1;
}
.type__list--hide {
	display: none;
}

.type__panel--item__info ul li a h2 {
	line-height: 1.5;
	font-size: 13px;
	margin: 8px 0;
}
.type__panel--item__info ul li a h2 + p{
	margin-bottom: 10px;
}
.type__panel--item__info ul li a h2 > span{
}
.type__panel--item__info ul li a h2 > .brand{
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 3px;
	display: block;
	font-weight: normal;
}
.type__panel--item .freeText {
	margin-bottom: 7px;
}
.type__panel--item .btn_showDatials{
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin: 0 15px 15px;
	letter-spacing: 1px;
}
.type__panel--item .btn_showDatials i{
	position: static;
	font-size: 10px;
	opacity: 1;
}
.icon_kind{
	font-weight: bold;
	font-family: 'Dosis', 'Arial', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック", 'YuGothic', "メイリオ", 'MS PGothic';
	color: #333;
	position: relative;
	text-align: center;
	line-height: 1.5;
	width: 15px;
	height: 15px;
	display: inline-block;
	font-size: 11px !important;
	margin-right: 3px;
}
.icon_kind:after{
	position: absolute;
	width: 7px;
	height: 7px;
	padding: 3px;
	content: "";
	display: block;
	top: 0;
	left: 0;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#price .icon_kind{
	color: #fff;
}
#price .icon_kind:after{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/*.type__panel--item__info ul .type__list--active{
	background: #f3f3f3 !important;
}*/
.type__panel--item__info ul .type__list--active a {
	z-index: 10;
	position: relative;
	overflow: hidden;
}
/*.type__panel--item__info ul .type__list--active a:after{
	content: "";
	z-index: -1;
	filter: blur(60px);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(256,256,256,0.3);
	left: 0;
}*/
.type__panel--item__info ul .type__list--active a i {
	opacity: 1;
}

@media screen and (max-width: 680px) {
	.type__panel--item__info ul li {
		max-width: 50%;
	}
	.type__panel--item__info ul li a{
		padding: 5px 5px 0 5px;
	}
	.type__panel--item__info ul li a h2 span{
		font-size: 11px;
		letter-spacing: 0;
	}
	.type__panel h1 br{
		display: block;
	}
}

/* .type__panel--item__info */
.type__panel--item__info{
	text-align: left;
}
.type__panel--item__info .icon__info{
	line-height: 1;
	margin-bottom: 15px;
}
.type__panel--item__info .icon__info p > span{
	display: table-cell;
}

.type__panel--item__info .icon__info p span:not(.icon_kind){
	line-height: 1.6;
}
.type__panel--item__info .price,
.type__panel--item__info .salePrice{
	font-size: 12px;
	display: inline-block;
	font-style: italic;
}
.type__panel--item__info .salePrice + .price{
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 11px;
}
.kind_icon{
	font-weight: normal;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}
@media screen and (max-width: 680px) {
	.type__panel--item__info .icon__info p{
		font-size: 0.8rem;
	}
}

/* .type__panel--text */
.type__scroll {
	position: relative;
	overflow-y: scroll;
	height: calc(100% - 36px);
	-webkit-overflow-scrolling:touch;
	display: -webkit-box;
	touch-action: auto;
	overflow: auto !important;
}
.item_wrap + .type__scroll{
	height: calc(100% - 100px);
}
.type__panel--text h2 {
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 10px;
	padding-left: 5px;
}
.type__form {
}
.type__form dd{
	padding: 0 5px;
}
.type__form dl {
	width: 100%;
}
.type__form input {
	font-size: 14px;
	padding: 4px 8px;
	display: inline-block;
	background: rgba(256,256,256,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1) inset;
	height: 30px;
}
.type__form div {
	clear: both;
	text-align: justify;
}
.type__form input{
	width: 135px;
}
.type__form a {
	display: inline-block;
	background: #218dc3;
	font-size: 12px;
	padding: 6px 20px;
	height: 30px;
	color: #fff;
	margin-top: 10px;
	margin-left: 10px;
}
.type__form a:hover {
	opacity: 0.8;
}
.font__size{
	padding: 0 10px;
	padding-bottom: 20px;
}

.type__font {
	position: relative;
}
.type__font li{
	background: #efefef;
	border-bottom: 2px solid #fff;
}
.type__font li a {
	display: block;
	font-size: 20px;
	color: #333;
	padding: 4px 0 4px 10px;
	white-space: nowrap;
	overflow: hidden;
}
.type__font li a .font_name{
	font-size: 11px;
	font-weight: bold;
	font-family: 'Dosis', 'Arial', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック", 'YuGothic', "メイリオ", 'MS PGothic';
	position: relative;
	top: -3px;
}
.type__font li i {
	position: relative;
	top: -1px;
	margin-right: 2px;
	color: transparent;
	transition: 0.2s;
}
.type__font li p {
	display: inline-block;
	margin-left: 5px;
}
.type__font li a:hover {
	opacity: 0.5;
}
.type__font .type__list--active {
	position: relative;
/*	z-index: 10;*/
}
/*.type__font .type__list--active a{
	background: #fff;
}*/
.type__font .type__list--active a i {
	color: #333;
}
@media screen and (max-width: 1024px) {
	.type__form dd {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.type__form a{
		margin-top: 0;
		margin-left: 10px;
	}
}
@media screen and (max-width: 680px) {
	.type__scroll {
		height: calc(100% - 43px);
	}
	.type__panel--text h2{
		font-size: 0.9rem;
	}
	.type__form dl {
		float: none;
		width: 100%;
	}
	.type__form dl:first-of-type {
		margin-bottom: 6px;
	}
	.type__form input {
		width: 99%;
		font-size: 0.9rem;
		padding: 2px 5px;
	}
	.type__font li a {
		font-size: 14px;
		padding: 2px 0 2px 6px;
		overflow: hidden;
	}
	.type__font li i {
		top: -1px;
		margin-right: 1px;
	}
	.type__form dd{
		flex-flow: column wrap;
	}
	.type__form a{
		margin-left: 0;
		margin-top: 5px;
		width: 99%;
		text-align: center;
	}
	.type__panel--item__info .icon__info{
		padding: 0 0 10px 7px;
		font-size: 0.8rem;
		line-height: 1.7;
	}
	.type__panel--item__info .icon__info p{
		padding-left: 0;
	}
	.type__panel--item__info .icon__info img{
		margin-bottom: 3px;
		width: 11px;
		height: 11px;
	}
	.type__panel--text .type__form a{
		font-size: 10px;
	}
}


/* .type__panel--position */
.type__position p{
	padding: 0;
}
.type__position p a{
	color: #fff;
	text-decoration: underline;
}
.type__position p a:hover{
	opacity: 0.5;
}
.type__position ul {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}
.column-1 li {
	flex: 0 0 100%;
}
.column-3 li {
	flex: 0 0 31.333333%;
	margin-right: 2%;
	margin-bottom: 5px;
}
.column-6 li:not(:last-of-type) {
	margin-right: 2%;
}
.column-6 li {
	width: 15%;
}
.type__position ul li{
	background: #efefef;
}
.type__position ul li:not(:last-of-type){
	border-bottom: 2px solid #fff;
}
.type__position ul li a {
	position: relative;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
}
.type__position ul li:first-of-type a{
	border-top: 1px solid #fff;
}
.type__position ul li a:hover {
	opacity: 0.5;
}
.type__position ul li a i {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 10px;
	font-size: 20px;
	opacity: 0;
}
.type__position ul li a p {
	display: inline-block;
}
.type__position ul .type__list--active a {
	z-index: 0;
}
.type__position ul .type__list--active a i {
	opacity: 1;
}
#team_shape.type__position ul li:not(:first-child) a{
	padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.type__position.number_position_pants ul li{
		flex: 0 0 48%;
		margin-bottom: 7px;
		margin-right: 2%;
	}
	.type__position.muneban__position ul li{
		flex: 0 0 48%;
		margin-bottom: 7px;
		margin-right: 2%;
	}
	.type__position.team-name-position ul li{
		flex: 0 0 48%;
		margin-bottom: 7px;
		margin-right: 0;
	}
	.type__position.team-name-position ul li:not(:first-of-type){
		margin-left: 0;
	}
	.type__position.team-name-position ul li:nth-of-type(2n){
		margin-left: 3%;
	}
}
@media screen and (max-width: 680px) {
	.type__position:not(.font-size) .type__position ul li {
		flex: 0 0 47%;
		margin-bottom: 7px;
		font-size: 10px;
	}
	.type__position.team-name-position ul li{
		flex: 0 0 100%;
	}
	.type__position.team-name-position ul li:nth-of-type(2n){
		margin-left: 0;
	}
	.type__position ul li a{
		font-size : 10px;
		letter-spacing: -1;
	}
	.type__position ul li a i{
		font-size: 11px;
	}
}

/*---------------------------------------------
	modal
---------------------------------------------*/
.modal-wrapper {
	display: none;
	opacity: 0;
	animation-name: modaltransition;
	animation-duration: 1s;
}

.modal-visible {
	display: flex;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	height: 100%;
	width: 70%;
	overflow: auto;
	justify-content: center;
	align-items: center;
	opacity: 1;
	animation-name: modaltransition;
	animation-duration: 1s;
}

.modal-content {
	background-color: #f4f4f4;
	width: 70%;
	max-width: 500px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

@keyframes modaltransition {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.modal-open-button{
	cursor: pointer;
	position: absolute;
	background: #fff;
	font-size: 1.5rem !important;
	width: 29px;
	height: 29px;
	top: 8px;
	right: 8px;
	padding: 0px 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}

.modal-header h1 {
  padding: initial;
  border-bottom: initial;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}

.modal-header {
  background: rgba(255, 255, 255);
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 6px 0 0;
  border-left: 1px solid rgba(0,0,0,0.05);
}

.modalClose {
  font-size: 2.5rem;
  font-weight: bold;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 0 20px 20px;
  color: black;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  border-left: 1px solid rgba(0,0,0,0.05);
}
.major{
	margin-top: 5px;
}
.modal_text {
	font-size: 14px !important;
	text-align: left;
	margin-top: 5px;
	color: #ff0000;
}

@media screen and (max-width: 680px) {
	.modal-wrapper {
		width: 100%;
	}
	.modal-content {
		width: 90%;
	}
	.modal-body {
		padding: 0 15px 15px;
	}
	.modal-header h1 {
		font-size: 1rem;
	}
	.modalClose {
		font-size: 2rem;
	}
}

/*---------------------------------------------
	Object - Block - color
---------------------------------------------*/
.color {
	position: absolute;
	top: 15px;
	z-index: -1;
	width: 45px;
	right: 103%;
}
.color__tab li.ui-deactive{
	opacity: 0;
}
/* color__tab */
.color__tab {
	position: absolute;
	width: 40px;
	z-index: -1;
	display: none;
}
.color__tab p{
	font-size: 10px;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
.color__tab ul:not(:last-of-type){
	margin-bottom: 10px;
}
.color__tab ul li{
	margin-bottom: 1px;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.color__tab a {
	display: block;
	white-space: nowrap;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	padding: 10px 8px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1);
	position: absolute;
	right: 0;
}
.color__tab a span {
	display: none;
}
.color__tab a span i {
	color: #fff;
	opacity: 0;
}
.color__tab:hover a {
	width: 140px;
}
.color__tab:hover a span {
	display: block;
}
.color__tab .ui-state-active a span i {
	opacity: 1;
}
.color__tab:hover .ui-state-active a {
	width: 160px;
	font-size: 14px;
	color: #fff;
	padding-top: 6px;
}
.color__tab.color__panel--active a:hover span {
	display: inline-block;
}
.color__tab.color__panel--active a:hover {
	width: 160px;
}
.color__tab.color__panel--active .ui-state-active a:hover {
	width: 160px;
	font-size: 14px;
	padding-top: 8px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 680px) {
	.color{
		top: 10px;
	}
	.color p{
		transform: scale(0.9);
	}
	.color__tab a {
		width: 31px;
		height: 31px;
		padding: 7px 6px;
		font-size: 10px;
		right: 4px;
	}
	.color__tab:hover a {
		width: 105px;
	}
	.color__tab a span i {
		font-size: 1px
	}
	.color__tab .ui-state-active a span i {
		font-size: 11px;
	}
	.color__tab:hover .ui-state-active a:hover {
		width: 115px;
		font-size: 11px;
		padding-top: 8px;
	}
	.color__tab.color__panel--active a:hover {
		width: 105px;
	}
	.color__tab.color__panel--active .ui-state-active a:hover {
		width: 115px;
		font-size: 11px;
		padding-top: 7px;
	}
	.color__tab ul li{
		margin-bottom: 0;
	}
}

/* color__panel */
.color__panel {}
.color__panel .closeBtn{
	top: 2px;
	z-index: 999;
}
.color__panel section {
	position: absolute;
	z-index: 110;
	top: 0;
	right: 0;
	background: #fff;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.color__panel section h1 {
	font-size: 13px;
	color: #6a6a6a;
	border-bottom: 1px solid #ccc;
	padding: 6px 10px;
}
.color__panel section h1 i {
	position: relative;
	top: 1px;
	font-size: 18px;
	margin: 0 8px;
}
.color__panel section ul {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}
.color__panel section ul li {
	flex: 0 0 100%;
}
.color__panel section ul li a {
	position: relative;
	display: block;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	height: 60px;
	padding: 4px;
	transform-origin: 0 0;
}
.color__panel section ul.js-transparent li a {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.color__panel section ul li a i {
	position: absolute;
	bottom: 6px;
	right: 6px;
	color: #fff;
	font-size: 20px;
	opacity: 0;
}
.color__panel section ul li a:hover {
	color: #208DC3;
}
.color__panel section ul .type__list--active a {
	z-index: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	height: 75px;
}
.color__panel section ul .type__list--active a:hover {
	color: #fff;
}
.color__panel section ul .type__list--active a i {
	opacity: 1;
}
.closeBtn{
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 99;
	width: 40px;
	height: 35px;
	cursor: pointer;
}
.closeBtn:before,
.closeBtn:after{
	display: block;
	content: "";
	width: 27px;
	height: 1px;
	background: #333;
	position: absolute;
	right: 5px;
	top: 16px;
}

.closeBtn:before{
	transform: rotate(-45deg);
}
.closeBtn:after{
	transform: rotate(45deg);
}

@media screen and (max-width: 1024px) {
	.color__panel section ul li a{
		height: 45px;
	}
	.color__panel section ul .type__list--active a{
		height: 65px;
	}
}
@media screen and (max-width: 680px) {
	.closeBtn{
		top: 5px;
	}
	.color__panel .type__scroll{
		height: calc(100% - 36px);
	}
	.color__panel section h1 {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 34px 10px 10px;
	}
	.color__panel section ul li a {
		font-size: 10px;
		line-height: 1.4;
	}
	.color__panel section ul li a i {
		font-size: 16px;
	}
}

/*---------------------------------------------
	Object - Block - uniform__choice
---------------------------------------------*/
.uniform__type{
	padding: 10px;
}
.uniform__type ul li{
	min-width: 50%;
}
.uniform__type ul li a h2{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.4rem;
	text-align: center;
}
.uniform__type
.uniform__type ul li img{
	width: 50%;
}
.uniform__type ul li p{
	font-size: 12px;
	margin-bottom: 15px;
}
.uniform__type ul li p.info{
	text-align: left;
}
.uniform__type ul .type__list--active a{
	transform: scale(1.02);
}
.uniform__type table.normal img{
	width: 11px;
	height: 11px;
	margin-right: 5px;
}
.choice__btn{
	display: inline-block;
	background: #d32f2f;
	border: 0;
	color: #fff;
	font-size: 16px;
	width: 70%;
	padding: 5px 0;
	margin-bottom: 20px;
	cursor: pointer;
	transition: 0.2s;
}
@media screen and (max-width: 1024px) {
	.uniform__type ul li p{
		font-size: 10px;
	}
	.choice__btn{
		font-size: 12px;
		padding: 3px 0;
	}
}
@media screen and (max-width: 680px) {
	.uniform__type ul li{
		width: 100%;
	}
	.uniform__type ul li p.info{
		display: none;
	}
	.uniform__type ul li a h2{
		font-size: 0.9rem;
	}
	.uniform__type .choice__btn{
		display: none;
	}
}

#price{
	text-align: center;
	background: rgba(255, 255, 255);
	font-size: 14px;
	border-top: solid 1px #fff;
}
.price_wrap{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.price_wrap p{
	line-height: 1.5;
	font-weight: bold;
	background: rgba(0,0,0,0.6);
	margin-bottom: 1px;
	padding: 10px;
	width: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	letter-spacing: -1px;
	text-align: center;
	font-size: 11px;
}
.price_wrap .table_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 10px 15px;
}
.price_wrap .table_wrap table{
	width: 100%;
}
.table--noborder tr{
	line-height: 1.7;
}
.table--noborder th{
	text-align: left;
	padding-right: 5px;
	line-height: 1.3;
	white-space: nowrap;
	display: inline-block;
	width: 85px;
}
.table--noborder td{
	text-align: right;
	padding-left: 10px;
	letter-spacing: 1px;
	display: inline-block;
}
@media screen and (max-width: 1024px) {
	.price_wrap p{
		font-size: 0.9rem;
		width: 85px;
	}
}
@media screen and (max-width: 900px) {
	.price_wrap p{
		padding: 7px;
		width: 100%;
		text-align: center;
	}
	.price_wrap p br{
		display: none;
	}
}
@media screen and (max-width: 680px) {
	.price_wrap .table_wrap{
		padding: 3px;
	}
	.table--noborder{
		text-align: center;
	}
	#price tbody{
		font-size: 11px;
	}
	.table--noborder tr {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 3px;
		line-height: 1.5;
	}
	.table--noborder th{
		width: 40%;
	}
	.table--noborder td {
		padding-left:initial;
		text-align: left;
		letter-spacing: initial;
	}
}

/*---------------------------------------------
	Object - Block - menu
---------------------------------------------*/
#menu {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 15px;
}

/* menu__wrap */
.menu__wrap {
}

@media screen and (max-width: 680px) {
	#menu{
		right: initial;
		left: 10px;
	}
}

/* menu__sub */
.menu__sub {
	padding: 10px 5px;
	background: rgba(255, 255, 255, 0.7);
}
.menu__sub li {
	text-align: center;
	line-height: 1;
	font-size: 11px;
}
.menu__sub li:not(:last-of-type){
	margin-bottom: 25px;
}
.menu__sub li a {
	flex: 0 0 25%;
	display: inline-block;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1);
}
.menu__sub li a:hover {
	opacity: 0.5;
}
.menu__sub li i {
	font-size: 16px;
	margin-bottom: 6px;

}
.menu__sub li span {
	display: block;
}
@media screen and (max-width: 1024px) {
	.menu__sub li span{
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 680px) {
	.menu__sub li:not(:last-of-type){
		margin-bottom: 15px;
	}
	.menu__sub {
		letter-spacing: -0.5px;
	}
	.menu__sub li {
		font-size: 10px;
	}
	.menu__sub li i{
		font-size: 15px;
	}
}

/* menu__order */
#menu__order {
	text-align: right; 
	padding: 10px;
	background: rgba(255, 255, 255);
}
.menu__order{
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50px;
}
.menu__order a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	height: 100%;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0);
	border-radius: 50px;
	padding: 7px 0px;
}
.menu__order a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 680px) {
	#menu__order{
		border-bottom: 1px solid #ddd;
		padding:  5px;
	}
	.menu__order a{
		font-size: 12px;
		line-height: 1.4;
	}
}



/*---------------------------------------------
	Object - Block - character
---------------------------------------------*/
#character {
	position: absolute;
	z-index: 1;
	width: 70%;
	height: 100%;
	-webkit-transition: all .3s linear 0s;
  	transition: all .3s linear 0s;
}
/* character__wrap */
#character__wrap {
	cursor: move;
	height: 100%;
	position: relative;
}

/* character canvas */
.character__img canvas {
	width: auto;
	height: calc(100% - 20px);
    margin-top: 10px;
	-webkit-transition: height .3s linear 0s;
	transition: height .3s linear 0s;
}
#character__wrap.zoom .character__img canvas{
  	height: 180%;
}
/*character__img retina_mode
.character__img.retina_mode canvas{
	height: 50%;
	margin-top: 100px;
}*/
/* character__img */
.character__img {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 100%;
	height: 100%;
}
.character__img__loading {
}
.character__img__loading i {
	position: absolute;
	top: 24%;
	left: 48%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
}
#svg-container{
	position: absolute;
	width: 13%;
	height: auto;
	top: 17.5%;
	left: 56.5%;
}

@media screen and (max-width: 768px) {
	#character{
		height: calc(100% - 225px);
	}
	.character__img canvas {
		height: calc(110% - 20px);
		margin-top: 60px;
		margin-left: -10px;
	}
}

@media screen and (max-width: 414px) {
	#character{
		width: 60%;
	}
}

/* character__switch */
.change__switch--wrap{
	width: 60%;
	z-index: 60;
	top: 20px;
	position: absolute;
}
.change__switch{
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	background: rgba(256,256,256,0.1);
	border: 1px solid rgba(256,256,256,0.2);
	color: #fff;
	text-align: center;
	z-index: 20;
	right: 15px;
	cursor: pointer;
	transition: 0.2s ease;
	font-size: 15px;
	line-height: 1;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 3px;
}
.change__switch:active{
	opacity: 1;
}
.change__switch:hover{
	opacity: 0.5;
}
.change__switch span{
	display: block;
	font-size: 10px;
	margin-top: 5px;
}
.change__switch a{
	color: #fff;
	width: 100%;
	height: 100%;
	top: 7px;
	position: absolute;
	left: 0px;
}
#zoom{
	top: 65px;
}
.character__shadow {
	position: relative;
	top: -76px;
	width: 380px;
	margin: 0 auto;
}
.character__shadow .character__shadow--img {
	display: block;
	position: absolute;
	z-index: 19;
	top: 0;
	left: -4px;
}
.character__shadow span img {
	width: 420px;
}
.character__shadow a {
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 21;
	top: 0;
	left: -12px;
	border-radius: 50%;
}
.character__shadow a img {
	width: 100%;
	border-radius: 50%;
}
@media screen and (max-width: 1024px) {
	.change__switch--wrap{
		width: 51%;
	}
	.character__shadow{
		width: 300px;
		top: -58px;
	}
	.character__shadow span img{
		width: 300px;
	}
	.character__shadow a img{
		width: 300px;
	}
}
@media screen and (max-width: 680px) {
	.change__switch{
		width: 40px;
		height: 40px;
		font-size: 13px;
		padding: 6px 0px;;
		right: 10px;
	}
	.character__shadow {
		width: 50%;
		top: -50px;
		margin: 0;
	}
	.character__shadow span img{
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.character__shadow {
		top: -35px;
	}
}


/*---------------------------------------------
	Object - Block - background
---------------------------------------------*/
#background {}

/* background__color */
.background__color {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}

/* background__image */
.background__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-position: 0% 0% !important;
	background-size: cover !important;
	background: #f3f3f3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(left, #f3f3f3, #d4dde4);
	background: -o-linear-gradient(left, #f3f3f3, #d4dde4);
	background: linear-gradient(to right, #f3f3f3, #d4dde4);  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
@media screen and (max-width: 680px) {
	.background__image{
		background-size: auto 155%;
		background-position: 60% 0% !important;
	}
}

/* attention__box */
.attention__box{
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}
.attention__box ul{
	margin-bottom: 0;
}
.attention__box ul li{
	width: 100%;
	min-width: 100%;
	list-style-type: disc;
	margin-bottom: 3px;
	background: #fff;
	text-align: left;
}
.attention__box .bold{
	font-weight: bold;
	font-size: 12px;
	display: block;
}
@media screen and (max-width: 680px) {
	.attention__box{
		padding: 7px;
	}
}
/*---------------------------------------------
	Object - Block - modal
---------------------------------------------*/
#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
#modal section {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	width: 530px;
	padding: 18px;
	border-radius: 6px;
}
#modal section h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #333;
}
#modal section p {
	font-size: 13px;
	color: #6a6a6a;
	margin-bottom: 18px;
}
#modal section p a:hover {
	opacity: 0.6;
}
#modal button{
	-webkit-appearance: none;
	font: inherit;
	border: none;
	background: none;
	cursor: pointer;
}
section.modal h1{
	color: #333;
}
@media screen and (max-width: 680px) {
	#modal section {
		width: 90%;
	}
	#modal section h1 {
		font-size: 14px;
	}
	#modal section p {
		font-size: 12px;
	}
}

/* modal__select */
.modal__select {
	font-size: 14px;
	font-weight: bold;
}
.modal__select span {
	float: left;
	cursor: pointer;
}
.modal__select a {
	float: right;
}
.modal__select * {
	color: #333;
	transition: 0.2s;
}
.modal__select *:hover {
	opacity: 0.6;
}
@media screen and (max-width: 680px) {
	.modal__select {
		font-size: 13px;
	}
}

/* modal__form */
.modal__form {
	margin-bottom: 22px;
}
.modal__form dt {
	font-size: 13px;
	color: #6a6a6a;
	margin-bottom: 2px;
}
.modal__form dd {
	margin-bottom: 16px;
}
.modal__form dd input {
	width: 100%;
	padding: 6px 8px;
}
.modal__form dd input:disabled {
	background: #e5e5e5;
	color: #323232;
	cursor: no-drop;
}
.modal__form dd:last-of-type {
	margin-bottom: 0;
}
@media screen and (max-width: 680px) {
	.modal__form dt {
		font-size: 12px;
	}
}

/* modal__sns */
.modal__sns {
	display: flex;
	margin-bottom: 22px;
}
.modal__sns li {
	flex: 0 0 33.3%;
	text-align: center;
	max-width: 50%;
}
.modal__sns li a {
	display: block;
	background: #ccc;
	font-size: 14px;
	color: #fff;
	padding: 8px;
	border-radius: 4px;
}
.modal__sns li a i {
	font-size: 16px;
	vertical-align: middle;
}
.modal__sns li a:hover {
	opacity: 0.8;
}
.modal__sns .modal__twitter {
	padding-right: 8px;
}
.modal__sns .modal__twitter a {
	background: #0288d1;
}
.modal__sns .modal__facebook {
	padding-right: 8px;
}
.modal__sns .modal__facebook a {
	background: #0d469e;
}
.modal__sns .modal__line a {
	background: #00c300;
}
@media screen and (max-width: 680px) {
	.modal__sns li a {
		padding: 8px 4px;
	}
	.modal__sns .modal__twitter {
		padding-right: 5px;
	}
	.modal__sns .modal__facebook {
		padding-right: 5px;
	}
	.modal__sns li a i {
		font-size: 13px;
	}
	.modal__sns li a {
		font-size: 11px;
	}
}


/* modal__background */
.modal__background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(18, 18, 18, 0.6);
	width: 100%;
}

.page{
	height: auto;
	background: #e8e8e8;
	color: #333;
}
.page header{
	/*background: #fff;*/
}
.page .attention{
	color: #cb232e;
	background: #ffe9ea;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
}

/*---------------------------------------------
	Object - Block - order
---------------------------------------------*/
#order {
	width: 100%;
	padding: 70px 0;
	margin-bottom: 100px;
}
#order input::placeholder{
	color: #ddd;
}
#order input::-webkit-input-placeholder,
#order input::-ms-input-placeholder{
	color: #ddd;
}
#order input:-ms-input-placeholder{
	color: #ddd;
}
#order.order_confirming input::placeholder{  /*カンマ区切りで並べて記載すると、なぜかSafariで効かないので分割 */
	color: transparent !important;
}
#order.order_confirming input::-webkit-input-placeholder,
#order.order_confirming input::-ms-input-placeholder{
	color: transparent !important;
}
#order.order_confirming input:-ms-input-placeholder{　/*カンマ区切りで並べて記載すると、なぜかIE11で効かないので分割 */
	color: transparent !important;
}
#order .acf-field .acf-label p{
	line-height: 1.7rem;
	/*color : #333;*/
}
#order .acf-fields.-border {
    border: initial !important;
    background: initial !important;
}
#order h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#order h2{
	position: relative;
	font-family: "游ゴシック",'YuGothic',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ",'MS PGothic';
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1rem;
	line-height: 1.6;
	margin-bottom: 45px;
	margin-top: 50px;
}
#order h3 {
	font-size: 1.67rem;
	margin-bottom: 10px;
	line-height: 1;
	border-bottom: 2px solid;
	font-weight: bold;
	padding: 10px 0;
}
#order h4{
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}
#order .caution_box{
	background: #fff;
	border:1px solid #ddd;
}
#order .caution_box p{
	padding:20px;
	border: 1px solid #ddd;
}
#rule_agree{
	text-align: center;
}
.caution_title{
	border-top: none;
	padding-left: 0;
	padding: 10px 0;
}
.agree_box{
	margin-bottom: 20px;
}
.size_text{
	margin: 5px 0;
}
.size_text{
	color: red;
	font-weight: bold;
}
.size_info{
	list-style: disc;
	list-style-position: inside;
	margin: 10px 0px;
}
#order .acf-input input[type="checkbox"]{
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	top: 0;
	width: 15px;
	height: 15px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 2;
	margin: 0px;
	padding: 0px;
	border:initial;
}
.acf-checkbox-list label {
	cursor: pointer;
	position: relative;
	padding-left: 22px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.4;
	}
.acf-checkbox-list label:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 0;
	border: 1px solid #B3B3B3;
	z-index: 3;
}

.acf-checkbox-list label:after {
	content: '';
	position: absolute;
	top: 45%;
	left: 6px;
	display: block;
	margin-top: -8px;
	width: 3px;
	height: 10px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	transform: rotate(
45deg
);
	-webkit-transform: rotate(
45deg
);
	-moz-transform: rotate(45deg);
	z-index: 1;
}
@media screen and (max-width: 320px){
	.acf-checkbox-list label:after {
		top: 25%;
	}
}
#order .acf-input input[type="checkbox"]:checked {
	box-shadow : none;
}

#order .acf-input input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
#order .acf-input input[type="checkbox"]:focus  {
	box-shadow : 41px 0px #EEE;
	background: transparent;
}
#order .acf-actions li{
	float: left;
}
#order #detail_members .acf-actions li {
	margin-top: 7px;
	margin-left: 0;
}
#order #detail_members .acf-button {
	font-size: 1rem;
	padding: 8px 13px;
}
#order #uniform_type select,#order #stocking_type select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}
#order .attention__box{
	margin-top: 15px;
	padding: 10px;
}
#order .attention__box .bold{
	text-align: center;
	margin: 7px 0;
}
.acf-form-submit{
	text-align: center;
}
.acf-form-submit .field_button{
	float: none;
}
#order_options ul.acf-checkbox-list li input{
	display: none;
}
.acf-form-submit input[type="button"]{
	padding: 3px 10px;
	margin: 0 auto;
	display: inline-block;
	margin-bottom: 15px;
}
.acf-form-submit input[type="submit"]{
	background: #208DC3;
	margin-top: 10px;
}
.acf-field input[readonly], .acf-field textarea[readonly]{
	background: none !important;
	border: none;
	resize: none;
}
#order #totalPrice .acf-field input{
	text-align: right;
}
.text_small input,.text_small select{
	width: 100px !important;
}
.text_middle input,.text_middle select{
	width: 200px !important;
}
.text_large input,.text_large select{
	width: 350px !important;
}
#totalPrice .acf-input{
	display: inline-block;
	width: 160px;
}
#totalPrice .acf-input-append{
	background: none;
	border: none;
	padding: 5px 7px;
}

#order #totalPrice .acf-fields > .acf-field{
	padding: 5px 0;
}
#order .acf-fields > .acf-field{
	border-top: none;
	padding-left: 0;
	padding: 5px 0;
}
div#uniform_type,div#stocking_type{
	display: none;
}
#order .acf-form-submit input[type="submit"]{
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	padding: 10px 0;
}
#order .acf-fields.-left>.acf-field>.acf-input {
    width: initial !important;
}
#order #detail_members table .members_number input,
#order #detail_members table .members_name input{
	ime-mode: disabled;
}

#order #detail_members table .members_name input,
#order #detail_members table .shirts_size select,
#order #detail_members table .pants_size select,
#order #detail_members table .stocking_size select,
#order #detail_members table .custom_stocking_size select,
#order #detail_members table .shirts_type select,
#order #detail_members table .pants_type select,
#order #detail_members table .stocking_type select{
	width: 200px;
}
#order #stocking_name{
	display: none;
}
#order #design_data{
	display: none;
}
#order #design_regulation{
	display: none;
}
#order #store{
	display: none;
}
#order #price_stocking{
	display: none !important;
}
#order #price_emblem{
	display: none !important;
}

#order #totalPrice p{
	margin-bottom: 10px;
}
#order #totalPrice .acf-field:not(#price_campaign){
	display: table;
}
#order #totalPrice .acf-label,
#order #totalPrice .acf-input,
#order #totalPrice .acf-input-wrap{
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
#order #totalPrice #price_total{
	border-top: 1px solid;
}
#order #totalPrice #price_subtotal{
	border-top: 1px dotted;
}
#order #price_campaign{
	display: none;
}
#order #totalPrice .acf-label{
	width: 130px;
}
#order #totalPrice .acf-input-wrap input{
	height: auto;
}
#order #totalPrice .acf-field .acf-label label{
	padding: 5px 0;
	margin: 0;
}
#order #totalPrice .acf-input-append{
	line-height: 1.4;
}
#order #campaign_name input{
	border: none;
	background: none;
}
#order #order_options .acf-input label,
#order #design_regulation .acf-input label {
	cursor       : pointer;
	position     : relative;
	padding-left : 25px;
	overflow     : hidden;
	position     : relative;
	display      : inline-block;
	box-sizing   : border-box;
	line-height: 1.4;
}
#order #order_options .acf-input label:before,
#order #design_regulation .acf-input label:before {
	content  : '';
	position : absolute;
	width    : 15px;
	height   : 15px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #B3B3B3;
	z-index  : 3;
}
#order #order_options .acf-input label:after,
#order #design_regulation .acf-input label:after {
	content           : '';
	position          : absolute;
	top               : 45%;
	left              : 6px;
	display           : block;
	margin-top        : -8px;
	width             : 3px;
	height            : 10px;
	border-right      : 3px solid #228dc3;
	border-bottom     : 3px solid #228dc3;
	transform         : rotate(45deg);
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	z-index           : 1;
}
#order #order_complete p{
	text-align: center;
	font-size: 1.5rem;
}
#order #order_complete div{
	text-align: center;
	padding: 20px 0 0;
	font-size: 0;
}
#order #order_complete div p{
	display: inline-block;
	max-width: 220px;
	background: #218dc3;
	width: 100%;
	color: #fff;
	padding: 10px 0;
	font-size: 1rem;
	margin-bottom: 15px;
}
#order #order_complete div a:first-child{
	margin-right: 20px;
}
.acf-fields.-left > .acf-field > .acf-label, .acf-fields.-left > .acf-field > .acf-input{
	padding: 5px 12px !important;
}
#order .acf-table .acf-fields .acf-field:first-of-type{
	padding-top: 10px;
}
#order .acf-table td .acf-field{
	padding: 7px 12px 7px 12px;
}
@media screen and (max-width: 1024px) {
	#order {
		padding: 0 0 30px 0;
	}
}

@media screen and (max-width: 782px) {
	.acf-fields.-left > .acf-field > .acf-label, .acf-fields.-left > .acf-field > .acf-input{
		padding: 0 	!important;
	}
}
@media screen and (max-width: 680px) {
	#order h3 {
		font-size: 16px;
	}
	#order #rule_agree label{
		font-size:16px;
	}
	#order #rule_agree li{
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	#order input[type="text"],
	#order input[type="email"],
	#order select{
		width: 100% !important;
	}
	#order #totalPrice .acf-label,
	#order #totalPrice .acf-input{
		display: block;
	}
}
/*design_image*/
#design_image img{
	width: 50%;
}
@media screen and (max-width: 414px){
	#design_image img{
	width:50%;
	max-width:initial;
}
}

#design_block{
	display: flex;
}

/*design_details*/
#design_details{
	margin:0px 20px;
	width: 60%;
}
#design_details ul li{
	padding-bottom:  10px;
}
.design_details--title{
	font-weight: bold;
	font-size: 1.2rem;
}

/* order__customer */
.order__customer {
	margin-bottom: 80px;
}
.order__customer dt {
	margin-bottom: 2px;
}
.order__customer dt label {
	font-size: 14px;
	color: #6a6a6a;
}
.order__customer dd {
	margin-bottom: 14px;
}
.order__customer dd input {
	font-size: 14px;
	padding: 4px 8px;
	width: 500px;
}
@media screen and (max-width: 820px) {
	#design_block{
		flex-direction: column;
	}
	#design_details {
		margin: 20px 0px;
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	.order__customer dl {
		width: 94%;
		margin: 0 auto;
	}
	.order__customer dt label {
		font-size: 13px;
	}
	.order__customer dd input {
		width: 100%;
		font-size: 13px;
	}
}

/* order__character */
.order__character {
	text-align: center;
	margin-bottom: 30px;
}
.order__character img {
	width: 230px;
	margin-left: -20px;
}

/* order__section */
.order__section {
	border-bottom: 1px solid #aaa;
	padding-bottom: 14px;
	margin-bottom: 12px;
}
.order__section:nth-last-of-type(2) {
	border-bottom: 0;
}
.order__section h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
}
.order__section .order__wrap h3 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-bottom: 2px;
}
.order__section .order__wrap h3 i {
	font-size: 16px;
	margin: 0 6px;
}
.order__section .order__wrap:not(:first-of-type) h3 {
	margin-top: 10px;
}
.order__section table {
	color: #6a6a6a;
	font-size: 13px;
}
.order__section table th,
.order__section table td {
	display: inline-block;
	text-align: left;
}
.order__section table td select {
	margin-top: 6px;
}
@media screen and (max-width: 680px) {
	.order__section h3 {
		width: 94%;
		margin: 0 auto;
	}
	.order__section .order__wrap {
		width: 94%;
		margin: 0 auto;
	}
	.order__section .order__wrap h3 {
		width: 100%;
	}
}

/* order__btn */
.order__btn {
	display: inline-block;
	background: #d32f2f !important;
	border: 0;
	color: #fff;
	font-size: 20px;
	padding: 14px 80px;
	cursor: pointer;
	transition: 0.2s;
}
.order__btn:hover {
	opacity: 0.8;
}
@media screen and (max-width: 680px) {
	.order__btn a {
		font-size: 16px;
	}
	.order__btn .order__close {
		font-size: 14px;
	}
}

/*---------------------------------------------
	confirm
---------------------------------------------*/


#order_form {
	position: relative;
}
#order_confirm_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.order_confirm_overlay__buttons{
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0
}
.orderMode_input{
	display: block;
}
.orderMode_confirm{
	display: none;
}
.order_confirming #order_confirm_overlay {
	display: block;
}
.btn {
	display: block;
}
.btn--order,
.btn--back{
	left: 0;
	right: 0;
	background: black;
	color: white;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
.btn--order{
	background: #F55E4F;
	padding: 15px 0;
	font-size: 1.3rem;
	max-width: 300px;
}
.btn--back{
	max-width: 150px;
	margin-top: 7px;
}

.order_confirming {
	.acf-field-text input,
	.acf-field-email input,
	.acf-field-date-picker input,
	.acf-field-select select{
		-webkit-appearance: none;
		border: none;
		background: none;
	}
	.acf-row-handle.remove,
	.acf-actions {
		display: none;
	}
	.orderMode_confirm{
		display: none;
	}
	.orderMode_confirm{
		display: block;
	}
	.orderMode_input{
		display: none;
	}
	.order__message{
		font-weight: bold;
		color: white;
		padding: 20px;
		background: #F55E4F;
		margin: 5px 0 30px;
		padding: 10px;
		min-height: 0px;
		border-left: #dd4232 solid 4px;
	}
}

div#card_expiry{
	width: 100px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius:3px;
	background: #fff;
}
div#card_cvc{
	width: 70px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius:3px;
	background: #fff;
}
div.card_errors{
	color:red;
	font-size: 14px;
	margin-bottom: 10px;
}

/*#credit_card*/
.credit_container{
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0px;
	width: 350px;
}
div#card_number,div#card_expiry,div#card_security {
	width: 350px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius:3px;
	background: #fff;
}

/*#credit_card*/
.credit_container{
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0px;
	width: 210px;
}
div#card_number {
	width: 210px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius:3px;
	background: #fff;
}

div#card_expiry{
	width: 100px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius:3px;
	background: #fff;
}
div#card_cvc{
	width: 70px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius:3px;
	background: #fff;
}
div.card_errors{
	color:red;
	font-size: 14px;
	margin-bottom: 10px;
}

/*---------------------------------------------
	complete
---------------------------------------------*/
.order-complete,
.order-credit,
.order-credit-result{
	background: #f9f9f9;
	#footer{
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	#order_complete{
			p{
				text-align: center;
			}
			div{
				text-align: center;
				padding: 20px 0 0;
				font-size: 0;
			}
			.btn_wrap{
				max-width: 640px;
				margin: 0 auto;
			}
			.typebtn{
				flex: 0 0 45%;
				padding: 10px 0;
				font-size: 1rem;
				margin-bottom: 15px;
			}
	}
}
@media screen and (max-width: 750px) {
	.order-complete{
		#footer{
			position: static;
		}
	}
}




/*---------------------------------------------
	Object - Block - emblem
---------------------------------------------*/
.emblem__zoomWindow{
	position: absolute;
	top: 15px;
	height: 100%;
	width: 75%;
}
.emblem__zoomWrap{
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.3);
	width: 300px;
	height: 300px;
	border-radius: 5px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#emblemShirtsCanvas{
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#emblemPantsCanvas{
	position: absolute;
	top:200px;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

	.emblem__zoomWrap{
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width: 768px) {
	.emblem__zoomWindow {
		width: 60%;
	}
	.emblem__zoomWrap{
		width: 200px;
		height: 200px;
	}
	#emblemShirtsCanvas,#emblemPantsCanvas{
		width: 150px;
	}
}
@media screen and (max-width: 680px) {
	.emblem__zoomWindow {
		width: 60%;
	}

	.emblem__zoomWrap{
		top: 28%;
		width: 120px;
		height: 120px;
	}
	#emblemShirtsCanvas,#emblemPantsCanvas{
		width: 100px;
	}
}

/*---------------------------------------------
	Object - Block - design_rule
---------------------------------------------*/
.design_rule ul{
	margin-top: 10px;
}
@media screen and (max-width: 680px) {
	.design_rule p{
		font-size: 10px;
	}
}

/*---------------------------------------------
	Object - Block - font-size
---------------------------------------------*/
.font-size ul li{
	flex: 0 0 17%;
}
.font-size ul li:not(:first-of-type){
	margin-left: 2%;
}
@media screen and (max-width: 680px) {
	.font-size ul li {
		flex: 0 0 48%;
		margin-bottom: 7px;
		font-size: 10px;
	}
	.font-size ul li:not(:first-of-type){
		margin-left: 0;
	}
	.font-size ul li:nth-of-type(2n){
		margin-left: 4%;
	}
}

/*---------------------------------------------
	Object - Block - stocking
---------------------------------------------*/
.stockings__type{
	display: block;
	margin-bottom: 3px;
}

/*---------------------------------------------
	Object - Block - Mycos-contactArea
---------------------------------------------*/
#type_uniform ul li a img{
	max-width: 60%;
}
#mycos_contact_wrap{
	background: #cfece7;
}
#mycos_contact{
    text-align: center;
    padding: 30px 0;
}
#mycos_contact p{
	color: #dd5f40;
	font-weight: bold;
	font-size: 14px;
}
#mycos_contact .big{
	font-size: 22px;
}
#mycos_contact .btn {
    background: rgb(221, 95, 64);
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
}

@media screen and (max-width: 680px) {
	#mycos_contact p{
		font-size: 12px;
	}
	#mycos_contact p br{
		display: none;
	}
	#mycos_contact .big{
		font-size: 16px;
	}
}

/*---------------------------------------------
	Object - Block - item_tag
---------------------------------------------*/
.type__scroll.horizontal{
	height: auto;
	padding: 0;
}
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x{
	height: 5px;
}
.item_wrap{
	position: relative;
	padding: 10px 10px 5px 10px;
	background: #fbfbfb;
	border-bottom: 1px solid #d8d3d3;
	box-shadow: 0 3px 3px 0 rgba(155,155,155,0.1);
}
.item_wrap .closeBtn{
	display: none;
}
.filter{
	height: 100%;
}
.item_tag_name{
	font-size: 10px;
	letter-spacing: 1px;
	border-bottom: 1px dotted;
}
.item_tag{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: flex-start;
	margin-top: 5px;
}
.item_tag li{
	padding: 5px 5px 10px 15px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	white-space: nowrap;
	position: relative;
	line-height: 1.5;
	display: inline-block;
	flex-shrink: 0;
	flex-basis: auto;
}
.item_tag li .check{
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #fff;
}
.item_tag.color li .check{
	border: none;
	top: 8px;
}
.item_tag li:not(:last-of-type){
	margin-right: 10px;
}
.item_tag li.current .check{
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #aaa;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #fff!important;
}
.item_tag li.current .check:after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 1px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #5aa0de;
	border-bottom: 2px solid #5aa0de;
	transform: rotate(-45deg);
}
.item_tag li:hover{
	opacity: 0.5;
}
@media screen and (max-width: 680px) {
	.filter{
		position: relative;
	}
	.item_wrap{
		position: absolute;
		background: #fff;
		width: 100%;
		z-index: 11;
		display: block;
		top: 0;
	}
	.item_tag {
		margin-top: 5px;
	}
	.item_wrap .closeBtn{
		display: block;
	}
	.item_wrap + .type__scroll {
		padding-top: 70px;
		height: calc(100% - 43px);
	}
}

/* Screen shot - mode*/
@keyframes fadeOut {
	from {
		opacity:1;
	}
	to {
		opacity:0;
		z-index: -999;
	}
}
.screenShot header{
	animation: fadeOut 0.3s linear forwards ;
}
.screenShot #character{
	width: 100%;
}
.screenShot #type,
.screenShot #price,
.screenShot #menu__order{
	animation: fadeOut 0.3s linear forwards ;
}
.screenShot .menu__screenShot span.screenshot,
.menu__screenShot span:not(.screenshot){
	display: none;
}
.screenShot .menu__screenShot span:not(.screenshot){
	display: block;
}

/* *******************************************/
/* 2列 3列用  */
/* *******************************************/
ul.select-list {
	display: grid;
}

ul.select-list li{
	position: relative;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 0px;
}
ul.select-list li a{
	display: block;
	background: #efefef;
	border-radius: 5px;
	padding: 10px;
	height: 100%;
}

ul.select-list--col2{
	grid-template-columns: 1fr 1fr;
}
ul.select-list--col3,
ul.select-list--col3-sp2{
	grid-template-columns: 1fr 1fr 1fr;
}

ul.select-list li i{
	position: absolute;
	left: 8px;
	top: 8px;
    top: 10px;
    left: 13px;
    font-size: 20px;
}

/* アクティブ */
ul.select-list li i {
	opacity: 0;
}
ul.select-list li.type__list--active i {
	opacity: 1;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	ul.select-list--col3,
	ul.select-list--col3-sp2{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 680px) {
	ul.select-list li{
		padding: 1px;
	}
	ul.select-list li a {
		padding: 5px;
	}
	ul.select-list li i {
		font-size: 11px;
		top: 5px;
		left: 5px;
	}
	ul.select-list--col2{
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 320px) {
	ul.select-list--col3,
	ul.select-list--col3-sp2{
		grid-template-columns: 1fr;
	}
	ul#emblem_front_design,
	ul#emblem_back_design,
	ul#emblem_pants_design{
		grid-template-columns: 1fr 1fr;
	}
}


/* *******************************************/
/* 画像アップロード関連  */
/* *******************************************/

ul.select-list .select-list__img__inner {
	width: 100%;
	display: block;
	position: relative;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.select-list .select-list__img__inner:before {
	content: "";
	display: block;
	padding-top: 100%;
}

ul.select-list .select-list__img__name{
    text-align: center;
    line-height: 1.5rem;
}

ul.select-list li[data-id='up']:not(.type__list--active) .select-list__img__inner {
	background-image: url(../img/item_icon/emblem_up.png)!important;
}

ul.select-list li[data-id='up'] .select-list__img__name {
    bottom: 2px;
}

ul.select-list li[data-id='up'] .select-list__img__name span{
	border:solid 1px;
	padding: 1px 3px;
	font-size: 10px;
}

@media screen and (max-width: 680px) {
	ul.select-list li[data-id='up'] .select-list__img__name span{
		font-size: 9px;
		letter-spacing: -1px;
	}
}

@media screen and (max-width: 320px) {
	ul.select-list li[data-id='up'] .select-list__img__name span{
		letter-spacing: -3px;
	}
}

