@charset "utf-8";

/*-----------------------------------------------------------
カスタムプロパティ
-----------------------------------------------------------*/

:root {

	/* color */
	--c-dark: #4D4B49;
	--c-dark-light: #939291;
	--c-gray-dark: #ccc;
	--c-gray: #D9D9D9;
	--c-gray-light:#E6E6E6;
	--c-gold: #B0974B;
	--c-pink: #F6DFDE;
	--c-pink-dust: #E0D1D0;
	--c-beige: #F9F3EA;
  	--c-gray-beige: #BEB9B2; 
	--c-white: #fff;
	--c-off-white: #FAFAFA;
	--c-black: #000;

	/* fonts */
	--f-base: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	--f-en01: "Cormorant Garamond", serif;
	--f-en02: "Mrs Saint Delafield", cursive;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

html {
	overflow-x: hidden;
}

body {
	max-width: 1920px;
	width: 100%;
	margin: auto !important;
	font-family: var(--f-base);
	font-size: clamp(14px, 1.75vw, 18px);
	font-weight: 500;
	color: var(--c-dark);
    word-break: break-all;
	position: relative;
	overflow-x: hidden;
}

body .wow {
	opacity: 0;
}

body.active .wow {
	opacity: 1;
}

#root {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p > a, label > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover, label > a:hover {
	color: inherit;
}

a, button {
	transition: .3s;
}

.br-none br {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

.w-fit-content {
    width: fit-content;
}

.js-tel-link {
	color: inherit;
}

.js-rellax {
    transition-delay: .3s;
    transition: 1s;
}

/*-----------------------------------------------------------
透過
-----------------------------------------------------------*/

.opacity-80 {
	opacity: 0.80;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-30 {
	opacity: 0.3;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.en-title01 {
    font-size: clamp(35px, 6.83vw, 70px);
    font-weight: normal;
    font-family: var(--f-en01);
    letter-spacing: 0.05em;
    line-height: 1.21em;
}

.en-title02 {
    font-size: clamp(28px, 4.88vw, 50px);
    font-weight: normal;
    font-family: var(--f-en01);
    letter-spacing: 0.05em;
    line-height: 1.21em;
}

.en-title03 {
    font-size: clamp(22px, 3.41vw, 35px);
    font-weight: normal;
    font-family: var(--f-en01);
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.title01 {
    font-size: clamp(22px, 3.9vw, 40px);
    letter-spacing: 0.08em;
    line-height: 1.375em;
}

.title02 {
    font-size: clamp(18px, 3.41vw, 35px);
    letter-spacing: 0.08em;
    line-height: 1.571em;
}

.title03 {
    font-size: clamp(18px, 2.92vw, 30px);
    letter-spacing: 0.08em;
    line-height: 1.44em;
}

.title04 {
    font-size: clamp(16px, 2.44vw, 25px);
    letter-spacing: 0.08em;
    line-height: 1.44em;
}

.sub-title01 {
	font-size: clamp(16px, 2.14vw, 22px);
    letter-spacing: 0.08em;
    line-height: 2.04em;
}

.sub-title02 {
    font-size: clamp(14px, 1.95vw, 20px);
    letter-spacing: 0.08em;
    line-height: 1.45em;
}

.title-box01 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.title-box02 {
    position: relative;
}

.title-box02-en-text {
    transform: rotate(-10deg);
}

.title-box02-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
}

.title-decoration01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.title-decoration01:before, .title-decoration01:after {
    content: "";
    display: block;
    flex: 1;
    border-bottom: solid 1px;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.en-text01 {
    font-size: clamp(80px, 13.02vw, 250px);
    font-weight: normal;
    font-family: var(--f-en02);
    letter-spacing: 0.05em;
    line-height: 1.528em;
}

.en-text02 {
    font-size: clamp(60px, 10.41vw, 200px);
    font-weight: normal;
    font-family: var(--f-en02);
    letter-spacing: 0.05em;
    line-height: 1.525em;
}

.en-text03 {
    font-size: clamp(40px, 11.71vw, 120px);
    font-weight: normal;
    font-family: var(--f-en02);
    letter-spacing: 0.05em;
    line-height: 1.525em;
}

.text01 {
    letter-spacing: 0.08em;
    line-height: 2.5em;
}

.text02 {
    letter-spacing: 0.08em;
    line-height: 1.94em;
}

.text03 {
    letter-spacing: 0.08em;
    line-height: 1.44em;
}

.enhance-text01 > span {
    font-size: 1.33em;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

/*btn01*/

.btn01 {
    max-width: 241px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 2.14vw, 22px);
    letter-spacing: 0.05em;
    line-height: 1.18em;
    border: solid 1px;
    padding: 9px 10px 8px;
}

.btn01-large {
    max-width: 315px;
    padding: 19px 10px 18px;
}

.btn01-dark {
    background: var(--c-dark);
    border-color: var(--c-dark);
    color: var(--c-white);
}

.btn01-dark:hover {
    background: var(--c-white);
    color: var(--c-dark);
}

.btn01-beige {
    background: var(--c-beige);
    border-color: var(--c-beige);
    color: var(--c-gold);
}

.btn01-beige:hover {
    background: var(--c-white);
    color: var(--c-gold);
}

.btn01-gold {
    background: var(--c-gold);
    border-color: var(--c-gold);
    color: var(--c-white);
}

.btn01-gold:hover {
    background: var(--c-white);
    color: var(--c-gold);
}

.btn01-gold:hover > .btn01-icon {
    filter: brightness(0) saturate(100%) invert(58%) sepia(75%) saturate(292%) hue-rotate(8deg) brightness(89%) contrast(89%);
}

/*btn02*/

.btn02 {
    display: block;
    width: fit-content;
    font-size: clamp(14px, 1.75vw, 18px);
    letter-spacing: 0.08em;
    line-height: 1.45em;
    padding: 0 0 15px;
    position: relative;
}

.btn02:before {
    content: "";
	display: block;
	width: 100%;
	border-bottom: solid 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 0.3s;
}

.btn02:hover:before {
    width: 0;
}

.btn02.f-en01 {
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.btn02-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn02-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 20px;
    border-radius: 100vmax;
    margin: 0 0 0 15px;
}

.btn02-arrow:before {
    content: "";
    display: block;
    width: 13px;
    height: 7px;
}

.btn02-white {
    color: var(--c-white);
}

.btn02-arrow-white {
    background: var(--c-white);
}

.btn02-arrow-white:before {
    background: url(../img/common/arrow_icon01_dark_gray.svg) no-repeat center / contain;
}

.btn02-white:hover {
    color: var(--c-white);
}

.btn02-dark {
    color: var(--c-dark);
}

.btn02-arrow-dark {
    background: var(--c-dark);
}

.btn02-arrow-dark:before {
    background: url(../img/common/arrow_icon01_white.svg) no-repeat center / contain;
}

.btn02-dark:hover {
    color: var(--c-dark);
}

/*btn03*/

.btn03 {
    max-width: 315px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 2.14vw, 22px);
    letter-spacing: 0.05em;
    line-height: 1.18em;
    border: solid 1px;
    padding: 19px 10px 18px;
}

.btn03-gold {
    border-color: var(--c-gold);
    color: var(--c-gold);
}

.btn03-gold:hover {
    background: var(--c-gold);
    color: var(--c-white);
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/

.f-base {
	font-family: var(--f-base);
}

.f-en01 {
	font-family: var(--f-en01);
}

.f-en02 {
	font-family: var(--f-en02);
}

/*-----------------------------------------------------------
フォントサイズ
-----------------------------------------------------------*/

.f-size-25 {
	font-size: clamp(18px, 2.44vw, 25px);
}

.f-size-20 {
	font-size: clamp(14px, 1.95vw, 20px);
}

/*-----------------------------------------------------------
背景色
-----------------------------------------------------------*/

.bg-dark {
	background-color: var(--c-dark) !important;
}

.bg-dark-light {
	background-color: var(--c-dark-light) !important;
}

.bg-black {
	background-color: var(--c-black) !important;
}

.bg-gray-dark {
	background-color: var(--c-gray-dark) !important;
}

.bg-gray {
	background-color: var(--c-gray) !important;
}

.bg-gray-light {
	background-color: var(--c-gray-light) !important;
}

.bg-white {
	background-color: var(--c-white) !important;
}

.bg-off-white {
	background-color: var(--c-off-white) !important;
}

.bg-gold {
	background-color: var(--c-gold) !important;
}

.bg-beige {
	background-color: var(--c-beige) !important;
}

.bg-gray-beige {
	background-color: var(--c-gray-beige) !important;
}

.bg-pink {
	background-color: var(--c-pink) !important;
}

/*-----------------------------------------------------------
背景
-----------------------------------------------------------*/

.bg-mask01 {
	background-image: url(../img/common/bg_mask01.png);
  	background-position: center top;
  	background-repeat: repeat-y;
}

.bg-gradation-mask01 {
	position: relative;
}

.bg-gradation-mask01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-gradation-mask02 {
	position: relative;
}

.bg-gradation-mask02:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bg-gradation-mask03 {
	position: relative;
}

.bg-gradation-mask03:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*-----------------------------------------------------------
文字色
-----------------------------------------------------------*/

.color-dark {
	color: var(--c-dark) !important;
}

.color-dark-light {
	color: var(--c-dark-light) !important;
}

.color-black {
	color: var(--c-black) !important;
}

.color-gray-dark {
	color: var(--c-gray-dark) !important;
}

.color-gray {
	color: var(--c-gray) !important;
}

.color-gray-light {
	color: var(--c-gray-light) !important;
}

.color-white {
	color: var(--c-white) !important;
}

.color-off-white {
	color: var(--c-off-white) !important;
}

.color-gold {
	color: var(--c-gold) !important;
}

.color-beige {
	color: var(--c-beige) !important;
}

.color-pink {
	color: var(--c-pink) !important;
}

/*-----------------------------------------------------------
画像
-----------------------------------------------------------*/

.img-control {
	height: 0;
	position: relative;
	padding: 0 0 100%;
}

.img-control > img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.img-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

.swiper + .swiper {
	margin: 10px auto 0;
}

.thumbnail-slider-item {
	cursor: pointer;
	transition: .3s;
}

.thumbnail-slider-item:hover {
	filter: brightness(0.5);
}

.swiper-slide-thumb-active {
	filter: brightness(0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--c-white);
	text-shadow: 0 0 3px #000;
	transition: .3s;
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    opacity: .6;
}

.loop-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

.in-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/common/in_cover_mask.png) no-repeat center top / cover;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.in-cover-box {
	max-width: 1350px;
	width: 100%;
	text-align: center;
	color: var(--c-dark);
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 9;
}

.in-cover-title {
	font-family: var(--f-en01);
	font-size: clamp(26px, 5.85vw, 60px);
	font-weight: normal;
	line-height: 1.212em;
	letter-spacing: 0.05em;
}

.in-cover-sub-title {
    font-size: clamp(14px, 1.75vw, 18px);
    line-height: 1.454em;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-family: var(--f-en);
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.45em;
	color: inherit;
	padding: 20px 0;
	position: relative;
	z-index: 9;
}

.breadcrumbs-inner {
	max-width: 1350px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbs-link {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbs-arrow {
	margin: 0 10px;
}

.breadcrumbs-link:hover {
	text-decoration: none;
	color: inherit;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 100px 0;
	position: relative;
}

.inner {
	max-width: 1350px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
}

.inner-large {
    max-width: 1550px;
}

.inner-fluid {
    max-width: 100%;
}

.bd-box01 {
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
}

.bd-box01-gray {
    background-image: radial-gradient(circle, var(--c-gray) 1px, transparent 1px), radial-gradient(circle, var(--c-gray) 1px, transparent 1px), radial-gradient(circle, var(--c-gray) 1px, transparent 1px), radial-gradient(circle, var(--c-gray) 1px, transparent 1px);
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table {
	width: 100%;
	line-height: 1.44em;
	border-top: solid 1px var(--c-gray-beige);
}

.base-table-tr {
	border-bottom: solid 1px var(--c-gray-beige);
	padding: 15px 0;
}

.base-table-th {
	display: flex;
	align-items: center;
	padding: 0;
}

.base-table-td {
	margin: 10px 0 0;
	padding: 0;
}

/*-----------------------------------------------------------
カレンダー
-----------------------------------------------------------*/

.fc .fc-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 5px !important;
}

.fc .fc-button .fc-icon {
    font-size: 1.2em !important;
}

.fc .fc-button-primary {
    background: var(--c-gold) !important;
    border-color: var(--c-gold) !important;
}

.fc .fc-button-primary:hover {
    background: var(--c-white) !important;
    border-color: var(--c-gold) !important;
    color: var( --c-gold) !important;
}

.fc .fc-toolbar-title {
    font-size: 1.2em !important;
    letter-spacing: 0.08em !important;
    line-height: 1.45em inherit!important;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px !important;
}

.fc-col-header-cell {
    background: var(--c-beige) !important;
}

.fc-day-sun {
    color: var(--red) !important;
}

.fc-day-sat {
    color: var(--blue) !important;
}

.fc-direction-ltr {
    height: 100% !important;
}

.fc-daygrid-event {
    font-size: 12px !important;
}

/*-----------------------------------------------------------
アコーディオン
-----------------------------------------------------------*/

.accordion-btn {
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.accordion-btn:hover {
    opacity: .5;
}

.accordion-content {
    display: none;
}

/*アコーディオンアイコン*/

.accordion-icon {
    display: block !important;
    position: relative;
    max-width: 20px;
    width: 100%;
    height: 20px;
    margin: 0 0 0 2%;
}

.accordion-icon-item {
    position: absolute;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: var(--c-dark);
    transition: .5s;
}

.accordion-icon-item:nth-child(1) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(0deg);
}

.accordion-icon-item:nth-child(2) {
    left: 0;
    right: 0;
    top: 50%;
    transform: rotate(90deg);
}

.accordion-icon.active > .accordion-icon-item:nth-child(1) {
    display: none;
}

.accordion-icon.active > .accordion-icon-item:nth-child(2) {
    top: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination {
	width: 100%;
}

.webgene-pagination > ul{
	padding: 0;
	display: flex;
	justify-content: center;
}

.webgene-pagination > ul > li{
	display: flex;
}

.webgene-pagination > ul > li{
	margin: 40px 10px 0;
	line-height: 1em;
	letter-spacing: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webgene-pagination > ul > li > a{
	color: var(--c-dark);
	display: flex;
	justify-content: center;
	align-items: center;
}

.webgene-pagination > ul > li > a:hover{
	text-decoration: none;
	color: var(--c-gold);
}

.webgene-pagination > ul > li.selected > a{
	color: var(--c-gold);
	cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover{
	color: var(--c-gold);
}

.webgene-pagination>ul>.prev>a,
.webgene-pagination>ul>.next>a {
	position: relative;
	height: 35px;
	width: 55px;
	border: solid 1px var(--c-gray-beige);
	border-radius: 100vmax;
	opacity: 0.3;
}

.webgene-pagination>ul>.prev>a:hover,
.webgene-pagination>ul>.next>a:hover {opacity: 1;}

.webgene-pagination>ul>.prev>a::before,
.webgene-pagination>ul>.next>a::before {
	content: "";
	display: block;
	transition: all .3s;
}

.webgene-pagination>ul>.prev>a::before {
	content: "";
	width: 13px;
	height: 7px;
	display: block;
	background: url(../img/common/arrow_icon01_dark_gray.svg) no-repeat center / contain;
	transform: scale(-1,1);
	position: absolute;
}

.webgene-pagination>ul>.next>a::before {
	content: "";
	width: 13px;
	height: 7px;
	display: block;
	background: url(../img/common/arrow_icon01_dark_gray.svg) no-repeat center / contain;
	position: absolute;
}

.dtlPager {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
	color: #333;
	font-size: 14px;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header {
    z-index: 99999999;
}

/*ハンバーガー*/

.hamburger-btn {
    max-width: 40px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    z-index: 9999999;
    margin: 0 0 0 30px;
}

.hamburger-btn:hover {
    opacity: 0.65;
}

.hamburger-btn-bar {
    width: 100%;
    height: 12px;
    position: relative;
}

.hamburger-btn-bar > div {
    width: 100%;
    height: 1.2px;
    background: var(--c-dark);
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    transition: .5s;
}

.hamburger-btn-bar > div:nth-child(1) {
    top: 0;
}

.hamburger-btn-bar > div:nth-child(2) {
    width: 66.66%;
    top: 100%;
    left: auto;
}

.nav-area {
    width: 100%;
    margin: auto;
    background: var(--c-white);
    transition: ease .5s;
    position: fixed;
    top: 0;
    right: -50%;
    transition: .8s;
    z-index: 999999999;
    opacity: 0;
    visibility: hidden;
}

.nav-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    padding: 70px 15px 70px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-content .hamburger-btn {
	position: fixed;
	top: 30px;
	right: 20px;	
}

.nav-content::-webkit-scrollbar {
    display: none;
}

.nav-content-inner {
    max-width: 430px;
    width: 100%;
    margin: auto;
}

.nav-list {
    line-height: 1.45em;
    position: relative;
}

.nav-list-item {
    padding: 20px 0;
    border-bottom: solid 1px var(--c-gray);
}

.nav-link {
    padding: 0;
    color: var(--c-dark);
}

.nav-link:hover {
	color: var(--c-gray);
	opacity: 0.65;
}

.nav-second-list {
    margin: 10px 0 0 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid rgba(77,75,73,0.2);
}

.nav-second-item:not(:first-child) {
    margin: 5px 0 0;
}

.nav-second-link {
    display: block;
    color: var(--c-dark);
    opacity: 0.75;
}

.nav-second-link:hover {
    color: var(--c-gold);
}

.nav-contact-btn {
    display: flex;
    max-width: 45px;
    width: 100%;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.nav-icon-link {
    max-width: 30px;
    width: 100%;
    display: block;
}

.nav-btn-area {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

.nav-icon-block {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 0 0 0 9.3%;
}

/* ----- ハンバーガーメニューを開いたとき ----- */

.open .hamburger-btn-bar > div:nth-child(1) {
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}

.open .hamburger-btn-bar > div:nth-child(2) {
	width: 100%;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
}

.nav-area.open {
	opacity: 1;
	visibility: visible;
	right: 0;
}

/* ----- スクロール時のナビ ----- */

.header.is-hidden {
    top: -100%;
    transition: 0s;
}

.header.is-active {
	background: var(--c-white);
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	top: 0;
	position: fixed;
	transition: 1.3s;
}

.is-active .header-inner {
    max-width: 1820px;
    width: 100%;
    padding: 20px 15px;
}

/* ----- スマホ時のナビ ----- */

.sp-nav {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	border-top: solid 1px var(--gray);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	display: flex;
	background: var(--c-white);
}

.sp-nav-block {
	flex: 1;
	display: flex;
}

.sp-nav-conte-l {
	width: 100%;
	border-right: 1px solid var(--c-secondary);
}

.sp-nav-link {
	padding: 4px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sp-nav-link-icon {
	max-width: 20px;
	width: 100%;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-nav-link-text {
	margin: 6px auto 0;
	font-size: 10px;
	line-height: 1.4em;
	color: var(--c-secondary);
	text-align: center;
}

/*-----------------------------------------------------------
オンラインショップバナー
-----------------------------------------------------------*/

.shop-banner-link {
    max-width: 1320px;
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    background: url(../img/common/online_shop_banner_bg.jpg) no-repeat center top / cover;
    padding: 20px;
}

.shop-banner-link:hover {
    opacity: 0.6 !important;
}

.shop-banner-img-block {
    text-align: center;
}

.shop-banner-text-block {
    margin: 30px 0 0;
}

.common-shop-banner-text {
    margin: 15px 0 0;
}

.shop-banner-btn {
    padding: 30px 0 0;
    margin: 30px 0 0;
    border-top: solid 1px #BEB9B2;
}

.shop-banner-btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 30px;
    background: var(--c-gold);
    border-radius: 100vmax;
	margin: auto;
}

.shop-banner-btn-icon:before {
    content: "";
    display: block;
    width: 15px;
    height: 8px;
    background: url(../img/common/arrow_icon01_white.svg) no-repeat center / contain;
}

.shop-banner-btn-text {
    letter-spacing: 0.08em;
    line-height: 1.66;
    text-align: center;
    margin: 5px 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-576-none br {
	display: none;
}

.br-576-block br {
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-768-none br {
	display: none;
}

.br-768-block br {
	display: block;
}


/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 130px 0;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 350px;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table-td {
	margin: 0;
}
	
/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*ハンバーガー*/

.hamburger-btn {
    margin: 0 0 0 4%;
}

.nav-area {
    max-width: 620px;
}

/* スマホ時 */

.sp-nav {
	display: none;
}

.sp-nav-btn {
	display: none;
}

/*-----------------------------------------------------------
オンラインショップバナー
-----------------------------------------------------------*/

.shop-banner-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.shop-banner-img-block {
    max-width: 360px;
    width: 100%;
}

.shop-banner-text-block {
    max-width: 528px;
    width: 100%;
    margin: 0 0 0 2.5%;
}

.shop-banner-btn {
    max-width: 236px;
    width: 100%;
    padding: 20px 0 20px 1.5%;
    margin: 0 0 0 2.5%;
	border-top: 0;
    border-left: solid 1px #BEB9B2;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1024-none br {
	display: none;
}

.br-1024-block br {
	display: block;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.sub-title01 {
    font-size: clamp(18px, 1.145vw, 22px);
}
	
.en-text01 {
    font-size: clamp(80px, 13.02vw, 250px);
    font-weight: normal;
    font-family: var(--f-en02);
    letter-spacing: 0.05em;
    line-height: 1.528em;
}

/*-----------------------------------------------------------
テキスト
-----------------------------------------------------------*/

.en-text03 {
    font-size: clamp(120px, 9.37vw, 180px);
}
  
/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

/*btn02*/
	
.btn02-arrow {
    width: 55px;
    height: 25px;
    margin: 0 0 0 28px;
}

.btn02-arrow:before {
    width: 17px;
    height: 11px;
}
	
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover {
	height: 450px;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadcrumbs-wrapper {
	font-size: 14px;
	padding: 30px 0;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.wrapper {
	padding: 180px 0;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.base-table-tr {
	padding: 25px 0;
}

.base-table-tr-small {
	padding: 20px 0;
}

.base-table-th {
	padding-right: 15px;
}

.base-table-td {
	padding-left: 15px;
}
	
/*-----------------------------------------------------------
ページャー
-----------------------------------------------------------*/

.webgene-pagination > ul > li{
	margin: 80px 10px 0;
}

.webgene-pagination>ul>.prev>a::before {
	width: 17px;
	height: 11px;
}

.webgene-pagination>ul>.next>a::before {
	width: 17px;
	height: 11px;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

/*ハンバーガー*/

.hamburger-btn {
    max-width: 60px;
    margin: 0 0 0 8.49%;
}

.nav-content .hamburger-btn {
    position: fixed;
    top: 60px;
    right: 40px;
}

/*-----------------------------------------------------------
オンラインショップバナー
-----------------------------------------------------------*/

.shop-banner-link {
    padding: 40px;
}

.shop-banner-text-block {
    margin: 0 0 0 4.83%;
}

.common-shop-banner-text {
    margin: 25px 0 0;
}

.shop-banner-btn {
    padding: 30px 0 30px 3.22%;
    margin: 0 0 0 4.83%;
}

.shop-banner-btn-icon {
    width: 90px;
    height: 50px;
}

.shop-banner-btn-icon:before {
    width: 19px;
    height: 12px;
}

.shop-banner-btn-text {
    margin: 10px 0 0;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.nav-content .hamburger-btn {
    position: fixed;
    top: 60px;
    right: 70px;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1200-none br {
	display: none;
}

.br-1200-block br {
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1400-none br {
	display: none;
}

.br-1400-block br {
	display: block;
}

body {
	font-size: 18px;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/

.en-title01 {
    font-size: 70px;
}

.en-title02 {
    font-size: 50px;
}

.en-title03 {
    font-size: 35px;
}

.title01 {
    font-size: 40px;
}

.title02 {
    font-size: 35px;
}

.title03 {
    font-size: 30px;
}

.title04 {
    font-size:25px;
}

.sub-title01 {
	font-size: 22px;
}

.sub-title02 {
    font-size: 20px;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/

.btn01 {
    font-size: 22px;
}

.btn02 {
    font-size: 20px;
}

.btn03 {
    font-size: 22px;
}
	
/*-----------------------------------------------------------
フォントサイズ
-----------------------------------------------------------*/

.f-size-25 {
	font-size: 25px;
}

.f-size-20 {
	font-size: 20px;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.in-cover-title {
	font-size: 80px;
}

.in-cover-sub-title {
    font-size: 22px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1800px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

/*-- 改行 --*/

.br-1800-none br {
	display: none;
}

.br-1800-block br {
	display: block;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */