@charset "UTF-8";

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/* フォトギャラリー */

.js-swiper-main {
	margin-bottom: 25px;
}

#gallery1 img,
#gallery2 img,
#gallery3 img,
#gallery4 img {
	width: 100%;
	height: auto;
}

#gallery1 .container,
#gallery2 .container,
#gallery3 .container,
#gallery4 .container {
	margin: 0 0 20px;
}

#gallery1 .js-swiper-thumbs .swiper-wrapper .swiper-slide,
#gallery2 .js-swiper-thumbs .swiper-wrapper .swiper-slide,
#gallery3 .js-swiper-thumbs .swiper-wrapper .swiper-slide,
#gallery4 .js-swiper-thumbs .swiper-wrapper .swiper-slide {
	border: 1px solid #d9d9d9;
}

#gallery1 .js-swiper-thumbs .swiper-wrapper .swiper-slide:hover,
#gallery2 .js-swiper-thumbs .swiper-wrapper .swiper-slide:hover,
#gallery3 .js-swiper-thumbs .swiper-wrapper .swiper-slide:hover,
#gallery4 .js-swiper-thumbs .swiper-wrapper .swiper-slide:hover {
	cursor: pointer;
}

#gallery1 .js-swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active,
#gallery2 .js-swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active,
#gallery3 .js-swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active,
#gallery4 .js-swiper-thumbs .swiper-wrapper .swiper-slide-thumb-active {
	border: 2px solid #535353;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.swiper-button-prev::after {
	display: block;
	inline-size: 30px;
	block-size: 60px;
	background: var(--white-gray) url(/assets/common/images/chevron-right-solid.svg) no-repeat center center / 20px auto;
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translate(0, -50%) rotate(180deg);
	margin-left: -20px;
}

.swiper-button-next::after {
	display: block;
	inline-size: 30px;
	block-size: 60px;
	background: var(--white-gray) url(/assets/common/images/chevron-right-solid.svg) no-repeat center center / 20px auto;
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translate(0, -50%);
	margin-right: -20px;
}

/* 基本レイアウト */
.main-v {
	width: 100%;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	background-color: #2988b5;
}

.bg-blue {
	background: #ebf5fa;
	padding-bottom: 100px;
}

.bg-white {
	background: #fff;
	padding-bottom: 100px;
}


.h2-txt {
	font-size: 2.0rem;
	font-weight: 500;
	background-position: center center;
	text-align: center;
	justify-content: center;
	margin: 70px auto 30px;
}

.col_3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.col_3 .col_3-area p {
	font-weight: 500;
	margin-top: 10px;
	text-align: left;
}


/*----------------
  heading
----------------*/

.heading {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-right: 0px;
	font-weight: 500;
	color: #2988b5;
}

.heading::before,
.heading::after {
	background-color: #2988b5;
	border-radius: 2px;
	content: "";
	height: 2px;
	width: 20px;
}

.heading::before {
	margin-right: 0.3rem;
	transform: rotate(60deg);
}

.heading::after {
	margin-left: -0.5rem;
	transform: rotate(-60deg);
}

.button-with-arrow-rotated {
	display: inline-block;
	padding: 10px 20px;
	background-color: #e6e6e6;
	position: relative;
	font-size: 123.1%;
	font-weight: 500;
	margin-top: 8px;
}

.button-with-arrow-rotated:hover {
	background-color: #b2d4ec;
	text-decoration: none;
	display: inline-block;
}

.arrow-d {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.5em 0.8em;
	border-right-color: currentColor;
	border-left: 0;
	transform: translateY(12%) rotate(-90deg);
	padding-right: 10px;
	margin-top: 4px;
	margin-left: -5px;
	font-size: 93%;
}

.e-box {
	display: flex;
	border: 1px solid #aaa;
	padding: 1.2em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	width:fit-content;
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.e-box p {
	font-size: 108%;
	font-weight: 500;
	margin-right: 25px;
}

/*----------------
  製品情報
----------------*/

.number {
	font-size: 146.5%;
	font-weight: 500;
	background-color: #135889;
	color: #fff;
	padding: 0.5em;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-bottom: 80px;
}

.link-cocoro-store {
	background-color: #fff;
}

table.spec-table th {
	width: 25%;
}

.bg-blue table.spec-table th {
	background: #fff;
}

.col_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	margin-top: 40px;
	align-items: center;
}

.col_2 .fst {
	width: fit-content;
	padding: 0.5em 1em;
	background: #f5f5f5;
}

.col_2 .sec {
	padding: 0.5em 1em;
}

.bg-blue .col_2 .fst {
	background: #fff;
}

.spec-container {
	margin-top: 40px;
}

.title-features {
	font-size: 112%;
	font-weight: 700;
}

.col_features {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}

.col_features>div {
	padding: 14px;
	background: #2988b5;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 8px;
	font-weight: 500;
	color: #fff;
	font-size: 93%;
}

.col_features>div .b-lock {
	display: block;
}

.col_features>div .small-txt {
	font-size: 82%;
	font-weight: 300;
	line-height: 120%;
}

.col_siaa {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	align-items: center;
	font-size: 93%;
}

.col_siaa .fst {
	width: 102px;
}

.col_siaa .sec {
	width: calc(100% - 122px);
	margin-top: 12px;
	margin-left: 20px;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width <768px) {

	/* フォトギャラリー */
	#gallery1,
	#gallery2 {
		margin-bottom: 30px;
	}


	/* 基本レイアウト */

	.main-v {
		width: 100%;
		max-height: 880px;
		background-image: url(images/main_bg_sp.jpg);
	}

	.main-v img {
		width: 100%;
		max-width: 900px;
	}

	.col_3 {
		width: 100%;
		display: block;
	}

	.col_3 .col_3-area {
		width: 100%;
	}
	
	.col_3 .col_3-area:nth-child(2n) {
		margin-bottom: 60px;
	}


	/*----------------
	  heading
	----------------*/

	.heading {
		margin-top: 20px;
	}

	.heading::before,
	.heading::after {
		";
height: 2px;
		width: 25px;
	}
	
	.arrow-d {
		margin-top: 0px;
	}

	.e-box {
		display: block;
		margin-top: 30px;
	}

	.e-box p {
		margin-right: 0;
		margin-bottom: 15px;
	}

	/*----------------
	  製品情報
	----------------*/

	.number {
		font-size: 123.1%;
		margin-bottom: 60px;
	}

	h2.prod-copy {
		margin-top: -40px !important;
	}

	.col_2 {
		display: block;
	}

	.col_2 .sec {
		padding: 0.5em 0;
	}

	.col_features>div {
		width: calc(49%);
		padding: 14px;
		background: #2988b5;
		margin-right: 2%;
		min-height: 73px;
	}

	.col_features>div:nth-child(2n) {
		margin-right: 0;
	}
	
	.bg-blue.lastblock,
	.bg-white.lastblock {
		padding-bottom: 0;
	}
		

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {

	/* フォトギャラリー */

	#gallery1,
	#gallery2,
	#gallery3,
	#gallery4 {
		grid-area: gallery;
	}

	.swiper-button-prev,
	.swiper-button-next {
		inline-size: 30px;
		block-size: 60px;
	}

	.overview-section {
		padding-top: 4rem;
	}

	.overview-container {
		display: grid;
		grid-template-areas:
			"gallery copy"
			"gallery overview";
		grid-template-columns: repeat(2, 48%);
		grid-template-rows: auto 1fr;
		justify-content: space-between;
		margin-bottom: 4rem;
	}

	.overview-grid1 {
		grid-area: copy;
	}

	#gallery1,
	#gallery2 {
		grid-area: gallery;
	}

	.overview-wrap {
		grid-area: overview;
	}

	.gallery-container .btn-gallery-next,
	.gallery-container .btn-gallery-prev {
		inline-size: 30px;
		block-size: 60px;
	}

	.gallery-container .swiper-slide a:focus-visible {
		outline-offset: -2px;
	}

	.gallery-thumbs {
		flex-wrap: wrap;
	}


	/* 基本レイアウト */

	.main-v img {
		width: 100%;
		max-width: 1080px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}

	.h2-txt {
		font-size: 2.8rem;
		margin: 120px auto 40px;
	}

	.col_3 .col_3-area {
		width: 31%;
		margin-right: 2%;
		position: relative;
	}

	.col_3 .col_3-area:nth-child(3n) {
		margin-right: 0;
	}
	.col_3 .col_3-area:nth-child(n+4) {
		margin-top: 0;
	}
	
	.col_3 .blcok1 {
		order: 1;
	}
	.col_3 .blcok2 {
		order: 4;
	}
	.col_3 .blcok3 {
		order: 2;
	}
	.col_3 .blcok4 {
		order: 5;
	}
	.col_3 .blcok5 {
		order: 3;
	}
	.col_3 .blcok6 {
		order: 6;
	}

	.under-area {
		bottom: 0;
		position: absolute;
		right: 50%;
	}

	.col_2 {
		display: flex;
		align-items: stretch;
	}

	.col_2 .fst {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.col_2 .sec {
		display: flex;
		width: calc(100% - 128px);
	}

	.col_features>div {
		width: calc(32.266666%);
		margin-right: 1.6%;
		min-height: 73px;
	}

	.col_features>div:nth-child(3n) {
		margin-right: 0;
	}

	.b-block {
		display: block;
	}
}

@media only screen and (min-width:767px) and (max-width:1080px) {

	/* 基本レイアウト */
	.main-v {
		width: 100%;
		max-height: 1080px;
		background-image: url(images/main_bg_1080.jpg);
	}
}
