@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
	font-size: 62.5%;
	/*文字標準*/
	font-family: "Noto Sans JP", sans-serif;
	scroll-behavior: smooth;
}
a {
	text-decoration: none;
	/*リンクデコレーションリセット*/
}
/*大きさの計算*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*hrリセット*/
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: hidden;
	font-size: 1.4rem;
	line-height: 1.7;
	background-color: #fff;
	color: var(--Color) 000;
}
/*iOSフォーム要素の初期化*/
input,
button,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}
/*画像の調整*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
span {
	display: inline-block;
}

:root {
	--Color: var(--Color);
}

@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;
	}
}
/*ヘッダーアイコンサイズ調整　sp*/
#header #name-and-logo img {
	height: 48px;
	width: 150px;
}
/*メインcss*/
.mainSection {
	width: 100%;
	margin: 0 auto;
}
.topSec {
	width: 100%;
	padding-bottom: 15%;
	/* novelty消去後 */
	/* padding-bottom: 24%; */
	display: flex;
	flex-direction: column;
}
.topSec h2 {
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2rem;
	color: var(--Color);
	font-size: clamp(4.8rem, 6.2vw, 8.5rem);
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.topTxt {
	width: 100%;
	position: relative;
}
.topTxt h3 {
	color: var(--Color);
	text-align: center;
	font-size: clamp(2.8rem, 3.8vw, 5rem);
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.topTxt p {
	margin: 0px auto 0;
	padding: 8% 0;
	text-align: center;
	font-size: clamp(1.4rem, 2.4vw, 1.6rem);
}
.topTxt .border {
	width: 70%;
	margin: 0 auto;
	margin-top: 15%;
	padding: 60px 0;
	border-top: 3px solid #2b2b2b;
	border-bottom: 3px solid #2b2b2b;
}
/* メインビジュアルswiperのスタイル */

.swiperMovie {
	width: 100%;
	height: 500px;
}
.top_swiper {
	height: 250px !important;
}
.top_swiper .swiper-slide img {
	width: auto;
	height: 250px;
}
.top_swiper .swiper-slide {
	width: auto !important;
}
.top_swiper img {
	border: 1.5px solid #000;
}
.top_swiper .swiper-wrapper {
	transition-timing-function: linear;
}
.swiper_slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 0 !important;
}

.leadSec {
	width: 95%;
	/* margin: 5% auto 26%; */
	margin: 0 auto;
	background-color: white;
}
.leadSec p {
	text-align: center;
	padding-bottom: 20px;
	font-size: 14px;
	padding: 0 20px 12%;
}
.leadSec .swiper {
	width: 90%;
	margin: 0 auto;
}
.leadSec p.swiperInTxt {
	font-size: 12px;
	text-align: left;
}

.prodSec {
	margin-bottom: 26%;
}
.prodSec.item01 {
	margin-bottom: 13%;
}

.prodBox {
	width: 100%;
	/* max-width: 68%; */
	padding: 0 20%;
	margin: 0 auto 10%;
	text-align: center;
}
/* swiper01 css*/
.swiper01 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.swiper01 .swiper-slide {
	display: flex;
	flex-direction: column;
}
.swiper01 .swiper-slide img {
	max-width: 300px;
}
/* swiper共通設定(矢印） */
.swiper-button-next,
.swiper-button-prev {
	top: 45%;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10%;
	right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10%;
	left: auto;
}

.prodBox2 {
	width: 95%;
	margin: 0 auto 10%;
	text-align: center;
	display: flex;
}
.prodsFlex {
	width: 100%;
	/* flex-direction: row;
	justify-content: center;
	gap: 1%; */
	margin: 0 auto;
}
.prod-f {
	width: 100%;
	margin: 0 auto;
}

.prodBox2 .prod-f {
	margin: 0;
}
.prodCredit {
	width: 100%;
	margin: 0 auto;
	/* display: flex;
	justify-content: center; */
	text-align: center;
	line-height: 1.4;
}
.prodBox2 .prodCredit {
	width: 100%;
	display: inline-block;
}
.prodCredit p,
.prodCredit a {
	font-size: clamp(12px, 3.2vw, 14px);
	line-height: 1.3 !important;
	display: inline-block;
}
.outLookBox {
	width: 95%;
	max-width: 500px;
	margin: 0 auto 6%;
	text-align: center;
}
.outLookInBox {
	display: flex;
	flex-direction: column;
	background-color: #fff;
}
.outLookCredit {
	height: 5em;
}
.outLookFlex {
	display: flex;
	justify-content: flex-end;
}
.outLookFlex p,
.outLookFlex a {
	font-size: clamp(12px, 3.2vw, 14px);
	line-height: 1.3 !important;
	line-height: 1.5 !important;
}

/*トップに戻るボタン*/
/*フローティングボタン*/
.float-button__wrap {
	display: none; /*最初は隠す*/
	width: 90px;
	height: auto;
	position: fixed;
	bottom: 16px;
	/* 20250410フッター修正 */
	right: 10px;
	z-index: 10000;
}
.float-button__wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.mainSection {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/*swiper css*/
/* topSecのswiper */
.prodSec .swiper-wrapper {
	height: auto;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 2rem;
	font-weight: 1000;
	color: #2b2b2b;
}

/* 前への矢印カスタマイズ */
/* .swiper-button-prev::after {
	background-image: url("../images/left_arrow.svg");
} */
/* 次への矢印カスタマイズ  */
/* .swiper-button-next::after {
	background-image: url("../images/right_arrow.svg");
} */
.swiper-pagination {
	height: 0 !important;
}
/*ページネーションの色を変更する*/
.swiper-pagination-bullet {
	/* background-color: #363636; */
	background-color: #fff;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 580px;
}
/* 画像サイズ調整 */
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper02 .swiper-notification {
	display: none;
}
a.buyBtn {
	width: 2em;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 0.5px;
	color: var(--Color);
	text-align: right;
}

@media (any-hover: hover) {
	a:hover {
		opacity: 0.8;
		transition-duration: 0.3s;
	}
}

.cvSec {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 0 0 80px;
	gap: 10px;
}
a.cvBtn {
	width: 80%;
	max-width: 380px;
	padding: 8px;
	/* background-color: white; */
	text-align: center;
	text-decoration: none;
	color: var(--Color);
	font-size: 1.6rem;
	border: 1px solid #2b2b2b;
}

/* ノベルティー仮 */
.novelty {
	max-width: 800px;
	margin: 0 auto;
	width: 95%;
}
.novelty .center {
	margin: 0 auto;
	width: 90%;
}
.novelty .top-img {
	padding: 0;
	text-align: center;
}
.novelty img {
	max-width: 750px;
	margin: 0 auto;
}
.novelty p.sub {
	margin: 0 auto;
	padding: 0;
	display: block;
	font-size: 1.4rem;
	text-align: center;
}
.novelty {
	padding-bottom: 20%;
	width: 98%;
}
.novelty h2.title {
	margin-bottom: 2%;
	font-size: clamp(2.4rem, 4.2vw, 3.6rem);
	letter-spacing: 0.3rem;
	text-align: center;
}
.novelty p {
	margin: 0 auto;
}
.novelty p.mb0 {
	/* padding-left: 0; */
	padding: 4% 2% 0.5em;
	/* padding-bottom: 0.5em; */
	font-size: clamp(1.4rem, 2.4vw, 1.6rem);
	line-height: 1.9 !important;
	text-align: center;
}
/* .novelty p.fonts {
	margin: 0 auto;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
} */
.novelty .txt-sec {
	margin: 0 auto;
}

@media (max-width: 539px) {
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		top: 82%;
	}
}

/*width:768px以上*/
@media (min-width: 769px) {
	.topSec {
		display: flex;
		flex-direction: row-reverse;
		margin: 0 auto;
	}
	.prodCredit {
		width: 100%;
	}
	.swiperMovie .swiper-wrapper {
		height: 50vh;
	}
	.swiperMovie {
		width: 50%;
		height: 100vh;
		overflow: hidden;
	}
	.swiperMovie .top_swiper {
		height: 50% !important;
	}
	.swiperMovie .top_swiper .swiper-slide {
		height: 100% !important; /* 高さを指定 */
		width: auto !important;
	}
	.swiperMovie .top_swiper .swiper-slide img {
		width: auto;
		height: 100%;
	}

	.topTxt {
		display: flex;
		width: 50%;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.topSec h2 {
		width: 100%;
		padding-top: 1%;
		display: block;
		text-align: center;
		line-height: 1;
		letter-spacing: 0.2rem;
		color: var(--Color);
	}
	.topTxt p {
		width: 80%;
		display: block;
		padding-bottom: 10%;
	}
	.prodFlex {
		width: 100%;
		margin: 0% auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.prodBox {
		/* max-width: 65%; */
		padding: 0 30%;
	}
	.prodFlex .prodBox {
		padding: 0 5%;
		width: 50%;
	}
	.swiper01,
	.item01-2 .swiper01 {
		max-width: 300px;
	}

	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 25%;
		/* left: 30%; */
	}
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 25%;
		/* right: 30%; */
	}
	.prodFlex .swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 2%;
	}
	.prodFlex .swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 2%;
	}
}

/*width:1024p以上*/
@media (min-width: 1025px) {
	.topTxt {
		display: flex;
		width: 50%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.topSec {
		padding-bottom: 15%;
		/* novelty消去後 */
		/* padding-bottom: 18%; */
		text-align: center;
	}
	.mainSection {
		width: 100%;
		margin: 0 auto;
	}
	.leadSec {
		max-width: 1240px;
		/* margin: 2% auto 12%; */
		margin: 0 auto;
	}
	.leadSec p {
		padding: 50px 0 40px;
		font-size: 1.8rem;
	}
	.leadSec p.swiperInTxt {
		width: 70%;
		font-size: 1.5rem;
		margin: 0 auto;
		text-align: center;
	}
	.novelty {
		padding-bottom: 15%;
	}
	.prodSec {
		margin-bottom: 13%;
	}
	.prodSec.item01 {
		margin-bottom: 6.5%;
	}
	.prodBox {
		padding: 0 35%;
	}
	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		/* left: 39%; */
		left: 33%;
	}
	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		/* right: 39%; */
		right: 33%;
	}

	.prodFlex {
		width: 46%;
		width: 63%;
		margin: 0% auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.prodFlex .prodBox {
		/* padding: 0 6%; */
		width: 50%;
	}
	.prodFlex .swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 4%;
	}
	.prodFlex .swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 4%;
	}
	.prodBox2 {
		max-width: calc(600px + 1%);
	}
	.prodsFlex {
		justify-content: center;
		gap: 1%;
	}
	.prod-f {
		width: 100%;
	}
	.prodBox2 .prod-f {
		margin: 0;
	}
	.cvSec {
		width: 55%;
		flex-direction: row;
		gap: 20px;
		margin-bottom: 60px;
	}

	/* .swiper01 .swiper-button-prev {
		left: -15%;
	}
	.swiper01 .swiper-button-next {
		right: -15%;
	} */
}
