body {
	font-family: "fot-tsukuardgothic-std", sans-serif;
}

.u-desktop {
	display: none;
}

.u-desktop-inline {
	display: none;
}

.u-mobile-inline {
	display: inline;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

body {
	color: #2C2C2C;
}

.body-hidden {
	overflow: hidden;
}

.hidden-wrap {
	overflow: hidden;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about {
	padding: 4.6875rem 0 7.625rem 0;
}

.about__inner {
	margin-left: auto;
	margin-right: auto;
}

.about__header {
	display: block;
	position: relative;
}

.about__deco01-wrap {
	left: -10rem;
	position: absolute;
	top: -3.75rem;
	width: 15.125rem;
}

.about__deco01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__deco02-wrap {
	position: absolute;
	right: -5.625rem;
	top: -4.375rem;
	width: 11.625rem;
}

.about__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__logo-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 6.0625rem;
}

.about__logo {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__title {
	font-feature-settings: "palt";
	color: #9EB3AC;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 3.125rem;
	text-align: center;
}

.about__title-jp {
	display: inline-block;
	position: relative;
}

.about__title-jp::before {
	color: #898989;
	content: "アワーズ";
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	top: -0.875rem;
	transform: translateX(-50%);
	white-space: nowrap;
}

.about__title-line {
	display: inline-block;
	position: relative;
}

.about__title-line::after {
	background-color: #9EB3AC;
	bottom: -0.625rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 97%;
	z-index: 1;
}

.about__content {
	margin-top: 6rem;
	position: relative;
}

.about__deco03-wrap {
	left: -6.5625rem;
	opacity: 0.8;
	position: absolute;
	top: -5.625rem;
	width: 11.25rem;
}

.about__deco03 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__deco04-wrap {
	bottom: -10.625rem;
	left: -4.375rem;
	position: absolute;
	width: 11.875rem;
}

.about__deco04 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__img-wrap {
	width: 100%;
}

.about__img {
	-o-object-fit: cover;
	aspect-ratio: 357/265;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__description-title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
}

.about__description {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.1;
	margin-top: 1.25rem;
}

.about__features-bg {
	display: block;
	position: relative;
}

.about__deco05-wrap {
	bottom: -8.75rem;
	position: absolute;
	right: -4.375rem;
	width: 14.375rem;
}

.about__deco05 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__features {
	grid-gap: 3.5625rem;
	display: grid;
	gap: 3.5625rem;
	grid-template-columns: 1fr;
	margin-top: 5.25rem;
}

.about__feature-header {
	text-align: center;
}

.about__feature-number {
	align-items: center;
	background-color: #9EB3AC;
	border-radius: 100vh;
	color: #fff;
	display: inline-block;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 2.8125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 2.8125rem;
}

.about__feature-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 0.875rem;
}

.about__img-wrap {
	margin-top: 1.8125rem;
	width: 100%;
}

.about__feature-img {
	-o-object-fit: cover;
	aspect-ratio: 357/261;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__feature-text {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.8125rem;
	padding-right: 0.625rem;
}

.about__feature-text-marker {
	background: linear-gradient(to bottom, rgba(255, 247, 201, 0) 25%, #FFF7C9 2%);
	font-weight: 700;
}

/* フェードイン対象の要素に初期状態を指定 */

.mv__deco01,
.mv__deco02,
.mv__deco03,
.mv__deco04,
.mv__bg,
.mv__title-wrap,
.recommendation__thought01-wrap,
.recommendation__thought02-wrap,
.recommendation__thought03-wrap,
.recommendation__thought04-wrap,
.recommendation__thought05-wrap,
.js-fade-in {
	opacity: 0;
	visibility: visible;
}

/* ===============================================
# footer-bg
=============================================== */

.footer-bg {
	position: relative;
}

.footer__deco01-wrap {
	left: -5.625rem;
	position: absolute;
	top: -3.125rem;
	width: 11.625rem;
	z-index: -1;
}

.footer__deco01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__deco02-wrap {
	position: absolute;
	right: 2.5rem;
	top: 1.875rem;
	width: 5rem;
}

.footer__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__deco03-wrap {
	position: absolute;
	right: -4.375rem;
	top: 4.375rem;
	width: 10.375rem;
}

.footer__deco03 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__logo-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 4.375rem;
}

/* ===============================================
# footer
=============================================== */

.footer {
	overflow: hidden;
	padding: 3.5rem 0 7.625rem 0;
	position: relative;
}

.footer__inner {
	position: relative;
}

.footer__logo {
	-o-object-fit: contain;
	aspect-ratio: 70/105;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__copyright {
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	margin-top: 3.7875rem;
	text-align: center;
}

.footer__grass-bg-wrap {
	bottom: -8vw;
	left: 55%;
	position: absolute;
	transform: translateX(-50%);
	width: 172vw;
}

.footer__grass-bg {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__human-deco01-wrap {
	bottom: -5.8125rem;
	left: 0.3125rem;
	position: absolute;
	width: 3.6875rem;
	z-index: 1;
}

.footer__human-deco01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__human-deco02-wrap {
	bottom: -5.75rem;
	position: absolute;
	right: 0.625rem;
	width: 3.875rem;
	z-index: 1;
}

.footer__human-deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 900;
}

.header.header-absolute {
	position: absolute;
}

.header.is-open {
	opacity: 1;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
}

.header__logo {
	width: 3.375rem;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
}

.header__nav-items {
	background-color: #fff;
	border-radius: 100vh;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
	display: flex;
	padding: 1.25rem 2.4375rem 1.375rem 2.4375rem;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item a {
	align-items: center;
	color: #2C2C2C;
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1.25rem;
	position: relative;
}

.header__nav-item a::after {
	background: #9EB3AC;
	bottom: -0.3125rem;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scale(0, 1);
	transform-origin: center top;
	transition: all 0.3s;
	width: 65%;
}

.header__nav-item a:hover::after {
	transform: translateX(-50%) scale(1, 1);
}

.header__hamburger {
	background-color: #fff;
	border-radius: 100vh;
	height: 4rem;
	opacity: 1;
	position: fixed;
	right: 1.25rem;
	top: 1.25rem;
	transition: 0.3s;
	visibility: inherit;
	width: 4rem;
	z-index: 999;
}

.header__hamburger.hamburger-close {
	opacity: 0;
	visibility: hidden;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #9EB3AC;
	border-radius: 100vh;
	display: block;
	height: 3px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.8125rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	background-color: #2C2C2C;
	top: 0.0625rem;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	background-color: #2C2C2C;
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #fff;
	height: 100vh;
	position: fixed;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.header__drawer-nav {
	left: 3.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.header__drawer.is-open {
	right: -3.125rem;
}

.header__drawer-overlay {
	background-color: rgba(44, 44, 44, 0.4980392157);
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.5s;
	visibility: hidden;
	width: 100vh;
	z-index: 1;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.875rem 0;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.lineup {
	background-color: #F5EEE8;
	padding: 4.1875rem 0 5.6875rem 0;
	position: relative;
}

.lineup__deco01-wrap {
	left: -4.375rem;
	position: absolute;
	top: 36%;
	transform: translateY(-50%);
	width: 17.1875rem;
	z-index: 1;
}

.lineup__deco01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lineup__deco02-wrap {
	left: -6.25rem;
	position: absolute;
	top: 7.5rem;
	width: 11.625rem;
}

.lineup__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lineup__deco03-wrap {
	position: absolute;
	right: 0.625rem;
	top: 3.75rem;
	width: 5rem;
}

.lineup__deco03 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lineup__deco04-wrap {
	position: absolute;
	right: -4.375rem;
	top: 6.875rem;
	width: 10.375rem;
}

.lineup__deco04 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lineup__header {
	text-align: center;
}

.lineup__title {
	font-size: 2.5rem;
	font-weight: 700;
}

.lineup__title-jp {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.1875rem;
}

.lineup__list {
	margin-top: 3.1875rem;
	position: relative;
	z-index: 2;
}

.lineup__item {
	border-radius: 15px;
	display: flex;
}

.lineup__item:not(:first-child) {
	margin-top: 1.25rem;
}

.lineup__item-location {
	background-color: #EFEFEF;
	border-radius: 15px;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.3125rem 1rem 0.3125rem 0.875rem;
}

.lineup__item-type {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0.5625rem;
}

.lineup__item-headline {
	border-bottom: 1px solid #BEBEBE;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.1875rem;
	padding-bottom: 1.125rem;
}

.lineup__item-details {
	margin-top: 1.40625rem;
}

.lineup__item-detail {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.9;
}

.lineup__item-price {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 1.3125rem;
}

.lineup__item-price-many {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 1.8125rem;
	font-weight: 700;
	margin-left: 1.25rem;
}

.lineup__item-btn-inquiry {
	background-color: #AD9F80;
	border-radius: 9px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.875rem;
	padding: 0.9125rem 0 0.85625rem 0;
	text-align: center;
}

.lineup__item-btn-shop {
	background-color: #fff;
	border: 2px solid #898989;
	border-radius: 9px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #898989;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.6875rem;
	padding: 0.9125rem 0 0.85625rem 0;
	text-align: center;
}

/* ===============================================
# スライダー：メイン
=============================================== */

.slider-main__img {
	-o-object-fit: cover;
	aspect-ratio: 358/361;
	border-radius: 15px 15px 0 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.slider-main__label {
	background-color: #FFFFFF;
	border-radius: 15px;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	left: 1.0625rem;
	padding: 0.1875rem 0.9375rem 0.3125rem 1rem;
	position: absolute;
	top: 1.0625rem;
}

.slider-main__caption {
	background-color: rgba(43, 43, 43, 0.8470588235);
	bottom: 0;
	color: #fff;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5; /* オーバーフローを隠す */
	overflow: hidden;
	padding: 0.5625rem 0.625rem; /* 上下のパディングはそのまま */
	position: absolute;
	text-align: center;
	width: 100%;
}

/* ===============================================
# スライダー：サムネイル画像
=============================================== */

.slider-thumbnail {
	background-color: #EFEFEF;
	padding: 1rem;
}

.slider-thumbnail__img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 5px;
	cursor: pointer;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.swiper-slide-thumb-active .slider-thumbnail__img {
	border: 3px solid #2C2C2C;
}

.swiper-button-next::after {
	content: none;
}

.swiper-button-next::before {
	background: url("../images/common/slider-next-arrow.svg") no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 44px;
	width: 44px;
}

/* ===============================================
# モーダル
=============================================== */

.modal-btn-wrap {
	cursor: pointer;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	width: 2.6875rem;
}

.modal-btn {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lineup-modal {
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.lineup-modal__content {
	left: 50%;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
}

.lineup-modal__close-btn-wrap {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -3.125rem;
	width: 2.5rem;
}

.lineup-modal__close-btn {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lineup-modal__img {
	-o-object-fit: cover;
	aspect-ratio: 732/660;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lineup-modal__wrap-text {
	color: #fff;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	margin-top: 1.875rem;
	text-align: center;
}

.mv {
	background-color: #9EB3AC;
	height: 733px;
}

.mv__inner {
	height: 100%;
	position: relative;
}

.mv__title-wrap {
	display: flex;
	left: 50%;
	position: absolute;
	top: 30%;
	transform: translate(-50%, -50%);
}

.mv__title-area {
	color: #9EB3AC;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 700;
}

.mv__title-area-bg {
	background-color: #fff;
	display: inline-block;
	padding: 0.3125rem 0.875rem;
}

.mv__title {
	color: #fff;
	font-size: 2.375rem;
	font-weight: 700;
}

.mv__bg-wrap {
	bottom: 0;
	position: absolute;
	width: 450px;
}

.mv__bg {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__deco01-wrap {
	bottom: 8.75rem;
	left: -5.625rem;
	position: absolute;
	width: 25.5625rem;
	width: 122px;
}

.mv__deco01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__deco02-wrap {
	left: 28%;
	position: absolute;
	top: -5.9375rem;
	transform: translateX(-50%);
}

.mv__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__deco03-wrap {
	position: absolute;
	right: -3.75rem;
	width: 173px;
	z-index: 1;
}

.mv__deco03 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__deco04-wrap {
	position: absolute;
	right: -13.75rem;
	top: -1.5625rem;
	width: 20.0625rem;
}

.mv__deco04 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recommendation {
	background-color: #F5EEE8;
	border-radius: 0 0 30px 30px;
	padding-top: 7.8125rem;
	position: relative;
}

.recommendation::after {
	border-color: #F5EEE8 transparent transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	bottom: -19px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.recommendation__title {
	font-size: 1.875rem;
	font-weight: 700;
	text-align: center;
}

.recommendation__title-deco {
	display: inline-block;
	position: relative;
}

.recommendation__title-deco::before {
	background: url("../images/common/recommendation__title-deco.svg") no-repeat center center/contain;
	content: "";
	height: 4.375rem;
	left: 0;
	position: absolute;
	top: -4.6875rem;
	width: 9.8125rem;
}

.recommendation__content {
	padding-top: 28.25rem;
}

.recommendation____person-wrap {
	bottom: 0;
	left: 43%;
	position: relative;
	transform: translateX(-50%);
	width: 45.75rem;
}

.recommendation__person {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recommendation__thought01-wrap {
	position: absolute;
}

.recommendation__thought01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recommendation__thought02-wrap {
	position: absolute;
}

.recommendation__thought02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recommendation__thought03-wrap {
	position: absolute;
}

.recommendation__thought03 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recommendation__thought04-wrap {
	position: absolute;
}

.recommendation__thought04 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.recommendation__thought05-wrap {
	position: absolute;
}

.recommendation__thought05 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.store {
	padding-top: 3.5rem;
}

.store__header {
	text-align: center;
}

.store__title {
	font-size: 2.5rem;
	font-weight: 700;
}

.store__title-jp {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.1875rem;
}

.store__branch {
	margin-top: 2.75rem;
}

.store__branch-item {
	background-color: #F5EEE8;
	border-radius: 15px;
	margin-top: 1.25rem;
	padding: 1.125rem 1.125rem 1.3125rem 1.125rem;
}

.store__branch-img-wrap {
	position: relative;
	width: 100%;
}

.store__branch-img {
	-o-object-fit: cover;
	aspect-ratio: 321/262;
	border-radius: 15px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.store__branch-caption {
	bottom: -0.9375rem;
	font-size: 1.1875rem;
	font-weight: 700;
	left: 1.25rem;
	letter-spacing: 0.15em;
	position: absolute;
}

.store__branch-caption-bg {
	background-color: #fff;
	display: inline-block;
	padding: 0.1875rem 0.5rem;
}

.store__branch-caption-bg--mt {
	margin-top: 0.125rem;
}

.store__branch-header {
	align-items: center;
	border-bottom: 1px solid #BEBEBE;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.3125rem;
}

.store__branch-name {
	font-size: 1.875rem;
	font-weight: 700;
}

.store__branch-map {
	background-color: #fff;
	border-radius: 67px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.375rem 1.0625rem 0.5rem 2rem;
	position: relative;
}

.store__branch-map::before {
	background: url("../images/common/map-icon.svg") no-repeat center center/contain;
	content: "";
	height: 0.84375rem;
	left: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.store__branch-phone {
	border-bottom: 1px solid #BEBEBE;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.store__branch-address {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 1.1875rem;
}

.store__branch-hours {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.store__branch-staff {
	grid-gap: 4%;
	align-items: center;
	background-color: #fff;
	border-radius: 15px;
	display: grid;
	gap: 4%;
	grid-template-columns: 35% 61%;
	margin-top: 1.3125rem;
	padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
}

.store__branch-staff-info {
	text-align: center;
}

.store__branch-staff-img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.store__branch-staff-name {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.3125rem;
}

.store__branch-staff-desc {
	background-color: #EFEFEF;
	border-radius: 15px;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	padding: 1.375rem 0.625rem 0.9375rem 1.25rem;
	position: relative;
}

.store__branch-staff-desc::before {
	background: url("../images/common/bubble.svg") no-repeat center center/contain;
	content: "";
	height: 24px;
	left: -0.9375rem;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 27px;
}

.store__branch-contacts {
	grid-gap: 0.24375rem;
	display: grid;
	gap: 0.24375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 0.625rem;
}

.store__branch-contact {
	background-color: #fff;
	border-radius: 7px;
	text-align: center;
}

.store__branch-contact-icon {
	-o-object-fit: contain;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
	width: 100%;
}

.store__branch-contact-icon--tel {
	width: 1.358125rem;
}

.store__branch-contact-icon--dm {
	width: 1.625rem;
}

.store__branch-contact-icon--line {
	width: 1.8125rem;
}

.store__branch-contact-link {
	align-items: center;
	display: inline-block;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	height: 100%;
	padding: 1.125rem 0.9375rem 1.0625rem 0.9375rem;
	width: 100%;
}

.store__branch-contact-label {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}

.voice {
	padding-top: 3.5rem;
	position: relative;
}

.voice__deco01-wrap {
	left: -5.625rem;
	position: absolute;
	top: 0.625rem;
	width: 9.6875rem;
}

.voice__deco01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__deco02-wrap {
	left: -8.125rem;
	position: absolute;
	top: 7.5rem;
	width: 11.625rem;
}

.voice__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__deco03-wrap {
	position: absolute;
	right: -6.25rem;
	top: 0.625rem;
	width: 10.375rem;
}

.voice__deco03 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__header {
	text-align: center;
}

.voice__title {
	font-size: 2.5rem;
	font-weight: 700;
}

.voice__subtitle {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.1875rem;
}

.voice__description {
	font-feature-settings: "palt";
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 2.25rem;
	position: relative;
}

.voice__description::before,
.voice__description::after {
	background-color: #707070;
	content: "";
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.voice__description::before {
	left: -0.875rem;
	transform: rotate(-15deg) translateY(-50%);
}

.voice__description::after {
	right: -0.8125rem;
	transform: rotate(15deg) translateY(-50%);
}

.voice__video-content-wrap {
	margin-top: 2.375rem;
	position: relative;
	text-align: center;
}

.voice__human-deco01-wrap {
	left: -1.25rem;
	position: absolute;
	top: 62%;
	transform: translateY(-50%);
	width: 3.6875rem;
	z-index: 1;
}

.voice__human-deco01 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__human-deco02-wrap {
	position: absolute;
	right: -1.5625rem;
	top: 60%;
	transform: translateY(-50%);
	width: 3.875rem;
	z-index: 1;
}

.voice__human-deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__video-content {
	width: 100%;
}

.voice__video {
	-o-object-fit: cover;
	aspect-ratio: 275/174;
	height: 100%;
	object-fit: cover;
	width: 81%;
}

.voice__video-btn-wrap {
	margin-top: 2.125rem;
	text-align: center;
}

.voice__video-btn {
	background-color: #AD9F80;
	border-radius: 9px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 0.85rem 5.125rem 0.91875rem 5.125rem;
}

.voice__bottom {
	background-color: #E1E8E6;
	margin-top: 8.125rem;
	padding-bottom: 1.5625rem;
	position: relative;
}

.voice__bg-deco-wrap {
	left: 50%;
	position: absolute;
	top: -16.875rem;
	transform: translateX(-50%);
	width: 90.3125rem;
	z-index: -1;
}

.voice__bg-deco {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice__comment {
	background-color: #fff;
	border-radius: 0 15px 15px 15px;
	padding: 0.875rem 1.4375rem 3.0625rem 1.25rem;
	position: relative;
}

.voice__comment:not(:first-of-type) {
	margin-top: 5.3125rem;
}

.voice__comment-img-wrap {
	width: 9.625rem;
}

.voice__comment-img {
	-o-object-fit: contain;
	aspect-ratio: 280/280;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__comment-question-wrap {
	display: inline-block;
	width: 4.875rem;
}

.voice__comment-question {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.voice__comment-title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.7;
}

.voice__comment-title-marker {
	background: linear-gradient(to bottom, rgba(255, 247, 201, 0) 65%, #F5EEE8 2%);
}

.voice__comment-text {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.1;
	margin-top: 1.875rem;
}

.voice__comment-name {
	font-feature-settings: "palt";
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 0.5rem;
}

.voice__comment-badge {
	background-color: #9EB3AC;
	border-radius: 15px 15px 0 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.9375rem 2.1875rem;
	position: absolute;
	top: -3.375rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-desktop-inline {
	display: inline;
}

.u-mobile-inline {
	display: none;
}

html {
	font-size: 1.4414414414vw;
}

.about {
	padding: 9.8125rem 0 8.875rem 0;
}

.about__deco01-wrap {
	left: -3.75rem;
	top: 2.5rem;
	width: 13.75rem;
}

.about__deco02-wrap {
	right: -6.25rem;
	top: -6.25rem;
	width: 17.1875rem;
}

.about__logo-wrap {
	width: 8.875rem;
}

.about__title {
	font-size: 3.0625rem;
	margin-top: 7.125rem;
}

.about__title-jp::before {
	font-size: 1rem;
}

.about__title-line::after {
	height: 0.25rem;
}

.about__content {
	grid-gap: 4.1875rem;
	align-items: center;
	display: grid;
	gap: 4.1875rem;
	grid-template-columns: 54.5% max-content;
	justify-content: flex-start;
	margin-top: 10.3125rem;
}

.about__deco03-wrap {
	left: -6.25rem;
	top: -11.25rem;
	width: 23.75rem;
}

.about__deco04-wrap {
	bottom: -11.875rem;
	left: -6.25rem;
	width: 21.25rem;
	z-index: -1;
}

.about__img {
	aspect-ratio: 781/582;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}

.about__description-title {
	font-size: 2.0625rem;
}

.about__description {
	font-size: 1.125rem;
	margin-top: 2.1875rem;
}

.about__deco05-wrap {
	bottom: -9.375rem;
	right: -4.375rem;
	width: 21.25rem;
}

.about__features {
	gap: 2.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.9375rem;
	max-width: 1190px;
	padding-left: 35px;
	padding-right: 35px;
}

.about__feature-title {
	font-size: 1.625rem;
	line-height: 1.3;
	margin-top: 0.3125rem;
}

.about__img-wrap {
	margin-top: 1.3125rem;
}

.about__feature-img {
	aspect-ratio: 344/259;
}

.about__feature-text {
	margin-top: 2.15625rem;
}

.footer__deco01-wrap {
	left: -13.125rem;
	top: -6.25rem;
	width: 21.875rem;
}

.footer__deco02-wrap {
	right: 6.25rem;
	top: 1.875rem;
	width: 5.625rem;
}

.footer__deco03-wrap {
	right: -5.125rem;
	top: 4.375rem;
	width: 13.125rem;
}

.footer__logo-wrap {
	width: 5.115625rem;
}

.footer {
	padding: 3.9375rem 0 9.0625rem 0;
}

.footer__logo {
	aspect-ratio: 81.85/123.86;
}

.footer__copyright {
	margin-top: 2.66875rem;
}

.footer__grass-bg-wrap {
	bottom: -11vw;
}

.footer__human-deco01-wrap {
	bottom: -5rem;
	left: 17.5rem;
	width: 4.4375rem;
}

.footer__human-deco02-wrap {
	bottom: -5rem;
	right: 8.75rem;
	width: 5.125rem;
}

.header {
	padding-top: 4.375rem;
	position: fixed;
	transition: opacity 0.5s ease-in-out;
}

.header__inner {
	align-items: flex-start;
	padding: 0 5.25rem 0 3.375rem;
}

.header__logo {
	transition: opacity 0.5s ease-in-out;
	width: 4.625rem;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

.header__drawer {
	display: none;
}

.inner {
	max-width: 1180px;
	padding-left: 35px;
	padding-right: 35px;
}

.lineup {
	padding: 5.3125rem 0 7.375rem 0;
}

.lineup__deco02-wrap {
	left: -5.625rem;
	top: 2.5rem;
	width: 21.875rem;
}

.lineup__deco03-wrap {
	right: 11.25rem;
	top: 6.25rem;
	width: 7.25rem;
}

.lineup__deco04-wrap {
	right: -6.25rem;
	top: 8.75rem;
	width: 18.4375rem;
}

.lineup__title {
	font-size: 3.0625rem;
}

.lineup__title-jp {
	font-size: 1.25rem;
}

.lineup__list {
	margin-top: 4rem;
}

.lineup__item {
	background-color: #fff;
	display: flex;
	gap: 2.5rem;
	padding: 1.375rem 1.5rem 1.375rem 2.6875rem;
	align-items: flex-end;
}

.lineup__item:not(:first-child) {
	margin-top: 1.875rem;
}

.lineup__item-info {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.lineup__item-location {
	font-size: 1rem;
	margin-top: 0.76875rem;
	padding: 0.1875rem 0.875rem 0.3125rem 0.875rem;
	width: fit-content;
}

.lineup__item-type {
	font-size: 1.375rem;
	margin-top: 0.6875rem;
}

.lineup__item-headline {
	font-size: 1.875rem;
	margin-top: 0.75rem;
	padding-bottom: 1.4375rem;
}

.lineup__item-details {
	margin-top: 1.3125rem;
}

.lineup__item-detail {
	font-size: 1rem;
}

.lineup__item-price {
	margin-top: 0.8125rem;
	flex-grow: 1;
}

.lineup__item-btn-inquiry {
	font-size: 1.25rem;
	padding: 0.6875rem 0 0.75rem 0;
	transition: all 0.3s;
}

.lineup__item-btn-inquiry:hover {
	opacity: 0.7;
}

.lineup__item-btn-shop {
	font-size: 1.25rem;
	margin-top: 0.8125rem;
	padding: 0.625rem 0 0.6875rem 0;
	transition: all 0.3s;
}

.lineup__item-btn-shop:hover {
	background-color: #898989;
	color: #fff;
}

.lineup__item-images {
	width: 50%;
}

.slider-main__img {
	aspect-ratio: 522/471;
	cursor: pointer;
}

.slider-main__label {
	left: 1.5rem;
	top: 1.75rem;
}

.slider-main__caption {
	font-size: 0.9375rem;
	padding: 0.5625rem 0.9375rem;
}

.slider-thumbnail {
	border-radius: 0 0 15px 15px;
}

.swiper-button-next {
	width: 2rem;
}

.swiper-button-next::before {
	height: 2rem;
	width: 2rem;
}

.modal-btn-wrap {
	right: 1.5625rem;
	top: 1.5625rem;
	width: 4rem;
}

.lineup-modal__content {
	max-width: 532px;
	padding: 3.75rem 6.25rem;
	padding: 1.25rem;
	width: 73vh;
}

.lineup-modal__close-btn-wrap {
	right: -2.25rem;
	top: -2.25rem;
	width: 3.125rem;
}

.lineup-modal__wrap-text {
	font-size: 1.5625rem;
	margin-left: calc(-40vw + 50%);
	width: 80vw;
}

.mv {
	height: 600px;
}

.mv__title-wrap {
	display: flex;
	gap: 1.25rem;
	left: 31%;
	top: 48%;
	transform: translate(-50%, -50%);
}

.mv__title-area {
	display: inline-block;
	font-size: 1.25rem;
	writing-mode: vertical-rl;
}

.mv__title-area-bg {
	letter-spacing: 0.05em;
	padding: 0.875rem 0.3125rem 1rem 0.3125rem;
}

.mv__title {
	display: inline-block;
	font-size: 2.5rem;
	margin-top: 2.5rem;
	writing-mode: vertical-rl;
}

.mv__bg-wrap {
	right: -1.875rem;
	width: 564px;
}

.mv__deco01-wrap {
	bottom: 0;
	left: -6.25rem;
	width: 229px;
}

.mv__deco02-wrap {
	left: 50%;
	top: -6.25rem;
}

.mv__deco03-wrap {
	right: -6.25rem;
	top: 15%;
	width: 205px;
}

.mv__deco04-wrap {
	display: none;
}

.recommendation {
	border-radius: 0 0 50px 50px;
	padding-top: 10.6875rem;
}

.recommendation::after {
	border-width: 30px 35px 0 35px;
	bottom: -29px;
}

.recommendation__title {
	font-size: 3.0625rem;
}

.recommendation__title-deco::before {
	height: 5.3125rem;
	left: -2.8125rem;
	top: -5rem;
	width: 14.6875rem;
}

.recommendation__content {
	padding-top: 9.3125rem;
}

.recommendation____person-wrap {
	left: 47%;
	transform: translateX(-50%);
	width: 68.1875rem;
}

.recommendation__thought01-wrap {
	left: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 13.75rem;
}

.recommendation__thought02-wrap {
	left: 5rem;
	top: -1.875rem;
	transform: translateY(-50%);
	width: 13.75rem;
}

.recommendation__thought03-wrap {
	left: 51%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 13.75rem;
}

.recommendation__thought04-wrap {
	right: 5rem;
	top: 10%;
	transform: translateY(-50%);
	width: 13.75rem;
}

.recommendation__thought05-wrap {
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 13.75rem;
}

.store {
	padding-top: 5.625rem;
}

.store__inner.inner {
	max-width: 1390px;
}

.store__title {
	font-size: 3rem;
}

.store__title-jp {
	font-size: 1.25rem;
}

.store__branch {
	margin-top: 3.3125rem;
}

.store__branch-item {
	grid-gap: 4%;
	display: grid;
	gap: 4%;
	grid-template-columns: 55.3% 40.7%;
	margin-top: 1.9375rem;
	padding: 6.6875rem 1.25rem;
}

.store__branch-img {
	aspect-ratio: 620/507;
}

.store__branch-caption {
	bottom: -1.875rem;
	font-size: 1.5625rem;
	left: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.store__branch-caption-bg {
	font-feature-settings: "palt";
	padding: 0.125rem 0.9375rem;
}

.store__branch-header {
	padding-bottom: 1.1875rem;
}

.store__branch-name {
	font-size: 2.1875rem;
}

.store__branch-phone {
	font-size: 1.4375rem;
	margin-top: 0.625rem;
	padding-bottom: 0.6875rem;
}

.store__branch-address {
	margin-top: 1.875rem;
}

.store__branch-hours {
	margin-top: 0.125rem;
}

.store__branch-staff {
	gap: 7%;
	grid-template-columns: 25% 68%;
	margin-top: 1.9375rem;
	padding: 1.21875rem 1.0625rem 1.21875rem 1.4375rem;
}

.store__branch-staff-desc {
	padding: 1.125rem 1.5625rem 0.78125rem 1.46875rem;
}

.store__branch-staff-desc::before {
	left: -1.375rem;
}

.store__branch-contacts {
	gap: 1.3125rem;
	margin-top: 1.03125rem;
}

.store__branch-contact {
	transition: all 0.5s;
}

.store__branch-contact:hover {
	box-shadow: 0 5px 3px #878787;
	transform: translateY(-3px);
}

.store__branch-contact-icon--tel {
	width: 1.73rem;
}

.store__branch-contact-icon--dm {
	width: 2.0625rem;
}

.store__branch-contact-icon--line {
	width: 2.3125rem;
}

.store__branch-contact-link {
	gap: 0.625rem;
	padding: 0.9375rem 0.9375rem;
}

.store__branch-contact-label {
	font-size: 0.9375rem;
}

.voice {
	padding-top: 6.0625rem;
}

.voice__deco01-wrap {
	left: -4.375rem;
	top: 4.375rem;
	width: 17.1875rem;
}

.voice__deco02-wrap {
	left: -7.5rem;
	top: 13.75rem;
	width: 25rem;
}

.voice__deco03-wrap {
	right: -6.25rem;
	top: 3.75rem;
	width: 18.4375rem;
}

.voice__title {
	font-size: 3.0625rem;
}

.voice__subtitle {
	font-size: 1.25rem;
}

.voice__description {
	font-size: 1.25rem;
	letter-spacing: 0.3em;
	margin-top: 3.3125rem;
}

.voice__description::before {
	left: -1.5rem;
	transform: rotate(-25deg) translateY(-50%);
}

.voice__description::after {
	right: -1rem;
	transform: rotate(25deg) translateY(-50%);
}

.voice__video-content-wrap {
	margin-top: 3.3125rem;
}

.voice__human-deco01-wrap {
	left: -1.875rem;
	top: 44%;
	width: 8.125rem;
}

.voice__human-deco02-wrap {
	right: -1.875rem;
	top: 37%;
	width: 9.375rem;
}

.voice__video {
	aspect-ratio: 820/521;
	width: 51.25rem;
}

.voice__video-btn-wrap {
	margin-top: 2.5rem;
}

.voice__video-btn {
	font-size: 1.25rem;
	padding: 1rem 10.3125rem 1.125rem 10.3125rem;
	transition: all 0.3s;
}

.voice__video-btn:hover {
	opacity: 0.7;
}

.voice__bottom {
	margin-top: 6.125rem;
	padding-bottom: 8.125rem;
}

.voice__bg-deco-wrap {
	left: 50%;
	top: -29.375rem;
	transform: translateX(-50%);
	width: 152.8125rem;
	z-index: -1;
}

.voice__comments.inner {
	padding-right: 5rem;
}

.voice__comment {
	grid-gap: 10%;
	align-items: center;
	border-radius: 15px 0 15px 15px;
	display: grid;
	gap: 10%;
	grid-template-columns: 30% 60%;
	padding: 3.5625rem 6.25rem 3.5625rem 4.875rem;
}

.voice__comment:not(:first-of-type) {
	margin-top: 1rem;
}

.voice__comment-img-wrap {
	width: 17.625rem;
}

.voice__comment-title {
	font-size: 2.0625rem;
	line-height: 1.5;
	white-space: pre;
}

.voice__comment-title-marker {
	display: inline-block;
}

.voice__comment-text {
	line-height: 1.9;
	margin-top: 1.5625rem;
}

.voice__comment-name {
	margin-top: 0.625rem;
}

.voice__comment:nth-of-type(2) .voice__comment-name {
	margin-top: 3.125rem;
}

.voice__comment:nth-of-type(3) .voice__comment-name {
	margin-top: 1.25rem;
}

.voice__comment-badge {
	border-radius: 0 15px 15px 0;
	font-size: 1.0625rem;
	padding: 2rem 0.8125rem;
	right: -3.1875rem;
	top: 0;
	writing-mode: vertical-rl;
}

}

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

.lineup__item-headline {
	font-size: 2.1875rem;
}

.lineup__item-location {
	margin-top: 1.76875rem;
}

.lineup__item-btn-inquiry {
	padding: 0.9375rem 0 1rem 0;
}

.lineup__item-btn-shop {
	padding: 0.9375rem 0 1rem 0;
}

.lineup-modal__content {
	max-width: 732px;
}

.mv {
	height: 700px;
}

.mv__bg-wrap {
	width: 684px;
}

.mv__deco01-wrap {
	width: 300px;
}

}

@media (min-width: 1110px) {

html {
	font-size: 16px;
}

}

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

.mv {
	height: 925px;
}

.mv__title-area {
	font-size: 1.4375rem;
}

.mv__title {
	font-size: 3.25rem;
}

.mv__bg-wrap {
	width: 67vw;
}

.mv__deco01-wrap {
	width: 409px;
}

.mv__deco03-wrap {
	width: 275px;
}

}

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

.store__branch-item {
	gap: 5%;
	grid-template-columns: 55.3% 39.7%;
	padding: 6.6875rem 6.25rem;
}

.voice__comments.inner {
	padding-right: 35px;
}

}

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

.footer__grass-bg-wrap {
	bottom: -14vw;
}

.footer__human-deco01-wrap {
	bottom: -6.25rem;
	left: 15.625rem;
}

.footer__human-deco02-wrap {
	bottom: -6.25rem;
	right: 6.25rem;
}

.lineup-modal__close-btn-wrap {
	right: -2.5rem;
	top: -2.5rem;
	width: 3.375rem;
}

.mv__deco02-wrap {
	top: -8.125rem;
}

.voice__human-deco01-wrap {
	left: -3.75rem;
}

.voice__human-deco02-wrap {
	right: -5.625rem;
}

}

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

.footer__human-deco01-wrap {
	bottom: -5.625rem;
	left: 12.5rem;
	width: 5vw;
}

.footer__human-deco02-wrap {
	bottom: -5.625rem;
	width: 5vw;
}

.mv__bg-wrap {
	width: 984px;
}

.mv__deco02 {
	width: 274px;
}

}

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

.about__description-title {
	font-size: 2.375rem;
}

.about__description {
	font-size: 1.25rem;
}

}

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

.footer__grass-bg-wrap {
	bottom: -15vw;
}

}

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

.about__inner {
	max-width: 500px;
	padding-left: 16px;
	padding-right: 16px;
}

.about__img {
	border-radius: 4px;
}

.about__description-title {
	margin-top: 2rem;
}

.header__logo {
	padding-top: 1.875rem;
}

.header__drawer-overlay.is-open {
	opacity: 1;
	transition: all 0.5s;
	visibility: visible;
}

.lineup__deco01-wrap {
	display: none;
}

.lineup__item {
	flex-direction: column-reverse;
}

.lineup__item-info {
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	padding: 2rem 1.5rem;
}

.mv__title-wrap {
	flex-direction: column-reverse;
	gap: 0.625rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.mv__title-area {
	font-size: 1.125rem;
	letter-spacing: -2.5px;
	white-space: nowrap;
}

.mv__title {
	letter-spacing: -5px;
	white-space: nowrap;
}

.mv__bg-wrap {
	left: 50%;
	transform: translateX(-50%);
}

.mv__deco03-wrap {
	top: 60%;
	transform: translateY(-50%);
}

.recommendation__title {
	line-height: 1.6;
}

.recommendation__thought01-wrap {
	left: 66%;
	top: -124%;
	transform: translateX(-50%);
	width: 9.75rem;
}

.recommendation__thought02-wrap {
	left: 42%;
	top: -114%;
	transform: translateX(-50%);
	width: 12.375rem;
}

.recommendation__thought03-wrap {
	left: 42%;
	top: -5.5rem;
	transform: translate(-50%, -50%);
	width: 12.5625rem;
}

.recommendation__thought04-wrap {
	left: 65%;
	top: -25%;
	transform: translateX(-50%);
	width: 13.25rem;
}

.recommendation__thought05-wrap {
	left: 67%;
	top: -76%;
	transform: translateX(-50%);
	width: 11.25rem;
}

.store__branch-caption--ls {
	letter-spacing: normal;
}

.store__branch-caption--fz16 {
	font-size: 1.0625rem;
}

.store__branch-caption-bg {
	font-feature-settings: "palt";
}

.store__branch-caption-bg--ls {
	letter-spacing: normal;
}

.store__branch-header {
	margin-top: 2.5rem;
}

.voice__comment {
	display: flex;
	flex-direction: column;
}

.voice__comment-img-wrap {
	margin-top: 1.6875rem;
	order: 3;
}

.voice__comment-content {
	display: contents;
}

.voice__comment-question-wrap {
	order: 1;
}

.voice__comment-title {
	order: 2;
	white-space: nowrap;
}

.voice__comment-text {
	order: 4;
	padding-right: 0.9375rem;
}

.voice__comment-name {
	order: 5;
}

.voice__comment-badge {
	left: 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}
