@charset "utf-8";
/* CSS Document */

/*------------------------------
 ▼共通デザイン
 -------------------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #2A323D;
	line-height:1.5;
	font-feature-settings: "palt";
	letter-spacing: .05em;
	background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", serif;
}

img,
video {
	display: block;
	width: 100%;
}

label:hover,
a:hover {
	cursor: pointer;
}

.fullpage {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.pc__right {
	position: relative;
	overflow: hidden;
	background: #0f1318;
}

.main {
	background: #fff;
}

.section {
	padding: 40px 0 40px;
}

.section_no-space {
	padding: 0;
}

.section__inner_space {
	padding: 0 16px 0;
}

.section__title-wrapper {
	margin: 0 0 24px;
}

.section__title {
	position: relative;
	font-size: 24px;
	text-align: center;
	letter-spacing: .2em;
}

.section__title_label::before {
	content: "";
    display: block;
    letter-spacing: 0.1em;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
    text-transform: uppercase;
	color: #dee1e8;
}

.section__title-sub {
	margin: 8px 0 0;
	text-align: center;
	color: #555;
}

.pc__btn.card {
	max-width: 400px;
	margin: -70px auto 0;
	background: none;
}

.pc__btn.card .btn__item_tell {
	border: none;
}

.pc__btn.card .btn__item_line {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .4);
}

.pc__btn.card .btn__item_tell .btn__txt_main {
	font-size: 24px;
	letter-spacing: .2em;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
}

@media screen and (min-width: 560px) {

	.link:hover {
		opacity: .6;
	}

	.pc__right {
		background: none;
	}

	.pc__right-inner {
		max-width: 500px;
		margin: 0 auto;
		background: #0f1318;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
		overflow: hidden;
	}
}

@media screen and (min-width: 1400px) {
	.fullpage {
		display: flex;
		justify-content: right;
	}

	.pc__right {
		max-width: 50%;
		flex: 1;
	}

	.pc__right-inner {
		margin: 0 auto 0 40px;
	}
}

/*    cta   */

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 3;
}

.cta-more {
	width: 90%;
	margin: 0 auto;
}

.cta {
	text-align: center;
}

.cta_space {
	padding: 0 16px 16px;
	margin: 10% 0 0;
	background: #2A323D;
}

.cta__contents {
	position: relative;
	padding: 24px 0;
	color: #fff;
	font-size: 24px;
	text-align: left;
}

.cta__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 55%;
	min-width: 170px;
}

.cta__message {
	position: relative;
	z-index: 2;
}

.cta__message span {
	display: inline-block;
	padding: 4px 8px;
	background: #fff;
	color: #2a323d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.fixed .balloon {
	position: absolute;
	top: -25px;
	left: 50%;
	display: inline-block;
	width: 100%;
	transform: translateX(-50%);
}

.fixed .balloon__inner {
	padding: 4px 20px;
	font-size: 14px;
}

.fixed .btn__items {
	margin: 8px 0 0;
}

.fixed  .btn__item {
	padding: 6px 0;
}

.fixed  .btn__item_line {
	border: 2px solid #fff;
}

.btn__group {
	position: relative;
	padding: 10px;
	background: linear-gradient(to bottom right, #C7B28A, #8D6313);
}

.btn__catch {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.btn__items {
	display: flex;
	margin: 16px 0 0;
}

.btn__item {
	display: block;
	padding: 10px 0;
	color: #fff;
}

.btn__item_tell {
	width: 40%;
	margin: 0 8px 0 0;
	border: 1px solid #FFF;
	box-sizing: content-box;
}

.btn__item_tell .btn__txt_main {
	font-size: 16px;
}

.btn__txt_main::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 4px 0 0;
}

.btn__item_tell .btn__txt_main::before {
	background: url(../images/icon_phone.webp);
	background-size: cover;
}

.btn__item_line {
	width: 60%;
	background: #00b213;
}

.btn__item_line .btn__txt_main::before {
	background: url(../images/icon_line.webp);
	background-size: cover;
}

.btn__txt {
	position: relative;
	font-weight: bold;
}

.btn__txt_main {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;;
}

@media screen and (min-width: 560px) {
	.fixed {
		left: auto;
		right: auto;
		width: 100%;
		max-width: 500px;
	}
}


/*    top   */

.pc__left {
	display: none;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 1400px) {
	.pc__left {
		position: sticky;
		top: 0;
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
		width: 50%;
		height: 100vh;
		z-index: 1;
	}

	.pc__inner {
		width: 55%;
		margin: 0 40px 0 0;
	}
}


/*    hero    */

.hero {
	padding: 0;
}

/*    pick   */

.pick {
	background: linear-gradient(to bottom right, #B0B4BE, #7C818E);
}

.pick .section__title {
	color: #FFF;
}

.pick .section__title span {
	font-size: 20px;
}

.item_inline {
	display: flex;
}

.item__inner_image {
	width: 40%;
}

.item__inner_detail {
	width: 100%;
	padding: 0 0 0 16px;
}

.item__title {
	font-size: 24px;
}

.item__price {
	padding: 8px 0 0;
	margin: 16px 0 0;
	background: #2A323D;
	color: #FFF;
	text-align: center;
}

.price__group {
	color: #CCA667;
	font-size: 32px;
	font-weight: bold;
}

.price__unit {
	font-size: 14px;
}

.price__comment {
	display: block;
	background: #cca667;
}


/*    refence  */

.reference .section__title_label::before {
	content: "REFERENCE";
}

.reference__model-title {
	margin: 0 0 16px;
	font-size: 20px;
	text-align: center;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.item-list .item {
	display: inline-block;
	width: 50%;
	padding: 0 4px;
	margin: 0 0 16px;
}

.item-list .item__inner_image {
	margin: 0 auto;
}

.item-list .item__inner_detail {
	padding: 0;
}

.controller {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.switch {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(33.333% - 4px);
	height: 50px;
	margin: 0 2px 4px;
	border: 1px solid #2A323D;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.switch__name {
	padding: 0 4px;
	line-height: 1.2;
}

.switch input {
	display: none;
}

.switch:has(input:checked) {
	background: #2A323D;
	color: #FFF;
}

.reference__model .item__inner_image {
	width: 100%;
}

.reference__model .item__price {
	margin: 0 0 8px;
	padding: 0 4px;
}

.reference__model .price__group {
	font-size: 24px;
}

.reference__model .item__title {
	font-size: 14px;
	font-weight: normal;
}


/*    Infomation    */

.infomation {
	margin: auto;
	padding: 40px 16px;
	width: 100%;
	max-width: 500px;
}

.infomation__title {
	margin: 0 16px 0 0;
	font-size: 16px;
	font-weight: bold;
}

.infomation__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup {
	display: none;
}

.popup__open {
	padding: 8px 16px;
	background-color: #B99A4C;
	color: #fff;
	white-space: nowrap;
	cursor: pointer;
}

.popup__contents {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 70;
	width: 100%;
	height: 100%;
}

.popup__bg {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
}

.popup__inner {
	width: calc(100% - 32px);
	max-width: 600px;
	padding: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
	z-index: 999999;
	opacity: 0;
}

.popup__btn {
	margin: 16px 0 0;
	text-align: center;
}

.popup__close {
	padding: 8px 16px;
	background-color: #B99A4C;
	color: #fff;
	z-index: 99999;
	cursor: pointer;
}

#popup:checked ~ .popup__contents {
	visibility: visible;
}
#popup:checked ~ .popup__contents .popup__inner {
	animation: fadein 500ms forwards;
	animation-timing-function: ease-in-out;
}
@keyframes fadein {
	100% {
	opacity: 1;
	}
}


/*    reason   */

.reason .section__title_label::before {
	content: "REASON";
}

.point-list__inner {
	margin: 0 0 24px;
}

.point-list__title {
	margin: 16px 0 8px;
	font-size: 20px;
}

.point-list__txt {
	color: #555;
}

/*    message   */

.message {
	background-image: url(../images/message_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.message .section__inner {
	padding: 90px 8px 60px;
	font-size: 20px;
	text-align: center;
	letter-spacing: .2em;
}

.message__main {
	display: inline-block;
	margin: 0 0 8px;
	padding: 8px 16px;
	background: linear-gradient(to bottom right, #C7B28A, #8D6313);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.message__sub {
	color: #edd6aa;
}

.message__sub br {
	display: none;
}

.message_simple {
	padding: 0 0 40px;
	background: none;
}

.message_simple .section__inner {
	padding: 0;
	font-size: 18px;
	letter-spacing: .05em;
}

.message_simple .message__sub {
	padding: 0 8px;
	color: #2a323d;
	font-weight: bold;
}

.message_simple .message__sub br {
	display: block;
}

@media screen and (min-width: 560px) {
	.message__sub br {
		display: block;
	}
}

/*    purchase   */

.purchase  .section__title_label::before {
	content: "PURCHASE";
}

.section_bg {
	background: #CFD3DB;
}

.accordion__check {
  display: none;
}

.card__inner {
	position: relative;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding-right: 32px;
}

.card {
	margin: 0 0 24px;
	padding: 16px;
	border-radius: 8px;
	background: #FFF;
}

.card__title {
	position: relative;
	display: block;
	margin: 0 0 8px;
	padding: 0 0 0 24px;
	font-size: 20px;
	font-weight: bold;
}

.card__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: auto 0;
	border-radius: 10px;
	background: #CFD3DB;
}

.card__link {
	padding: 8px 16px;
	background: #2A323D;
	border-radius: 2em;
	color: #fff;
}

.card__link-btn {
	padding: 8px 16px;
	background: #2A323D;
	border-radius: 2em;
	color: #fff;
}

.card .btn__items {
	display: block;
	text-align: center;
}

.card .btn__item .balloon {
	margin: -40px 0 16px;
}

.card .btn__item_line {
	width: auto;
	margin: 40px 0 0;
	padding: 20px 10px;
}

.card .btn__item_tell {
	width: auto;
	margin: 8px 0 0;
	border: 1px solid #2A323D;
	color: #2a323d;
}

.card .btn__item_tell .btn__txt_main{
	font-size: 18px;
}

.card .btn__item_tell .btn__txt_main::before {
	display: none;
}

/* アコーディオン */

.accordion {
	padding: 0 16px;
}

.accordion__btn {
	padding: 0;
}

.accordion__btn-inner {
	display: block;
	padding: 16px 0;
}

.accordion__btn-inner::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #CFD3DB;
}

.accordion__btn-inner::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%) rotate(90deg);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #2A323D;
	transition: transform 0.3s ease;
}

.accordion__content {
	max-height: 0;
	overflow: hidden;
	padding: 0 16px;
}

.accordion__check:checked ~ .accordion__content {
	max-height: 100%;
	padding: 24px 0 0;
	border-top: 1px dashed #CFD3DB;
}

.accordion__check:checked + .accordion__btn .accordion__btn-inner::after {
	transform: translateY(-50%) rotate(-90deg);
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
}

.accordion__list_txt {
	margin: 8px 0 24px;
}

.accordion__list_txt li {
	position: relative;
	padding: 0 0 0 10px;
	font-weight: bold;
}

.accordion__list_txt li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 1px
}

.accordion__list-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.accordion__content .point-list__title {
	font-weight: bold;
}

.accordion__content .point-list__img {
	margin: 16px 0 0;
}

.card__inner_inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
} 

/*    store    */

.store .section__title_label::before {
	content: "STORE";
}

.store .switch {
	width: calc(50% - 4px);
}

.store .accordion__item {
	padding: 0 0  16px;
	margin: 0 0 16px;
	border-bottom: 1px dashed #CFD3DB;
	border-radius: 0;
}

.store .accordion__item:last-child {
	margin: 0;
}

.store .accordion__title {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.store .accordion__tel {
	padding: 4px 0;
	color: #8e6516;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.store .accordion__btn-detail {
	padding: 0 0 0 16px;
}

.store .accordion__title::before {
	display: none;
}

.store .accordion__btn-inner {
	display: flex;
	align-items: center;
}

.store .accordion__btn-inner::before,
.store .accordion__btn-inner::after {
	display: none;
}

.store .accordion__btn-img {
	width: 100px;
}

.store__detail {
	display: block;
	width: 160px;
	padding: 8px 0;
	margin: 0 auto;
	background: #f2f2f2;
	border-radius: 2em;
	text-align: center;
}

.store__detail span {
	position: relative;
	padding: 0 0 0 16px;
}

.store__detail span::before {
	content: "";
	position: absolute;
    top: 50%;
	left: 0;
    transform: translateY(-50%) rotate(90deg);
	width: 0;
	height: 0;
	margin: 0 8px 0 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #2A323D;
	transition: transform 0.3s ease;
}

.store .accordion input:checked + .store__detail + .accordion__content {
	max-height: 100%;
	margin: 16px 0 0;
	padding: 24px 0 0;
	border-top: 1px dashed #CFD3DB;
}

.store .accordion input:checked + .store__detail + .accordion__content {
	padding: 0;
	border: none;
}

.store .accordion input:checked + .store__detail span::before{
  transform: translateY(-50%) rotate(-90deg);
}

.store .accordion__list_txt li::before {
	display: none;
}

.store .point-list__inner {
	display: flex;
	align-items: baseline;
	padding: 0;
	margin: 0 0 8px 0;
}

.store .point-list__title {
	width: 100px;
	margin: 0 16px 0 0;
	padding: 2px 0;
	background: #cfd3db;
	font-size: 12px;
	text-align: center;
}

.store .point-list__txt {
	flex: 1;
}

.store__btn {
	margin: 16px 0 0;
}

.store__btn .btn__group {
	padding: 0;
	margin: 0 0 16px;
	background: none;
}

.store .btn__item_line {
	width: 100%;
}


/*    voice    */

.voice .section__title_label::before {
	content: "VOICE";
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li button:before {
	font-size: 10px;
}

.voice__txt-wrap {
	width: 320px;
	margin: 0 5px;
	padding: 24px 16px;
	background: #F8F7F3;
}

.voice__user {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
}

.voice__img_icon {
	width: 40px;
	margin: 0 8px 0 0;
}

.voice__img_star {
	width: 90px;
}

.voice__txt-strong {
	margin: 24px 0 8px;
	color: #8e6516;
	font-size: 20px;
	font-weight: bold;
}

/* @media screen and (min-width: 560px) {

	.slick-prev,
	.slick-next {
		top: 100%;
		padding: 0 8px;
		width: 40px;
		z-index: 1;
	}

	.slick-prev::before,
	.slick-next::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -50%;
		transform: translate(50%, -100%);
		width: 40px;
		height: 13px;
		border-bottom: 2px solid #534F4D;
	}

	.slick-prev::after {
		content: "";
		position: absolute;
		top: -50%;
		left: 50%;
		transform: translate(10%, 50%) scale(3,.5) skewX(-15deg);
		width: 15px;
		height: 15px;
		border-left: 1px solid #534F4D;
	}

	.slick-next::after {
		content: "";
		position: absolute;
		top: -50%;
		right: 50%;
		transform: translate(-10%, 50%) scale(3,.5) skewX(15deg);
		width: 15px;
		height: 15px;
		border-right: 1px solid #534F4D;
	}

	.slick-prev {
		left: 30%;
	}

	.slick-next {
		right: 30%;
	}	
} */

/* @media screen and (min-width: 1400px) {	
	.voice__txt-wrap {
		margin: 0 10px 0;
		width: 380px;
	}

	.slick-prev {
		left: 40%;
	}

	.slick-next {
		right: 40%;
	}	
} */

/*     condition     */

.balloon {
	text-align: center;
}

.balloon__inner {
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	background: #2A323D;
	border-radius: 2em;
	color: #fff;
	font-size: 12px;
}

.balloon__inner::before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 10px solid #2A323D;
}

.condition .balloon__inner  {
	font-size: 14px;
	padding: 8px 24px;
}

.condition .item-list {
	align-items: start;
	margin: 16px 0 0;
}

.condition .item-list .item {
	width: calc(50% - 8px);
	/* width: calc(33.333% - 8px); */
	padding: 0;
	margin: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.condition .item__inner_image {
	width: 100%;
}

.condition .item__title {
	padding: 10px 2px;
	background: #CCA667;
	color: #fff;
	font-size: 14px;
	/* font-weight: bold; */
	text-align: center;
}

/*     point     */

.point .section__title_label::before {
	content: "POINT";
}

.point-list__tag {
	display: inline-block;
	margin: 16px 0 0;
	padding: 4px 8px;
	background: #2A323D;
	color: #fff;
}

.point .point-list__title {
	margin: 8px 0;
}

/*     pmark     */

.pmark .section__title {
	color: #8e6516;
	font-size: 20px;
}

.pmark__list {
	margin: 24px 0 0;
}

.pmark__item {
	display: flex;
	padding: 16px;
	margin: 0 0 16px;
	align-items: center;
	background: #cfd3db;
	border-radius: 8px;
}

.pmark__img {
	width: 80px;
	margin: 0 16px 0 0;
	border-radius: 4px;
}

/*    footer    */

.footer__img {
	width: 130px;
	margin: 0 auto 24px;
}

.footer {
	padding: 40px 0 0;
	margin: 0 0 128px 0;
	background: #2a323d;
	color: #fff;
	text-align: center;
}

address {
	font-style: normal;
}

.footer__copyright {
	padding: 8px 0;
	margin: 40px 0 0;
	background: #0f1318;
}

@media screen and (min-width: 1400px) {
	.footer {
		margin: 0;
	}
}