@charset "utf-8"; /*@charset "UTF-8";     コメント */ /*css初期設定 start*/
html {
	font-size: 62.5%; /*文字標準*/
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none; /*リンクデコレーションリセット*/
} /*大きさの計算*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
hr.hrLine {
	display: block;
	width: 30%;
	border-bottom: 1px solid #6e6e6e;
	margin: 15% auto 3%;
}

body {
	width: 100%;
	margin: 0 auto;
	/*文字詰め*/
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	/*スマホ横向き時のフォントサイズリセット*/
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow: visible;
	font-size: clamp(14px, 3.73vw, 16px);
	line-height: 1.7;
	font-family: 'Montserrat', 'Sawarabi Gothic', sans-serif;
	font-style: normal;
}

h2 {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
}
h3 {
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
}
h4 {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
}

h5 {
	font-weight: 400;
}
h6 {
	font-weight: 400;
}
p {
	font-weight: 400;
}
.eng {
	font-family: 'Montserrat', sans-serif;
}
/*iOSフォーム要素の初期化*/
input,
button,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
} /*画像の調整*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media (max-width: 1023px) {
	.sp {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}
@media only screen and (min-width: 1024px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: inline-block !important;
	}
	.br-sp {
		display: none;
	}
}
#copyright {
	font-size: 1.2rem;
}
#main-footer a {
	font-size: 1.2rem;
} /*css初期設定 end*/ /*main start*/
body {
	background-color: #ffffff;
	color: #2d2d2d;
}
.mainWrap {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
} /* topセクション */
.topSec {
	display: block;
	width: 100%;
	margin-bottom: 12%;
}
.topSec .topBlock {
	width: 100%;
	margin: 0 auto;
}
.topBlock .topTxtBlock {
	padding: 0 3%;
}
.topBlock .topTxtBlock img {
	display: block;
	width: 40%;
	margin: 15% auto 13%;
}
.topBlock .topTxtBlock h2 {
	text-align: center;
	padding-bottom: 5%;
}
/* swiper css */
.swiper-wrapper {
	height: auto;
}
@media only screen and (min-width: 1024px) {
	.topSec {
		width: 70%;
		max-width: 1300px;
		display: flex;
		flex-direction: row-reverse;
		margin: 0 auto 8%;
	}
	.topSec .topBlock {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.topSec .topBlock img {
		padding: 2%;
	}
	.topBlock .topTxtBlock {
		width: 90%;
	}
	.topBlock .topTxtBlock img {
		display: block;
		width: 61%;
		margin: 0 auto 4%;
	}
	.topBlock .topTxtBlock h2 {
		font-size: 18px;
	}
	.topBlock .topTxtBlock p {
		font-size: clamp(12px, 0.87vw, 14px);
	}
} /* プロダクトセクション */
.prodSec .modelImgs {
	width: 94%;
	margin: 0 auto;
}
.prodDetailsSec {
	width: 100%;
}
.prodDetailsSec .prodTitle {
	text-align: center;
	margin: 10% auto 3%;
	line-height: 1;
}
.prodDetailsSec .prodDetailImgs {
	width: 53%;
	margin: 5% auto 10%;
}

.detailCopy {
	width: 100%;
	padding: 0 3%;
	margin: 5% auto;
}
.prodDetailImgs {
	position: relative; /* 子要素の絶対配置の基準点にする (この指定は既に存在するのでOKです) */
	width: min(70%, 500px);
	margin-inline: auto;
}

/* 商品詳細 swiper css */
.prodDetailsSec .prodDetailImgs .swiper2 {
	overflow: hidden;
}
.prodDetailImgs .swiper-button-prev {
	left: -40px;
}

.prodDetailImgs .swiper-button-next {
	right: -40px;
}

.prodDetailImgs .swiper-button-next::after,
.prodDetailImgs .swiper-button-prev::after {
	font-size: 3rem;
	color: #000;
}
@media only screen and (min-width: 1024px) {
	.prodSec {
		display: flex;
		width: 70%;
		max-width: 1300px;
		margin: 0 auto;
	}
	.prodSec.secondItem {
		flex-direction: row-reverse;
	}
	.prodSec .modelImgs,
	.prodSec .prodDetailsSec {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.prodDetailsSec .prodTitle {
		margin: 0 auto 5%;
	}
	.prodSec .modelImgs {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.prodDetailsSec .prodDetailImgs {
		width: 60%;
		margin: 0 auto 5%;
	}

	.prodDetailsSec {
		padding: 0 5%;
	}
	.prodTitle h3 {
		font-size: 25px;
		line-height: 1;
	}
	.prodTitle h4 {
		font-size: 18px;
	}
	.detailCopy {
		margin: 5% auto 0;
	}
	.detailCopy p {
		font-size: clamp(12px, 0.87vw, 14px);
	}
}
/* プロダクトカラーバリエーション セクション */

.prodColorsSec .prodColorsTitle {
	line-height: 1;
	text-align: center;
	margin: 15% auto 0;
}

.prodColorFlex {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.prodColorFlex .prodColorBox {
	margin: 0 2.5% 2.5% 0;
	width: calc(50% - 2.5%);
	text-align: center;
}

.prodColorFlex .prodColorBox:nth-child(2n) {
	margin-right: 0;
}
.prodColorsSec .prodColorsTitle h3 {
	font-size: 24px;
	text-align: center;
	margin: 0;
}
.prodColorsSec .prodColorsTitle h4 {
	font-size: 15px;
	text-align: center;
}
.prodColorsSec .prodColorsTitle h5 {
	font-size: 12px;
	text-align: center;
}
.prodColorsSec .prodColorsTitle h6 {
	font-size: 11px;
	text-align: center;
}
.prodColorFlex .prodColorBox h3 {
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}
.prodColorFlex .prodColorBox h4 {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	margin: 2% 0;
}
.prodColorFlex .prodColorBox h5 {
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
.prodColorFlex .prodColorBox h6 {
	font-size: 11px;
	line-height: 1;
	text-align: center;
}
.prodColorBox p.buyBtn {
	display: inline-block;
	padding: 1px 20px 2px;
	background-color: #fff;
	color: #2d2d2d;
	font-size: 11px;
	margin: 5% 0;
	border: 1px solid #2d2d2d;
	text-align: center;
}
.linkbox {
	width: 100%;
	position: relative;
}

.prodColorBox a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
@media only screen and (min-width: 1024px) {
	.prodColorsSec .prodColorsTitle {
		margin: 8% auto 2%;
	}
	.prodColorsSec .prodColorsTitle h3 {
		font-size: 28px;
		padding-bottom: 0.5%;
	}
	.prodColorsSec .prodColorsTitle h4 {
		font-size: 20px;
	}
	.prodColorFlex {
		width: 96%;
		width: 70%;
		max-width: 1300px;
	}
	.prodColorFlex .prodColorBox {
		margin: 0 2.5% 2.5% 0;
		width: calc(25% - 2.5%);
		text-align: center;
	}
	.prodColorFlex .prodColorBox:nth-child(2) {
		margin-right: 2.5%;
	}
	hr.hrLine {
		display: block;
		width: 30%;
		border-bottom: 1px solid #6e6e6e;
		margin: 8% auto 5%;
	}
}
.cvArea {
	width: 85.33%;
	max-width: 480px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 3% auto 10%;
	align-items: center;
	justify-content: center;
}

a.cvBtn {
	display: inline-block;
	width: 100%;
	max-width: 450px;
	background-color: #2d2d2d;
	border: 1px solid #2d2d2d;
	font-size: clamp(14px, 3.73vw, 16px);
	padding: 12px 0;
	color: #fff;
	letter-spacing: 0.2rem;
	margin-top: 5%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4;
}
/* swiper基礎設定 */
.swiper,
.swiper2 {
	width: 100%;
} /* ページネーション */
.prodDetailImgs .swiper-pagination {
	position: absolute; /* 親要素(.prodDetailImgs)を基準に絶対配置します */
	bottom: -20px; /* スライダーの下、30pxの位置に配置 (値は適宜調整してください) */
	left: 0; /* 親要素の左端を基準にします */
	width: 100%; /* 親要素いっぱいに幅を広げ、中のドットを中央揃えにするために必要です */
}
.prodDetailImgs .swiper-pagination-bullet {
	background-color: #2d2d2d;
	opacity: 0.5; /* 非アクティブなドットを少し薄く見せます */
}
/* アクティブなドットのスタイルです */
.prodDetailImgs .swiper-pagination-bullet-active {
	opacity: 1; /* アクティブなドットを不透明にします */
}

/* swiper基礎設定 */
/*ヘッダーエリア*/ /* don't delete!!!!!!!!!!!!! */
.header {
	width: 100%;
}
.header {
	padding-bottom: 8px;
	margin-bottom: -8px;
}
.toplogo {
	width: 100%;
	height: 100px;
	text-align: center;
}
img.blandLogo {
	height: 80px;
	width: auto;
	margin: 10px;
}
