@charset "utf-8";
/* ============================================================
	Ladina "トップページ" Layout CSS
	Last UPDATA: 2024/2/09
============================================================ */
/* ========================================
	reset
======================================== */
.page-brandtop .wrapper {
	padding: 0;
}

.page-brandtop .block-topic-path,
.page-brandtop .pane-left-menu,
.page-brandtop .pane-right-menu {
	display: none;
}

@media screen and (min-width: 769px){
	.page-brandtop .pane-contents,
	.page-brandtop .pane-footer {
		padding: 0;
	}
}

.page-brandtop .container {
	display: block;
	width: 100%;
	max-width: 100%;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: bold;
	background-color: transparent;
}


/* ========================================
	top-slider
======================================== */
.top-slider.swiper {
	padding-bottom: 37px;
}
@media screen and (min-width: 769px){
	.top-slider.swiper {
		padding-bottom: 52px;
	}
}

@media screen and (min-width: 769px){
	.top-slider .swiper-button-next {
		width: 41.5px;
		height: 66.5px;
		top: calc(50% - 43px);
		right: 50px;
	}

	.top-slider .swiper-button-prev {
		width: 43.5px;
		height: 69.5px;
		top: calc(50% - 43px);
		left: 50px;
	}

	.top-slider.slide-none .swiper-button-next,
	.top-slider.slide-none .swiper-button-prev {
		display: none;
	}
}

.top-slider .swiper-button-next::after,
.top-slider .swiper-button-prev::after {
	font-size: 0;
	content: "";
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 769px){
	.top-slider .swiper-button-next::after {
		background: url(../img/arrow_top_main_r.png) no-repeat;
		background-size: contain;
	}
	.top-slider .swiper-button-prev::after {
		background: url(../img/arrow_top_main_l.png) no-repeat;
		background-size: contain;
	}
}

.top-slider .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color,#242424);
	opacity: var(1, .25);
}

.top-slider.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}

.top-slider.swiper-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}

.top-slider .swiper-slide img {
	width: 100%;
}

/* ========================================
	section共通
======================================== */
.section {
	padding: calc(56 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
}
@media screen and (min-width: 769px){
	.section {
		padding: 52px 0 80px;
	}
}


.section ~ .section {
	padding: calc(100 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
}
@media screen and (min-width: 769px){
	.section ~ .section {
		padding: 80px 0 76px;
	}
}

.section:nth-child(even) {
	background-color: #e9f3ef;
}

.section-title-image {
	display: block;
	height: calc(39 / 750 * 100vw);
	width: auto;
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.section-title-image {
		height: 27px;
	}
}

.section-title-image picture,
.section-title-image img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.section-title {
	display: block;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.075em;
	text-align: center;
	margin-top: 10px;
}
@media screen and (min-width: 769px){
	.section-title {
		font-size: 14px;
		margin-top: 18px;
	}
}

/* ========================================
	concept
======================================== */
.section.concept {
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: calc(100 / 750 * 100vw) 0;
	padding: 0;
}
@media screen and (min-width: 769px){
	.section.concept {
		width: 100%;
		margin: 80px 0;
	}
}

.concept-title-wrapper {
	margin: 0;
}

.concept-title {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.66;
	margin-top: 0;
	text-align: center;
}
@media screen and (min-width: 769px){
	.concept-title {
		font-size: 30px;
		line-height: 1.65;
	}
}

.concept-link-wrapper {
	margin: calc(60 / 750 * 100vw - 6px) 0 0;
}
@media screen and (min-width: 769px){
	.concept-link-wrapper {
		margin: 25px 0 0;
	}
}

.concept-link-wrapper .concept-link {
	font-size: 14px;
	border-bottom: 1px solid #000000;
}
.concept-link-wrapper .concept-link:hover {
	border-bottom-color: transparent;
}
@media screen and (min-width: 769px){
	.concept-link-wrapper .concept-link {
		font-size: 17px;
	}
}

/* ========================================
	feature
======================================== */
.feature-main-image {
	width: calc(650 / 750 * 100vw);
	margin: 18px auto 0;
	background-color: #ffffff;
}
@media screen and (min-width: 769px){
	.feature-main-image {
		width: calc(100% - 80px);
		max-width: 980px;
		margin: 40px auto 0;
	}
}

.feature-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(650 / 750 * 100vw);
	margin: 18px auto 0;
}
@media screen and (min-width: 769px){
	.feature-list {
		width: calc(100% - 80px);
		max-width: 980px;
		margin: 40px auto 0;
	}
}

.feature-list-item {
	width: calc(310 / 750 * 100vw);
}
@media screen and (min-width: 769px){
	.feature-list-item {
		width: calc((100% - 60px) / 4);
	}
}

.feature-list-item:nth-child(n+3) {
	margin-top: 20px;
}
@media screen and (min-width: 769px){
	.feature-list-item:nth-child(n+3) {
		margin-top: 0;
	}
}

.feature-list-item a:hover {
	color: #7a7a7a;
}

.feature-list-item-image {
	display: block;
	background-color: #ffffff;
}

.feature-list-item-text {
	display: block;
	margin-top: 10px;
}
@media screen and (min-width: 769px){
	.feature-list-item-text {
		margin-top: 18px;
	}
}

.feature-list-item-title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.43;
}
@media screen and (min-width: 769px){
	.feature-list-item-title {
		line-height: 1.72;
	}
}

.feature-list-item-detail {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.43;
}
@media screen and (min-width: 769px){
	.feature-list-item-detail {
		line-height: 1.72;
	}
}

/* ========================================
	product
======================================== */
.product-list {
	width: calc(650 / 750 * 100vw);
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 15px;
}
@media screen and (min-width: 769px){
	.product-list {
		width: 90%;
		max-width: 980px;
		margin: 40px auto 0;
		gap: 50px 70px;
	}
}

.product-list-item {
	width: calc((100% - 15px) / 2);
	padding: 48px 0 0;
	position: relative;
}
@media screen and (min-width: 769px){
	.product-list-item {
		width: 280px;
		padding: 53px 0 0;
	}
}

.item a {
	display: block;
	color: #000000;
	text-decoration: none;
}

.icon-list {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 6px;
}
@media screen and (min-width: 769px){
	.icon-list {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 6px;
	}
}

.icon-list li {
	width: calc((100% - 6px) / 2);
	margin: 0;
	padding: 0;
	/* padding: 5px 0 4px; */
	background: #ffffff;
	border: none;
	/* border: solid 1px #000000; */
	color: #000000;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 769px){
	.icon-list li {
		width: 88px;
		padding: 0;
		/* padding: 4px 0 3px; */
		font-size: 12px;
	}
}

/*.icon-list li.icon-seller {
	border: solid 1px #ff0137;
	color: #ff0137;
}*/

.item-catch {
	display: inline-block;
	margin: 13px 0 0;
	padding: 6px 8px 5px;
	background: #e9f3ef;
	color: #000000;
	font-size: min(calc(20 / 750 * 100vw), 10px);
	letter-spacing: 0.025em;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 769px){
	.item-catch {
		margin: 16px 0 0;
		padding: 5px 8px 4px;
		font-size: 12px;
	}
}

.item-name {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
@media screen and (min-width: 769px){
	.item-name {
		margin: 11px 0 0;
		font-size: 16px;
	}
}

a:hover .item-name {
	text-decoration: underline;
}

.item-price {
	width: 90%;
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.item-price {
		width: 244px;
	}
}

.item-price-wrap {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 22px;
}
@media screen and (min-width: 769px){
	.item-price-wrap {
		margin-top: 20px;
	}
}

.item-price-label, .item-price-num {
	margin: 0;
	flex-shrink: 0;
}

.item-price-label {
	width: auto;
}

.item-price-label-text {
	font-size: min(2.67vw,10px);
	font-weight: 400;
}
@media screen and (min-width: 769px){
	.item-price-label-text {
		font-size: 12px;
		font-weight: 700;
	}
}

.item-price-num {
	width: auto;
	font-size: min(4vw,15px);
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
@media screen and (min-width: 769px){
	.item-price-num {
		font-size: 16px;
	}
}

.item-price-num .tax {
	display: inline-block;
	font-size: min(2.67vw,10px);
	font-weight: 400;
	line-height: 1;
	margin-left: 0.16em;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 769px){
	.item-price-num .tax {
		font-size: 12px;
	}
}

/* 特別価格 */
.item-price-wrap.sale {
	margin-top: 7px;
}
@media screen and (min-width: 769px){
	.item-price-wrap.sale {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin-top: 4px;
	}
}

.item-price-wrap.sale .item-price-label,
.item-price-wrap.sale .item-price-num {
	color: #ff0137;
}

.item-price-wrap.sale .item-price-label-text {
	font-size: min(3.2vw,12px);
	font-weight: 700;
}
@media screen and (min-width: 769px){
	.item-price-wrap.sale .item-price-label-text {
		font-size: 12px;
		font-weight: 700;
	}
}

.item-price-wrap.sale .item-price-num {
	margin-top: 4px;
	font-size: min(4.267vw,16px);
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
@media screen and (min-width: 769px){
	.item-price-wrap.sale .item-price-num {
		margin-top: 0;
		font-size: 20px;
	}
}

/* 通常価格打ち消し線 */
.item-price-wrap.regular {
	position: relative;
}
.item-price-wrap.regular::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000000;
	top: 50%;
	left: 0;
	z-index: 1;
}

.item-cart {
	display: block;
	width: 90%;
	margin: 12px auto 0;
	padding: 0;
	text-align: center;
}
@media screen and (min-width: 769px){
	.item-cart {
		width: 244px;
		margin: 10px auto 0;
	}
}

.item-cart a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 33px;
	padding: 0;
	border: solid 1px #333333;
	border-radius: 25px;
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.item-cart a {
		height: 44px;
		border-radius: 27px;
		font-size: 12px;
	}
}

.item-cart a:hover {
	cursor: pointer;
	background: #333333;
	color: #ffffff;
}

/* 定期購入 */
.item-teiki-wrap {
	width: 100%;
	margin: 14px auto 0;
	padding: 11px 7px 14px;
	background: #e9f3ef;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap {
		margin: 11px auto 0;
		padding: 18px 18px 25px;
	}
}

.item-teiki-wrap .price-teiki {
	width: 100%;
	margin: 0;
}

.item-teiki-wrap .price-wrap {
	display: block;
}

.item-teiki-wrap .price-label, .item-teiki-wrap .price-num {
	width: 100%;
}

.item-teiki-wrap .price-label-text {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.001em;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-label-text {
		font-size: 12px;
	}
}

.item-teiki-wrap .price-label-icon-list {
	margin-top: 7px;
	display: flex;
	flex-wrap: wrap;
	gap: calc(12 / 750 * 100vw);
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-label-icon-list {
		margin-top: 3px;
		gap: 6px;
	}
}

.item-teiki-wrap .price-label-icon-list-item {
	height: 21px;
}

.item-teiki-wrap .price-label-icon-list-item img {
	display: block;
	width: auto;
	height: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.item-teiki-wrap .price-label-icon-list-item span {
	display: block;
	color: #ffffff;
	font-size: min(2.63vw,10px);
	font-weight: 700;
	line-height: 20px;
	background-color: #ff0137;
	padding: 1px 0.7em 0;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-label-icon-list-item span {
		font-size: 12px;
	}
}

.item-teiki-wrap .price-label-icon-list-item sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}

.item-teiki-wrap .price-num {
	margin-top: 14px;
	color: #ff0137;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-num {
		margin-top: 14px;
		font-size: 16px;
	}
}

.item-teiki-wrap .price-num .tax {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	margin-left: 0.16em;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .price-num .tax {
		font-size: 12px;
	}
}

.teiki-attention {
	margin-top: 6px;
	font-size: 10px;
	letter-spacing: initial;
	line-height: 1.5;
}
@media screen and (min-width: 769px){
	.teiki-attention {
		margin-top: 10px;
		font-size: 12px;
	}
}

.item-teiki-wrap .cart-teiki {
	width: 100%;
	margin: 10px 0 0;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .cart-teiki {
		margin: 11px 0 0;
	}
}

.item-teiki-wrap .btn-cart-teiki {
	margin: 0 auto;
	flex-shrink: 0;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .btn-cart-teiki {
		width: 244px;
	}
}

.item-teiki-wrap .btn-cart-teiki a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 33px;
	padding: 0;
	border: solid 1px #237a52;
	border-radius: 25px;
	background: #237a52;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.025em;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.item-teiki-wrap .btn-cart-teiki a {
		height: 44px;
		border-radius: 22px;
	}
}

.item-teiki-wrap .btn-cart-teiki a:hover {
	cursor: pointer;
	background-color: transparent;
	color: #237a52;
}

.sup-cart-teiki {
	margin: 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (min-width: 769px){
	.sup-cart-teiki {
		padding-bottom: 13px;
	}
}

.sup-cart-teiki button.openmodal-teiki {
	display: block;
	margin: 12px auto 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: underline;
}
@media screen and (min-width: 769px){
	.sup-cart-teiki button.openmodal-teiki {
		margin: 16px 0 0 auto;
		font-size: 12px;
		line-height: 1;
		text-align: right;
	}
}

/* モーダルCSS */
.modalarea-teiki {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.modalbg-teiki {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalwrap-teiki {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
}
@media screen and (min-width: 769px){
	.modalwrap-teiki {
		width: 100%;
		max-width: 940px;
		max-height: calc(100vh - 120px);
	}
}

.title-modalbox {
	color: #ffffff;
	font-weight: normal;
	font-size: 20px;
}
@media screen and (min-width: 769px){
	.title-modalbox {
		font-size: 32px;
	}

}

.text-modalbox {
	margin: 15px 0 0;
	color: #ffffff;
	font-size: 12px;
}
@media screen and (min-width: 769px){
	.text-modalbox {
		margin: 20px 0 0;
		font-size: 16px;
	}
}

.img-modalbox {
	margin: 15px 0 0;
}
@media screen and (min-width: 769px){
	.img-modalbox {
		margin: 30px 0 0;
	}
	.img-modalbox img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: calc(100vh - 280px);
		margin: 0 auto;
	}
}

.closemodal-teiki {
	position: absolute;
	top: -60px;
	right: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 30px;
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px){
	.closemodal-teiki {
		font-size: 60px;
	}
}

.closemodal-teiki span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin: 0 0 0 0.3em;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 769px){
	.closemodal-teiki span {
		font-size: 16px;
	}
}

/* ボタンスタイル */
.sup-cart-teiki button {
	background-color: transparent;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
}

.sup-cart-teiki button:hover {
	text-decoration: underline;
}


/* 通常購入 */
.price,.price-wrap {
	margin: 0;
}

.cartin {
	width: 100%;
	margin: 16px 0 0;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 769px){
	.cartin {
		margin: 25px 0 0;
	}
}

.btn-cartin-wrapper {
	display: block;
	flex-shrink: 0;
	width: 100%;
	max-width: calc(438 / 750 * 100vw);
	text-align: center;
}
@media screen and (min-width: 769px){
	.btn-cartin-wrapper {
		max-width: 339px;
	}
}

.btn-cartin {
	display: block;
	width: 100%;
	height: calc(100 / 750 * 100vw);
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 769px){
	.btn-cartin {
		height: 54px;
	}
}

.btn-cartin input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100 / 750 * 100vw);
	padding: 0;
	border: solid 1px #333333;
	border-radius: 25px;
	background: #333333;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.btn-cartin input {
		height: 54px;
		border-radius: 27px;
		font-size: 16px;
	}
}

.btn-cartin input:hover {
	cursor: pointer;
	background-color: transparent;
	color: #333333;
}

/* ========================================
	guide
======================================== */
.guide {
	padding: calc(80 / 750 * 100vw) 0;
	background-color: #e9f3ef;
}
@media screen and (min-width: 769px){
	.guide {
		padding: 60px 0;
	}
}

.guide-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 769px){
	.guide-list {
		max-width: 980px;
		margin: 0 auto;
	}
}

.guide-list-item {
	width: calc((100% - (30 / 750 * 100vw)) / 4);
	padding: calc(37 / 750 * 100vw) calc(20 / 750 * 100vw);
	flex-shrink: 0;
	background-color: #ffffff;
}
@media screen and (min-width: 769px){
	.guide-list-item {
		max-width: 230px;
		max-height: 230px;
		padding: 50px 18px;
	}
}

.guide-list-image {
	width: calc(97 / 750 * 100vw);
	height: calc(69 / 750 * 100vw);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
@media screen and (min-width: 769px){
	.guide-list-image {
		width: 97px;
		height: 64px;
	}
}

.guide-list-image > img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.guide-list-text {
	margin-top: 10px;
	font-size: 10px;
	letter-spacing: 0.025em;
	line-height: 1.4;
	text-align: center;
}
@media screen and (min-width: 769px){
	.guide-list-text {
		margin-top: 19px;
		font-size: 16px;
		line-height: 1.5;
	}
}

.guide-list-text span {
	font-size: 8px;
}
@media screen and (min-width: 769px){
	.guide-list-text span {
		font-size: 12px;
	}
}

.guide-btn-wrapper {
	margin: 20px auto 0;
	width: calc(500 / 750 * 100vw);
}
@media screen and (min-width: 769px){
	.guide-btn-wrapper {
		margin: 25px auto 0;
		width: 250px;
	}
}

.guide-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	border: 1px solid #333333;
	border-radius: 45px;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.025em;
	line-height: 1;
}
@media screen and (min-width: 769px){
	.guide-btn {
		margin: 25px auto 0;
		width: 250px;
	}
}

.guide-btn:hover {
	background-color: #333333;
	color: #ffffff;
}

