@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
	font-size: 62.5%; /*文字標準*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
a {
	text-decoration: none !important; /*リンクデコレーションリセット*/
}
/*大きさの計算*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
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, 18px);
	line-height: 1.7rem;
	/* word-break: keep-all;
  overflow-wrap: anywhere; */
}
.eng {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
}
/*iOSフォーム要素の初期化*/
input,
button,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}
/*画像の調整*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media (max-width: 1024px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media only screen and (min-width: 1025px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
@media screen and (max-width: 1024px) {
	/* .br-sp {
		display: block;
	} */
	.br-pc {
		display: none;
	}
	.br-tb {
		display: block;
	}
}

@media screen and (min-width: 1025px) {
	/* .br-sp {
		display: none;
	} */
	.br-pc {
		display: block;
	}
	.br-tb {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.br-sp {
		display: block;
	}
}
@media screen and (min-width: 769px) {
	.br-sp {
		display: none;
	}
}
#main-footer {
	background-color: #f6f6f6;
}
#copyright {
	font-size: 1.2rem;
}
#main-footer a {
	font-size: 1.2rem;
}
/*css初期設定 end*/
/*main start*/
body {
	background-color: #fff;
	color: #1e1e1e;
	line-height: 1.7;
}
.mainWrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	/* margin-bottom: 15%; */
	overflow: hidden;
}
.container {
	max-width: 1024px;
	width: 90%;
	/* padding: 0 5%; */
	margin: 0 auto;
}
span.inline-block {
	display: inline-block;
}
span.inline {
	display: inline-block;
}

.mainColor {
	color: #ff792f;
}
h2.leadTitle {
	margin-bottom: 1%;
	text-align: center;
	font-size: 1.2em;
	font-weight: 800;
}
.topSec {
	width: 100%;
	margin: 0 auto;
	/* background-color: #fff; */
}
.leadSec h1 {
	font-size: clamp(30px, 5vw, 45px);
	line-height: 1.5;
	margin: 12% auto;
	font-weight: 800;
	/* color: #fff; */
	letter-spacing: 1.4px;
	text-align: center;
}
.leadSec p {
	/* color: #fff; */
	font-weight: 500;
}
.leadTxt {
	max-width: 700px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.leadTxt:first-of-type {
	margin-bottom: 1em;
}
.prodSec {
	margin-top: 22%;
}
.prodSec img {
	max-width: 640px;
	margin: 0 auto;
}

.prodSec .itemFlex {
	margin-bottom: 20%;
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.limitedSec {
	max-width: 650px;
	margin-top: 10%;
	padding: 2em;
	border: 1px solid #eeeeee;
	background-color: #f8f8f8;
	text-align: center;
}
.limitedSec h4 {
	font-size: 1.1em;
}
/* .prodSec {
	text-align: center;
} */
.itemName {
	text-align: center;
	font-size: clamp(30px, 5vw, 45px);
	line-height: 2;
}
.itemTxt {
	width: 90%;
	max-width: 483px;
	margin: 0 auto;
	margin-bottom: 10%;
	font-size: clamp(14px, 1.6vw, 16px);
	text-align: center;
}
.itemDesc {
	max-width: 640px;
	margin: 0 auto 5%;
	padding: 1em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-top: 1.5px solid #dfdfdf;
	border-bottom: 1.5px solid #dfdfdf;
	font-size: 0.9em;
}

.descTxt p {
	width: 100%;
	max-width: 390px;
	font-size: clamp(13px, 3.46vw, 14px);
	line-height: 1.7;
	padding-top: 0;
}
.cvArea {
	width: 85%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	margin-bottom: 15%;
}
.cvSec {
	padding: 5% 5% 15%;
	background-color: #f6f6f6;
}

.btnSec {
	text-align: center;
}
a.buyBtn {
	display: inline-block;
	width: 100%;
	margin: 3% auto;
	margin-top: 5%;
	padding: 3% 0;
	max-width: 400px;
	max-height: 60px;
	background-color: #ff792f;
	border-radius: 8px;
	font-size: clamp(18px, 4.26vw, 20px);
	color: #fff;
	letter-spacing: 0.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.itemsBtn {
	display: block;
	width: 100%;
	max-height: 60px;
	max-width: 400px;
	margin-top: 5%;
	padding: 3% 0;
	margin: 3% auto;
	border: 3px solid #ff792f;
	border-radius: 8px;
	font-size: clamp(14px, 4.26vw, 20px);
	color: #ff792f;
	letter-spacing: 0.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper {
	display: none;
}
.swiper.swiper-initialized {
	display: block;
}
/* スライドの動き等速 */
.swiper-wrapper {
	height: auto;
	transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
	height: auto;
	width: 100%;
}
.swiper-notification {
	display: none;
}

/* 画像hoverで1.1倍 */
.prodSec .scaleImg {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.prodSec img {
	transition: transform 0.3s linear;
}
/* hover調整 */
@media (any-hover: hover) {
	.prodSec img:hover {
		cursor: pointer;
		transform: scale(1.1);
	}
	a:hover {
		opacity: 0.8 !important;
		transition: 0.3s;
	}

	.prodSec .scaleImg a:hover {
		opacity: 1 !important;
	}
	.cvSec a:hover {
		background-color: #ff792f;
		color: #fff;
		opacity: 1 !important;
	}
}
.js-fade {
	opacity: 0;
	visibility: hidden;
	/* transform: translateY(50px); */
	/* transition: opacity 1s, visibility 1s, transform 1s; */
	transition: opacity 1s, visibility 2.5s;
}

.inview {
	opacity: 1;
	visibility: visible;
	/* transform: translateY(0px); */
}
@media only screen and (min-width: 460px) {
}
@media only screen and (min-width: 600px) {
	.leadTxt {
		text-align: center;
	}
}
@media only screen and (min-width: 769px) {
	.limitedSec {
		margin-top: 6%;
	}
	.leadSec h1 {
		margin-bottom: 6%;
	}
	.itemTxt {
		margin-bottom: 5%;
	}
	.prodSec .itemFlex {
		margin-bottom: 15%;
	}
}
@media only screen and (min-width: 1025px) {
	span.inline {
		display: inline;
	}
	.prodSec {
		max-width: 1200px;
		width: 95%;
		margin: 10% auto 5%;
	}
	.prodSec .scaleImg {
		margin: 0;
	}
	.prodSec .itemFlex {
		flex-direction: row;
		justify-content: center;
		gap: 4%;
	}
	.prodSec .itemFlex:last-of-type {
		margin-bottom: 0;
	}
	.prodSec .itemFlex.reverse {
		flex-direction: row-reverse;
	}
	.prodSec .scaleImg {
		/* width: calc((100% - 2em) / 2); */
		width: 640px;
	}
	.prodSec .txtFlex {
		max-width: 350px;
		padding-right: 1em;
		display: flex;
		align-items: center;
	}
	.prodSec .txtFlex:nth-child(2) {
		padding-left: 1em;
		padding-right: 0;
	}
	.itemName {
		margin: 0 auto;
		text-align: left;
	}
	.itemTxt {
		width: 100%;
		margin-bottom: 1em;
		text-align: left;
	}
	.itemDesc {
		flex-direction: row;
		justify-content: space-between;
	}
	a.buyBtn {
		width: 124px;
		height: 52px;
		display: flex;
		margin-left: 0;
	}
	a.cvBtn {
		margin: 1% auto;
	}
	a.itemsBtn {
		padding: 1% 0;
	}
	.cvSec {
		padding-bottom: 5%;
	}
}
@media only screen and (min-width: 1280px) {
	.prodSec .itemFlex {
		gap: 8%;
	}
}

/*ヘッダーエリア*/
.header {
	width: 100%;
}
.header {
	padding-bottom: 8px;
	margin-bottom: -8px;
}
.toplogo {
	width: 100%;
	height: 100px;
	/*      border-top: 8px solid #067fc4;*/
	text-align: center;
}
img.blandLogo {
	height: 80px;
	width: auto;
	margin: 10px;
}
