@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;
	scroll-behavior: smooth;
}
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-pc {
		display: none;
	}
	.br-tb {
		display: block;
	}
}

@media screen and (min-width: 1025px) {
	.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;
}
.mainWrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: #171717;
	line-height: 1.7;
	font-family: 'hiragino-kaku-gothic-pron', sans-serif;
	font-weight: 400;
}
.container {
	max-width: 1400px;
	width: 85%;
	margin: 0 auto;
}
span.inline-block {
	display: inline-block;
}
span.inline {
	display: inline;
}
.accent_color {
	color: #6db7bc;
}

/* ========== メインビジュアル ========== */
/* --- トップバナー2層構造 --- */
.main-visual-swiper {
	width: 100%;
	height: 0;
	padding-top: 157.33%;
	position: relative;
	overflow: hidden;
}
/* タイトルレイヤー */
.swiper-toplayer {
	width: 100%;
	height: 100%;
	padding: 5%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.layerLineTitle {
	width: 100%;
	height: 100%;
	color: #fff;
	border: 1px solid #fff;
	font-size: clamp(28px, 7.46vw, 61px);
	line-height: 1;
}
.horizontalTxt {
	position: absolute;
	bottom: 0;
	right: 1em;
}
.horizontalTxt h2 {
	font-size: clamp(23px, 6.13vw, 44px);
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.horizontalTxt h3 {
	margin: 0 0 2px 0;
	font-size: clamp(28px, 7.46vw, 61px);
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.verticalTxt {
	position: absolute;
	top: 100%;
	left: 100%;

	margin: 0 !important;
	padding: 0 !important;
	width: max-content;
	white-space: nowrap;
	z-index: 10;

	transform-origin: top left;
	transform: rotate(-90deg) translateY(-100%) translateX(0.2rem);
}

.verticalTxt h3 {
	font-size: clamp(28px, 7.46vw, 61px);
	line-height: 1;
	margin: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
}
/* 画像アニメーションレイヤー・swiper使用 */
.topSec .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.topSec .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide-img {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	/* アニメーションの初期値 */
	transform: scale(1);
	position: absolute;
	top: 0;
	left: 0;

	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/* --- アニメーション設定 --- */
/* 1. 基準点 */
.anim-lr img {
	transform-origin: right center;
}
.anim-zoom img {
	transform-origin: center center;
}
.anim-rl img {
	transform-origin: left center;
}
.anim-bu img {
	transform-origin: top center;
}

/* パターン1: 右起点・左から右へ */
.swiper-slide-active .anim-lr img,
.swiper-slide-duplicate-active .anim-lr img,
.swiper-slide-prev .anim-lr img {
	animation: panLeftToRight 10s linear forwards;
}

/* パターン2: 中央から拡大 */
.swiper-slide-active .anim-zoom img,
.swiper-slide-duplicate-active .anim-zoom img,
.swiper-slide-prev .anim-zoom img {
	animation: zoomIn 10s linear forwards;
}

/* パターン3: 左起点・右から左へ */
.swiper-slide-active .anim-rl img,
.swiper-slide-duplicate-active .anim-rl img,
.swiper-slide-prev .anim-rl img {
	animation: panRightToLeft 10s linear forwards;
}

/* パターン4: 上起点・下から上へ */
.swiper-slide-active .anim-bu img,
.swiper-slide-duplicate-active .anim-bu img,
.swiper-slide-prev .anim-bu img {
	animation: panBottomToUp 10s linear forwards;
}

/* アニメーション挙動 */
/* 左から右へ移動 (右起点) */
@keyframes panLeftToRight {
	0% {
		transform: scale(1.2) translate3d(0, 7%, 0); /* 左にずれた状態から */
	}
	100% {
		transform: scale(1.2) translate3d(15%, 7%, 0); /* 元の位置（右）へ */
	}
}

/* 中央から拡大 */
@keyframes zoomIn {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

/* 右から左へ移動 (左起点) */
@keyframes panRightToLeft {
	0% {
		transform: scale(1.2) translate3d(0, -7%, 0); /* 左端基準でズレなし */
	}
	100% {
		transform: scale(1.2) translate3d(-15%, -7%, 0); /* 左へずらす */
	}
}

/* 下から上へ移動 (上起点) */
@keyframes panBottomToUp {
	0% {
		transform: scale(1.2) translate3d(0, 0, 0); /* 上端基準でズレなし */
	}
	100% {
		transform: scale(1.2) translate3d(0, -15%, 0); /* 上へずらす */
	}
}
/* 960px */
@media only screen and (min-width: 960px) {
	.main-visual-swiper {
		padding-top: 40.62%;
	}
	.swiper-toplayer {
		padding: 2%;
	}
	.layerLineTitle {
		font-size: clamp(50px, 5.2vw, 95px);
	}
	.horizontalTxt h2 {
		font-size: clamp(36px, 3.75vw, 65px);
	}
	.horizontalTxt h3 {
		margin: 0 0 5px 0;
		font-size: clamp(50px, 5.2vw, 95px);
	}
	.verticalTxt {
		position: absolute;
		top: 100%;
		left: 100%;

		/* 余計な余白を消去 */
		margin: 0 !important;
		padding: 0 !important;
		width: max-content;
		white-space: nowrap;
		z-index: 10;
		transform-origin: top left;

		transform: rotate(-90deg) translateY(-100%) translateX(0.5rem);
	}

	.verticalTxt h3 {
		font-size: clamp(50px, 5.2vw, 95px);
		line-height: 1;
		margin: 0;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		letter-spacing: 1px;
	}
}

/* ========== リードセクション ========== */
.leadSec h1 {
	font-size: clamp(2.4rem, 5vw, 45px);
	line-height: 1.5;
	margin: 10% auto 5%;
	font-weight: 500;
	/* color: #fff; */
	letter-spacing: 1.4px;
	text-align: center;
}
.leadSec p {
	line-height: 1.9;
}
.leadTxt {
	/* max-width: 640px; */
	max-width: 680px;
	margin: 0 auto;
}
.leadTxt:first-of-type {
	margin-bottom: 1em;
}

/* ========== キャンペーン ========== */
.limitedSec {
	background-color: rgba(233, 233, 219, 0.612);
}
.limitedSec .container {
	max-width: 800px;
	margin: 0 auto;
	padding: 15% 0;
}
.limitedSec em {
	font-style: normal;
	font-weight: 700;
}
.limitedSec h2 {
	margin-bottom: 0.5em;
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.5rem;
}
.limitedSec h4 {
	font-size: 1.1em;
}
.limitedSec p {
	line-height: 1.9;
}
.limitedSec .period_data_outer {
	padding-top: 10%;
}

.limitedSec .period_data {
	font-size: clamp(1.8rem, 3.4vw, 2.5rem);
	font-weight: 700;
	text-align: center;
}
.limitedSec .period_data dt {
	font-size: 0.85em;
}
.limitedSec .period_data:first-of-type {
	margin-bottom: 1.5em;
}
.under_line {
	background-image: linear-gradient(to bottom, transparent 50%, rgb(109, 183, 188, 0.3) 50%);
}
.under_line_date {
	display: inline-block;
	background-image: linear-gradient(to bottom, transparent 60%, rgb(201, 227, 155, 0.5) 40%);
}
.period_txt {
	padding-top: 0.5em;
	font-size: 1.4rem;
	font-weight: 500;
}
/* ========== アイテムセクション ========== */
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
.item2 .item_credit .flex_wrap {
	justify-content: center;
}
.item_credit .flex_wrap_item {
	max-width: 285px;
	width: calc((100% - 2rem) / 2);
	height: auto;
}

.itemSec {
	margin-bottom: 12%;
}
.itemSec:last-of-type {
	margin-bottom: 6%;
}
.prodSec {
	margin-top: 20%;
}
.prodSec img {
	max-width: 640px;
	margin: 0 auto;
	border: 1px solid #171717;
	border-radius: 10px;
}
.prodSec .prod_main_img {
	border: none;
}
.prodSec .item_name {
	margin-bottom: 0.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: left;
	font-size: clamp(4rem, 5vw, 6rem);
	line-height: 1;
	color: #6db7bc;
}
.prodSec .item_name span {
	display: block;
}
.prodSec .item_copy {
	margin-bottom: 1.5em;
	font-size: clamp(1.6rem, 2.8vw, 2.4rem);
	font-weight: 700;
}
.prodSec .item_head {
	display: block;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-size: clamp(1rem, 2vw, 2rem);
	font-weight: 700;
	color: #171717;
}
.prodSec .prod_top_block {
	/* width: 100%;
	margin: 0 auto; */
	padding: 0;
	overflow: hidden;
}
.prodSec .itemFlex {
	margin-bottom: 6%;
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.item_name {
	text-align: center;
	font-size: clamp(30px, 5vw, 45px);
	line-height: 2;
}
.item_lead {
	max-width: 650px;
	margin: 0 auto;
}
.item_lead .itemTxt {
	/* width: 90%; */
	/* max-width: 483px; */
	margin: 0 auto;
	margin-bottom: 6%;
	font-size: clamp(1.4rem, 1.6vw, 16px);
	text-align: justify;
}
/* .item_lead h4 {
	margin-bottom: 1em;
	line-height: 1.7;
	font-size: clamp(1.8rem, 3.6vw, 2.4rem);
	font-weight: 700;
} */
.itemDesc {
	max-width: 640px;
	margin: 0 auto;
	padding: 0.5em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	text-align: center;
	font-size: 0.9em;
}
.itemDesc .inline-block::before {
	content: '\00A0';
}

.itemDesc h5 {
	padding: 1em 0 0.5em;
	line-height: 1.4;
	font-size: 1.5rem;
	font-weight: 700;
}
.itemDesc .details {
	line-height: 1.2;
	font-size: 1.3rem;
}
.item_img_desc {
	max-width: 500px;
	margin: 0 auto;
}
.item_img_desc .flex_wrap {
	justify-content: center;
	gap: 0.5rem;
}
.item_img_desc .flex_wrap li {
	width: calc((100% - 2rem) / 3);
	height: auto;
}
.descTxt p {
	width: 100%;
	max-width: 390px;
	font-size: clamp(13px, 3.46vw, 14px);
	line-height: 1.7;
	padding-top: 0;
}

/* ========== ボタン ========== */
.cvSec {
	padding: 5% 0 17%;
}

.btnSec {
	margin: 0 auto;
	text-align: center;
}
a.buyBtn {
	display: inline-block;
	width: 75px;
	height: 35px;
	margin: 15% auto 0;
	padding: 1% 0;
	/* max-width: 400px;
	max-height: 60px; */
	border: 1px solid #000;
	border-radius: 2px;
	font-size: 1.2rem;
	color: #000;
	letter-spacing: 0.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
a.cvBtn {
	display: block;
	max-height: 60px;
	max-width: 400px;
	padding: 3% 0;
	margin: 0 auto;
	border: 1.5px solid #171717;
	border-radius: 2px;
	font-size: clamp(1.4rem, 2.26vw, 1.8rem);
	color: #171717;
	letter-spacing: 0.2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ========== フローティングボタン ========== */
.float-button__wrap {
	display: none; /*最初は隠す*/
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
}
.float-button__wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

/* ========== .swiper ========== */
.prodSec .swiper {
	width: 100%;
	/* max-width: 380px; */
	margin: 0;
	overflow: visible !important;
	padding: 20px 0px 20px 34px;
	perspective: 1200px;
}
.swiper.swiper-initialized {
	display: block;
}
/* スライドの動き等速 */
/* ========== .swiper ========== */
.prodSec .swiper .swiper-wrapper {
	padding: 0;
	overflow: visible;
	height: 100%;
	transition-timing-function: linear;
}
.main-visual-swiper .swiper-wrapper {
	padding: 0;
}
.prodSec .swiper-slide {
	border-radius: 10px;
	background-color: #fff;
	backface-visibility: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.swiper.swiper-initialized {
	overflow: hidden;
}
/* 画像のサイズ調整 */
.swiper-slide img {
	height: auto;
	width: 100%;
	border: none;
}
.swiper-notification {
	display: none;
}
/* .swiper-cards .swiper-slide {
	border-radius: 10px;
} */

@media screen and (max-width: 768px) {
	.prodSec .swiper {
		width: 100%;
	}
}
/* hover調整 */
@media (any-hover: hover) {
	a:hover {
		opacity: 0.8 !important;
		transition: 0.3s;
	}

	.cvSec a:hover {
		background-color: #6db7bc;
		color: #fff;
	}
	a.buyBtn:hover {
		background-color: #171717;
		color: #fff;
	}
}
.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 screen and (max-width: 768px) {
	span.inline-block {
		display: inline;
	}
}
@media screen and (min-width: 460px) {
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 769px) {
	.limitedSec {
		margin-top: 6%;
	}
	.limitedSec .container {
		padding: 6% 0;
	}
	.limitedSec p {
		text-align: center;
	}
	.leadSec h1 {
		margin-bottom: 6%;
	}
	.limitedSec h2 {
		margin-bottom: 1em;
	}
	.itemTxt {
		margin-bottom: 5%;
	}

	.item_credit .flex_wrap_item {
		width: calc((100% - 4rem) / 3);
	}
	.item_img_desc .flex_wrap {
		gap: 1rem;
	}
}

@media only screen and (min-width: 1025px) {
	.leadTxt {
		max-width: 740px;
		text-align: center;
	}

	span.inline-block {
		display: inline-block;
	}
	.prodSec {
		max-width: 1200px;
		width: 95%;
		margin: 10% auto 5%; /*先行予約削除後、top0*/
	}
	.prodSec .swiper {
		padding: 20px 20px 20px 80px;
	}
	.prodSec .prod_top_block,
	.prodSec .txtFlex {
		width: 50%;
	}
	.prodSec .itemFlex {
		flex-direction: row;
		justify-content: center;
		gap: 4%;
	}
	.prodSec .itemFlex.flex_reverse {
		flex-direction: row-reverse;
	}
	.prodSec .itemFlex:last-of-type {
		margin-bottom: 0;
	}
	.prodSec .itemFlex {
		align-items: center;
		gap: 5%;
	}

	.prodSec .txtFlex {
		max-width: 520px;
		padding-right: 1em;
		/* display: flex;
		align-items: center; */
	}
	.item_name {
		margin: 0 auto;
		text-align: left;
	}
	.itemTxt {
		width: 100%;
		margin-bottom: 1em;
		text-align: left;
	}
	.itemDesc {
		gap: 5px;
	}
	.item_credit {
		margin: 0 auto;
	}
	.item_credit .flex_wrap {
		flex-wrap: nowrap;
		justify-content: center;
	}
	.flex_wrap_item {
		max-width: 285px;
		width: calc((100% - 1rem) / 3);
	}

	a.buyBtn {
		width: 100px;
		height: 35px;
		/* padding: 6% 0; */
	}
	a.cvBtn {
		/* margin: 1% auto;
		padding: 1.5% 0; */
		padding: 1% 0;
	}
	.cvSec {
		/* padding: 3% 0 9%; */
		padding: 3% 0 5%;
	}
}
@media only screen and (min-width: 1280px) {
}

/*ヘッダーエリア*/
.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;
}
