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

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
}

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

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

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

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

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

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

header

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

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

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

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

header#header ul {
	display: none;
}

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

top

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

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

section#top div.img_wrap img {
	display: block;
	width: 90%;
	margin: 0 auto 40px 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: 25px 0 30px;
}

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

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

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

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



section#top div.shop span {
	display: block;
	margin: 30px auto 15px;
	text-align: center;
	font-weight: bold;

}

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

section#top div.shop p {
	width: 90%;
	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;
}

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

case

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

div#case {
	padding: 60px 0 120px 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: 30px 0;
	transition: .3s;
}

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

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

service

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

div#service {
	padding: 60px 0 70px 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 {
	width: 85%;
	margin: 0 auto;
	padding-top: 30px;
}

div#service p.service_p br {
	display: none;
}

div#service div.inner {
	width: 85%;
	margin: 60px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

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

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

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 35px 35px 35px;
	margin: 0 0 40px 0;
	box-shadow: 25px 25px 25px rgba(0, 0, 0, 0.03);
}

div#service div.box img {
	display: block;
	width: 100%;
}

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

div#service div.box table {
	width: 100%;
	border-spacing: 0;
	margin: 20px 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 {
	/* 20250402修正 */
	/* padding: 30px 0 100px 0; */
	/* background-image: url("../images/background_f4f4f4.png"); */
	padding: 30px 0;
	background-color: #fff;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

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

div#strengh div.inner {
	/* width: 85%; */
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 2vw;
}

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

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

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

div#strengh div.box strong br {
	display: none;
}

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

flow

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

div#flow {
	padding: 60px 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: 85%;
	margin: 60px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

div#flow div.box {
	width: 47%;
	box-sizing: border-box;
	margin: 0 0 30px 0;
}

div#flow div.box strong {
	font-size: 16px;
	display: block;
	text-align: center;
	margin: 10px 0 5px 0;
}

div#flow div.box img {
	display: block;
	width: 40%;
	margin: 0 auto;
}

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

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

qa

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

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

.accordion {
	width: 85%;
	margin: 60px auto 30px auto;
}

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

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

.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: 25px;
	/* 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: 50px 0 100px 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: 85%;
	margin: 50px auto 0 auto;
	border-spacing: 0;
}

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

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

div#company iframe {
	display: block;
	width: 85%;
	height: 300px;
	margin: 50px auto 0 auto;
	border-radius: 20px;
}

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

message

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

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

div#message div.inner {
	width: 85%;
	margin: 40px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}


div#message div.inner img {
	width: 40%;
	display: block;
	margin: 10px auto 25px auto;
	order: 1;
}

div#message div.inner p {
	width: 100%;
	order: 2;
}

div#message div.inner span {
	display: block;
	font-weight: bold;
	text-align: right;
	margin: 40px 0 0 0;
}

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

contact

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

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

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

div#contact div {
	width: 54%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

div#contact div a {
	display: block;
	width: 47%;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	border-radius: 50px;
}

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: 150px 0 0 0;
	position: relative;
}

footer#footer img.logo {
	display: block;
	/* 20250402修正 */
	/* width: 120px; */
	width: 100px;
	margin: 0 auto 50px auto;
}

footer#footer p {
	color: #c0b283;
	font-size: 11px;
	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: 70px;
	background-image: url("../images/background_contact.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	height: 180px;
}

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

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

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

div#contact_info p.text_box {
	box-sizing: border-box;
	margin: 20px 0 0 0;
	order: 2;
}

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

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

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

div.contact_step {
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

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

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

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

table#contact {
	width: 85%;
	margin: 20px auto 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: 25%;
}

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

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: 15px;
	height: 15px;
	background-color: #f2f2f2;
	border-radius: 50%;
}

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

.radio-input+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	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: 5px;
	margin: auto;
	width: 15px;
	height: 15px;
	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: 0;
	left: 10px;
	width: 6px;
	height: 12px;
	transform: rotate(40deg);
	border-bottom: 3px solid #f7872f;
	border-right: 3px solid #f7872f;
}

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

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

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

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

footer_menu

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

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

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

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

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

privacy_header

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

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

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


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

div#privacy_inner {
	width: 85%;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

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

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

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

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

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

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

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

div.privacy_box ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	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: 95%;
	margin: 0 auto;
	display: flex;
}

.swiper-container {
	width: 75%;
	margin: 30px 0 0 0;
}

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

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

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

.swiper-slide h5 {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	margin: 10px 0;
	letter-spacing: 0;
}

.swiper-slide h5.min {
	letter-spacing: -1px;
	font-size: 13px;
}

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

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

.swiper-slide a:after {
	content: '';
	width: 10px;
	height: 10px;
	background-image: url("../images/link.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 2px;
	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 p {
	display: block;
	margin: 5px 0;
}

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

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

.swiper-pagination {
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -50px;
}

.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: 50px;
	height: 50px;
	transition: .3s;
}

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

.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: 60px 0;
}

div.voice_wrapper {
	width: 85%;
	margin: 50px auto 20px auto;
}

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

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

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

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

div.voice_box_left img {
	width: 20%;
}

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

div.voice_box_left p:before {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url("../images/flex_box_left.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: -20px;
	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: 10px 0;
}

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

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

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

div.voice_box_right span {
	color: #c0b283;
}

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

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

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

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

.view_more img {
	display: inline-block;
	width: 10px;
	margin: 0 0 0 3px;
}

.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: 25px;
	/* numberに書き換える*/
	height: auto;
	opacity: 1;
	margin: -80px 0 0 0;
}

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

drawer

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

/*:::::::::::::ハンバーガーメニュー:::::::::::::::::::*/

#navTgl:checked~.contents {
	transform: translateX(250px);
}

/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}

.drawer-menu-wrapper label {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
}

.drawer-open {
	z-index: 10000;
	width: 70px;
	height: 70px;
	background: #c0b283;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-open::before,
.drawer-open::after {
	content: "";
}

.drawer-open span,
.drawer-open::before,
.drawer-open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 18%;
	width: 60%;
	border-bottom: 3px solid #fff;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-open::before {
	transform: translateY(-10px);
}

.drawer-open::after {
	transform: translateY(10px);
}

.drawer-close {
	z-index: 9999;
	width: 100%;
	height: 100%;
	opacity: 0;
	/* revison_20201203 */
	pointer-events: none;
	transition: background .6s;
}

#navTgl:checked+.drawer-open {
	transform: translateX(-250px);
}

#navTgl:checked+.drawer-open span {
	transform: scaleX(0);
}

#navTgl:checked+.drawer-open::before {
	transform: rotate(45deg);
}

#navTgl:checked+.drawer-open::after {
	transform: rotate(-45deg);
}

#navTgl:checked~.drawer-close {
	pointer-events: auto;
	opacity: 1;
	/* revison_20201203 */
	background: rgba(0, 0, 0, .5);
}

/* :::::: drawer menu :::::: */
.drawer-menu {
	z-index: 10000;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-menu ul {
	margin: 0;
	padding: 10px;
}

.drawer-menu li {
	list-style: none;
	text-align: left;
}

.drawer-menu a {
	display: block;
	padding: 8px;
	font-size: 14px;
	text-decoration: inherit;
	transition: background .6s;
	color: #a59465;
	font-weight: bold;
}

.drawer-menu a.download {
	background-color: #a59465;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin: 25px 0 0 0;
}

.drawer-menu a.contact {
	background-color: #3E3A39;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 10px 0;
	margin: 15px 0;
}

.drawer-menu a.facebook {
	color: #385599;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 30px 0 0 0;
}

.drawer-menu a.facebook img {
	display: inline-block;
	width: 20px;
	margin-right: 8px;
}

#navTgl:checked~.drawer-menu {
	transform: 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;
}

br.none {
	display: none;
}

.error_disp {
	color: #c1272d;
}

.animated {
	opacity: 0;
}


img.test_220412_pc {
	width: 85%;
	display: block;
	margin: 50px auto 0;
}

img.test_220412_sp {
	display: none;
}

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

mission

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

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

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

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

div#mission div.box h3 {
	text-align: center;
	font-size: 12px;
}

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

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

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

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



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

20250402修正

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

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


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

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

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

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

img.logo--ge {
	position: absolute;
	content: '';
	bottom: -40px;
	right: 5vw;
	width: 90px;
}

div.ge__content {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

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

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

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%;
	min-height: 130px;
	padding: 18px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 2px solid #e1e1e1;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
}

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

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

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: 30%;
}

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

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

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


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

div.award__inner {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

div.award__content {
	position: relative;
	width: 100%;
	padding: 60px 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: 40px;
}

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: 100px;
	margin: 50px -1.8%;
	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: 15px;
	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: 60px 0 80px;
	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: 90%;
	margin: 0 auto;
	text-align: center;
}

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

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

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

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

div.planning__list-item {
	display: flex;
	gap: 1em;
	width: 48%;
	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: 60px;
	height: 60px;
	background-color: #bdaf81;
}

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

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

div.planning__list-item-text p {
	font-size: 12px;
	font-weight: 900;
}


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

div.measures__list-item {
	width: 48%;
	padding: 15px 20px 20px;
	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: 40px;
}

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

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

/* ===================
case-amazon
=================== */
#case-amazon {
	padding: 60px 0 80px 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;
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding: 0;
	border-radius: 10px;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

div.case-amazon__content {
	width: 100% !important;
}

/* ---------------------
case-amazon__outline
--------------------- */
div.case-amazon__outline {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}

div.case-amazon__outline>*+* {
	margin-top:20px;
}

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: 10px;	
	font-weight: 900;
	border-radius: 5px 0 0 5px;
}

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

div.case-amazon__outline h3 {
	font-size: 20px;
	font-weight: 600;
}

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

p.case-amazon__sub-heading{
	font-size: 16px;
	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: 15px;
	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: 14px;
	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: 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: 100%;
	padding: 40px 40px 24px;
	box-sizing: border-box;
	background-color: #f4f4f4;
}

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

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