@charset "utf-8";
html {
	line-height: 1;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	font-weight: 300;
	font-family:"Kumbh Sans", sans-serif ;
	color: #000000;
}
header .fixed {
	position: fixed;
	top:0;
	width:100%;
	background-color: #fff;
	z-index: 10;
}
header .under-layer {
	margin-top:100px;
}
img {
	width:100%;
}
a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.container {
	width:100%;
	max-width: 1140px;
	margin:0 auto;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.bg-white {
	background-color:#fff;
}
.bg-cream-white {
	background-color:#FFFDEE;
}
.bg-fv-white {
	background-image: url(./../img/bg/bg-fv-white.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 80vh;
}
.bg-fv-blue-gradi {
	background:linear-gradient(to bottom,#62A6A9, rgba(98, 166, 169,0.7));
	height: 20vh;

}
.text-white {
	color:#fff;
}
.text-dark-grayge {
	color:#BEB7B1;
}
.font-weight-bold {
	font-weight: bold;
}
.br-10 {
	border-radius:10px;
}
.pt-0 {
	padding-top: 0px!important;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px!important;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-120 {
	padding-top: 120px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-120 {
	padding-bottom: 120px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-20 {
	margin-bottom: 20px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}
.mb-80 {
	margin-bottom: 80px!important;
}
.mb-100 {
	margin-bottom: 100px!important;
}

.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-40 {
	margin-left: 40px;
}
.m-0-center {
	margin:0 auto!important;
}

.flex {
	display: flex;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}
.align-baseline {
	align-items: baseline;
}
.align-end {
	align-items: flex-end;
}
.col-1-2 {
	width:46%;
	margin:0 10px;
}
.col-1-3 {
	width:31%;
	margin:0 10px;
}
.col-2-3 {
	width:62%;
	margin:0 10px;
}
.col-1-4 {
	width:23%;
	margin:0 10px;
}
.col-3-4 {
	width:66%;
	margin:0 10px;
}
.col-1-5 {
	width:19%;
	margin:0 10px;
}
.col-4-5 {
	width:76%;
	margin:0 10px;
}
.col-1-6 {
	width:14%;
	margin:0 15px 30px;
}

/* header */
header .container {
	padding: 10px 0;
	max-width: 1440px;
}
.cta {
	margin-left:24px;
}
.cta p {
	letter-spacing: 0.8px;
	margin-bottom: 2px;
	font-size:12px;
}
.cta a {
	display: inline-block;
	color:#fff ;
	font-size:18px;
	border-radius:10px;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	padding:10px 20px;
	width:250px;
}
.cta.tel a {
	background-color:#877B69;
}
.cta.tel a .tel-num {
	margin:0 6px;
}
.cta .recept-time {
	font-size: 14px;
}
.cta.line-btn a {
	background-color:#06C755;
	padding:16px 20px;
	letter-spacing: 1.2px;
}
.link-icon {
	width:auto;
	height: 25px;
	vertical-align: text-bottom;
}
.logo {
	width:300px;
}
.main-nav .nav-item {
	position: relative;
	padding:10px 0;
}
.main-nav .nav-item a {
	font-size:18px;
	font-weight:300;
	line-height: 30px;
	display:inline-block;
	letter-spacing: 1.2px;
}

.main-nav .nav-item a span {
	border-right: 1px solid rgba(0,0,0,0.4);
	padding: 0 30px;
	text-align: center;
	display: inline-block;
}
.main-nav .nav-item.last-item a span {
	border-right: none
}

/* slider */
/* 選択されていないサムネイルは薄くする */
.splide__slide {
  opacity: 1;
}
/* 選択されているサムネイルだけ透過しない */
.splide__slide.is-active {
  opacity: 1;
}
/* 画像サイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}
.reason-splide .splide__track {
	overflow: visible!important;
}
.reason-splide .splide__slide {
  opacity: 1;
}
.reason-splide .splide__arrow {
	background:#62A6A9;
	opacity: 1;
}
.reason-splide .splide__arrow svg {
	fill:#fff;
}
.reason-splide .splide__pagination__page {
	background :#D9D9D9;	
}
.reason-splide .splide__pagination__page.is-active {
	background :#62A6A9;
}
/* スライダーの幅 */
.access-slider.slider-sec {
  margin-inline: auto;
  max-width: 630px;
  width: 100%;
}
.access-slider .splide__track {
	margin-top: 16px;
}
.access-slider .splide__arrow {
	background:#62A6A9;
	opacity: 1;
	top:-150%;
	transform: translateY(-150%);
}
.access-slider .splide__arrow--prev {
	left:-3em;
}
.access-slider .splide__arrow--next {
	right: -3em;
}
.access-slider .splide__arrow svg {
	fill:#fff;
}
.access-slider .splide__track--nav>.splide__list>.splide__slide.is-active {
	border:none;
}

/* accordion */
.accordion {
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.accordion-trigger {
  width: 100%;
  padding:30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right,#62A6A9, rgba(98, 166, 169,0.7));
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 700;
  font-size: 20px;
  color:#fff;
  line-height: 28px;
}
.accordion-trigger .flex {
	width: 100%;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-content.open {
  max-height: 100%;
}

.accordion-body {
  padding: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #434343;
  transition: height 0.3s ease-out;
  background-color: #fff;
}
.q-icon {
	font-size: 24px;
	font-weight: 400;
	width: 3%;
	font-family: "Noto Sans JP", sans-serif;
}
.a-icon {
	font-size: 24px;
	font-weight: 500;
	color:#434343;
	font-family: "Noto Sans JP", sans-serif;
	margin-right: 30px;
}
.icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
}

.line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.line:first-child {
  transform: translateY(-50%);
}

.line:last-child {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-trigger.open .line:last-child {
  transform: translateY(-50%) rotate(0);
}
/* tab */
.tab {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.tab-buttons {
  display: flex;

}
.tab-buttons .contact {
	background-color: #E66B00;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	padding: 16px 0;
	border-radius: 10px 10px 0 0;
	width: 49%;
	margin-right: 10px;
	text-align: center;
}
.tab-buttons .recruit {
	background-color: #18D093;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	padding: 16px 0;
	border-radius: 10px 10px 0 0;
	width: 49%;
	margin-left: 10px;
	text-align: center;
}

.tab-contents .content {
  display: none;
  padding: 40px;
  animation: fadeIn 0.3s ease-in-out;
}
.tab-contents .content .bg-white {
	padding: 60px 40px;
}
.tab-contents .content label {
	color:#101010;
	font-size: 18px;
	font-weight: 700;
}
.tab-contents .content label .must {
	color:#fff;
	font-size: 12px;
	padding: 4px 6px;
	background-color: #E66B00;
	margin-left: 4px;
}
.tab-contents .content.contact {
	background-color: #E66B00;
}
.tab-contents .content.recruit {
	background-color: #18D093;
}

.tab-contents .content.active {
  display: block;
}

/*=============================
.btn-trigger
=============================*/
.humberger-btn {
	top:10px;
	right: 10px;
	z-index: 2;
}
.btn-trigger {
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 100px;
  margin-top: 20px;
}
.btn-trigger span {
  position: absolute;
  left: 6px;
  width: 70%;
  height: 3px;
  background-color: #000000;
  border-radius: 3px;
}
.btn-trigger.active span {
  background-color: #000000;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 6px;
}
.btn-trigger span:nth-of-type(2) {
  top: 16px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 16px;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/* sp nav */

.sp-nav-area {
	height: 0vh;
	opacity: 0;
    visibility: hidden;
  	pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sp-nav-area.active {
	opacity: 1;
		visibility: visible;
		pointer-events: auto;
	width:20%;
	height: 100%;
	background: linear-gradient(to right,#62A6A9, #90c0c2);
	top:0;
	right:0;
	z-index: 1;
    position: fixed;
    overflow-y: auto;
}
.active .sp-nav {
	width:85%;
	margin:100px auto 0;
}
.sp-nav li {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.8px;
	padding: 24px 0;
	border-bottom: 2px solid #fff;
	line-height: 20px;
}
.sp-nav li .en-nav {
	font-size: 12px;
}
.sp-nav li ul {
	padding-left: 20px;
}
.sp-nav li ul li {
	border-bottom: none;
	padding: 6px 0;
	font-size: 14px;
}
.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff!important;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(135deg);
  margin-right: 4px;
}
.dropdown-menu.open .dli-chevron-up {
  transform: translateY(25%) rotate(-45deg);	
  transition: 0.3s;	
}
.dropdown-menu-list {
  display: none;
}

.dropdown-menu.open .dropdown-menu-list {
  display: block;
}
.sp-nav-area .btn {
	padding: 20px 0;
	width: 80%;
}

.sp-nav-area .cta.tel ,.sp-nav-area .cta.line-btn {
	display: block;
	text-align: center;
	margin-top:20px;
	margin-left: 0;
}

/* hover menu */
.main-nav .container {
	padding: 0;
}
.main-nav .nav-item .hover-menu {
	position: absolute;
	top:82px;
	background-color: #f2f0e6;
	opacity: 0;
	pointer-events: none; /* 非表示時にクリックできないように */
	transition: opacity 0.3s ease, transform 0.3s ease;
	padding: 20px 40px;	
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	z-index:1;
	width: 164px;
}
.main-nav .nav-item#genre-nav .hover-menu {
	width: 214px;
}
.main-nav .nav-item .hover-menu a {
	font-size:14px;
	display: block;
}
.main-nav .nav-item .hover-menu.show {
  opacity: 1;
  pointer-events: auto;
}

/* main */
.ttl {
  font-size: 36px;
  font-weight:400;
  letter-spacing: 1.4px;
  border-bottom: solid 3px #E6E3CF;
  position: relative;
  width:fit-content;
  margin:0 auto;
  padding-bottom: 10px;
  margin-bottom:40px;
}
.ttl::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-10deg);
	top: -40px;
	left: -76px;
	color: #62A6A9;
	font-size: 46px;
	font-weight: 400;
	font-family: "Pinyon Script", cursive;
	letter-spacing: 4px;
}
.ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #62A6A9;
  bottom: -2px;
  width: 50%;
}
.ttl span {
	font-size: 55px;
	font-weight:600;
}
.bg-grayge {
	background-color: #f2f0e6;
}
.bnr {
	max-width:700px;
	height: auto;
}
.btn {

	background-color: #877B69;
	border-radius: 10px;
	box-shadow: 0 4px 4px #00000040;
	font-size: 18px;
	letter-spacing: 1.2px;
	margin: 2px;
	color:#fff;
	padding: 20px 80px;
	font-weight: 400;
	display: inline-block;
}
.btn:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.btn img {
	width:30px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 6px;
}
.arrow-right {
	position: relative;
}
.arrow-right::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.reason-box {
	position: relative;
	padding: 16px 10px;
	background-color: #ffffff;
	margin-bottom: 60px;
	border:1px solid #877B69CC;
}
.reason-box .num,.reason-box .even-num {
	position: absolute;
  	width: 70px;
  	height: 70px;
  	border-radius: 50px;
  	font-size: 36px;
  	border:3px solid #877B69;
  	color:#877B69;
  	background-color: #fff;
  	text-align: center;
  	align-content: center;
  	top:-40px;
}
.reason-box .num {
  	left:30px;
}
.reason-box .even-num {
  	right:30px;
}
.wide-reason .reason-box {
	min-height: 565px;
}
.wide-reason .reason-box .num {
	position: absolute;
  	width: 60px;
  	height: 60px;
  	font-size: 23px;
  	left:5px;
  	top:-50px;
}
.reason-box h3 {
	font-size: 24px;
	font-weight: 500;
}
.reason-box p {
	font-weight: 300;
	line-height: 33px;
}
/* footer */
footer {
	background-color:#877B69;
	color:#fff;
	line-height: 24px;
	letter-spacing: 1.2px;
	font-weight: 300;
}
footer h3 {
	font-size:16px;
	font-weight: 700;
}
footer p a {
	line-height: 24px;
	letter-spacing: 1.2px;
	font-size:14px;
	font-weight: 300;
}
footer ul {
	padding-left: 10px;
}
footer ul li {
	line-height: 24px;
	letter-spacing: 1.2px;
	font-size:14px;
	font-weight: 300;
	list-style-type: "・";
}
footer a:hover ,footer ul li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
footer .col-1-4 {
	margin-bottom:40px;
	width: 22%;
}
footer .copyright {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1.2px;
}

/* TOP */
#top .under-page-header .fv-sec .ttl-position {
	position: absolute;
	bottom:15%;
	left: 40px;
}
#top .under-page-header .fv-sec h1 {
	text-align: left;
	font-size: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-shadow: unset;
}
#top .under-page-header .fv-sec h1 span{
	font-size: 100px;
}
#top .under-page-header .fv-sec .sub-catch {
	font-size:78px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
#top .under-page-header .fv-sec .sub-catch span {
	font-size:105px;
	font-weight: 400;
}
#top .under-page-header .fv-sec .vertical-txt {
	font-size: 26px;
	line-height: 54px;
	letter-spacing: 10px;
	font-weight: 400;
	text-shadow: 0 4px 4px #62A6A9;
	font-family: "Noto Serif JP", serif;
	writing-mode: vertical-rl;
	position: absolute;
	top:40px;
	right: 60px;
}
#top .under-page-header .fv-sec .vertical-txt span {
	margin-top:3em;
}
#top .under-page-header .sokkin {
	top:-80px;
	left:25%;
}
#top .need-inner {
	max-width:800px;
}
#top .guide-txt {
	font-size: 18px;
}
#top .lead-copy {
	font-size:28px;
	font-family: "Noto Serif JP", serif;
	font-weight: 200;
	text-align: center;
}
/* 下層ページ */
.under-page-header {
	align-content: center;
}
.under-page-header .fv-sec {
	position: relative;
}
.under-page-header .catchcopy {
	font-size: 32px;
	font-weight: 200;
  	font-family: "Noto Serif JP", serif;
  	letter-spacing: 1.2px;
}
.under-page-header .catchcopy img {
	width:65px;
	height: auto;
	vertical-align: middle;
	margin-right: 16px;
}
.under-page-header h1 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.2px;
}
.under-page-header .fv-sec .ttl-position {
	position: absolute;
	bottom:15%;
	right: 40px;
}
.under-page-header .fv-sec h1 {
	font-size: 150px;
	font-weight: 400;
	letter-spacing: 1.2px;
	font-family: "Noto Serif JP", serif;
	text-align: right;
	margin-bottom: 60px;
	text-shadow: 0 4px 4px #62A6A9;
}
.under-page-header .fv-sec .ttl-position .point-box {
	color:#fff;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.6px;
	font-family: "Noto Serif JP", serif;
	background-color: #877B69;
	padding: 30px 10px;
	margin-left:20px;
}
.under-page-header .fv-sec .ttl-position .point-box.line-break {
	padding: 20px 10px;	
}
.under-page-header .fv-sec .ttl-position .point-box p span {
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
}
.under-page-header .fv-sec .fv-txt {
	font-size:28px;
	font-weight: 400;
	letter-spacing: 0.8px;
	font-family: "Noto Serif JP", serif;
	color:#292929;
	text-shadow: 0 5px 5px #62A6A9;
	text-align: right;
}
.under-page-header .sokkin {
	position: absolute;
	width:200px;
	top:-120px;
	right:95%;
}
.under-page-header .new-open {
	width:250px;
	text-align: right;
	margin-right: 40px;
}

.guide-txt {
	font-size: 24px;
	margin-bottom:40px;
	line-height: 32px;
}
.guide-txt img {
	width:30px;
}
.need-inner {
	max-width:720px;
	margin:0 auto;
}
.need-inner p {
	line-height: 24px;
}
.reason-inner {
	max-width:1440px;
	margin:0 auto;
}
.breadcrumb {
	width:100%;
	max-width: 1400px;
	margin:10px auto 0;
}
.breadcrumb p {
	letter-spacing: 0.8px;
}
.breadcrumb-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 12px 3px 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
/* About us */
h3.ttl-h3 {
	font-size:28px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom:40px;
}
h3.ttl-h3 span {
	font-size:24px;
}
.about-txt {
	line-height: 33px;
}
/* onsite */
.wide-reason .container {
	max-width:1440px; 
}
.wide-reason .reason-box h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.cta-area {
	margin-top:60px;
}
.cta-area .font-size-12 {
	font-size: 12px;
}
.cta-area .font-size-18 {
	font-size: 18px;
	font-weight: 500;
}
.cta-green, .cta-line-green ,.cta-brown {
	padding: 10px;
	border-radius: 10px;
	color:#fff;
	box-shadow: 0 4px 4px #00000040;
	max-width:320px;
	letter-spacing: 0.8px;
}
.cta-green img , .cta-line-green img , .cta-brown img {
	width:40px;
	margin-right: 10px;
}
.cta-line-green .color-yellow {
	color:#FFD800;
	font-weight: 600;
}
.cta-brown {
	background-color: #877B69;
	line-height: 18px;
}
.cta-line-green {
	background-color: #06C755;
	line-height: 28px;
}
.cta-green {	
	background-color: #62A6A9 ;
	line-height: 28px;
}
.genre-area .col-1-2 {
	width: 48%;
}
.genre-box {
	background:linear-gradient(to right,#E6E3CF, #E6E3CF80);
	padding: 24px 20px;
	box-shadow: 0 4px 4px #00000040;
	margin-bottom: 20px;
}
.genre-box img {
	width:114px;
	margin-right: 20px;
}
.genre-box p {
	font-size: 18px;
	color:#454545;
	font-weight: 300;
}
.area-section p {
	font-size: 16px;
	line-height: 24px;
}
.voice-section .col-1-4 {
	width:23%;
}
.voice-box {
	padding: 10px 10px 30px;
	background-color: #fff;
	position: relative;
}
.voice-box h3 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin:30px 0 20px;
}
.voice-box p {
	line-height: 20px;
}
.voice-box .pin {
	width:25px;
	position: absolute;
	top:-10px;
	left:47%;
}
.voice-box .person-up {
	width:60px;
	position: absolute;
	top:-10px;
	left:-10px;
}
.voice-box .person-bottom {
	width:60px;
	position: absolute;
	bottom:-20px;
	right:-10px;
}
.voice-section .btn {
	background-color: #877B69;
	border-radius: 10px;
	box-shadow: 0 4px 4px #00000040;
	font-size: 18px;
	letter-spacing: 1.2px;

}
/* LINE assessment */
#line-assessment .under-page-header .fv-sec .ttl-position {
	position: absolute;
	bottom:15%;
	left: 40px;
}
#line-assessment .under-page-header .fv-sec h1 {
	text-align: left;
	font-size: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-shadow: unset;
}
#line-assessment .under-page-header .fv-sec h1 span{
	font-size: 100px;
}
#line-assessment .under-page-header .fv-sec .vertical-txt {
	font-size: 26px;
	line-height: 54px;
	letter-spacing: 10px;
	font-weight: 400;
	text-shadow: 0 4px 4px #06C75566;
	font-family: "Noto Serif JP", serif;
	writing-mode: vertical-rl;
	position: absolute;
	top:40px;
	right: 60px;
}
#line-assessment .under-page-header .fv-sec .vertical-txt span {
	margin-top:3em;
}
#line-assessment .under-page-header .sokkin {
	top:-50px;
	left:45%;
}

#line-assessment .under-page-header .fv-sec .ttl-position .point-box {
	background-color: unset;
	position: relative;
	padding: 30px 0px;
	margin-left: 0;
}
#line-assessment .under-page-header .fv-sec .ttl-position .point-box p {
	position: absolute; 
	top: 50%;
    left: 45%;
    transform: translate(-35%,-50%);
}

#line-assessment .wide-reason .reason-box {
	min-height: 500px;
}
.purchase-guide-box {
	padding: 10px 30px;
	background-color: #62A6A9;
	box-shadow: 0 4px 4px #00000040;
	color:#fff;
	border-radius: 10px;
	margin-bottom: 20px;
	
}
.purchase-guide-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 8px;
}
.purchase-guide-box p {
	font-size:13px;
	line-height:18px;
}
.purchase-guide-box img {
	width:40px;
	margin-right: 20px;
}
.satei-point-box {
	padding: 20px 20px 40px;
	background-color: #fff;
	border:1px solid #E6E3CF;
	margin-bottom: 30px;
}
.satei-point-box .col-1-2 {
	position: relative;
	width:45%;
	margin-bottom: 20px;
}
.satei-point-box p {
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}
.satei-point-box .satei-point-num {
	position: absolute;
	top: 0;
	left:0;
	background-color: #00B900;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 4px;
	text-align: center;
	margin-top: 0px;
}
.satei-section .ttl-head {
	background-color: #3BD42E;
	padding: 10px 0;
	border-radius:10px 10px 0 0;
}
.satei-section .ttl-head h3 {
	color: #fff;
	margin:0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
}


/* delivery */
#purchase-delivery .under-page-header .fv-sec .ttl-position {
	position: absolute;
	bottom:5%;
}
#purchase-delivery .under-page-header .sokkin {
	top:-90px;
	right:100%;
}

#purchase-delivery .under-page-header .fv-sec h1 {
	font-size: 170px;
	margin-bottom: 60px;
	line-height: 120px;
}
#purchase-delivery .under-page-header .fv-sec h1 span{
	font-size: 90px;
	background-image: radial-gradient(circle at center, #000000 10%, transparent 10%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
}
#purchase-delivery .under-page-header .fv-sec .ttl-position .fv-fukidashi {
	font-size: 34px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
#purchase-delivery .under-page-header .fv-sec .ttl-position .point-box {
	min-width: 220px;
	text-align: center;
	padding:16px 10px;
}
.limited-bnr {
	max-width: 900px;
	margin:0 auto;
	padding: 20px 0;
	background:linear-gradient(to bottom,#62A6A9, #62A6A980);
	display: block;
}
.limited-bnr .bnr-inner {
	max-width: 450px;
	margin:0 auto;
	position: relative;
}
.limited-bnr .ttl-head {
	background-color: #877B69;
	color:#fff;
	font-size: 18px;
	letter-spacing: 1.2px;
	padding: 6px 0px;
	text-align: center;
}
.limited-bnr .body-content {
	border:1px solid #877B69;
	padding: 20px 40px;
}
.limited-bnr .body-content p {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 4px;
}
.limited-bnr .body-content p span {
	font-size: 42px;
	font-weight: 700;
}
.limited-bnr .body-content .white-box {
	background-color: #fff;
	margin-right: 20px;
	font-weight: 700;
	font-size: 12px;
	padding: 4px 6px;
	line-height: 16px;
	letter-spacing: 1.2px;
	text-align: center;
}
.limited-bnr .bnr-inner .left-item, .limited-bnr .bnr-inner .right-item {
	position: absolute;
	height: 150px;
	width:auto;
	bottom:-15px;
}
.limited-bnr .bnr-inner .left-item {
	left:-180px;
}
.limited-bnr .bnr-inner .right-item {
	right:-120px;
}
.case-box {
	padding: 20px 16px;
	background-color: #E6E3CF;
}
.case-box img {
	margin-bottom: 10px;
}
.case-box .ymd {
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
.case-box h3 {
	letter-spacing: 0.8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}
.case-box .case-tag {
	background-color:#877B69;
	color:#fff;
	padding: 4px;
	text-align: center;
	display: inline-block;
	margin:0 4px;
	width:105px;
}

.genre-section .col-1-2,.genre-section .col-1-4 {
	position: relative;
	margin-bottom:20px;
}
.genre-section .col-1-2 {
	width:48%;
}
.genre-section .col-1-4 {
	width:23.2%;
}
.genre-section .white-op-obi {
	position: absolute;
	top:22%;
	background-color: #FFFFFF4D;
	width: 100%;
	text-align: center;
	padding: 30px 0;
	color: #fff;
}
.genre-section .white-op-obi h3 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom:10px;
	font-family: "Cormorant", serif;
	text-shadow: 0 4px 4px #000000;
}
.genre-section .white-op-obi p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom:40px;
	text-shadow: 0 4px 4px #000000;
}
.dli-arrow-area {
	padding: 10px;
	width:80px;
	height: 30px;
	border:1px solid #fff;
	margin:0 auto;
	border-radius: 50px;
	position: relative;
}
.arrow-position {
	position: absolute;
	top: 50%;
	left:50%;	
    transform: translate(-50%,-50%);

}
.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.05em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0.05em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
.genre-section a:hover {
	opacity: 0.9;
	transition: 0.3s;
}
.genre-section a:hover .dli-arrow-area {
	background-color: #62A6A9;
	transition: 0.3s;
}
.genre-section a:hover .arrow-position {
	left:60%;
	transition: 0.3s;
}
.kit-section p {
	line-height: 30px;
}
.kit-box {
	position: absolute;
	right: 20%;
	top:-40px;
	width:100px;
}
.kit-section .col-1-3 {
	width:22%;
}
.kit-section .col-2-3 {
	width:41%;
}
.kit-section .kit-ttl {
	font-size:12px;
	color:#292929;
	letter-spacing: 1px;
	border-top: 1px solid #62A6A9;
	border-bottom: 1px solid #62A6A9;
	margin-right: 10px;
	margin-bottom: 4px;
	padding:4px 0;
	line-height: 16px;
}
.kit-section .kit-ttl span {
	font-size:16px;
	font-weight: 600;
}
.kit-section .icon-free {
	width:46px;
}
.soryo-list ul li {
	font-size:16px ;
	font-weight: 700;
	color:#62A6A9;
	margin-bottom: 6px;
}
.soryo-list ul li span {
	font-size:12px ;
}
.soryo-list img {
	width:20px;
	vertical-align: middle;
	margin-right: 6px;
}

/* product */
#product .col-1-3 {
	margin: 0 13px 20px;
}
#product .under-page-header .fv-sec .ttl-position .sokkin {
	top:-85px;
}
.product-discription {
	width: 740px;
	margin:0 auto;
}
.product-discription p {
	font-size: 16px;
	line-height: 24px;
}
.possible-section .lead-txt {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.possible-section .col-1-3 {
	width:29%;
	position: relative;
}
.possible-section .col-1-3 .ok-circle {
	position: absolute;
	color:#fff;
	font-size:18px;
	font-weight: 600;
	letter-spacing: 4px;
	border-radius: 50px;
	background-color: #62A6A9;
	width:60px;
	height: 60px;
	text-align: center;
	align-content: center;
	top:-20px;
	left:20px;
}
.possible-section .col-1-3 p {
	font-size: 18px;
	font-weight: 400;
}
.possible-section .col-1-3 p.detail {
	font-size: 16px;
	line-height: 24px;
}
/* flow */
/* コンテナスタイル */
.timeline-container {
  margin: 40px auto;
  padding: 0 20px;
}

/*h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #2c3e50;
}*/

/* タイムラインの基本スタイル */
.timeline {
  position: relative;
  list-style: none;
  padding: 0;
}

/* 横型タイムラインのベーススタイル */
.horizontal .timeline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
  list-style: none;
}

/* 横線 */
.horizontal .timeline::before {
  content: '';
  position: absolute;
  top: 20%; /* 中央に配置 */
  left: 180px;
  height: 2px;
  background: #877B69;
  transform: translateY(-50%);
  z-index: 1;
  width:67%;
}
.wide-reason .horizontal .timeline::before {
  width:75%;
}
/* 各アイテム */
.horizontal .timeline-item {
  flex: 1;
  position: relative;
  margin: 0 10px;
  z-index: 2;
}
.horizontal .timeline-item .timeline-num {
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	background-color:#f2f0e6;
	width: fit-content;
	position: absolute;
	text-align: center;
	color:#877B69;
	line-height: 32px;
	top:-35px;
	left:44%;
}
.wide-reason .horizontal .timeline-item .timeline-num {
	background-color: #fff;
}
.bg-grayge.wide-reason .horizontal .timeline-item .timeline-num {
	background-color: #f2f0e6;
}
.horizontal .timeline-item .timeline-num span {
	font-size: 38px;
	font-weight: 300;
	font-family:"Kumbh Sans", sans-serif ;
	display: block;
	letter-spacing: 2px;
}

/* ノード */
.horizontal .timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #877B69;
  transform: translate(-50%, calc(50% + 61px)); /* 中央配置の調整 */
  z-index: 2;
}

/* コンテンツボックス */
.horizontal .timeline-content {
  padding: 120px 30px 40px;  /*上部にスペースを確保 */
  border:1px solid #877B6966;
  min-height: 447px;
}
.horizontal .timeline-content img {
	width:100px;
	height: auto;
	margin-bottom: 30px;
}
.horizontal .timeline-content h3 {
	font-size: 24px;
	font-weight: 400;
	color: #000000;
	font-family:"Kumbh Sans", sans-serif ;
	margin-bottom: 30px;
}
.wide-reason .horizontal .timeline-content h3 {
	font-size: 18px;
	line-height: 24px;
	min-height: 48px;
}
.horizontal .timeline-content p {
	line-height: 20px;
	font-weight: 300;
	font-size: 16px;
	font-family:"Kumbh Sans", sans-serif ;
}

/* 店舗案内 */
.access-table {
	width:100%;
}
.access-table th ,.access-table td {
	padding: 20px 30px;
	font-size: 16px;
	line-height:24px;
	color:#292929;
	font-family:"Kumbh Sans", sans-serif ;
	align-content:center;
}
.access-table th {
	width:33%;
	font-weight: 400;
	background-color: #E6E3CF;
	border-bottom:1px solid #fff;
	align-content: center;
}
.access-table th.last-child {
	border-bottom:none;
}
.access-table td {
	background-color: #fff;
	font-weight: 300;
	border:1px solid #877B6980;
	border-left:none;
}
.access-table th img {
	width:25px;
	vertical-align: middle;
}
.access-table .cta.tel ,.access-table .cta.line-btn {
	text-align: center;
	margin-left: 0;
}
.gmap {
	width:100%;
	height: 400px;
}

/* 店頭買取 */
#purchase-store .catch-fukidashi {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.8px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}

/* faq */
.faq-link .col-1-4 {
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	padding:40px 20px;
	text-align: center;
	width:18%;
	box-shadow: 3px 3px 10px #BEB7B1;
	border:2px solid #62A6A9;
}
.faq-link .col-1-4 h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom:16px;
}
.faq-link .col-1-4 img {
	width:120px;
}

.faq-link .col-1-4 img.faq-link-arrow {
	width:40px;
	position: absolute;
	bottom:-20px;
	left: 41%;
}
.faq-link .col-1-4:hover img.faq-link-arrow {
	bottom:-26px;
	transition: 0.3s;
}
/* contact */
input {
	width: 100%;
	/*height: 60px;*/
	padding: 10px;
	color:#292929;
	display: block;
	margin:4px 0;
}
select {
	width: 100%;
	height: 60px;
	padding: 16px;
	color:#101010;
	display: block;
	border-radius: 5px;
}
textarea {
	width: 100%;
	padding: 10px;
	color:#292929;
	display: block;
}
::placeholder {
	color:#877B69CC;
}

::file-selector-button {
	background-color: #877B69;
	padding: 8px 12px;
	margin-right: 8px;
	border:none;
	color:#fff;
	font-size:14px;
	font-weight:400;
}
input[type="radio"] ,input[type="checkbox"]{
	display: inline-block;
	width: auto;
	appearance:auto;
	margin-bottom:7px;
}
.wpcf7-list-item {
	margin:0 1em 0 0!important;
}
input[type="submit"] {
	width:auto;
	padding: 16px 80px;
	display:inline-block;
	margin-top:60px;
	font-size:14px;
	font-weight:400;
}
.input-border {
	border:1px solid #877B69CC;
}
input:focus,
textarea:focus {
  border-color: #62A6A9;
  outline: none;
}
input:-internal-autofill-selected {
	background-color:#d6f1f3!important;
}
.access-table td label {
	font-size:14px;
	font-weight:400;
}
.must ,.nini {
	font-size:11px;
	letter-spacing:0.8px;
	line-height:16px;
	font-weight:500;
	padding:2px 10px;
	margin-left:6px;
	display:inline-block;
	color:#fff;
}
.must {
	background-color:#62A6A9
}
.nini {
	background-color:#a4a4a4;
}
/* single */

#single ul {
	padding:10px 0 10px 20px;
}
#single ul li {
	list-style:disc;
	line-height:24px;
}
#single ul li ol {
	padding:10px 0 10px 20px;
}
#single ul li ol li {
	list-style:decimal;
	line-height:24px;
}
#single b, #single strong {
	font-weight:600;
}
#single .flex ,#archive .flex {
	max-width:1440px;
	margin:0 auto;
}
#single .container ,#archive .container {
	width:60%;
}
#single aside  ,#archive aside{
	width:30%;
}
.ttl-single {
	color:#fff;
	font-size: 36px;
	font-weight: 200;
}

#single .ttl ,#archive .ttl {
  border-bottom: solid 3px #E6E3CF;
  position: relative;
  width:fit-content;
}
#single .ttl:after ,#archive .ttl:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #62A6A9;
  bottom: -2px;
  width: 50%;
}
#single .ttl span {
	font-size: 55px;
	font-weight:600;
}


#single h1 {
	font-size: 32px;
	font-weight: 300;
	line-height: 42px;
}
#single h2 ,#archive h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	border-left:6px solid #62A6A9;
	background-color:#F4F4F4;
	color: #292929;
	margin:30px 0 10px;
	padding: 10px;
}
#single aside h2 ,#archive aside h2 {
	padding: 10px 0;	
}
#single h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	border-top:2px solid #62A6A9;
	border-bottom:2px solid #62A6A9;
	color: #292929;
	margin:30px 0 10px;
	padding: 10px;
}
#single h4 {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	border-bottom:2px solid #62A6A9;
	color: #292929;
	margin:30px 0 10px;
	padding: 6px 0;
	width: fit-content;
}
#single p ,#archive p {
	line-height: 24px;
	letter-spacing: 0.8px;
}
#single .link-box ,#archive .link-box {
	display: block;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
#single .link-box img ,#archive .link-box img {
	width:35%;
}
#single .link-box p ,#archive .link-box p {
	font-size: 24px;
	margin-left:20px;
	font-weight:400;
}
#single .link-box p span ,#archive .link-box p span {
	font-size: 16px;
}
#single .link-box.delivery ,#archive .link-box.delivery {
	color:#62A6A9;
	border:1px solid #62A6A9;
}
#single .link-box.delivery:hover ,#archive .link-box.delivery:hover {
	color:#fff;
	background-color:#62A6A9;
	transition:0.3s;
}
#single .link-box.line-satei , #archive .link-box.line-satei {
	color:#06C755;
	border:1px solid #06C755;
}
#single .link-box.line-satei:hover ,#archive .link-box.line-satei:hover {
	color:#fff;
	background-color:#06C755;
	transition:0.3s;
}

#single .link-box.arrow-right ,#archive .link-box.arrow-right {
	position: relative;
}
#single .link-box.arrow-right::after ,#archive .link-box.arrow-right::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 140px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
#single .link-box.delivery.arrow-right::after ,#archive .link-box.delivery.arrow-right::after {
  border-top: 2px solid #62A6A9;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #62A6A9;   /* くの字を山なりに見た時、右側の太さと色 */
}

#single .link-box.line-satei.arrow-right::after ,#archive .link-box.line-satei.arrow-right::after {
  border-top: 2px solid #06C755;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #06C755;   /* くの字を山なりに見た時、右側の太さと色 */
}
#single aside h2 ,#archive aside h2 {
	font-size: 20px;
	font-weight:600;
	border:none;
	background-color: unset;
}
#single aside h2 img ,#archive aside h2 img {
	width:25px;
	vertical-align: middle;
}
#single aside .column-box img ,#archive aside .column-box img {
	width:320px;
	height: 120px;
	object-fit: cover;
	border:1px solid #f2f0e6;
}
#single aside .column-box .ymd ,#archive aside .column-box .ymd {
	font-size: 16px;
	font-weight: 600;
}

#single aside .column-box h3 ,#archive aside .column-box h3 {
	font-size: 14px;
	font-weight: 400;
	border:none;
	padding: 10px 0 0 0;
	margin:0;
	line-height:28px;
	color:#292929;
}

#single aside .column-box .column-box-detail ,#archive aside .column-box .column-box-detail {
	margin-left:10px;
}

#single .single-genre-btn {
	border:1px solid #E6E3CF;
	font-size:20px;
	font-weight:400;
	padding: 20px 60px;
	display: block;
	margin-bottom:20px;
	letter-spacing: 0.8px;
}

#single .single-genre-btn:hover {
	background-color: #E6E3CF;
	transition: 0.3s;
}

#single .single-genre-btn.arrow-right {
	position: relative;
}
#single .single-genre-btn.arrow-right::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #877B69;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #877B69;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
#single .single-genre-btn img {
	width:25px;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
	header .container {
		box-shadow:0 4px 4px rgba(0,0,0,0.25);
	}
	.container  {
		max-width: 90%;
	}

	.bg-fv-white {
		height: 60vh;
	}
	.bg-top-img-sp {
		background-image:url(/wp-content/themes/aimitsuya/img/bg/bg-top-img-sp.webp);
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.bg-about-img-sp {
		background-image:url(/wp-content/themes/aimitsuya/img/bg/bg-about-img-sp.webp);
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pt-0-sp {
		padding-top: 0px!important;
	}
	.pt-30-sp {
		padding-top: 30px!important;
	}
	.pt-40-sp {
		padding-top: 40px!important;
	}
	.pt-60-sp {
		padding-top: 60px!important;
	}
	.pt-80-sp {
		padding-top: 80px!important;
	}
	.pb-30-sp {
		padding-bottom: 30px!important;
	}
	.m-0-sp {
		margin: 0!important;
	}
	.mt-30-sp {
		margin-top:30px!important;
	}
	.mb-10-sp {
		margin-bottom:10px!important;
	}
	.mb-20-sp {
		margin-bottom:20px!important;
	}
	.mb-30-sp {
		margin-bottom:30px!important;
	}
	.mb-60-sp {
		margin-bottom:60px!important;
	}
	.sp-scroll {
		overflow: scroll;
		width:900px;
	}
	.col-1-2 ,.col-1-3 ,.col-2-3 ,.col-1-4 ,.col-3-4 ,.col-1-5 ,.col-4-5 {
		width:100%;
		margin:0;
	}
	.col-1-2-sp {
		width:48%!important;
	}
	.col-1-4-sp {
		width:23%!important;
	}
	.under-layer, .cta.tel ,.cta.line-btn {
		display: none;
	}
	.sp-nav-area .cta.tel ,.sp-nav-area .cta.line-btn {
		display: block;
		text-align: center;
		margin-top:20px;
		margin-left: 0;
	}
	.sp-nav-area .cta.tel p ,.sp-nav-area .cta.line-btn p {
		color:#fff;
	}
	.sp-nav-area .cta.line-btn {
		margin-bottom:40px;
	}
	.cta.humberger-btn {
		margin:0 10px 0 0;
	}
	.logo {
		width: 140px;
		margin:10px 0 0 10px;
	}

	.logo-nav-position {
		align-items: flex-start;
	}
	.logo-area p {
		font-size: 12px;
		padding-bottom: 10px;
		line-height: 18px;
	}
	.ttl {
	  font-size: 22px;
	  text-align: center;
	  line-height: 30px;
	}
	.wide-reason .ttl {
	  line-height: 36px;
	}
	.ttl::before {
		left:-77px;
		top:-30px;
		font-size:32px;
	}
	.ttl span {
		font-size: 42px;
	}
	.btn {
		font-size: 16px;
		letter-spacing: 1.2px;
		margin: 2px 2px 40px;
		padding: 16px 60px;
	}
	.btn img {
		width:24px;
		vertical-align: text-bottom;
	}
	/* top */
	#top .under-page-header .fv-sec .ttl-position {
		position: absolute;
		bottom:5%;
		left: 40px;
	}
	#top .under-page-header .fv-sec h1 {
		text-align: left;
		font-size: 90px;
		margin-left: 0px;
		margin-bottom: 40px;
		text-shadow: 0 2px 2px rgba(255,255,255,1);
	}
	#top .under-page-header .fv-sec .sub-catch {
		font-size:32px;
		text-shadow: 0 2px 2px rgba(255,255,255,1);
	}
	#top .under-page-header .fv-sec .sub-catch span {
		font-size:105px;
		font-weight: 400;
	}
	#top .under-page-header .fv-sec .vertical-txt {
		font-size: 18px;
		line-height: 42px;
		letter-spacing: 10px;
		font-weight: 400;
		font-family: "Noto Serif JP", serif;
		writing-mode: vertical-rl;
		position: absolute;
		top:40px;
		right: 100px;
	}
	#top .under-page-header .fv-sec .vertical-txt span {
		margin-top:3em;
	}
	#top .under-page-header .sokkin {
		top:-100px;
		left:0%;
		width:100px;
	}
	#top .guide-txt {
		font-size: 16px;
	}

	#top .lead-copy {
		font-size:24px;
	}
	.genre-section .col-1-2,.genre-section .col-1-4 {
		width:29.5%;
		margin:0 6px 10px;
		max-height: 69px;
	}
	.genre-section .col-1-2 img , .genre-section .col-1-4 img {
		max-height: 61px;
		object-fit: cover;
	}
	.genre-section .white-op-obi {
		top:14%;
		background-color:rgba(0,0,0,0.2);
		padding: 10px 0;
		color: #fff;
	}
	.genre-section .white-op-obi h3 {
		font-size: 16px;
		margin-bottom:6px;
	}
	.genre-section .white-op-obi p {
		font-size: 10px;
		margin-bottom:0px;
	}
	.dli-arrow-area {
		display: none;
	}
	.genre-section a:hover {
		opacity: 0.9;
		transition: 0.3s;
	}
	/* under-layer */
	.under-page-header {
		align-content: center;
		margin-top: 57px;
	}
	.under-page-header .fv-sec {
		position: relative;
	}
	.under-page-header .catchcopy {
		font-size: 20px;
	}
	.under-page-header .catchcopy img {
		width:40px;
	}
	.under-page-header h1 {
		font-size: 16px;
	}
	.under-page-header .fv-sec .ttl-position {
		position: absolute;
		bottom:5%;
		right: 10px;
	}
	.under-page-header .fv-sec h1 {
		font-size: 90px;
		margin-bottom: 40px;
	}
	.under-page-header .fv-sec .ttl-position .point-box {
		color:#fff;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 0.6px;
		font-family: "Noto Serif JP", serif;
		background-color: #877B69;
		padding: 20px 6px;
		margin-left:10px;
	}
	.under-page-header .fv-sec .ttl-position .point-box.line-break {
		padding: 10px 6px;	
	}
	.under-page-header .fv-sec .ttl-position .point-box p span {
		font-size: 10px;
		display: block;
		margin-bottom: 10px;
	}
	.under-page-header .fv-sec .fv-txt {
		font-size:18px;
		text-shadow: 0 4px 4px #62A6A9;
		text-align: left;
		margin-left: 10px;
		line-height: 24px;
	}
	.under-page-header .sokkin {
		position: absolute;
		width:100px;
		top:-120px;
		right:5%;
	}
	.under-page-header .new-open {
		width:140px;
		text-align: right;
		margin-right: 40px;
	}
	.reason-box {
		padding: 30px 16px 16px;
		margin-bottom: 40px;
	}
	.reason-box .num,.reason-box .even-num {
		position: absolute;
	  	width: 70px;
	  	height: 70px;
	  	border-radius: 50px;
	  	font-size: 36px;
	  	border:3px solid #877B69;
	  	color:#877B69;
	  	background-color: #fff;
	  	text-align: center;
	  	align-content: center;
	  	top:-40px;
	}
	.reason-box .num {
	  	top:-32px;
	  	left:-10px;
	}
	.wide-reason .reason-box {
		min-height: 485px;
	}
	.wide-reason .reason-box .num {
		position: absolute;
	  	width: 50px;
	  	height: 50px;
	  	font-size: 18px;
	  	left:5px;
	  	top:-45px;
	}
	.reason-box h3 {
		font-size: 20px;
		text-align: center;
		line-height: 28px;
	}
	.reason-box p {
		font-size: 14px;
		line-height: 22px;
		margin: 16px 0 0;
	}
	.guide-txt {
		font-size: 16px;
		margin-bottom:20px;
		line-height: 28px;
	}
	.guide-txt img {
		width:30px;
	}
	.need-inner {
		max-width:90%;
		margin:0 auto;
	}
	.need-inner p {
		line-height: 24px;
	}
	.reason-inner {
		max-width:1440px;
		margin:0 auto;
	}

	#purchase-store .catch-fukidashi {
		font-size: 32px;
	}

	#purchase-store .under-page-header .sokkin {
		left:5%;
	}
	#purchase-store .under-page-header .ttl-position .right {
		text-align: left;
	}
	#purchase-store .under-page-header .new-open {
		width:140px;
		text-align: left;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	/* flow */	
	/* 各アイテム */
	.timeline-item {
	  margin: 0 5px;
	}
	.timeline-item .timeline-num {
		font-size: 14px;
		font-weight: 400;
		font-family: "Noto Sans JP", sans-serif;
		background-color:#f2f0e6;
		width: fit-content;
		position: absolute;
		text-align: center;
		color:#877B69;
		line-height: 32px;
		top:-33px;
		left:40%;
	}
	.wide-reason .timeline-item .timeline-num {
		background-color: #fff;
	}
	.bg-grayge.wide-reason  .timeline-item .timeline-num {
		background-color: #f2f0e6;
	}
	.timeline-item .timeline-num span {
		font-size: 30px;
		font-weight: 300;
		font-family:"Kumbh Sans", sans-serif ;
		display: block;
		letter-spacing: 2px;
	}

	/* コンテンツボックス */
	.timeline-content {
	  padding:20px;  /*上部にスペースを確保 */
	  border:1px solid #877B6966;
	  min-height: 324px;
	}
	.timeline-content img {
		width:80px!important;
		height: auto;
		margin-bottom: 10px;
	}
	.timeline-content h3 {
		font-weight: 400;
		color: #000000;
		font-family:"Kumbh Sans", sans-serif ;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 24px;
		min-height: unset;
	}
	.timeline-content p {
		line-height: 20px;
		font-weight: 300;
		font-size: 14px;
		font-family:"Kumbh Sans", sans-serif ;
	}

	/* About us */
	h3.ttl-h3 {
		font-size:22px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	h3.ttl-h3 span {
		font-size:18px;
	}
	.about-txt {
		line-height: 28px;
	}
	/* onsite */
	.wide-reason .container {
		max-width:1440px; 
	}
	.wide-reason.onsite-reason .reason-box {
		min-height:345px;
	}
	.wide-reason .reason-box h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.cta-area {
		margin-top:20px;
	}
	.cta-area .font-size-12 {
		font-size: 12px;
	}
	.cta-area .font-size-18 {
		font-size: 18px;
		font-weight: 500;
	}
	.cta-green, .cta-line-green ,.cta-brown {
		padding: 10px;
		border-radius: 10px;
		color:#fff;
		box-shadow: 0 4px 4px #00000040;
		max-width:320px;
		letter-spacing: 0.8px;
		margin-bottom: 16px;
	}
	.cta-green img , .cta-line-green img , .cta-brown img {
		width:40px;
		margin-right: 10px;
	}
	.cta-line-green .color-yellow {
		color:#FFD800;
		font-weight: 600;
	}
	.cta-brown {
		background-color: #877B69;
		line-height: 18px;
	}
	.cta-line-green {
		background-color: #06C755;
		line-height: 28px;
	}
	.cta-green {	
		background-color: #62A6A9 ;
		line-height: 28px;
	}
	.genre-area .col-1-2 {
		width: 30%;
	}
	.genre-box.flex {
		display: block;
	}
	.genre-box {
		background:linear-gradient(to right,#E6E3CF, #E6E3CF80);
		padding: 10px 6px;
		box-shadow: 0 4px 4px #00000040;
		margin-bottom: 20px;
		margin:0 5px 16px;
		min-height: 115px;
		align-content: center;
	}
	.genre-box img {
		width:90px;
		max-height: 60px;
		object-fit: cover;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.genre-box p {
		font-size: 12px;
		font-weight: 400;
		text-align: center;
	}
	.area-section p {
		font-size: 12px;
		line-height: 20px;
	}
	.voice-section .col-1-4 {
		width:23%;
	}
	.voice-box {
		padding: 10px 10px 30px;
		background-color: #fff;
		position: relative;
		min-height: 550px;
	}
	.voice-box h3 {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		margin:30px 0 20px;
	}
	.voice-box p {
		line-height: 20px;
	}
	.voice-box .pin {
		width:25px;
		position: absolute;
		top:-10px;
		left:47%;
	}
	.voice-box .person-up {
		width:60px;
		position: absolute;
		top:-40px;
		left:5px;
	}
	.voice-box .person-bottom {
		width:60px;
		position: absolute;
		bottom:-50px;
		right:5px;
	}
	.voice-section .btn {
		background-color: #877B69;
		border-radius: 10px;
		box-shadow: 0 4px 4px #00000040;
		font-size: 18px;
		letter-spacing: 1.2px;
	}
	/* LINE assessment */
	#line-assessment .under-page-header .fv-sec .ttl-position {
		position: absolute;
		bottom:5%;
		left: 20px;
	}
	#line-assessment .under-page-header .fv-sec h1 {
		text-align: left;
		font-size: 70px;
		margin-left: 0px;
		margin-bottom: 0px;
		text-shadow: unset;
	}
	#line-assessment .under-page-header .fv-sec h1 span{
		font-size: 70px;
	}
	#line-assessment .under-page-header .fv-sec .vertical-txt {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: 2px;
		font-weight: 400;
		text-shadow: 0 4px 4px #06C75566;
		font-family: "Noto Serif JP", serif;
		writing-mode: vertical-rl;
		position: absolute;
		top:20px;
		right: 10px;
	}
	#line-assessment .under-page-header .fv-sec .vertical-txt span {
		margin-top:3em;
	}
	#line-assessment .under-page-header .sokkin {
		top:-100px;
		left:0;
	}

	#line-assessment .under-page-header .fv-sec .ttl-position .point-box {
		background-color: unset;
		position: relative;
		padding: 16px 0px 6px;
		margin-left: 0;
	}
	#line-assessment .under-page-header .fv-sec .ttl-position .point-box p {
		position: absolute; 
		top: 50%;
	    left: 45%;
	    transform: translate(-35%,-50%);
	}

	#line-assessment .wide-reason .reason-box {
		min-height: 380px;
	}
	.purchase-guide-box {
		padding: 16px 10px;
		background-color: #62A6A9;
		box-shadow: 0 4px 4px #00000040;
		color:#fff;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.purchase-guide-box h3 {
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 6px;
	}
	.purchase-guide-box p {
		font-size: 12px;
		line-height: 18px;
	}
	.purchase-guide-box img {
		width:36px;
		margin-right: 16px;
	}
	.satei-point-box {
		padding: 20px 20px 40px;
		background-color: #fff;
		border:1px solid #E6E3CF;
		margin-bottom: 30px;
	}
	.satei-point-box .col-1-2 {
		position: relative;
		width:45%;
		margin:0 6px 20px;
	}
	.satei-point-box p {
		font-size: 14px;
		font-weight: 500;
		margin-top: 10px;
	}
	.satei-point-box .satei-point-num {
		position: absolute;
		top: 0;
		left:0;
		background-color: #00B900;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		padding: 4px;
		text-align: center;
		margin-top: 0px;
	}
	.satei-section .ttl-head {
		background-color: #3BD42E;
		padding: 10px 0;
		border-radius:10px 10px 0 0;
	}
	.satei-section .ttl-head h3 {
		color: #fff;
		margin:0;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.8px;
	}

	/* delivery */
	#purchase-delivery .under-page-header .fv-sec .ttl-position {
		position: absolute;
		bottom:5%;
	}
	#purchase-delivery .under-page-header .sokkin {
		top:-120px;
		right:0;
	}

	#purchase-delivery .under-page-header .fv-sec h1 {
		font-size: 90px;
		margin-bottom: 20px;
		line-height: 64px;
	}
	#purchase-delivery .under-page-header .fv-sec h1 span{
		font-size: 40px;
		background-image: radial-gradient(circle at center, #000000 10%, transparent 10%); /* 点の色とサイズ調整 */
		background-position: top right; /* 点の位置 */
		background-repeat: repeat-x; /* 横方向に繰り返し */
		background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	}
	#purchase-delivery .under-page-header .fv-sec .ttl-position .fv-fukidashi {
		font-size: 24px;
		font-weight: 400;
		font-family: "Noto Serif JP", serif;
	}

	#purchase-delivery .under-page-header .fv-sec .ttl-position .point-box {
		min-width: unset;
		width:48%;
		text-align: center;
		padding:10px;
		font-size: 14px;
	}
	.limited-bnr {
		max-width: 900px;
		margin:0 auto;
		padding: 20px 0;
		background:linear-gradient(to bottom,#62A6A9, #62A6A980);
		display: block;
	}
	.limited-bnr .bnr-inner {
		max-width: 250px;
		margin:0 auto;
		position: relative;
	}
	.limited-bnr .ttl-head {
		background-color: #877B69;
		color:#fff;
		font-size: 16px;
		letter-spacing: 1.2px;
		padding: 6px 0px;
		text-align: center;
	}
	.limited-bnr .body-content {
		border:1px solid #877B69;
		padding: 10px;
	}
	.limited-bnr .body-content p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 2px;
	}
	.limited-bnr .body-content p span {
		font-size: 24px;
		font-weight: 700;
	}
	.limited-bnr .body-content .white-box {
		margin-right: 10px;
		font-size: 10px;
		padding: 4px 6px;
		line-height: 12px;
		letter-spacing: 0.8px;
		width: 36px;
		height: 36px;
		align-content: center;
	}
	.limited-bnr .bnr-inner .left-item, .limited-bnr .bnr-inner .right-item {
		position: absolute;
		height: 80px;
		width:auto;
		bottom:-15px;
	}
	.limited-bnr .bnr-inner .left-item {
		left:-85px;
	}
	.limited-bnr .bnr-inner .right-item {
		right:-60px;
	}
	.case-box {
		padding: 20px 16px;
		background-color: #E6E3CF;
		display: block;
	}
	.case-box img {
		margin-bottom: 10px;
	}
	.case-box .ymd {
		letter-spacing: 0.8px;
		margin-bottom: 16px;
		font-size:12px;
	}
	.case-box h3 {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.case-box .case-tag {
		padding: 4px 0;
		margin:0 2px;
		width:92px;
		font-size: 12px;
	}

	/*.genre-section .col-1-2,.genre-section .col-1-4 {
		position: relative;
		margin-bottom:20px;
	}
	.genre-section .col-1-2 {
		width:48%;
	}
	.genre-section .col-1-4 {
		width:23.2%;
	}
	.genre-section .white-op-obi {
		position: absolute;
		top:22%;
		background-color: #FFFFFF4D;
		width: 100%;
		text-align: center;
		padding: 30px 0;
		color: #fff;
	}
	.genre-section .white-op-obi h3 {
		font-size: 32px;
		font-weight: 400;
		margin-bottom:10px;
		font-family: "Cormorant", serif;
		text-shadow: 0 4px 4px #000000;
	}
	.genre-section .white-op-obi p {
		font-size: 18px;
		font-weight: 300;
		margin-bottom:40px;
		text-shadow: 0 4px 4px #000000;
	}
	.dli-arrow-area {
		padding: 10px;
		width:80px;
		height: 30px;
		border:1px solid #fff;
		margin:0 auto;
		border-radius: 50px;
		position: relative;
	}
	.arrow-position {
		position: absolute;
		top: 50%;
		left:50%;	
	    transform: translate(-50%,-50%);

	}
	.dli-arrow-right {
	  display: inline-block;
	  vertical-align: middle;
	  color: #fff;
	  line-height: 1;
	  position: relative;
	  width: 1em;
	  height: 0.05em;
	  background: currentColor;
	}

	.dli-arrow-right::before {
	  content: '';
	  width: 0.5em;
	  height: 0.5em;
	  border: 0.05em solid currentColor;
	  border-left: 0;
	  border-bottom: 0;
	  transform: rotate(45deg);
	  transform-origin: top right;
	  position: absolute;
	  top: 50%;
	  right: -0.05em;
	  box-sizing: border-box;
	}
	.genre-section a:hover {
		opacity: 0.9;
		transition: 0.3s;
	}
	.genre-section a:hover .dli-arrow-area {
		background-color: #62A6A9;
		transition: 0.3s;
	}
	.genre-section a:hover .arrow-position {
		left:60%;
		transition: 0.3s;
	}*/
	.kit-section p {
		line-height: 24px;
	}
	.kit-box {
		position: absolute;
		right: 0%;
		top:-80px;
		width:80px;
	}
	.kit-section .col-1-3 {
		width:100%;
		margin-bottom: 10px;
	}
	.kit-section .col-2-3 {
		width:100%;
	}
	.kit-section .kit-ttl {
		font-size:12px;
		color:#292929;
		letter-spacing: 1px;
		border-top: 1px solid #62A6A9;
		border-bottom: 1px solid #62A6A9;
		margin-right: 10px;
		margin-bottom: 4px;
		padding:4px 0;
		line-height: 16px;
	}
	.kit-section .kit-ttl span {
		font-size:16px;
		font-weight: 600;
	}
	.kit-section .icon-free {
		width:46px;
	}
	.soryo-list ul li {
		font-size:14px ;
		font-weight: 700;
		color:#62A6A9;
		margin-bottom: 4px;
	}
	.soryo-list ul li span {
		font-size:12px ;
	}
	.soryo-list img {
		width:20px;
		vertical-align: middle;
		margin-right: 6px;
	}

	/* product */
	#product .col-1-3 {
		margin: 0 13px 20px;
	}
	#product .under-page-header .fv-sec .ttl-position .sokkin {
		top:-85px;
	}
	.product-discription {
		width: auto;
		margin:0 auto;
	}
	.product-discription p {
		font-size: 16px;
		line-height: 24px;
	}
	.possible-section .lead-txt {
		font-size: 16px;
		font-weight: 300;
	}
	.possible-section .possible-box {
		position: relative;
	}
	.possible-section .possible-box .ok-circle {
		position: absolute;
		color:#fff;
		font-size:18px;
		font-weight: 600;
		letter-spacing: 4px;
		border-radius: 50px;
		background-color: #62A6A9;
		width:60px;
		height: 60px;
		text-align: center;
		align-content: center;
		top:-20px;
		left:80px;
	}
	.possible-section .possible-box p {
		font-size: 14px;
		font-weight: 400;
	}
	.possible-section .possible-box p.detail {
		font-size: 12px;
		line-height: 24px;
	}



	.breadcrumb {
		width:100%;
		max-width: 1400px;
		margin:10px auto 0;
	}
	.breadcrumb p {
		letter-spacing: 0.8px;
	}
	.breadcrumb-arrow {
	  display: inline-block;
	  width: 6px;
	  height: 6px;
	  margin: 0 12px 3px 12px;
	  border-top: 1px solid #000;
	  border-right: 1px solid #000;
	  transform: rotate(45deg);
	}

	/* footer */
	.footer-logo {
		max-width: 200px;
	}
	footer ul li {
		letter-spacing: 0.8px;
		font-size: 12px;
	}
	footer a:hover ,footer ul li a:hover {
		opacity: 0.7;
		transition: 0.3s;
	}
	footer .col-1-4 {
		margin:20px 4px 20px;
		width: 22%;
	}
	footer .col-2-3 .flex {
		justify-content: space-between;
	}
	footer .copyright {
		font-size: 12px;
		font-weight: 300;
		letter-spacing: 1.2px;
		line-height: 18px;
	}
	/* sp nav */
	.humberger-btn {
		display: block;
	}
	.sp-nav-area.active {
		opacity: 1;
  		visibility: visible;
  		pointer-events: auto;
		width:100%;
		height: 100%;
		background: linear-gradient(to right,#62A6A9, #90c0c2);
		top:0;
		left:0;
		z-index: 1;
	    position: fixed;
	    overflow-y: auto;
	}
	.active .sp-nav {
		width:85%;
		margin:100px auto 0;
	}
	.sp-nav li {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		letter-spacing: 0.8px;
		padding: 24px 0;
		border-bottom: 2px solid #fff;
		line-height: 20px;
	}
	.sp-nav li .en-nav {
		font-size: 12px;
	}
	.sp-nav li ul {
		padding-left: 20px;
	}
	.sp-nav li ul li {
		border-bottom: none;
		padding: 12px 0;
		font-size: 14px;
	}
	.dli-chevron-up {
	  display: inline-block;
	  vertical-align: middle;
	  color: #fff!important;
	  line-height: 1;
	  width: 8px;
	  height: 8px;
	  border: 0.1em solid currentColor;
	  border-left: 0;
	  border-bottom: 0;
	  box-sizing: border-box;
	  transform: translateY(25%) rotate(135deg);
	  margin-right: 4px;
	}
	.dropdown-menu.open .dli-chevron-up {
	  transform: translateY(25%) rotate(-45deg);	
	  transition: 0.3s;	
	}
	.dropdown-menu-list {
	  display: none;
	}

	.dropdown-menu.open .dropdown-menu-list {
	  display: block;
	}
	.sp-nav-area .btn {
		padding: 20px 0;
		width: 80%;
	}
	/* slider */
	.splide {
		/*overflow: hidden;*/
	}
	/* slider */
	/* 選択されていないサムネイルは薄くする */
	.splide__slide {
	  opacity: 1;
	}
	/* 選択されているサムネイルだけ透過しない */
	.splide__slide.is-active {
	  opacity: 1;
	}
	/* 画像サイズ調整 */
	.splide__slide img {
	  height: auto;
	  width: 100%;
	}
	.reason-splide .splide__list , .flow-splide .splide__list, .possible-splide .splide__list {
		padding-top:40px!important;
	}
	 .voice-splide .splide__list {
		padding-top:40px!important;
		padding-bottom:40px!important;
	 }
	.reason-splide .splide__track {
		overflow-y: visible!important;
		overflow-x: hidden!important;
	}
	.reason-splide .splide__slide {
	  opacity: 1;
	}
	.reason-splide .splide__arrow {
		background:#62A6A9;
		opacity: 1;
	}
	.reason-splide .splide__arrow svg {
		fill:#fff;
	}
	.reason-splide .splide__pagination__page {
		background :#D9D9D9;	
	}
	.reason-splide .splide__pagination__page.is-active {
		background :#62A6A9;
	}
	/* スライダーの幅 */
	.access-slider.slider-sec {
	  margin-inline: auto;
	  max-width: 630px;
	  width: 100%;
	}
	.access-slider .splide__track {
		margin-top: 16px;
	}
	.access-slider .splide__arrow {
		background:#62A6A9;
		opacity: 1;
		top:-150%;
		transform: translateY(-150%);
	}
	.access-slider .splide__arrow--prev {
		left:1em;
		top:-95px;
	}
	.access-slider .splide__arrow--next {
		right: 1em;
		top:-95px;
	}
	.access-slider .splide__track--nav {
		display: none!important;
	}
	/* accordion */

	.accordion-trigger {
	  line-height: 24px;
	  font-size: 16px;
	  padding: 16px 20px;
	}

	.accordion-content.open {
	  max-height: 100%;
	}

	.accordion-body {
	  line-height: 30px;
	  font-size: 14px;
	  padding:16px 20px;
	}
	.icon-wrap {
	  width: 15px;
	  height: 15px;
	}
	.q-icon {
		width: 12%;
		font-size:20px;
	}
	.a-icon {
		width: 12%;
		font-size:20px;
	}
	/* tab */
	.tab {
	  padding: 0px;
	}
	.tab-buttons .contact {
		font-size: 16px;
		line-height: 24px;
		padding: 16px 4px;
		margin-right: 3px;
	}
	.tab-buttons .recruit {
		font-size: 16px;
		line-height: 24px;
		padding: 16px 4px;
		margin-left: 3px;
	}

	.tab-contents .content {
	  padding: 20px;
	}
	.tab-contents .content .bg-white {
		padding: 30px 20px;
	}
	.tab-contents .content label {
		font-size: 16px;
	}
	.tab-contents .content label .must {
		font-size: 10px;
	}
	input {
		height: 50px;
		padding: 10px;
	}
	select {
		height: 50px;
		padding: 10px;
	}
	textarea {
		padding: 10px;
	}
	::placeholder {
		color:#BEB7B1;
		line-height: 24px;
	}

	.product-img-box {
		padding: 10px;
	}
	.product-img-box p {
		font-size: 16px;
		line-height: 24px;
	}
	.product-img-box input {
		padding: 8px;
	}
	::file-selector-button {
		padding: 6px;
		margin-right: 4px;
	}
	input[type="submit"] {
		width:auto;
		padding: 16px 80px;
	}

	/* 下層ページ */
	.breadcrumb {
		max-width: 90%;
	}
	.breadcrumb p {
		letter-spacing: 0.8px;
		font-size: 12px;
	}
	.breadcrumb-arrow {
	  display: inline-block;
	  width: 6px;
	  height: 6px;
	  margin: 0 12px 3px 12px;
	  border-top: 1px solid #000;
	  border-right: 1px solid #000;
	  transform: rotate(45deg);
	}
	/* 店舗案内 */
	.access-table th ,.access-table td {
		display: block;
		width:100%;
		padding: 16px 24px;
	}
	.access-table th {
		font-size: 14px;
	}
	.access-table td {
		font-size: 14px;
		line-height: 20px;
		border-left:1px solid #877B6980;
	}
	.access-table .cta.tel,.access-table .cta.line-btn {
		display: block;
	}
	.access-table .cta a {
		font-size: 14px;
	}
	.access-table .link-icon {
		height: 20px;
	}
	.access-table th img {
		width:18px;
	}
	.gmap {
		height: 240px;
	}
	
	/* faq */
	.faq-link .col-1-4 {
		width:100%;
		margin-bottom: 16px;
		padding: 16px 20px;
	}
	.faq-link .col-1-4 h3 {
		margin: 0;
		font-size: 16px;

	}
	.faq-link .col-1-4 img {
		display: none;
	}

	.faq-link .col-1-4 img.faq-link-arrow {
		display: none;
	}
	/* single */
	.ttl-single {
		color:#fff;
		font-size: 24px;
		font-weight: 200;
	}
	#single h1 {
		font-size: 24px;
		font-weight: 300;
		line-height: 32px;
	}
	#single h2 {
		font-size: 22px;
		font-weight: 300;
		line-height: 30px;
		border-left:4px solid #62A6A9;
		background-color:#F4F4F4;
		color: #292929;
		margin:20px 0 6px;
		padding: 10px;
	}
	#single h3 {
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
		border-top:2px solid #62A6A9;
		border-bottom:2px solid #62A6A9;
		color: #292929;
		margin:20px 0 6px;
		padding: 10px;
	}
	#single h4 {
		font-size: 16px;
		font-weight: 300;
		line-height: 20px;
		border-bottom:2px solid #62A6A9;
		color: #292929;
		margin:20px 0 6px;
		padding: 6px 0;
		width: fit-content;
	}
	#single p {
		line-height: 22px;
	}
	#single .container ,#archive .container {
		width:90%;
		margin: 0 auto;
	}
	#single aside ,#archive aside {
		width:90%;
		margin: 20px auto 0;
	}
	#single .ttl ,#archive .ttl {
	  border-bottom: solid 3px #E6E3CF;
	  position: relative;
	  width:fit-content;
	}
	#single .ttl:after ,#archive .ttl:after {
	  position: absolute;
	  content: " ";
	  display: block;
	  border-bottom: solid 3px #62A6A9;
	  bottom: -2px;
	  width: 50%;
	}
	#single .link-box-flex ,#archive .link-box-flex {
		display: flex;
	}
	#single .link-box ,#archive .link-box {
		display: flex;
		align-items: center;
		width:48%;
		margin:20px 4px 10px;
	}
	#single .link-box img ,#archive .link-box img {
		width:25%;
	}
	#single .link-box p ,#archive .link-box p {
		font-size: 14px;
		margin-left:10px;
		font-weight:400;
		line-height: 18px;
	}
	#single .link-box p span ,#archive .link-box p span {
		font-size: 10px;
	}
	#single .link-box.delivery ,#archive .link-box.delivery {
		color:#62A6A9;
		border:1px solid #62A6A9;
	}
	#single .link-box.delivery:hover ,#archive .link-box.delivery:hover {
		color:#fff;
		background-color:#62A6A9;
		transition:0.3s;
	}
	#single .link-box.line-satei ,#archive .link-box.line-satei {
		color:#06C755;
		border:1px solid #06C755;
	}
	#single .link-box.line-satei:hover ,#archive .link-box.line-satei:hover {
		color:#fff;
		background-color:#06C755;
		transition:0.3s;
	}

	#single .link-box.arrow-right ,#archive .link-box.arrow-right {
		position: relative;
	}
	#single .link-box.arrow-right::after,#archive .link-box.arrow-right::after { /* くの字の表示設定 */
	  content: "";
	  margin: auto;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 10px;
	  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
	  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
	  border-top: 1px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
	  border-right: 1px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
	  transform: rotate(45deg);    /* くの字の向き */
	}
	#single .link-box.delivery.arrow-right::after ,#archive .link-box.delivery.arrow-right::after {
	  border-top: 1px solid #62A6A9;     /* くの字を山なりに見た時、左側の太さと色 */
	  border-right: 1px solid #62A6A9;   /* くの字を山なりに見た時、右側の太さと色 */
	}

	#single .link-box.line-satei.arrow-right::after ,#archive .link-box.line-satei.arrow-right::after {
	  border-top: 1px solid #06C755;     /* くの字を山なりに見た時、左側の太さと色 */
	  border-right: 1px solid #06C755;   /* くの字を山なりに見た時、右側の太さと色 */
	}
	#single aside h2 ,#archive aside h2 {
		font-size: 16px;
		font-weight:600;
		border:none;
		background-color: unset;
		padding:6px 0;
		margin-bottom: 10px;
	}
	#single aside h2 img ,#archive aside h2 img {
		width:25px;
		vertical-align: middle;
	}
	#single aside .column-box img ,#archive aside .column-box img {
		width:220px;
		height: 80px;
		object-fit: cover;
	}
	#single aside .column-box .ymd ,#archive aside .column-box .ymd {
		font-size: 14px;
		font-weight: 600;
	}

	#single aside .column-box h3 ,#archive aside .column-box h3 {
		font-size: 12px;
		font-weight: 400;
	}

	#single aside .column-box .column-box-detail ,#archive aside .column-box .column-box-detail {
		margin-left:10px;
	}

	#single .single-genre-btn {
		border:1px solid #E6E3CF;
		font-size:20px;
		font-weight:400;
		padding: 20px 60px;
		display: block;
		margin-bottom:20px;
		letter-spacing: 0.8px;
	}

	#single .single-genre-btn:hover {
		background-color: #E6E3CF;
		transition: 0.3s;
	}

	#single .single-genre-btn.arrow-right {
		position: relative;
	}
	#single .single-genre-btn.arrow-right::after { /* くの字の表示設定 */
	  content: "";
	  margin: auto;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 80px;
	  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
	  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
	  border-top: 2px solid #877B69;     /* くの字を山なりに見た時、左側の太さと色 */
	  border-right: 2px solid #877B69;   /* くの字を山なりに見た時、右側の太さと色 */
	  transform: rotate(45deg);    /* くの字の向き */
	}
	#single .single-genre-btn img {
		width:25px;
	}
	.btn-trigger {
	  margin-top: 10px;
	}
}
@media screen and (max-width: 1000px) {
	.sub-nav .nav-item a {
		padding: 0 20px;
	}
	.sub-nav .nav-item:last-child a {
		padding: 0 20px;
	}
	.main-nav .nav-item a span {
		padding: 0 40px;
	}

	.main-nav #storeguide-menu .hover-menu a {
		padding: 10px 44px;
	}
	.main-nav #purchase-menu .hover-menu a {
		padding: 10px 42px;
	}
}
@media screen and (min-width: 1250px) {
	.main-nav #product-menu .hover-menu {
		width:400px!important;
		left: 0;
	}
}
@media screen and (min-width: 1100px) {
	.main-nav #product-menu .hover-menu {
		width:320px;
		left: 0;
	}
}