@charset "utf-8";


/* ==========================================================
 reset
========================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

textarea {
	resize: none;
}

button {
	overflow: visible;
	cursor: pointer;
	vertical-align: top;
	font-size: 100%;
	color: inherit;
	border: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

button:focus-visible {
	outline: auto;
}

label {
	cursor: pointer;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 100%;
}

fieldset {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
address,
caption,
code,
em,
th,
i {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

ul li,
ol li {
	list-style-type: none;
}

sub {
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

sup,
sub {
	font-size: 60%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

svg {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
	fill: currentColor;
}

a,
a:hover {
	text-decoration: none;
}



/* ==========================================================
 template style
========================================================== */
body * {
	box-sizing: border-box;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	position: relative;
	overflow: clip;
}

.sp-bl,
.sp-il,
.tablet-bl {
	display: none !important;
}

@media (any-hover: hover) {
	.opa {
		transition: opacity 0.3s ease-in-out;
	}

	.opa:hover {
		opacity: 0.3 !important;
	}
}

.w100 {
	width: 100% !important;
}

.h100 {
	height: 100% !important;
}

.none {
	display: none !important
}

.visuallyhidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.cf::before,
.cf::after {
	content: "";
	display: table;
}

.cf::after {
	clear: both;
}

.cf {
	zoom: 1;
}

.ff {
	text-align: justify;
	text-justify: inter-ideograph;
}

.vText {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	word-break: keep-all;
	white-space: nowrap;
	text-orientation: upright;
}

.vText i {
	transform: translate(.4em, -.5em);
	display: inline-block;
	line-height: 1cap;
	letter-spacing: 0;
}

.vTextEn {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	word-break: keep-all;
	white-space: nowrap;
	text-orientation: mixed;
}

.inner {
	max-width: 1600px;
	width: 90%;
	margin-inline: auto;
	position: relative;
}

.inner2 {
	max-width: 1400px;
	width: 90%;
	margin-inline: auto;
	position: relative;
}

.outer {
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	position: relative;
}

.fit-cover {
	overflow: clip;
}

.fit-cover img {
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
}

i,
em {
	font-style: normal;
}

b {
	font-weight: bold;
}

sup {
	font-size: 10px;
	vertical-align: text-top;
	letter-spacing: 0;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.jc-c {
	justify-content: center;
}

.flex.jc-s {
	justify-content: flex-start;
}

.flex.jc-e {
	justify-content: flex-end;
}

.flex.ai-c {
	align-items: center;
}

.flex.ai-e {
	align-items: flex-end;
}

.flex.ai-st {
	align-items: stretch;
}

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

.flex.reverse {
	flex-direction: row-reverse;
}

.grid {
	display: grid;
}

.grid.jc-s {
	justify-content: start;
}

.grid.jc-e {
	justify-content: end;
}

.grid.ai-s {
	align-items: start;
}

.grid.ai-c {
	align-items: center;
}

.grid.ai-e {
	align-items: end;
}

.grid.ai-st {
	align-items: stretch;
}

.ls100 {
	letter-spacing: 0.1em;
}

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

	.sp-bl {
		display: block !important;
	}

	.sp-il {
		display: inline !important;
	}

	.inner {
		width: calc(320 / 380 * 100%);
		max-width: 560px;
	}

	.inner2 {
		width: calc(340 / 380 * 100%);
		max-width: 560px;
	}

	sup {
		font-size: 8px;
	}
}


/* tips */
.swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-autoheight .swiper-wrapper {
	transition-property: transform;
}


/* フォント */
.wf-shipporimincho-n4-active {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	/*
  	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}

.wf-cormorantgaramond-n4-active .cormorantGaramond {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0;
	/* line-height: 1cap;
	--leading-trim: calc((1cap - 1lh) / 2); */
	/*
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}

.wf-cormorantinfant-n4-active .cormorantInfant {
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	/* line-height: 1cap;
	--leading-trim: calc((1cap - 1lh) / 2); */
	/*
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	*/
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
body ／ main
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
html {
	font-size: clamp(1rem, 0.969rem + 0.13vw, 1.125rem);
	color: #ffffff;
	font-weight: 400;
	line-height: 2.444;
	font-feature-settings: "palt";
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
tab
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.tab {
	position: relative;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}

.tab:focus-visible {
	outline: auto;
}

.tabpanel {
	display: none;
	position: relative;
}

.tabpanel.active {
	display: block;
	animation: tabFadeIn .5s;
}

@keyframes tabFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
caption
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.photo,
.figure {
	position: relative;
}

.p-caption,
.f-caption {
	position: absolute;
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
	right: 0;
	bottom: 0;
	padding: 3px 6px;
	/*letter-spacing: .01em;*/
	letter-spacing: 0.1em;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	background: rgba(0, 0, 0, .2);
}

/* .p-caption.wt,.f-caption.wt {
	color: #fff;
	font-weight: 500;
	padding: 6px 10px 6px;
}
.p-caption.bt,.f-caption.bt {
	color: var(--black);
	padding: 0 10px 6px;
}
.p-caption.w,.f-caption.w {
	color: rgba(255,255,255,1);
	padding: 3px 4px 3px;
	background: rgba(0,0,0,.6);
}
.p-caption.b,.f-caption.b {
	color: var(--black);
	color: var(--black);
	padding: 3px 4px 1px;
	background: rgba(255,255,255,.7);
}
.p-caption.l,.f-caption.l {
	right: auto;
	left: 0;
	text-align: left;
} */
@media screen and (max-width:768px) {

	.p-caption,
	.f-caption {
		font-size: 8px;
		padding: 3px 5px;
	}

	/* .p-caption.wt,.f-caption.wt {
		padding: 3px 5px 3px;
	}
	.p-caption.bt,.f-caption.bt {
		padding: 3px 5px 3px;
	} */
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Universal animation
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.fi-u,
.fi-d,
.fi,
.fi-o,
.fi-r,
.fi-l,
.fi-b {
	visibility: hidden;
}

.fi-u-stagger>* {
	opacity: 0;
	filter: blur(20px);
	translate: 0 20px;
}

/* fade in */
@keyframes fadeIn {
	from {
		opacity: 0;
		filter: blur(20px);
	}

	to {
		opacity: 1;
		filter: blur(0);
	}
}

.fi.faded {
	animation-name: fadeIn;
	animation-fill-mode: both;
	animation-duration: 1s;
	visibility: visible !important;
	opacity: 0;
}

/* fade only */
@keyframes fadeOn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fi-o.faded {
	animation-name: fadeOn;
	animation-fill-mode: both;
	animation-duration: 1s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in up */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-u.faded {
	animation-name: fadeInUp;
	animation-fill-mode: both;
	animation-duration: 2s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in down */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-d.faded {
	animation-name: fadeInDown;
	animation-fill-mode: both;
	animation-duration: 2s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in right */
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate(20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-r.faded {
	animation-name: fadeInRight;
	animation-fill-mode: both;
	animation-duration: 2s;
	visibility: visible !important;
	opacity: 0;
}

/* fade in left */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate(-20px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fi-l.faded {
	animation-name: fadeInLeft;
	animation-fill-mode: both;
	animation-duration: 2s;
	visibility: visible !important;
	opacity: 0;
}

/* fade blur */
@keyframes fadeBlur {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		filter: blur(5px);
	}

	to {
		opacity: 1;
		transform: none;
		filter: blur(0px);
	}
}

.fi-b.faded {
	animation-name: fadeBlur;
	animation-fill-mode: both;
	animation-duration: 2s;
	visibility: visible !important;
	opacity: 0;
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
印刷用
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
@media print {

	body,
	html {
		zoom: .8 !important;
	}
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ヘッダー・フッター
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
header {
	padding: 15px 0;
	line-height: 1;
}

header .h_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

footer {
	border-top: solid 1px #ccc;
	text-align: center;
}

footer .footLogoArea .logo span {
	display: block;
	color: #666;
}

footer small {
	display: block;
	margin-top: 30px;
	font-size: 10px;
	color: #333;
}

@media screen and (min-width: 768px) {
	body {
		padding-bottom: 25px;
	}

	header {
		padding: 20px;
	}

	header .h_inner .logo01 {
		width: 190px;
	}

	header .h_inner .logo02 {
		width: 300px;
	}

	footer {
		padding: 60px 0 40px;
	}

	footer .footLogoArea {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	footer .footLogoArea .logo:first-child {
		margin-right: 10%;
	}

	footer .footLogoArea .logo:first-child img {
		width: 197px;
	}

	footer .footLogoArea .logo span {
		font-size: 12px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	header {
		padding: 15px 0;
	}

	header .h_inner {
		width: 90%;
		margin: 0 auto;
	}

	header .h_inner .logo01 {
		width: 100px;
	}

	header .h_inner .logo02 {
		width: 180px;
	}

	footer {
		padding: 30px 0 20px;
	}

	footer .footLogoArea .logo:first-child {
		margin-bottom: 20px;
	}

	footer .footLogoArea .logo:first-child img {
		width: 197px;
	}

	footer .footLogoArea .logo span {
		font-size: 10px;
		margin-top: 5px;
	}
}