@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: 'Zen Kaku Gothic New', sans-serif;
	font-style: normal;
}
body {
	background-color: #ffffff;
	color: #2d2d2d;
}

h2 {
	font-weight: 800;
	font-size: 18px;
	line-height: 1.4;
}
/* 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;
}

/*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: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media only screen and (min-width: 1024px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.br-sp {
		display: none;
	}
}
#copyright {
	font-size: 1.2rem;
}
#main-footer a {
	font-size: 1.2rem;
} /*css初期設定 end*/ /*main start*/

.eng {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.eng_cap {
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.eng_low {
	text-transform: lowercase;
}
.section {
	margin-bottom: 15%;
}

.flex {
	display: flex;
	gap: 20px;
}

.flex_column_sp {
	flex-direction: column;
}
.flex_column {
	display: flex;
	flex-direction: column;
	gap: 0.2em;
}
.inline-block {
	display: inline-block;
}
.secTitle {
	text-align: center;
	font-size: clamp(2rem, 3.6vw, 3.4rem) !important;
	font-weight: 800;
}

.mainWrap {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* topセクション */
.mainContents {
	/* max-width: 1300px; */
	/* width: 90%; */
	margin-inline: auto;
}
.wrapper {
	max-width: 1300px;
	width: 90%;
	margin-inline: auto;
}
.topSec {
	display: block;
	width: 100%;
	margin-bottom: 10%;
}
.topSec .topBlock {
	width: 100%;
	margin: 0 auto;
}
.topBlock .topTxtBlock {
	max-width: 740px;
	/* width: 90%; */
	margin-inline: auto;
	/* padding-top: 10%; */
}
.topBlock .topTxtBlock h2 {
	width: 80%;
	margin-inline: auto;
	text-align: center;
	padding: 15% 0 1em;
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 700;
	line-height: 1.4;
}

.topBlock .topTxtBlock p {
	width: 95%;
	margin-inline: auto;
	font-size: 1.6rem;
}

/* プロダクトセクション */
.wrapper.product {
	width: 100%;
}
.prodSec {
	margin-inline: auto;
}
.prodSec .modelImgs {
	width: 94%;
	margin: 0 auto;
}
.prodSec h2 {
	margin-inline: auto;
	text-align: center;
	font-weight: 600;
}
.prodDesc {
	padding: 10% 5% 5%;
	background-color: #ededed;
}
.prodDesc p {
	width: 90%;
	margin-inline: auto;
	font-size: 1.6rem;
}
.prodDesc .logo {
	max-width: 250px;
	width: 60%;
	margin-inline: auto;
	margin-bottom: 10%;
}
.prodDetailsSec {
	width: 100%;
	margin-inline: auto;
}
.prodDetailsSec .prodTitle {
	text-align: center;
	margin: 10% auto 3%;
	line-height: 1;
}
.prodDetailsSec .prodDetailImgs {
	max-width: 500px;
	width: 53%;
	width: 85%;
	margin: 5% auto 10%;
}

.detailCopy {
	width: 100%;
	/* padding: 0 3%; */
	margin: 5% auto;
}

@media only screen and (min-width: 1024px) {
	.section {
		margin-bottom: 12%;
	}
	.section.top {
		margin-bottom: 0;
	}
	.section.prodColor {
		margin-bottom: 6%;
	}
	.prodSec {
		display: flex;
		gap: 30px;
		margin: 0 auto;
	}

	.prodDesc {
		width: 50%;
	}
	.prodDesc p {
		margin-top: 10%;
	}
	.prodSec .modelImgs,
	.prodSec .prodDetailsSec {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.prodSec .block01,
	.prodSec .block02 {
		max-width: 600px;
		margin-inline: auto;
		margin: 0;
	}
	.block01_outer {
		width: 100%;
	}
	.prodSec .block01 {
		margin-bottom: 0;
	}
	.prodDetailsSec .prodTitle {
		margin: 0 auto 5%;
	}
	.prodSec .modelImgs {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.prodDetailsSec .prodDetailImgs {
		max-width: 380px;
		width: 90%;
		margin: 0;
	}

	.prodTitle h3 {
		font-size: 25px;
		line-height: 1;
	}
	.prodTitle h4 {
		font-size: 18px;
	}
	.detailCopy {
		margin: 5% auto 0;
	}
}

/* プロダクトカラーバリエーション セクション */
.thumSec .flex_column_sp {
	align-items: center;
}

.thumnailBlockTitle,
.prodColorsSec .prodColorsTitle {
	line-height: 1;
	text-align: center;
	margin: 0 auto 0.5em;
}

.prodColorFlex {
	/* width: 96%; */
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 0 auto;
}
.prodColorFlex .prodColorBox {
	width: calc((100% - 10px) / 2);
	text-align: center;
	display: flex;
	flex-direction: column;
}

.prodColorFlex .prodColorBox:nth-child(2n) {
	margin-right: 0;
}
.thumnailBlockTitle h3,
.prodColorsSec .prodColorsTitle h3 {
	margin: 0 auto;
	font-size: 0.8em;
	font-size: clamp(1.4rem, 2vw, 1.8rem);
	font-weight: 600;
	text-align: center;
}
.prodColorsSec .prodColorsTitle h2 {
	text-align: center;
}
.prodColorFlex .prodColorBox h3 {
	margin-top: 5%;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	/* margin: 0; */
}
.prodColorFlex .prodColorBox h4 {
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	/* margin: 2% 0; */
}
.prodColorFlex .prodColorBox h5 {
	font-size: clamp(1.2rem, 1.5vw, 1.4rem);
	line-height: 1;
	text-align: center;
}
.prodColorFlex .prodColorBox h6 {
	font-size: clamp(1.2rem, 1.5vw, 1.4rem);
	line-height: 1;
	text-align: center;
}
.prodColorBox p.buyBtn {
	width: 80%;
	margin-inline: auto !important;
	margin-top: auto;
}

.prodColorBox p.buyBtn a {
	display: block;
	height: auto;
	margin-inline: auto !important;
	padding: 2%;
	background-color: #fff;
	color: #2d2d2d;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 8% 0;
	border: 1px solid #2d2d2d;
	text-align: center;
}

.creditBlock {
	max-width: 400px;
	margin-top: 3%;
	margin-bottom: 1em;
	margin-inline: auto;
	line-height: 1.4;
	font-size: 1.4rem;
	text-align: center;
}

.creditBlock h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

.creditBlock ul {
	width: fit-content;
	margin-inline: auto;
}
.creditBlock li {
	text-align: left;
}
.creditBlock li .indent {
	margin-left: 2.25em;
}

@media only screen and (min-width: 1024px) {
	.prodColorsSec .prodColorsTitle {
		margin: 8% auto 25px;
	}
	.prodColorsSec .prodColorsTitle h4 {
		font-size: 20px;
	}
	.prodColorFlex {
		width: 96%;
	}
	.prodColorFlex .prodColorBox {
		width: calc((100% - 7.5%) / 4);
		text-align: center;
	}
}
.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%;
}

/* 商品詳細 swiper css */
/* swiper css */
.swiper-wrapper {
	height: auto;
}

.prodSec .swiper {
	overflow: hidden;
	padding-bottom: 10%;
}
.prodSec .swiper-button-prev {
	left: -40px;
}

.prodSec .swiper-button-next {
	right: -40px;
}

.prodSec .swiper-button-next::after,
.prodSec .swiper-button-prev::after {
	font-size: 3rem;
	color: #000;
}

.prodDetailImgs {
	position: relative; /* 子要素の絶対配置の基準点にする (この指定は既に存在するのでOKです) */
	width: min(70%, 500px);
	margin-inline: auto;
}

/* ページネーション */
/* ページネーション */
.prodDetailImgs .swiper-pagination {
	position: absolute; /* 親要素(.prodDetailImgs)を基準に絶対配置します */
	bottom: -20px; /* スライダーの下、30pxの位置に配置 (値は適宜調整してください) */
	left: 0; /* 親要素の左端を基準にします */
	width: 100%; /* 親要素いっぱいに幅を広げ、中のドットを中央揃えにするために必要です */
}
.swiper-pagination {
	position: absolute; /* 親要素(.prodDetailImgs)を基準に絶対配置します */
	bottom: 0 !important; /* スライダーの下、30pxの位置に配置 (値は適宜調整してください) */
	left: 0; /* 親要素の左端を基準にします */
	width: 100%; /* 親要素いっぱいに幅を広げ、中のドットを中央揃えにするために必要です */
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background-color: #2d2d2d;
	opacity: 0.3; /* 非アクティブなドットを少し薄く見せます */
}
/* アクティブなドットのスタイルです */
.swiper-pagination-bullet-active {
	opacity: 1; /* アクティブなドットを不透明にします */
}

/* swiper サムネイル */
.slider-thumbnail .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.slider-thumbnail .swiper-slide {
	/* width: 100% !important; */
	width: calc((100% - 20px) / 3) !important;
	cursor: pointer;
}

.thumSec .secTitle {
	margin-bottom: 5%;
}
.thumnailBlock img {
	min-width: 200px;
}
.slider_mainImgBlock {
	width: 100%;
}
@media (any-hover: hover) {
	.slider-thumbnail .swiper-slide:hover {
		opacity: 0.8;
		transition: 0.3;
	}
	.prodColorBox p.buyBtn a:hover {
		background-color: #2d2d2d;
		color: #fff;
		transition: 0.3;
	}
}

@media screen and (min-width: 1024px) {
	.flex_column_sp {
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
	}
	.slider_mainImgBlock {
		width: 50%;
	}
	.slider-thumnailBlock {
		width: 50%;
	}
	.thumnailBlockTitle {
		margin-bottom: 0;
	}
	.thumSec .secTitle {
		margin-bottom: 25px;
	}
}
/* 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;
}

@media screen and(min-width:1024px) {
	.flexItem {
		width: 50%;
	}
}
