@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Allison&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	box-sizing: border-box;
}

/* * {
	outline: 1px solid magenta;
} */
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	width: 100%;
	overflow-x:hidden;
}
ul,li {
	list-style: none;
}

img {
	width: 100%;
}

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

a:hover {
	opacity: 0.6;
	transition: 0.3s;
}

@media screen and (min-width:761px){
	.pc_none {
		display: none!important;
	}
}

@media screen and (max-width:767px){
	.sp_none {
		display: none!important;
	}
}

.wrapper {
	font-family: "Noto Sans JP", sans-serif;
}


.c-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 110px 0;
}

.c-title {
	font-size: 61px;
	font-weight: 400;
	line-height: 1.26;
	letter-spacing: 0.11em;
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #4B372C;
	font-family: "Allison", cursive;
}

.c-subtitle {
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.466;
	position: relative;
	font-weight: 500;
	font-size: 15px;
}

.c-title span {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.11em;
}

.c-contact__btn {
    width: 366px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55px;
    position: relative;
    background: #FD9905;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
	position: relative;
	padding-left: 60px;
}

.c-contact__btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background: #fff;
}

.c-more__btn {
    width: 335px;
    height: 54px;
    background: #333333;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.25em;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}

.c-more__btn a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.c-more__btn::after {
	content: '';
    position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 5px;
	height: 8px;
	background-image: url('../img/morebtn_arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
}

.c-more__btn:hover:after {
	right: 18px;
}



.c-more__btn:hover {
    opacity: 0.7;
}

.c-crumb__list {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.c-crumb__list__li {
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding-right: 31px;
    display: block;
    margin-right: 19px;
    position: relative;
}

.c-crumb__list__li::after {
    content: "＞";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 12px;
    height: 12px;
    display: block;
    border-left: none;
    border-bottom: none;
    pointer-events: none;
}

.c-crumb__list__li:last-child::after {
    content: "";
}

@media screen and (max-width:760px) {

	.c-inner {
		padding: 96px 20px;
	}

	.c-title {

	}
	
	.c-title span {
		font-size: 2.125rem;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.11em;
	}

	.c-subtitle {
		line-height: 0.875;
	}
	
	.c-title::before, .c-title::after {
		width: 60px;
	}

	.c-contact__btn {
		width: 312px;
		height: 61px;
		border-radius: 50px;
		font-size: 1.125rem;
		padding-left: 60px;
	}
}


#header {
	width: 100%;
	position: fixed;
    z-index: 99;
	top: 0;
	height: 80px;
	display: flex;
	align-items: center;
	font-family: "Poppins", sans-serif;
	background: #4B372C;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
	padding: 0 10px;
}

.header__logo {
    max-width: 164px;
    position: relative;
    z-index: 100;
}

.header__nav a:hover {
	
}

.header__nav nav {
	display:flex;
	align-items: center;
	column-gap: 32px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.header__nav__left {
	display: flex;
	column-gap: 40px;
}

.header__nav__left a {
	color: #fff;
	letter-spacing: 0.08em;
	font-weight: 400;
}

.header__nav__right a {
	color: #fff;
	font-weight: 400;
}

.header__nav__left__item {
	position: relative;
}

/* PC版ドロップダウンメニュー */
.header__nav__left__child {
	display: none;
	position: absolute;
    top: 19px;
    left: 161%;
    background: #4B372C;
	color: #fff;
    padding: 15px 22px;
    min-width: 280px;
    transform: translateX(-50%);
	border-radius: 5px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding-top: 35px;
}

/* PC版: ホバー時にサブメニューを表示 */
.header__nav__left__item.has-child:hover .header__nav__left__child,
.header__nav__left__child:hover {
	display: block;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

.header__nav__left__child__item {
	padding: 20px 0;
    display: block;
    border-bottom: 1px solid #c4c4c4;
	font-size: 16px;
	font-weight: normal;
}

.header__nav__left__child__item:first-child {
	padding-top: 10px;
}

.header__nav__left__child__item:last-child {
    border-bottom: none;
	padding-bottom: 10px;
}

.header__nav__left__child__item a {
	position: relative;
	display: block;
	line-height: 1.6;
	transition: padding-left 0.3s ease;
}

.header__nav__left__child__item a span {
	font-size: 14px;
}

.header__nav__left__child__item a:after {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	width: 20px;
	height: 20px;
	background-image: url('../img/header_allow.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: right 0.3s ease;
}

.header__nav__left__child__item a:hover:after {
	right: 0;
}

.header__nav__right {
	display: flex;
}

.header__shopping a {
	padding-right: 46px;
	position: relative;
}

.header__shopping a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url('../img/header_shopping.png');
	background-repeat: no-repeat;
	background-size: cover;
}

/* SP版サービスメニュー */
.slide-menu__service {
	cursor: pointer;
}

.slide-menu__service__trigger {
	position: relative;
	transition: all 3s;
	font-weight: 400;
}

.slide-menu__service.active .slide-menu__service__trigger::before {
	transform: rotate(180deg);
}

.slide-menu__service__trigger::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 8px;
	height: 6px;
	background-image: url('../img/header_allow_sp.png');
	background-repeat: no-repeat;
	background-size: cover;
}


.slide-menu__service__child {
	display: none;
	margin-top: 20px;
	padding: 0;
	border: none;
}

.slide-menu .slide-menu__list .slide-menu__service__child li {
	margin-top: 10px;
	padding: 10px 0;
	border: none;
	padding-left: 20px;
	position: relative;
}

.slide-menu .slide-menu__list .slide-menu__service__child li::before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    font-size: 10px;
    background-color: #fff;
}

.slide-menu__service.active .slide-menu__service__child {
	display: block;
	animation: slideDown 0.3s ease;
}

@keyframes slideDown {
	from {
		opacity: 0;
		max-height: 0;
	}
	to {
		opacity: 1;
		max-height: 500px;
	}
}

.slide-menu__service__child li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.slide-menu__service__child li:last-child {
	border-bottom: none;
}

.slide-menu__service__child a {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	display: block;
}

.slide-menu__service__child a span {
	font-size: 14px;
	opacity: 0.8;
}

@media screen and (min-width:761px){
	.header__nav__sp {
		display: none!important;
	}
}

@media screen and (max-width:760px){
	.header__nav__pc {
		display: none!important;
	}
	
	#header {
        padding: 17px 25px;
    }

	.header__nav {
		column-gap: 35px;
	}

	.header__nav nav {
		column-gap: 35px;
	}

	.header__logo {
		max-width: 114px;
	}
}

.hamburger {
	position: relative;
	width: 35px;
    height: 18px;
    cursor: pointer;
	z-index: 999;
}

.hamburger:hover {
    opacity: 0.8;
}

.hamburger span{
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.hamburger.active span{
	background-color: #fff;
}

.hamburger span:first-of-type{
	top: 0;
}

.hamburger span:nth-of-type(2){
	top: 50%;
	width: 70%;
}

.hamburger span:last-of-type{
	top: 100%;
}

.hamburger.active span:first-of-type{
	top: 50%;
	transform: rotate(45deg);
}

.hamburger.active span:nth-of-type(2){
	opacity: 0;
}

.hamburger.active span:last-of-type{
	top: 50%;
	transform: rotate(-45deg);
}


  .slide-menu{
	background-color: #4B372C;
	position: fixed;
    width: 100vw;
	top: 0;
    right: -9999px;
    transition: 0.3s;
    height: 100vh;
	color:#fff;
    margin: 0;
	z-index: 98;
}

.slide-menu-inner {
    padding: 150px 0 0;
    margin: 0 auto;
    max-width: 325px;
    width: 100%;
}

.slide-menu .slide-menu__list {
	display: flex;
    flex-direction: column;
    margin: 0;
	padding: 0;
    width: 100%;
    margin: 0 auto;
}

.slide-menu .slide-menu__list li {
    list-style-type: none;
    color: #fff;
	text-align: left;
    padding: 24px 20px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
}

.slide-menu .slide-menu__list li a{
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.14em;
}

.slide-menu__shopping {
	padding-right: 34px;
	position: relative;
}

.slide-menu__shopping {
	position: relative;
}

.slide-menu__shopping::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../img/header_shopping.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-menu.active{
	right: 0;
	overflow-y: scroll;
}

.slide-menu__snslist {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 64px;
}

.content {
	overflow: hidden;
	margin-top: 80px;
}

.c-keyvisual {
	background: url("../img/keyvisual_pc.png");
	background-position: center;
	background-size: cover;
	height: 256px;
	position: relative;
}

.c-keyvisual__title {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 700;
	font-size: 3rem;
	transform: translate(-50%,-50%);
}


#footer {
	background-image: url('../img/footer_bg_pc.png');
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

.footer__inner {
	padding: 78px 0 48px;
	width: 100%;
	margin: 0 auto;
}

.footer__sns {
	/* margin-top: 40px; */
}

.footer__sns__list {
	display: flex;
	column-gap: 20px;
	justify-content: center;
}

.footer__logo {
	width:156px;
	margin: 38px auto 0;
}

.footer__link {
	margin-top: 30px;
	padding: 28px 0;
}



.footer__link__list {
	display: flex;
	column-gap: 26px;
	justify-content: center;
}

.footer__link__list__li a{
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.14em;
}

.footer__shopping {
	padding-right: 35px;
	position: relative;
}

.footer__shopping::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url('../img/footer_shopping.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.footer__copyright {
	font-size: 0.875rem;
	text-align: center;
}

@media screen and (max-width:760px) {

	#footer {
		background-image: url('../img/footer_bg_sp.png');
	}

	.footer__inner {
		padding: 63px 20px 10px;
	}

	.footer__contactbtn {
		display: flex;
		justify-content: center;
	}
	
	.footer__link {
		padding: 0;
	}

	.footer__link__list {
		row-gap: 32px;
		flex-wrap: wrap;
		padding: 0 30px;
	}

	.footer__link__list__li {
		text-align: center;
	}

	.footer__copyright {
		margin-top: 62px;
	}
}

.swiper-slide img {
	height: auto;
	width: 100%;
  }