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

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
}

a {
	color: #000;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h2.head2 {
	text-align: center;
	font-size: 30px;
}

h2.head2 img {
	display: block;
	height: 15px;
	margin: 15px auto;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
}


/*------------------

header

---------------------*/

header#header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 100;
	min-width: 1200px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

header#header a.logo {
	display: block;
	/* 202504修正 */
	/* width: 260px; */
	width: 350px;
	position: absolute;
	left: 20px;
	top: 20px;
}

header#header a.logo img {
	display: block;
	width: 100%;
}

header#header ul {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 20px;
	top: 25px;
}

header#header ul li {
	margin-left: 50px;
}

header#header ul li a {
	transition: .3s;
	font-weight: 600;
}

header#header ul li a:hover {
	color: #a59465;
}

header#header ul li a.contact {
	background-color: #3E3A39;
	color: #fff;
	padding: 15px 40px;
	border-radius: 50px;
	transition: .3s;
}

header#header ul li a.download {
	/*background-color: #f7872f;*/
	background-color: #a59465;
	color: #fff;
	padding: 15px 40px;
	border-radius: 50px;
	margin-left: -20px;
	transition: .3s;
}

header#header ul li a.facebook {
	width: 50px;
	display: block;
	margin-left: -30px;
	margin-top: -10px;
	transition: .3s;
}

header#header ul li a.facebook img {
	display: block;
	width: 100%;
}

header#header ul li a.contact:hover,
header#header ul li a.download:hover,
header#header ul li a.facebook:hover {
	opacity: .7;
}

@media screen and (max-width:1450px) {
	header#header ul li {
		margin-left: 30px;
	}

	header#header a.logo {
		width: 230px;
		top: 20px;
	}

	header#header ul li a.contact {
		padding: 15px 25px;
	}

	header#header ul li a.download {
		padding: 15px 25px;
	}

	header#header ul li a.facebook {
		width: 45px;
		margin-left: -15px;
		margin-top: -8px;
	}
}

/*------------------

top

---------------------*/

section#top {
	margin-top: 80px;
	/*	background-color: #3E3A39;*/
	background-color: #ffffff;
}

section#top div.img_wrap {
	width: 100%;
	/*	border: 1px solid #3E3A39;*/
	/*	border: 1px solid #ffffff;*/
}

section#top div.img_wrap img {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 70px auto;
}

section#top div.img_wrap img.sp {
	display: none;
}

section#top div.shop {
	/*	background-color: rgba(255,255,255,0.8);*/
	background-color: #D8D8D7;
	padding: 30px 0 35px;
}

section#top div.shop strong {
	display: block;
	background-color: #3E3A39;
	color: #fff;
	text-align: center;
	width: 200px;
	margin: 0 auto 25px auto;
	border-radius: 50px;
	padding: 5px 0;
}

section#top div.shop ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

section#top div.shop ul li {
	margin: 0 20px;
	font-weight: bold;
}

section#top div.shop ul li img {
	display: block;
	height: 50px;
}


section#top div.shop span {
	display: block;
	margin: 35px auto 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;

}

section#top div.shop span br {
	display: none;
}

section#top div.shop p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

/*-------------------

contents

------------------*/

section#contents {
	box-sizing: border-box;
	border-left: 10px solid #c0b283;
	border-right: 10px solid #c0b283;
	border-bottom: 10px solid #c0b283;
	min-width: 1000px;
}

/*---------------

case

--------------------*/

div#case {
	padding: 100px 0 180px 0;
	background-image: url("../images/background_fff.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

div#case div.box {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	margin: 40px 0;
	transition: .3s;
}

div#case div.box:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/*---------------

service

--------------------*/

div#service {
	padding: 80px 0 100px 0;
	background-color: #f4f4f4;
	background-image: url("../images/bg_award_top.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

div#service p.service_p {
	text-align: center;
	padding-top: 30px;
}

div#service div.inner {
	width: 80%;
	max-width: 1000px;
	margin: 90px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#service div.box_wrap {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
}

/*-- リボンの見出しここから --*/

div#service h3 {
	position: relative;
	height: 60px;
	margin: 0 -16%;
	padding: 15px 30px;
	text-align: center;
	font-size: 20px;
	background: #BDAF81;
	/*color: #0B3C5D;*/
	color: #fff;
}

@media screen and (max-width:1200px) {
	div#service h3 {
		margin: 0 -19%;
	}
}

@media screen and (max-width:1100px) {
	div#service h3 {
		margin: 0 -21%;
	}
}

div#service h3:before,
div#service h3:after {
	position: absolute;
	content: '';
}

div#service h3:before {
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #A2946F;
	border-left: 10px solid transparent;
}

div#service h3:after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #A2946F;
	border-right: 10px solid transparent;
}

/*-- リボンの見出しここまで --*/

div#service div.box {
	background-color: #fff;
	border-radius: 30px;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 50px 40px 50px;
	margin: 0 0 50px 0;
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.03);
}

div#service div.box img {
	display: block;
	width: 70%;
	margin: 0 auto 10px auto;
}

div#service div.box p {
	width: 100%;
	margin: 25px 0 0 0;
}

div#service div.box table {
	width: 100%;
	border-spacing: 0;
	margin: 30px 0 0 0;
}

div#service div.box table th,
div#service div.box table td {
	display: block;
	width: 100%;
}

div#service div.box table th {
	background-color: #7B7A7A;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}

div#service div.box table td {
	font-size: 12px;
	background-color: #D4D4D4;
	margin: 1px;
	padding: 0 10px;
	box-sizing: border-box;
}

/*---------------

strengh

--------------------*/

div#strengh {
	/* padding: 60px 0 100px 0; */
	padding: 60px 0;
	background-color: #fff;
	/* background-image: url("../images/background_fff.png"); */
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

div#strengh h2 img {
	display: block;
	height: 70px;
	margin: 50px auto;
}

div#strengh div.inner {
	/* 202504修正 */
	/* width: 80%;
	max-width: 1300px; */
	width: 90%;
	max-width: 1500px;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

div#strengh div.box {
	/* width: 28%; */
	width: 20%;
	box-sizing: border-box;
}

div#strengh div.box img {
	display: block;
	width: 80%;
	margin: 0 auto -10px auto;
}

div#strengh div.box strong {
	font-size: 18px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	margin: 0 0 25px 0;
}

/*---------------

flow

--------------------*/

div#flow {
	padding: 80px 0 120px 0;
	background-color: #fff;
	background-image: url("../images/background_fff.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

div#flow div.inner {
	width: 80%;
	max-width: 1300px;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

div#flow div.box {
	width: 21%;
	box-sizing: border-box;
}

div#flow div.box strong {
	letter-spacing: 2px;
	font-size: 18px;
	display: block;
	text-align: center;
	margin: 0 0 25px 0;
}

div#flow div.box img {
	display: block;
	width: 60%;
	min-width: 130px;
	margin: 30px auto;
}

div#flow div.box span {
	font-size: 14px;
	display: block;
	color: #555;
	line-height: 25px;
	margin: 10px 0;
}

/*---------------

qa

--------------------*/

div#qa {
	padding: 80px 0 120px 0;
	background-color: #f4f4f4;
	background-image: url("../images/background_f4f4f4.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

.accordion {
	width: 85%;
	max-width: 1300px;
	margin: 90px auto 30px auto;
}

.accordion__container {
	width: 100%;
	margin: 0 auto;
}

.accordion__title {
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px 30px 15px 15px;
	position: relative;
	cursor: pointer;
	user-select: none;
	margin: 20px 0 0 0;
	border-radius: 5px;
	transition: .3s;
	display: flex;
	align-items: flex-start;
}

.accordion__title::before,
.accordion__title::after {
	content: '';
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	right: 25px;
}

.accordion__title::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
	color: #328BC3;
}

.accordion__title.is-active {
	border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}

.accordion__title.is-active::before {
	opacity: 0;
}

.accordion__title.is-active::after {
	transform: rotate(0);
}

.accordion__content {
	padding: 0 30px 0 55px;
	background-color: #fff;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
	position: relative;
}

.accordion__content.is-open {
	padding: 0 30px 20px 55px;
	box-sizing: border-box;
	line-height: 28px;
	/* numberに書き換える*/
	height: auto;
	opacity: 1;
	border-radius: 0 0 5px 5px;
}

.accordion__title img {
	display: inline-block;
	width: 30px;
	margin: 0 10px 0 0;
}

.accordion__content:before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url("../images/a.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 15px;
	top: -3px;
}

/*---------------

company

--------------------*/

div#company {
	padding: 90px 0 150px 0;
	background-color: #fff;
	background-image: url("../images/background_fff.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

div#company table {
	width: 80%;
	max-width: 1300px;
	margin: 80px auto 0 auto;
	border-spacing: 0;
}

div#company table th {
	text-align: left;
	width: 20%;
	padding: 20px 0;
	border-bottom: 1px solid #000;
}

div#company table td {
	width: 80%;
	padding: 20px 0;
	border-bottom: 1px solid #000;
}

div#company iframe {
	display: block;
	width: 80%;
	max-width: 1300px;
	height: 500px;
	margin: 80px auto 0 auto;
	border-radius: 30px;
}

/*---------------

message

--------------------*/

div#message {
	padding: 80px 0 150px 0;
	background-color: #f4f4f4;
}

div#message div.inner {
	width: 80%;
	max-width: 1300px;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:1200px) {
	div#message div.inner {
		margin: 80px auto 50px auto;
	}
}

div#message div.inner img {
	width: 23%;
	max-width: 250px;
}

div#message div.inner p {
	width: 75%;
	position: relative;
}

div#message div.inner span {
	position: absolute;
	right: 0;
	bottom: -90px;
	text-align: right;
	font-weight: bold;

}

/*--------------------

contact

--------------------*/

div#contact {
	background-color: #3E3A39;
	padding: 60px 0;
}

div#contact p {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin: 0 0 30px 0;
}

div#contact div {
	width: 90%;
	max-width: 520px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

div#contact div a {
	display: block;
	width: 48%;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
	border-radius: 50px;
	transition: .3s;
}

div#contact div a.contact {
	background-color: #fff;
	animation-delay: .3s;
}

div#contact div a.download {
	background-color: #a59465;
	color: #fff;
	animation-delay: .5s;
}

/*---------------------

footer

----------------------*/

footer#footer {
	padding: 250px 0 0 0;
	position: relative;
}

footer#footer img.logo {
	display: block;
	/* 20250402修正 */
	/* width: 200px; */
	width: 140px;
	margin: 0 auto 80px auto;
}

footer#footer p {
	color: #c0b283;
	font-size: 13px;
	text-align: center;
}

footer#footer a.pagetop {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 5px;
	width: 15px;
	transition: .3s;
}

footer#footer a.pagetop img {
	display: block;
	width: 100%;
}

footer#footer a.pagetop:hover {
	bottom: 10px;
}

/*------------------

contact_header

---------------------*/

section#contact_header {
	margin-top: 80px;
	background-image: url("../images/background_contact.jpg");
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 300px;
}

section#contact_header h2 {
	padding-top: 100px;
}

/*-------------
contact_info
----------------*/

div#contact_info {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div#contact_info p.text_box {
	padding-right: 50px;
	box-sizing: border-box;
	margin: 0;
}

div#contact_info a.tel_box {
	display: block;
	width: 380px;
	border: 1px solid;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
}

div#contact_info a.tel_box strong {
	display: block;
	font-size: 25px;
	margin: 5px 0;
}

/*-------------
contact_step
----------------*/

div.contact_step {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

div.contact_step span {
	background-color: #e6e6e6;
	width: 33%;
	text-align: center;
	padding: 10px 0;
}

div.contact_step span.now {
	background-color: #a28f51;
	color: #fff;
}

/*-------------
table#contact
----------------*/

table#contact {
	width: 80%;
	max-width: 1000px;
	margin: 50px auto;
	border-spacing: 0;
}

table#contact th {
	font-weight: normal;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: left;
	padding: 20px 0;
	width: 30%;
}

table#contact td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	width: 65%;
}

table#contact td br {
	display: none;
}

input.text {
	background-color: #f2f2f2;
	width: 100%;
	box-shadow: none;
	border: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

textarea {
	background-color: #f2f2f2;
	width: 100%;
	box-shadow: none;
	border: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.radio-input {
	display: none;
}

.radio-input+label {
	padding-left: 25px;
	position: relative;
	margin-right: 20px;
	transition: .3s;
}

.radio-input+label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-color: #f2f2f2;
	border-radius: 50%;
}

.radio-input:checked+label {
	color: #f7872f;
}

.radio-input+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	margin: auto;
	width: 13px;
	height: 13px;
	background: #f7872f;
	border-radius: 50%;
	opacity: 0;
	transition: .3s;
}

.radio-input:checked+label::after {
	opacity: 1;
}

/*------------
agree
---------------*/
div.agree {
	text-align: center;
}

div.agree a {
	color: #0071bc;
	border-bottom: 1px solid #0071bc;
	transition: .3s;
}

div.agree a:hover {
	opacity: .6;
}

/*------------
checkbox
---------------*/

.checkbox-input {
	display: none;
}

.checkbox-parts {
	padding-left: 30px;
	position: relative;
	margin-right: 20px;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-color: #f2f2f2;
	border-radius: 4px;
}

.checkbox-input:checked+.checkbox-parts {
	color: #f7872f;
}

.checkbox-input:checked+.checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 8px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #f7872f;
	border-right: 3px solid #f7872f;
}

/*---------
confirm
--------------*/

input.confirm {
	border: none;
	width: 300px;
	margin: 50px auto 130px auto;
	display: block;
	background-color: #a28f51;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 2px;
	transition: .3s;
}

input.confirm_back {
	border: none;
	width: 300px;
	margin: -100px auto 130px auto;
	display: block;
	background-color: #777;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 2px;
	transition: .3s;
}

input.confirm:hover {
	cursor: pointer;
	background-color: #c0b283;
}

input.confirm_back:hover {
	cursor: pointer;
	background-color: #999;
}

/*------------------

footer_menu

--------------------------*/

div#footer_menu {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 30px 0 0 0;
}

div#footer_menu ul {
	display: flex;
	justify-content: center;
}

div#footer_menu ul li a {
	display: block;
	font-size: 14px;
	margin: 0 20px;
	color: #555;
}

/*------------------

privacy_header

---------------------*/

section#privacy_header {
	margin-top: 80px;
	background-image: url("../images/background_privacy.jpg");
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 300px;
}

section#privacy_header h2 {
	padding-top: 100px;
	color: #fff;
}

/*-------------
privacy_box
---------------*/

div#privacy_inner {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

div.privacy_box {
	width: 100%;
	margin-bottom: 50px;
}

div.privacy_box h5 {
	font-size: 18px;
	color: #af9e6e;
	margin: 0;
}

div.privacy_box h5 span {
	display: inline-block;
	background-color: #af9e6e;
	color: #fff;
	width: 30px;
	text-align: center;
	margin-right: 15px;
	border-radius: 2px;
}

div.privacy_box p {
	margin: 20px 0 0 0;
}

div.privacy_box ul {
	margin: 30px 0;
}

div.privacy_box ul li {
	padding-left: 15px;
	position: relative;
}

div.privacy_box ul li.title {
	padding: 0;
}

div.privacy_box ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 12px;
	margin: auto;
}

div.privacy_box ul li.title:before {
	opacity: 0;
}

/*--------

swiper

--------------*/
.swiper-parent {
	position: relative;
	width: 90%;
	max-width: 1500px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
}

.swiper-container {
	width: 80%;
	max-width: 1200px;
	margin: 50px 0 0 0;
}

.swiper-slide {
	border: 4px solid #c0b283;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-slide h5 {
	font-size: 17px;
	line-height: 30px;
	margin: 20px 0 15px 0;
	text-align: center;
}

.swiper-slide h5.min {
	font-size: 16px;
	letter-spacing: 0;
}

div.shop_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.swiper-slide a {
	color: #fff;
	font-weight: bold;
	padding: 0 18px 0 5px;
	font-size: 11px;
	line-height: 22px;
	border-radius: 2px;
	transition: .3s;
	display: inline-block;
	margin: 4px;
	position: relative;
}

.swiper-slide a:after {
	content: '';
	width: 13px;
	height: 13px;
	background-image: url("../images/link.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 3px;
	bottom: 0;
	top: 0;
	margin: auto;
}

.swiper-slide a.rakuten {
	background-color: #ED8332;
}

.swiper-slide a.amazon {
	background-color: #328bc3;
}

.swiper-slide a.yahoo {
	background-color: #96858d;
}

.swiper-slide a.paypay {
	background-color: #6c7c8f;
}

.swiper-slide a.other {
	background-color: #555;
}

.swiper-slide a:hover {
	opacity: .5;
}

.swiper-slide p {
	display: block;
	margin: 5px 0;
	/*height:150px;*/
}

/*
.swiper-slide p.min {
	height:120px;
}

.swiper-slide p.max {
	height:160px;
}*/

.swiper-slide ul {
	background-color: #e6e0cc;
	padding: 5px 10px 5px 25px;
	box-sizing: border-box;
	margin: 15px 0 0 0;
	font-size: 14px;
}

.swiper-slide ul li {
	list-style: disc;
	font-weight: bold;
	color: #6b6036;
}

.swiper-pagination {
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -60px;
	padding: 30px 0 0 0;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.1;
	margin: 0 4px;
}

.swiper-button-prev {
	background-image: url("../images/prev.png");
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
	transition: .5s;
}

.swiper-button-next {
	background-image: url("../images/next.png");
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 70px;
	transition: .5s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-size: 100%;
}

/*-------------

voice

-----------------*/

div#voice {
	background-color: #f4f4f4;
	background-image: url("../images/background_f4f4f4.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 80px 0 60px 0;
}

div.voice_wrapper {
	width: 80%;
	max-width: 1000px;
	margin: 50px auto;
}


div.voice_box_left p strong,
div.voice_box_right p strong {
	display: block;
	color: #fff;
	font-size: 20px;
	padding-bottom: 10px;
}

div.voice_box_left p strong span,
div.voice_box_right p strong span {
	padding: 2px 10px;
	border-radius: 2px;
	color: #3E3A39;
	background-color: #c0b283;
	font-size: 13px;
}

/*-------------
voice_box_left
---------------*/

div.voice_box_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}

div.voice_box_left img {
	width: 14%;
}

div.voice_box_left p {
	background-color: #3E3A39;
	color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 80%;
	position: relative;
	font-weight: bold;
}

div.voice_box_left p:before {
	content: '';
	width: 50px;
	height: 50px;
	background-image: url("../images/flex_box_left.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.voice_box_left span {
	color: #c0b283;
}

/*-------------
voice_box_right
---------------*/

div.voice_box_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
}

div.voice_box_right img {
	width: 14%;
	order: 2;
}

div.voice_box_right p {
	background-color: #3E3A39;
	color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 30px;
	width: 80%;
	position: relative;
	font-weight: bold;
	order: 1;
}

div.voice_box_right p:before {
	content: '';
	width: 50px;
	height: 50px;
	background-image: url("../images/flex_box_right.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.voice_box_right span {
	color: #c0b283;
}

/*----------------
もっと見る
-----------------*/

.more_wrapper {
	width: 100%;
	margin: 60px 0 0 0;
}

.more_inner {
	width: 100%;
	margin: 0 auto;
}

.view_more {
	background-color: #c0b283;
	box-sizing: border-box;
	padding: 15px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	cursor: pointer;
	border-radius: 50px;
	transition: .3s;
	color: #fff;
}

.view_more img {
	display: inline-block;
	width: 13px;
	margin: 0 0 0 5px;
}

.view_more:hover {
	background-color: #c0b283;
	transform: scale(1.05);
}

.view_more.is-active {
	opacity: 0;
}

.view_more.is-active::before {
	opacity: 0;
}

.view_more.is-active::after {
	transform: rotate(0);
}

.view_more_content {
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
}

.view_more_content.is-open {
	box-sizing: border-box;
	line-height: 28px;
	/* numberに書き換える*/
	height: auto;
	opacity: 1;
	margin: -100px 0 0 0;
}

/*-----------------

drawer

------------------*/

div.drawer-menu-wrapper {
	display: none;
}

/*---------------------

ページ遷移 animation

-----------------------*/

#page-animate::before {
	content: '';
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #c0b283;
	z-index: 9999;
	pointer-events: none;
	left: 100%;
	-webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate::after {
	content: '';
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #c0b283;
	z-index: 9999;
	pointer-events: none;
	right: 100%;
	-webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide-in::before {
	left: 0;
}

#page-animate.is-slide::after {
	right: 0;
}

.error_disp {
	color: #c1272d;
}

.animated {
	opacity: 0;
}


/*-----------------

mission

------------------*/
div#mission {
	padding: 80px 0 0 0;
	background-color: #f4f4f4;
	margin: 0 auto;
}

div#mission div.inner {
	width: 80%;
	max-width: 1300px;
	min-width: 900px;
	margin: 90px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

div#mission div.box_wrap {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
}

div#mission div.box {
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 50px 40px 50px;
	margin: 0 0 50px 0;
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.03);
}

div#mission div.box h3 {
	text-align: center;
}

div#mission div.box h3 img {
	position: absolute;
	top: -1.2vw;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
}

div#mission div.box img.mission_img {
	display: block;
	width: 100%;
	margin: 0 auto 10px auto;
}

div#mission div.box p {
	width: 100%;
	margin: 25px 0 0 0;
	font-weight: bold;
	text-align: left;
}

div#mission div.box p span.english {
	color: #7B7A7A;
}



/*==============================================

20250402修正

==============================================*/
/* ===================
common
=================== */
h3.headding--h3 {
	display: inline-block;
	padding-bottom: 30px;
	position: relative;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
}

h3.headding--h3::after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 60px;
	height: 8px;
	background-color: #d7cfb3;
}


/* ===================
ge
=================== */
#ge {
	padding: 60px 0 100px 0;
	background: url("../images/background_fff.png") bottom / contain no-repeat;
	background-color: #fff;
}

div.ge__heading {
	position: relative;
	padding: 80px 0;
	background: url("../images/background_f4f4f4.png") bottom / contain no-repeat;
	background-color: #f4f4f4;
}

div.ge__heading>*+* {
	margin-top: 50px;
}

div.ge__heading p {
	display: block;
	text-align: center;
}

img.logo--ge {
	position: absolute;
	content: '';
	bottom: -20px;
	right: 10vw;
	width: clamp(100px, 10vw, 180px);
}

div.ge__content {
	width: 80%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}

/* --------------
ge-effect
-------------- */
div.ge-effect,
div.ge-flow {
	padding: 80px 0 0;
}

div.ge-effect>*+*,
div.ge-flow>*+* {
	margin-top: 40px;
}

div.ge-effect__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 3vw;
}

div.ge-effect__list-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 30%;
	max-width: 300px;
	min-height: 150px;
	padding: 18px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 2px solid #e1e1e1;
	text-align: center;
	font-weight: 900;
	font-size: 18px;
}

div.ge-effect__list-item p {
	text-align: center;
}

div.ge-effect__list-item .icon-wrapper {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 60px;
    height: 60px;
}

div.ge-effect__list-item .icon-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
}

/* --------------
ge-flow
-------------- */
div.ge-flow__list {
	display: flex;
	justify-content: center;
	gap: 7vw;
}

div.ge-flow__list-item {
	width: 26%;
}

div.ge-flow__list-item>*+* {
	margin-top: 20px;
}

div.ge-flow__list-item img {
	display: block;
	width: 100%;
}

div.ge-flow__list-item h4 {
	display: block;
	font-size: 16px;
	font-weight: 900;
	text-align: left
}


/* ===================
award
=================== */
#award {
	padding: 120px 0 120px;
	background: url("../images/bg_award_bottom.png") bottom / contain no-repeat;
	background-color: #d7cfb3;
}

div.award__inner {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

div.award__content {
	position: relative;
	width: 100%;
	padding: 80px 0 40px;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.03);
}

div.award__content>*+* {
	margin-top: 50px;
}

div.award__content h2 img {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

div.award__content p {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.award__sub-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 120px;
	margin: 50px -1%;
	padding: 15px 30px;
	box-sizing: border-box;
	background: #BDAF81;
}

div.award__sub-heading img {
	display: block;
	width: 60%;
}

div.award__sub-heading::before,
div.award__sub-heading::after {
	position: absolute;
	content: '';
}

div.award__sub-heading::before {
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #A2946F;
	border-left: 10px solid transparent;
}

div.award__sub-heading::after {
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #A2946F;
	border-right: 10px solid transparent;
}

span.award__shops-heading {
	padding: 0.5em 2em;
	border-radius: 100px;
	background-color: #3e3a39;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
}

img.award__shops {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

p.award__kome{
	color: #6d6e6e;
	font-size: 12px;
}


/* ===================
support
=================== */
#support {
	padding: 120px 0 140px;
	background-color: #fff;
	background-image: url("../images/background_f4f4f4.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f4f4f4;
}

div.support__inner {
	width: 80%;
	max-width: 1600px;
	min-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

div.support__inner>*+* {
	margin-top: 60px;
}

div.support__content>*+* {
	margin-top: 100px;
}

/* --------------
planning
-------------- */
div.planning>*+*,
div.measures>*+* {
	margin-top: 30px;
}

div.planning__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2.2vw;
}

div.planning__list-item {
	display: flex;
	gap: 1em;
	width: 31%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.03);
}

div.planning__list-item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background-color: #bdaf81;
}

div.planning__list-item-icon img {
	display: block;
	width: 50px;
}

div.planning__list-item-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

div.planning__list-item-text p {
	font-size: clamp(12px, 1vw, 16px);
	font-weight: 900;
}

/* --------------
measures
-------------- */
div.measures__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.2vw;
}

div.measures__list-item {
	width: 31%;
	padding: 15px 30px 30px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.03);
}

div.measures__heading {
	display: flex;
	align-items: center;
	gap: 1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

div.measures__heading img {
	display: block;
	width: 50px;
}

div.measures__list-item p {
	font-size: 14px;
}

div.measures__heading p {
	font-size: 15px;
	font-weight: 900;
}


/* ===================
case-amazon
=================== */
#case-amazon {
	padding: 100px 0 180px 0;
	background-image: url("../images/background_fff.png");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

#case-amazon .swiper-slide {
	border: 2px solid #f4f4f4;
	box-sizing: border-box;
	padding: 0;
	border-radius: 10px;
}

div.case-amazon__content {
	display: flex;
	justify-content: space-between;
	width: 100% !important;
	height: 100%;
}

/* ---------------------
case-amazon__outline
--------------------- */
div.case-amazon__outline {
	width: 45%;
	padding: clamp(30px, 4vw, 50px);
	box-sizing: border-box;
	text-align: center;
}

div.case-amazon__outline>*+* {
	margin-top: clamp(20px, 2vw, 30px);
}

span.plan-wrapper{
	display: flex;
	justify-content: center;
}

span.plan-heading{
	display: inline-block;
	background-color: #3e3a39;
	padding: 0.3em 1em;
	color: #fff;
	font-size: clamp(10px, 0.8vw, 13px);	
	font-weight: 900;
	border-radius: 5px 0 0 5px;
}

span.plan-name{
	display: inline-block;
	background-color: #f4f4f4;
	padding: 0.3em 1em;
	font-size: clamp(10px, 0.8vw, 13px);
	font-weight: 900;
	border-radius: 0 5px 5px 0;
}

div.case-amazon__outline h3 {
	font-size: clamp(20px, 1.5vw, 24px);
	font-weight: 600;
}

span.shop-tag{
	padding: 0.1em 1em;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #6d6e6e;
	font-size: clamp(10px, 0.8vw, 13px);
	font-weight: 600;
	color: #6d6e6e;
}

p.case-amazon__sub-heading{
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 600;
	text-align: center;
}

div.case-amazon__issue{
	border-top: 2px solid #f4f4f4;
}

div.case-amazon__issue-item h4 {
	display: block;
	width: 100%;
	padding-bottom: 0.8em;
	position: relative;
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 900;
	text-align: left;
}

div.case-amazon__issue-item h4::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #d7cfb3;
}

div.case-amazon__issue-item p {
	font-weight: 600;
	font-size: clamp(13px, 0.8vw, 15px);
	letter-spacing: normal;
}

ul.measure-list {
	text-align: left;
	background-color: #fff;
	padding: 0;
}

ul.measure-list>*+* {
	margin-top: 1em;
}

ul.measure-list li{
	position: relative;
	list-style: none;
	color: #000;
	padding-left: 2em;
	font-size: clamp(11px, 0.8vw, 13px);
	line-height: 1.5em;
}

ul.measure-list li::after{
	position: absolute;
	content: '';
	top: 0.3em;
	left: 0;
	width: 1em;
	height: 1em;
	border-radius: 0.2em;
	background-color: #cacaca;
}


/* ---------------------
case-amazon__result
--------------------- */
div.case-amazon__result {
	display: flex;
	align-items: center;
	width: 53%;
	padding: clamp(30px, 4vw, 50px);
	box-sizing: border-box;
	background-color: #f4f4f4;
}

div.case-amazon__result-in>*+* {
	margin-top: 30px;
}

div.case-amazon__result-in img {
	display: block;
	width: 100%;
}