.fs-c-productListCarousel__list .fs-c-productName__copy,
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton,
.fs-c-productList__list__item .fs-c-productListItem__salesPeriod,
.fs-c-productList__list__item .s-c-productListItem__preorderMessage,
.fs-c-productList__list__item .fs-c-productName__copy,
.fs-c-productList__list__item .fs-c-buttonContainer,
.fs-c-productList__list__item .fs-c-productListItem__preorderMessage {
	display: none;
} 
.fs-c-productList__list__item .fs-c-productPrice__main__label {
	font-size: 1.2rem;
}
.fs-c-productListItem {
	position: relative;
}
.fs-c-productListItem .fs-c-mark--preorder {
	background: #101936;
}
.fs-c-productListItem .fs-c-productName__name {
	line-height: 175%;
}
.fs-c-productListItem button {
	position: absolute;
	top: 0;
	right: 0;
}
.fs-c-productListItem button.fs-c-button--addToCart--list {
	position: relative;
	top: 0;
	right: 0;
} 
.fs-c-productNotice--outOfStock {
	margin-bottom: 30px;
	font-size: 1.2rem;
	text-align: left;
}
.left-column {
	margin-bottom: 30px;
}
	@media screen and (max-width: 480px) {
		.fs-c-productListItem .fs-c-productName__name {
			font-size: 1.3rem;
			line-height: 150%;
		}
	}


/*==================================================
item-group ( top &page common )
==================================================*/
/* new
---------------------------------------------------------------------*/
.sec-new .list {
	display: flex;
	flex-wrap: wrap;
}
.sec-new .list li {
	width: 31.6%;
	margin: 0 2.6% 0 0;
}
.sec-new .list li:nth-child(3n) {
	margin: 0;
}
	@media screen and (max-width: 768px) {
		.sec-new .list li {
			width: 48.7%;
			margin-bottom: 40px;
		}
		.sec-new .list li:nth-child(3n) {
			margin-right: 2.6%;
		}
		.sec-new .list li:nth-child(2n) {
			margin-right: 0;
		}
	}
	@media screen and (max-width: 480px) {
		.sec-new .list {
			display: block;
		}
		.sec-new .list li {
			width: 100%;
			margin-right: 0;
			margin-bottom: 40px;
		}
		.sec-new .list li:nth-child(3n) {
			margin-right: 0;
		}
		.sec-new .list li figure {
			max-width: 320px;
		}
	}

/* bestseller
---------------------------------------------------------------------*/
.sec-bestseller .mens {
	margin: 0 0 50px;
}
	@media (min-width: 769px) {
		.sec-bestseller .list {
			display: flex;
		}
		.sec-bestseller .list li {
			width: 31.6%;
			margin: 0 2.6% 0 0;
		}
		.sec-bestseller .list li:last-child {
			margin: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-bestseller .mens {
			position: relative;
			padding: 0 0 40px;
		}
		.sec-bestseller .mens:after {
			display: block;
			position: absolute;
			bottom: 0;
			left: 5%;
			width: 90%;
			height: 1px;
			content: "";
			background: #ccc;
		}
		.sec-bestseller .inner {
			width: 100%;
		}
		.sec-bestseller .ttl,
		.sec-bestseller h3 {
			width: 90%;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		.sec-bestseller h3:before {
			display: none;
		}
		.group-item h3 .en {
			padding-right: 0;
		}
	}

/* brand
---------------------------------------------------------------------*/
.sec-brand {
	padding-top: 50px;
	background: #F7F7F7 !important;
}
.sec-brand .list {
	display: flex;
	flex-wrap: wrap;
}
.sec-brand .list li {
	width: 31.6%;
	margin: 0 2.6% 0 0;
}
.sec-brand .list li:last-child {
	margin: 0;
}
	@media screen and (max-width: 768px) {
		.sec-brand .list li {
			width: 48.7%;
			margin-bottom: 40px;
		}
		.sec-brand .list li:nth-child(2) {
			margin-right: 0;
		}
	}

/* recommend
---------------------------------------------------------------------*/
.sec-brand + .sec-recommend,
.sec-guide + .sec-recommend {
	padding-top: 70px;
}
	@media (min-width: 769px) {
		.sec-recommend .list {
			display: flex;
		}
		.sec-recommend .list li {
			width: 23.12%;
			margin: 0 2.5% 0 0;
		}
		.sec-recommend .list li:last-child {
			margin: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-guide + .sec-recommend {
			padding-top: 12%;
		}
		.sec-recommend .inner {
			width: 100%;
		}
		.sec-recommend h2 {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
		}
	}

/* checked
---------------------------------------------------------------------*/
	@media (min-width: 769px) {
		.sec-checked .list {
			display: flex;
		}
		.sec-checked .list li {
			width: 23.12%;
			margin: 0 2.5% 0 0;
		}
		.sec-checked .list li:last-child {
			margin: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-checked .inner {
			width: 100%;
		}
		.sec-checked h2 {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
		}
	}

/*==================================================
home
==================================================*/
.home {
	position: relative;
	z-index: 1;
}
.home section {
	background: #fff;
}

/* kv
---------------------------------------------------------------------*/
#kv {
	position: relative;
	z-index: 1;
	background: #fff;
}
#kv-slide-parent {
	position: relative;
}
#kv-slide-parent .logo-txt {
	position: absolute;
	top: 40%;
	right: 10%;
	max-width: 94px;
	width: 8.5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
}
#kv-slide-parent .logo-txt img {
	width: 100%;
}
	@media screen and (max-width: 768px) {
		#kv-slide-parent .logo-txt {
			top: 7%;
			right: 7%;
			width: 15.2%;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}

/* slider */
#kv-slider img {
	width: 100%;
}
#kv-slider img.viewSp {
	display: none;
}
	@media (min-width: 1601px) {
		#kv-slider {
			height: 612px;
		}
	}
	@media screen and (max-width: 768px) {
		#kv-slider img.viewSp {
			display: block;
		}
		#kv-slider img.viewPc {
			display: none;
		}
	}

/* latest-news */
#kv .latest-news {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 20px 30px;
	color: #fff;
	background: #101936;
	border-radius: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
}
#kv .latest-news .swiper-wrapper {
	width: calc(100% - 220px);
}
#kv .latest-news-inner {
	position: relative;
	width: 100%!important;
	padding: 0 160px 0 0;
	box-sizing: border-box;
	opacity: 0!important;
}
#kv .latest-news-inner.swiper-slide-active {
	opacity: 1!important;
}
#kv .latest-news .txt a {
	color: #fff;
}
#kv .latest-news p {
	display: inline-block;
	font-size: 1.8rem;
	vertical-align: middle;
}
#kv .latest-news .date {
	padding: 10px 15px;
	margin-right: 1em;
	color: #101936;
	background: #fff;
	border-radius: 20px;
}
#kv .latest-news .txt {
	padding: 5px 0;
	line-height: 140%;
	text-decoration: underline;
}
#kv .latest-news .btn-base {
	position: absolute;
	top: 50%;
	right: 0;
	max-width: 140px;
	padding: 5px 15px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#kv .slider-prev,
#kv .slider-next {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	outline: none;
	z-index: 1;
}
#kv .slider-prev {
	left: 75px;
	background: url(../img/icn_arrow_left.svg) no-repeat right 0 / contain;
}
#kv .slider-next {
	right: 20px;
	background: url(../img/icn_arrow_right.svg) no-repeat right 0 / contain;
}
#kv .slider-controll {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 234px;
	height: 100%;
	background: url(../img/layer_latest-news.svg) no-repeat 0 0 / auto 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#kv .slider-controll:before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	content: "";
	background: #B41519;
}
#kv .slider-pagination {
	position: absolute;
	top: 50%;
	left: 63%;
	width: 65px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#kv .slider-pagination span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
	@media screen and (max-width: 960px) {
		#kv .latest-news {
			padding: 15px 30px;
			-webkit-transform: translate(0, -40px);
			transform: translate(0, -40px);
		}
		#kv .latest-news p {
			font-size: 1.6rem;
		}
	}
	@media screen and (max-width: 768px) {
		#kv .latest-news {
			width: 100%;
			padding: 0;
			background: none;
		}
		#kv .latest-news .swiper-wrapper {
			width: 100%;
			background: #101936;
		}
		#kv .latest-news-inner {
			padding: 0 5% 20px;
			margin: 0;
		}
		#kv .latest-news .date {
			display: block;
			width: 120px;
			margin: 0 auto;
			text-align: center;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
		}
		#kv .latest-news .txt {
			display: block;
		}
		#kv .latest-news .btn-base {
			position: relative;
			top: auto;
			right: auto;
			margin: 10px 0 0;
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		#kv .slider-controll {
			position: relative;
			top: auto;
			right: auto;
			width: 100%;
			height: 40px;
			background: #B41519;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
		#kv .slider-prev {
			left: 20px;
		}
		#kv .slider-pagination {
			left: 50%;
		}
	}
	@media screen and (max-width: 480px) {
		#kv .latest-news p {
			font-size: 1.5rem;
		}
		#kv .latest-news .date {
			padding: 7px 15px;
			font-size: 1.4rem;
		}
	}

/* news
---------------------------------------------------------------------*/
.sec-news {
	padding: 0 0 1px;
}
.sec-news .inner {
	max-width: 1200px;
	width: 90%;
	padding: 25px 40px;
	margin: 0 auto 50px;
	border: 1px solid #ddd;
	background: #F6F6F6;
	border-radius: 10px;
}
.sec-news ul {
	padding: 10px 0 10px 30px;
}
.sec-news time {
	width: 100px;
	float: left;
}
.sec-news p {
	padding: 0 0 0 100px;
	color: #1B85D3;
	text-decoration: underline;
}
	@media (min-width: 961px) {
		.sec-news .inner {
			display: flex;
			align-items: center;
		}
		.sec-news h2 {
			width: 150px;
		}
		.sec-news ul {
			flex: 1;
			border-left: 1px solid #999;
		}
	}
	@media screen and (max-width: 960px) {
		.sec-news {
			padding: 0 5% 20px;
			padding-bottom: 40px;
		}
		.sec-news .inner {
			width: 100%;
			margin: 0;
			padding: 25px 5%;
		}
		.sec-news h2 {
			margin: 0 0 20px;
			font-weight: 700;
			text-align: center;
		}
		.sec-news ul {
			padding: 0;
		}
	}
	@media screen and (max-width: 640px) {
		.sec-news time {
			width: 100%;
			float: none;
		}
		.sec-news p {
			padding: 0;
		}
	}

/* bnr-slider
---------------------------------------------------------------------*/
.area-bnr {
	padding: 0 0 70px;
	background: #fff;
}
.bnr-slider-wrap {
	position: relative;
	padding: 0 0 25px;
}
.bnr-slider li {
	width: 590px;
}
.bnr-slider li > div {
	cursor: pointer;
}

/* guide
---------------------------------------------------------------------*/
.sec-guide {
	position: relative;
	padding: 100px 0;
	color: #fff;
	background: #101936!important;
}
.sec-guide .ttl .en {
	font-size: 2.0rem;
	color: #fff;
	opacity: 0.18;
}
.sec-guide .txt-column h2 {
	margin: 0 0 20px;
}
.sec-guide .txt-column p {
	margin: 0 0 20px;
}
.sec-guide .txt-column .btn-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 45px;
}
.sec-guide .txt-column .btn-group li {
	width: 24%;
	margin: 0 1.333% 10px 0;
}
.sec-guide .txt-column .btn-group li:nth-child(4n) {
	margin-right: 0;
}
.sec-guide .txt-column .btn-base {
	max-width: 270px;
}
	@media (min-width: 769px) {
		.sec-guide .inner {
			display: flex;
			align-items: center;
		}
		.sec-guide .txt-column {
			width: 65.8%;
		}
		.sec-guide .img-column {
			flex: 1;
			padding: 0 0 0 1%;
		}
	}
	@media screen and (max-width: 1200px) {
		.sec-guide .txt-column .btn-group li {
			width: 49%;
			margin: 0 2% 10px 0;
		}
		.sec-guide .txt-column .btn-group li:nth-child(2n) {
			margin-right: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-guide {
			padding: 15% 0;
		}
		.sec-guide .img-column {
			max-width: 360px;
			width: 90%;
			margin: 40px auto 0;
		}
/* 		.sec-guide .img-column {
			position: absolute;
			top: 0;
			right: 0;
			width: 50%;
			z-index: 10;
			-webkit-transform: translate(0, -35%);
			transform: translate(0, -35%);
		} */
	}
	@media screen and (max-width: 480px) {
		.sec-guide .txt-column .btn-group {
			display: block;
		}
		.sec-guide .txt-column .btn-group li {
			width: 100%;
			margin: 0 0 10px;
		}
		.sec-guide .txt-column .btn-base  {
			margin: 0 auto;
		}
	}

/* img-slider
---------------------------------------------------------------------*/
.img-slider-wrap {
	position: relative;
}
.img-slider-wrap .txt-tag {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 10;
}
	@media screen and (max-width: 768px) {
		.img-slider-wrap .txt-tag {
			max-width: 234px;
			width: 30%;
			left: 5%;
		}
	}


/* movie
---------------------------------------------------------------------*/
.movie {
	position: relative;
	display: block;
	width: 100%;
	padding: 610px 0 0;
	overflow: hidden;
	z-index: 10;
}
#player {
	position: fixed;
	top: 0;
	left: 0;
	border: none;
}
	@media screen and (max-width: 768px) {
		.movie {
			padding: 60% 0 0;
		}
	}

/* modal */
.home .btn-movie {
	background: #fff;
	text-align: center;
	padding: 50px 0 20px;
}
.home .btn-movie .btn-base {
	color: #c4302b;
	border-color: #c4302b;
	margin: 0 auto;
	transition: all .3s;
	cursor: pointer;
}
.home .btn-movie .btn-base:after {
	background: #c4302b;
}
.home .btn-movie .btn-base:hover {
	color: #fff;
	background: #c4302b;
}
.home .btn-movie .btn-base:hover:after {
	background: #fff;
}
.modal-production .modal-movie {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.98);
	z-index: 9999;
	overflow-y: scroll;
}
.modal-production .modal-movie .modal-inner {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-height: 700px;
	padding: 0;
}
.modal-production .modal-movie .youtube {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 900px;
	width: 80%;
	height: 560px;
}
.modal-production .modal-movie .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-production .modal-movie .youtube .btn-close {
	text-align: center;
	width: 100%;
	top: 100%;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	margin-top: 15px;
}
.modal-production .modal-movie .youtube .btn-close span {
	display: inline-block;
	vertical-align: middle;
}
.modal-production .modal-movie .youtube .btn-close .icn {
	width: 20px;
	margin-right: 5px;
}
	@media screen and (max-width: 1000px) {
		.modal-production .modal-movie .modal-inner {
			min-height: 0;
		}
		.modal-production .modal-movie .youtube {
			height: auto;
			padding: 56% 0 0;
		}
	}

/*=================================================
 Product-index
==================================================*/
.product-index .list-product {
	display: flex;
	flex-wrap: wrap;
}
.product-index .list-product li {
	width: 31.6%;
	margin: 0 2.6% 2.6% 0;
}
.product-index .list-product li:nth-child(3n) {
	margin: 0;
}
	@media screen and (max-width: 768px) {
		.product-index .list-product li {
			width: 48.7%;
			margin-bottom: 40px;
		}
		.product-index .list-product li:nth-child(3n) {
			margin-right: 2.6%;
		}
		.product-index .list-product li:nth-child(2n) {
			margin-right: 0;
		}
	}


/*=================================================
 Product-detail
==================================================*/
.frame-product-detail {
	max-width: 1200px;
	width: 100%;
	padding: 0 5%;
	margin: 0 auto 50px;
}
	@media (min-width: 961px) {
		.frame-product-detail {
			display: flex;
			flex-wrap: wrap;
			padding: 0;
			width: 90%;
		}
		.frame-product-detail .left-column {
			width: 57.5%;
			margin: 0 5% 0 0;
		}
		.frame-product-detail .right-column {
			width: 37.5%;
		}
	}

/* slider
--------------------------------------------- */
.detail-slider li {
	text-align: center;
}

.slider-thumbnail li {
	width: 94px !important;
	margin: 0 5px;
	border: 1px solid #303030;
}
.slider-thumbnail li.swiper-slide-thumb-active {
	border-color: #C31723;
}
	@media (min-width: 481px) and (max-width: 960px) {
		.slider-thumbnail  ul {
			justify-content: center;
		}
	}
	@media screen and (max-width: 960px) {
		.slider-thumbnail {
			margin: 0 0 10%;
		}
	}
	@media screen and (max-width: 480px) {
		.slider-thumbnail li {
			width: 23% !important;
			margin: 0 1%;
		}
	}


/* fs_form
--------------------------------------------- */
.product-detail .fs-c-productNameHeading {
	margin: 0 0 10px;
	display: block;
}
#fs_form h1,
.product-detail .fs-c-productNameHeading__name {
	font-size: 2.4rem;
	line-height: 140%;
}
.product-detail .fs-c-productNameHeading__copy,
.right-column .fs-c-productNumber {
	display: none;
}
.product-detail .fs-c-variationLabel__label {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 200%;
}
	@media screen and (max-width: 960px) {
		#fs_form h1,
		.product-detail .fs-c-productNameHeading__name {
			font-size: 2.2rem;
		}
	}
	@media screen and (max-width: 640px) {
		#fs_form h1,
		.product-detail .fs-c-productNameHeading__name {
			font-size: 2.0rem;
		}
	}
	@media screen and (max-width: 480px) {
		#fs_form h1,
		.product-detail .fs-c-productNameHeading__name {
			font-size: 1.8rem;
		}
	}

/* (price) */
#fs_form .price,
.product-detail .fs-c-productPrices {
	margin: 20px 0 10px;
	display: block;
}
#fs_form .price em,
.product-detail .fs-c-price__currencyMark,
.product-detail .fs-c-price__value {
	font-size: 2.0rem;
	font-weight: 700;
	color: #000;
}
#fs_form .price .txt-point,
.product-detail .fs-c-productPointDisplay {
	color: #C31723;
	background: none;
	margin: 0 0 30px;
	display: block;
}
	@media screen and (max-width: 640px) {
		#fs_form .price .txt-point {
			display: block;
		}
	}

/* ( txt ) */
.fs-c-productPreorderMessage {
	margin-bottom: 20px;
	font-size: 0.90em;
}


/* (size) */
#fs_form .ttl-list {
	font-weight: 700;
}
#fs_form .list-size {
	margin: 0 0 20px;
}
#fs_form .list-size li {
	margin: 0 0 10px;
}
#fs_form .list-size li p
.product-detail .fs-c-variationCart__variationName {
	margin: 0 20px 0 0;
	font-size: 1.5rem;
	letter-spacing: 0;
}
#fs_form .list-size .btn-wrap {
	position: relative;
}
#fs_form .list-size li .btn,
.product-detail .fs-c-variationCart__cartButton button {
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #C31723;
	border-radius: 5px;
	vertical-align: middle;
	box-sizing: border-box;
	border: none;
}
#fs_form .list-size .btn span,
.product-detail .fs-c-variationCart__cartButton span.fs-c-button__label {
	position: relative;
	padding: 0 0 0 30px;
}
#fs_form .list-size .btn span:before,
.product-detail .fs-c-variationCart__cartButton span.fs-c-button__label:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 22px;
	content: "";
	background: url(../img/icn_cart_wt.svg) no-repeat 0 0 / contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#fs_form .list-size .btn.soldout {
	color: #666;
	background: #D0D0D0;
}
#fs_form .list-size .icn {
	display: inline-block;
	position: relative;
	width: 36px;
	height: 36px;
	content: "";
	vertical-align: middle;
	background: #E0E0E0;
	border-radius: 50%; 
	z-index: 10;
}
#fs_form .list-size .icn:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	content: "";
	background: url(../img/icn_heart_wt.svg) no-repeat 0 0 / contain;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#fs_form .list-size .icn.current {
	background: #67D0F7;
}
#fs_form .list-size .icn.current:after {
	background: url(../img/icn_heart_bk.svg) no-repeat 0 0 / contain;
}
	@media (min-width: 1401px) {
		#fs_form .list-size li {
			display: flex;
			align-items: center;
		}
		#fs_form .list-size li p {
			width: 150px;
		}
		#fs_form .list-size .btn-wrap {
			position: relative;
			flex: 1;
		}
	}
	@media screen and (max-width: 960px) {
		#fs_form .ttl-list {
			position: relative;
			margin: 0 0 10px;
		}
		#fs_form .ttl-list:before {
			position: absolute;
			top: 50%;
			left: 0;
			width: 100%;
			height: 1px;
			content: "";
			background: #303030;
		}
		#fs_form .ttl-list span {
			position: relative;
			display: inline-block;
			padding: 0 15px 0 0;
			background: #fff; 
			z-index: 10;
		}
		#fs_form .list-size li p {
			margin-bottom: 5px;
		}
		#fs_form .list-size li .btn {
			padding: 10px;
		}
	}
	@media screen and (max-width: 768px) {
		#fs_form .list-size .icn {
			width: 28px;
			height: 28px; 
		}
		#fs_form .list-size .icn:after {
			width: 10px;
			height: 10px;
		}
	}

/* (guide) */
#fs_form .list-guide {
	margin: 30px 0 20px;
}
#fs_form .list-guide li a {
	position: relative;
	padding: 0 0 0 35px;
}
#fs_form .list-guide li span {
	text-decoration: underline;
}
#fs_form .list-guide li:nth-child(1) a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 14px;
	content: "";
	background: url(../img/icn_major.svg) no-repeat 0 0 / contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#fs_form .list-guide li:nth-child(2) .fs-c-inquiryAboutProduct {
	position: relative;
	padding: 0 0 0 35px;
}
#fs_form .list-guide li:nth-child(2) .fs-c-button--plain {
	color: #303030;
}
#fs_form .list-guide li:nth-child(2) .fs-c-inquiryAboutProduct:before,
#fs_form .list-guide li:nth-child(2) a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 17px;
	content: "";
	background: url(../img/icn_mail.svg) no-repeat 0 0 / contain;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* (sns) */
#fs_form .list-sns {
	margin: 0 0 30px;
}
#fs_form .list-sns li {
	display: inline-block;
}

/* (box-postage) */
#fs_form .box-postage {
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	background: #101936;
	border-radius: 5px;
}
#fs_form .box-postage em {
	display: block;
	font-size: 2.2rem;
}

/* (detail-about) */
.detail-about,
.fs-p-productDescription--full {
	padding: 20px 0 0 45px;
	border-left: 5px solid #101936;
	line-height: 175%;
}
.detail-about h2,
.fs-p-productDescription--full h2,
.fs-p-productDescription--full .sozai,
.fs-p-productDescription--full .menseki {
	margin: 30px 0 15px;
	color: #101936;
	font-size: 2.6rem;
	line-height: 120%;
}
.detail-about h2 span,
.fs-p-productDescription--full h2 span {
	display: block;
	font-size: 1.6rem;
}
.detail-about p,
.fs-p-productDescription--full p {
	margin: 0 0 35px;
}
.frame-product-detail .fs-p-productDescription--full h2 {
    margin: 0 0 15px;
}
	@media screen and (max-width: 960px) {
		.frame-product-detail02 {
			border-left: 5px solid #101936;
		}
		.detail-about,
		.fs-p-productDescription--full {
			padding: 20px 0 0;
			border-left: none;
		}
		.detail-about h2,
		.fs-p-productDescription--full h2,
		.fs-p-productDescription--full .sozai,
		.fs-p-productDescription--full .menseki {
			font-size: 2.4rem;
		}
	}
	@media screen and (max-width: 640px) {
		.detail-about h2,
		.fs-p-productDescription--full h2,
		.fs-p-productDescription--full .sozai,
		.fs-p-productDescription--full .menseki {
			font-size: 2.2rem;
		}
	}
	@media screen and (max-width: 480px) {
		.detail-about h2,
		.fs-p-productDescription--full h2,
		.fs-p-productDescription--full .sozai,
		.fs-p-productDescription--full .menseki {
			font-size: 2.0rem;
		}
	}

/* (material) */
.detail-material .list-material,
.fs-p-productDescription .list-material {
	margin: 0 0 50px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.detail-material .list-material dt,
.fs-p-productDescription .list-material dt {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #eee;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.detail-material .list-material li,
.fs-p-productDescription .list-material li {
	display: flex;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}
.detail-material .list-material li:last-child,
.fs-p-productDescription .list-material li:last-child {
	border-bottom: none;
}
.detail-material .list-material li p:first-child,
.fs-p-productDescription .list-material li p:first-child {
	width: 80px;
}
.detail-material .btn-base,
#fs_form .right-column .btn-base {
	max-width: 350px;
	padding: 20px 15px;
	margin: 0 auto;
	font-size: 1.6rem;
	border: 2px solid #C31723;
	background: #C31723;
	border-radius: 28px;
}
.detail-material .btn-base:hover,
#fs_form .right-column .btn-base:hover {
	color: #fff;
	background: #101936;
}
.detail-material .btn-base:hover:after,
#fs_form .right-column .btn-base:hover:after {
	background: #fff;
}

#fs_form .sec-guide {
	margin: 80px 0 100px;
}

/*==================================================
about
==================================================*/
/* about-common
---------------------------------------------------------------------*/
/* column02 */
.about-column02 .txt-column p {
	margin: 0 0 30px;
}
	@media (min-width: 961px) {
		.about-column02 {
			margin: 0 0 50px;
			display: flex;
		}
		.about-column02 .txt-column {
			flex: 1;
		}
		.about-column02 .img-column {
			width: 31.6%;
			margin-left: 3%;
		}
	}
	@media screen and (max-width: 960px) {
		.about-column02 .txt-column {
			margin: 0 0 30px;
		}
		.about-column02 .img-column {
			text-align: center;
		}
	}

/* txt-read */
.about-txt-read {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 40px;
}

/*list-contrast */
.about .list-contrast h4 {
	position: relative;
	padding: 0 5px;
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
	background: #101936;
}
.about .list-contrast li:last-child h4 {
	background: #C30D23;
}
.about .list-contrast figure {
	margin: 0 0 30px;
	text-align: center;
}
.about .list-contrast p {
	padding: 0 3%;
}
	@media (min-width: 481px) {
		.about .list-contrast {
			display: flex;
			flex-wrap: wrap;
			margin: 0 0 70px;
		}
		.about .list-contrast li {
			width: 50%;
		}
		.about .list-contrast li:first-child h4:before {
			display: block;
			position: absolute;
			top: 0;
			right: -12px;
			width: 50px;
			height: 55px;
			content: "";
			background: url(../img/about/bg_list_ttl.svg)no-repeat 0 0 / contain; 
		}
		.about .list-contrast li:first-child figure,
		.about .list-contrast li:first-child p {
			margin-right: 1.5%;
		}
		.about .list-contrast li:last-child figure,
		.about .list-contrast li:last-child p {
			margin-left: 1.5%;
		}
		.about .list-contrast h4 {
			height: 55px;
			line-height: 55px;
		}
		.about .list-contrast li:first-child h4 {
			border-top-left-radius: 8px;
			border-bottom-left-radius: 8px;
		}
		.about .list-contrast li:last-child h4 {
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
		}
	}
	@media screen and (max-width: 480px) {
		.about .list-contrast {
			margin-bottom: 16%;
		}
		.about .list-contrast li:first-child {
			margin: 0 0 30px;
		}
		.about .list-contrast li h4 {
			padding: 15px 5px;
			border-radius: 8px;
		}
	}

/* index
---------------------------------------------------------------------*/
.sec-about01 .ttl .ttl-inner:before,
.sec-about01 .ttl .ttl-inner:after {
	display: none;
}
.sec-about01 .ttl br {
	display: none;
}
	@media screen and (max-width: 960px) {
		.sec-about01 {
			margin-bottom: 60px;
		}
		.sec-about01 .ttl br {
			display: block;
		}
	}

.sec-about02 {
	padding: 80px 0;
	color: #fff;
	background: #101936;
}
.sec-about02 .inner {
	position: relative;
}
.sec-about02 ul {
	display: flex;
	flex-wrap: wrap;
}
.sec-about02 li {
	width: 31.333%;
	margin: 0 3% 40px 0;
}
.sec-about02 li:nth-child(3n) {
	margin-right: 0;
}
.sec-about02 li figure {
	margin: 0 0 25px;
}
.sec-about02 li .btn-base {
	margin: 0 auto;
}
.sec-about02 .img {
	width: 133%;
}
	@media screen and (max-width: 768px) {
		.sec-about02 {
			padding: 8% 0;
		}
		.sec-about02 li {
			width: 48.5%;
			margin: 0 3% 40px 0;
		}
		.sec-about02 li:nth-child(3n) {
			margin-right: 3%;
		}
		.sec-about02 li:nth-child(2n) {
			margin-right: 0;
		}
		.sec-about02 .img {
			width: 100%;
		}
	}
	@media screen and (max-width: 415px) {
		.sec-about02 ul {
			display: block;
		}
		.sec-about02 li {
			width: 100%;
			margin: 0 0 40px 0;
		}
		.sec-about02 li:nth-child(3n) {
			margin-right: 0;
		}
		.sec-about02 li figure {
			margin-bottom: 10px;
		}
	}


/* nara
---------------------------------------------------------------------*/
.sec-nara01 {
	margin: 0 0 80px;
}
	@media screen and (max-width: 768px) {
		.sec-nara01 {
			margin: 0 0 10%;
		}
	}

/*box-source*/
.sec-nara01 .box-source {
	padding: 20px 0 20px 45px;
	margin-top: 50px;
	border-left: 5px solid #101936;
}
.sec-nara01 .box-source dt {
	margin: 0 0 10px;
	font-size: 1.06em;
	color: #303030;
	font-weight: 700;
}
.sec-nara01 .box-source dd li {
	margin: 0 0 10px;
}
	@media screen and (max-width: 960px) {
		.sec-nara01 .box-source {
			margin-left: -5.5%;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-nara01 .box-source {
			padding: 15px 0 15px 5%;
			margin-top: 30px;
		}
	}

/* origin
---------------------------------------------------------------------*/
.sec-origin01 {
	margin: 0 0 80px;
}
	@media screen and (max-width: 768px) {
		.sec-origin01 {
			margin: 0 0 10%;
		}
	}

/* production
---------------------------------------------------------------------*/
.sec-production01 {
	margin: 0 0 30px;
}
.sec-production01 .ttl .ttl-inner:before,
.sec-production01 .ttl .ttl-inner:after {
	display: none;
}
.list-production {
	display: flex;
	flex-wrap: wrap;
}
.list-production li {
	width: 31.333%;
	margin: 0 3% 50px 0;
}
.list-production li:nth-child(3n) {
	margin-right: 0;
}
.list-production h3 {
	position: relative;
	margin: 10px 0 30px;
	padding: 0 0 0 50px;
	color: #101936;
}
.list-production h3 .number {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #101936;
	border-radius: 50%;
}
.list-production h3 .jp {
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
}
.list-production h3 .en {
	font-size: 1.3rem;
}
.list-production p {
	margin: 0 0 20px;
}
.list-production .btn-base {
	max-width: 180px;
	margin: 0 auto;
	color: #101936;
	border-color: #101936;
	transition: all .3s;
	cursor: pointer;
}
.list-production .btn-base:after {
	background: #101936;
}
.list-production .btn-base:hover {
	color: #fff;
	background: #101936;
}
.list-production .btn-base:hover:after {
	background: #fff;
}
	@media screen and (max-width: 960px) {
		.list-production h3 {
			margin-bottom: 20px;
			padding: 0 0 0 46px;
		}
		.list-production h3 .number {
			width: 36px;
			height: 36px;
			line-height: 36px;
		}
		.list-production h3 .jp {
			font-size: 2.0rem;
		}
		.list-production h3 .en {
			font-size: 1.2rem;
		}
	}
	@media screen and (max-width: 768px) {
		.list-production li {
			width: 48.5%;
			margin: 0 3% 50px 0;
		}
		.list-production li:nth-child(3n) {
			margin-right: 3%;
		}
		.list-production li:nth-child(2n) {
			margin-right: 0;
		}
	}
	@media screen and (max-width: 640px) {
		.list-production h3 .jp {
			font-size: 1.8rem;
		}
	}
	@media screen and (max-width: 480px) {
		.list-production {
			display: block;
			max-width: 380px;
			width: 100%;
			margin: 0 auto;
		}
		.list-production li {
			width: 100%;
			margin: 0 0 40px;
		}
		.list-production li:nth-child(3n) {
			margin-right: 0;
		}
		.list-production .btn-base {
			max-width: 250px;
		}
	}


/* production-modal
---------------------------------------------------------------------*/
.modal-production [class^="modal0"] {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.98);
	z-index: 9999;
	overflow-y: scroll;
}
.modal-production [class^="modal0"].is-show,
.modal-production [class^="modal0"].is-modal {
	display: block;
}
.modal-production .modal-inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}
.modal-production .txt-read {
	padding: 5px;
	margin: 0 0 20px;
	font-size: 1.8rem;
	font-weight: 700;
    color: #fff;
    text-align: center;
	background: #101936;
	border-radius: 5px;
}
	@media screen and (max-width: 640px) {
		.modal-production .txt-read {
			font-size: 1.6rem;
		}
	}

/* list-flow */
.modal-production .list-flow {
	display: flex;
	flex-wrap: wrap;
}
.modal-production .list-flow li {
	width: 31.333%;
	margin: 0 3% 30px 0;
}
.modal-production .list-flow li:nth-child(3n) {
	margin-right: 0;
}
.modal-production .list-flow li span {
	position: relative;
	display: block;
}
.modal-production .list-flow li span:after {
	position: absolute;
	right: -16px; 
	top: 50%;
	content: "";
	border-left: 10px solid #101936;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	-webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
}
.modal-production .list-flow li:last-child span:after {
	display: none;
}
.modal-production .list-flow figcaption {
	margin-top: 8px;
	padding: 0 5px;
	line-height: 120%;
}
.modal-production .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	cursor: pointer;
}
.modal-production .btn-close img {
	width: 100%;
}
	@media screen and (max-width: 640px) {
		.modal-production .list-flow li {
			width: 48.5%;
		}
		.modal-production .list-flow li:nth-child(3n) {
			margin-right: 3%;
		}
		.modal-production .list-flow li:nth-child(2n) {
			margin-right: 0;
		}
		.modal-production .list-flow li span:after {
			right: -8px; 
			border-left: 6px solid #101936;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
		}
	}

/* pager */
.modal-pager {

	display: flex;
	margin-top: 100px;
}
.modal-pager li {
	width: 50%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.modal-pager li.prev {
	border-right: 1px solid #ccc;
}
.modal-pager li.next {
	text-align: right;
}
.modal-pager li div {
	display: block;
	padding: 25px 15px;
	color: #101936;
}

.modal-pager li div:hover {
	color: #fff;
	background: #101936;
}

.modal-pager li span {
	position: relative;
}
.modal-pager li span:before {
	transition: all .3s;
}
.modal-pager li.prev span {
	padding-left: 18px;
}
.modal-pager li.prev span:before {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: 1px solid #3f3a39;
	border-left: 1px solid #3f3a39;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-pager li.next span {
	padding-right: 18px;
}
.modal-pager li.next span:before {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #3f3a39;
	border-right: 1px solid #3f3a39;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-pager li.prev:hover span:before {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.modal-pager li.next:hover span:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
	@media screen and (max-width: 640px) {

	}

/* original
---------------------------------------------------------------------*/
.sec-original02 .ttl .ttl-inner:before,
.sec-original04 .ttl .ttl-inner:before {
	background: #C30D23;
}

/* wear
---------------------------------------------------------------------*/
.sec-wear02 .ttl .ttl-inner:before,
.sec-wear04 .ttl .ttl-inner:before {
	background: #C30D23;
}

/* h3 */
.sec-wear02 h3,
.sec-wear04 h3 {
	position: relative;
	margin: 0 0 20px;
	font-size: 20px;
}
.sec-wear02 h3:before,
.sec-wear04 h3:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px ;
	content: "";
	background: #ccc;
}
.sec-wear02 h3 span,
.sec-wear04 h3 span {
	position: relative;
	padding-right: 1em;
 	background: #fff;
 	z-index: 10;
}

/* sec-wear03 */
.sec-wear03 {
	margin: 0 0 70px;
}
.sec-wear03 .img {
	margin: 0 0 45px;
	text-align: center;
}

/* sec-wear04 ---------*/
.sec-wear04 {
	margin: 0 0 80px;
}
.sec-wear04 .type {
	margin-top: 40px;
}

/* ( list-heel ) */
.sec-wear04 .list-heel {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 45px;
}
.sec-wear04 .list-heel li {
	width: 31.333%;
	margin: 0 3% 0 0;
	padding: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}
.sec-wear04 .list-heel li:nth-child(3n) {
	margin-right: 0;
}
.sec-wear04 .list-heel li figure {
	margin: 0 0 25px;
}
.sec-wear04 .list-heel li p {
	font-size: 2.6rem;
	line-height: 120%;
}
.sec-wear04 .list-heel li p br {
	display: none;
}
	@media screen and (max-width: 1300px) {
		.sec-wear04 .list-heel li p {
			font-size: 2vw;
		}
	}
	@media screen and (max-width: 960px) {
		.sec-wear04 .list-heel li {
			padding: 20px 3%;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-wear04 .list-heel li {
			width: 48%;
			margin: 0 3% 3% 0;
		}
		.sec-wear04 .list-heel li:nth-child(3n) {
			margin-right: 3%;
		}
		.sec-wear04 .list-heel li:nth-child(2n) {
			margin-right: 0;
		}
		.sec-wear04 .list-heel li p {
			font-size: 1.8rem;
		}
	}
	@media screen and (max-width: 480px) {
		.sec-wear04 .list-heel li p {
			font-size: 1.6rem;
		}
		.sec-wear04 .list-heel li p br {
			display: block;
		}
	}

/* ( list-type ) */
.sec-wear04 .list-type {
	display: flex;
	flex-wrap: wrap;
}
.sec-wear04 .list-type li {
	width: 23%;
	margin: 0 2.6% 20px 0;
}
.sec-wear04 .list-type li:nth-child(4n) {
	margin-right: 0;
}
.sec-wear04 .list-type figure {
	margin: 0 0 25px;
	text-align: center;
}
.sec-wear04 .list-type h4 {
	margin: 0 0 15px;
	text-align: center;
	font-weight: 700;
}
.sec-wear04 .list-type h4 span {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 0 3px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 1.2rem;
	background: #C30D23;
}
.sec-wear04 .list-type p {
	padding: 0 3%;
}
	@media screen and (max-width: 960px) {
		.sec-wear04 .list-type li {
			width: 31.6%;
			margin: 0 2.6% 40px 0;
		}
		.sec-wear04 .list-type li:nth-child(4n) {
			margin-right: 2.6%;
		}
		.sec-wear04 .list-type li:nth-child(3n) {
			margin-right: 0;
		}
	}
	@media screen and (max-width: 768px) {
		.sec-wear04 .list-type li {
			width: 48.7%;
		}
		.sec-wear04 .list-type li:nth-child(2n) {
			margin-right: 0;
		}
	}

/* ( size ) */
.sec-wear04 h5 {
	margin: 0 0 20px;
	font-size: 1.8rem;
	color: #101936;
	font-weight: 700;
}
.sec-wear04 h5 span {
	position: relative; 
	padding: 0 45px;
}
.sec-wear04 h5 span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 1px;
	content: "";
	background: #ccc;
}
.sec-wear04 h5 span:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 1px;
	content: "";
	background: #ccc;
}
.sec-wear04 .box-size {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.sec-wear04 .box-size dl {
	width: 195px;
	display: table;
	text-align: center;
	margin-left: -1px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.sec-wear04 .box-size dt {
	display: table-cell;
	width: 60px;
	padding: 15px 5px;
	border-right: 1px solid #ccc;
	background: #F0F0F0;
}
.sec-wear04 .box-size dd {
	display: table-cell;
	padding: 15px 5px;
}
	@media screen and (max-width: 768px) {
		.sec-wear04 .box-size dl {
			width: 50%;
			margin-top: -1px;
		}
	}

/* caution
---------------------------------------------------------------------*/
/* sec-caution01 */
	@media screen and (max-width: 960px) {
		.sec-caution01 .about-column02 {
			margin: 0 0 50px;
		}
	}


/* sec-caution02 */
.sec-caution02 {
	margin: 0 0 70px;
}
.sec-caution02 p {
	margin: 0 0 30px;
}
.sec-caution02 .list-img {
	display: flex;
	flex-wrap: wrap;
}
.sec-caution02 .list-img li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.sec-caution02 .list-img li:nth-child(4n) {
	margin-right: 0;
}
	@media screen and (max-width: 960px) {
		.sec-caution02 {
			margin: 0 0 50px;
		}
	}
	@media screen and (max-width: 640px) {
		.sec-caution02 .list-img li {
			width: 49%;
			margin: 0 2% 2% 0;
		}
		.sec-caution02 .list-img li:nth-child(2n) {
			margin-right: 0;
		}
	}

/*==================================================
contact
==================================================*/
.contact-form {
	margin: 0 0 100px;
}
.contact-form h2 br {
	display: none;
}
.contact-form .txt {
	margin: 0 0 30px;
}
.contact-form .txt-attention {
	color: #C30D23;
}
	@media screen and (max-width: 768px) {
		.contact-form h2 br {
			display: block;
		}
	}

/* form */
.contact-form dl {
	padding: 40px 0;
}
.contact-form dl + dl {
	border-top: 1px solid #ccc;
}
.contact-form dt span {
	color: #C30D23;
}
.contact-form .field-name dd p {
	display: inline-block;
	margin-right: 2em;
}
.contact-form .field-name dd p input {
	margin-left: 5px;
}
	@media (min-width: 769px) {
		.contact-form dl {
			display: flex;
			align-items: center;
		}
		.contact-form dt {
			width: 200px;
		}
		.contact-form dd {
			flex: 1;
		}
	}

/* input / textarea */
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder{color: #666;}
:-moz-placeholder{color: #666;}
:-ms-input-placeholder{color: #666;
}
.contact-form input[type="text"],
.contact-form textarea {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
}
.contact-form input[type="text"]:focus {
	outline: 0;
	border-color: #101936;
}
.contact-form input#field_12734_sei,
.contact-form input#field_12734_mei {
	width: 180px;
}
.contact-form input#field_12729 {
	width: 440px;
}
.contact-form textarea {
	width: 100%;
	height: 150px;
	resize: vertical;
	outline: none;
	border-radius: 3px;
}
	@media screen and (max-width: 550px) {
		.contact-form input#field_12734_sei,
		.contact-form input#field_12734_mei {
			width: 150px;
		}
		.contact-form input#field_12729 {
			width: 100%;
		}
	}
	@media screen and (max-width: 480px) {
		.contact-form form {
			overflow-x: hidden;
		} 
		.contact-form input[type="text"],
		.contact-form textarea {
			font-size: 16px;
			transform: scale(0.8);
		}
		.contact-form .txt-input {
			width: 122%;
			margin: -1% 0 0 -11%;
		}
		.contact-form .field-name .txt-input {
			width: 100%;
			margin: 0;
		}
		.contact-form input#field_12734_sei,
		.contact-form input#field_12734_mei {
			width: 250px;
			margin-left: -10px;
		}
		.contact-form input#f-name,
		.contact-form input#f-kana,
		.contact-form input#f-tel {
			width: 100%;
		}
	}

/* btn 
------------------------------------------------------------------*/
.contact-form .btn p {
	overflow: hidden;
	position: relative;
	display: block;
	max-width: 300px;
	width: 90%;
	height: 50px;
	margin: 0 auto;
}
.contact-form .btn p:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 17px;
	height: 1px;
	content: "";
	background: #101936;
	transition: all .3s;
}
.contact-form .btn input {
	position: relative;
	display: block;
	max-width: 300px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	line-height: 110%;
	color: #101936;
	border: 1px solid #101936;
	border-radius: 30px;
	outline: none;
	transition: all .3s;
}
.contact-form .btn input:hover {
	color: #fff;
	background: #101936;
}
.contact-form .btn p:hover:after {
	background: #fff;
}
	@media screen and (max-width: 480px) {
		.contact-form .btn input {
			font-size: 1.4rem;
		}
	}

/*==================================================
login
==================================================*/
.fs-c-loginForm .fs-c-subSection__title {
	margin: 0 0 45px;
	padding: 0  0 15px;
	font-size: 2.6rem;
	color: #303030;
	vertical-align: middle;
	border-color: #ccc;
}
.fs-body-login .fs-c-inputInformation__field {
	padding: 30px 20px;
	border-radius: 6px;
}
#fs_input_mailAddress,
#fs_input_password {
	padding: 10px;
}
.fs-c-loginForm .fs-c-inputInformation__link {
	text-align: center;
}
.fs-c-loginForm .fs-c-newUsers__message {
	margin: 0 0 30px;
	line-height: 170%;
}
	@media screen and (max-width: 960px) {
		.fs-c-loginForm .fs-c-subSection__title {
			margin: 0 0 30px;
			font-size: 2.4rem;
		}
		.fs-c-loginForm .fs-c-newUsers {
			margin-top: 80px;
		}
	}
	@media screen and (max-width: 480px) {
		.fs-c-loginForm .fs-c-subSection__title {
			font-size: 2.2rem;
		}
	}


/*==================================================
 privacyPolicy
==================================================*/
.fs-p-privacyPolicy .fs-c-documentArticle:last-child {
	margin-bottom: 0;
}
.fs-p-privacyPolicy .fs-c-documentColumn__content {
	padding: 0 20px;
}
.fs-p-privacyPolicy .fs-c-orderedList {
	margin-top: 30px;
}
.fs-p-privacyPolicy .fs-c-orderedList > li {
	margin-bottom: 15px;
}
.fs-p-privacyPolicy .fs-c-orderedList > li::before {
	color: #101936;
}
.fs-p-privacyPolicy .fs-p-address {
	margin-top: 20px;
	font-style: normal;
	line-height: 170%;
}
	@media screen and (max-width: 640px) {
		.fs-p-privacyPolicy .fs-c-documentColumn__content {
			padding: 0 3%;
		}
	}


/*==================================================
terms
==================================================*/
.fs-body-about-terms .fs-c-documentArticle:last-child {
	margin-bottom: 0;
}
.fs-body-about-terms .fs-c-documentColumn__content {
	padding: 0 20px;
}
	@media screen and (max-width: 640px) {
		.fs-body-about-terms .fs-c-documentColumn__content {
			padding: 0 3%;
		}
	}


/*==================================================
news
==================================================*/
.sec-news01 {
	margin: 0 0 80px;
}
.sec-news01 h3 {
	padding: 8px 8px 8px 16px;
	margin-bottom: 8px;
	color: #101936;
	font-size: 1.8rem;
	border-left: 5px solid #101936;
}
.sec-news01 h3 +p {
	margin: 0 0 40px;
}
#fs_form .box-amazonpay {
	padding: 20px 10px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}









