@charset "utf-8";

/* --------------------------------------------------------------------------
   オープニング
   -------------------------------------------------------------------------- */
#loading {
	background: #000;
}
body.openAnima #loading {
	transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.openAnima {
	background: #000;
}
header:not(.active) .en,
header:not(.active) .copy,
header:not(.active) + #menuToggle {
	transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
	#loading #skip {
		font-size: 1.2rem;
	}
}
body.openAnima #visual .logo,
body.openAnima header .en,
body.openAnima #menuToggle {
	will-change: transform;
	transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
body.openAnima header .copy {
	will-change: transform;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header:not(.active) ~ #visual .logo {
	transform: translateY(-80px);
}
header:not(.active) .copy {
	transform: translateY(-100%) translateY(-80px);
}

/* --------------------------------------------------------------------------
   メインビジュアル
   -------------------------------------------------------------------------- */
[data-page="home"] {
	background: url(../img/bg_paper.jpg) center top;
}
[data-page="home"] header .logo {
	transition: opacity .6s;
}
[data-page="home"] header.inVisual .logo {
	opacity: 0;
	transition-duration: .3s;
}
[data-page="home"] header.inVisual .logo {
	pointer-events: none;
}
[data-page="home"] header .logo .b {
	opacity: 0;
}
[data-page="home"] header .copy .b {
	display: none;
}
[data-page="home"] header .copy .w {
	display: inline-block;
}
[data-page="home"] header .copy {
	color: #fff;
}
[data-page="home"] header .en {
	color: #fff;
}

/* :::::: inview :::::: */
@media print, (min-width: 768px) {
	#visual .js-inview,
	#home .js-inview {
		opacity: 0;
		transform: translateY(64px) scale(.94);
	}
	#visual .js-inview.in-view,
	#home .js-inview.in-view {
		opacity: 1;
		transform: none;
		transition: opacity 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
		will-change: opacity, transform;
	}
}

#visual {
	z-index: 2;
	position: relative;
	width: 100%;
	text-align: center;
}
#visual #bg,
#visual #lead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}
[lang="ja"] #visual #bg {
	/* z-index: 1; */
}

/* :::::: catch :::::: */
#visual #catch {
	height: 672px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#visual #catch {
		height: 93.4375vw;
	}
}
#visual #catch .logo {
	z-index: 1;
	position: absolute;
	top: 18px;
	left: 24px;
	transition: opacity .6s .2s;
}
#visual #catch .logo span {
	display: inline-block;
	margin-right: 24px;
}
#visual #catch img {
	display: inline-block;
	vertical-align: top;
}
#visual #catch .logo img {
	width: auto;
	height: 42px;
}
#visual #catch .logo:lang(en) img {
	margin-top: -6px;
	height: 53px;
}
@media screen and (max-width: 767px) {
	#visual #catch .logo {
		top: 13px;
		left: 16px;
	}
	#visual #catch .logo span {
		margin-right: 16px;
	}
	#visual #catch .logo img {
		height: 32px;
	}
	#visual #catch .logo:lang(en) img {
		margin-top: -4px;
		height: 36px;
	}
}
@media screen and (max-width: 374px) {
	#visual #catch .logo span {
		margin-right: 8px;
	}
	#visual #catch .logo img {
		height: 28px;
	}
	#visual #catch .logo:lang(en) img {
		margin-top: -3px;
		height: 32px;
	}
}

/* :::::: notice :::::: */
.l-notice {
	display: block;
	z-index: 2;
	position: relative;
	width: 767px;
	max-width: calc(100% - 32px);
	margin: 100px auto 0;
	padding: 40px;
	border: 2px solid #6d0000;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .2em;
	text-align: center;
	background: #fff;
}
.l-notice[href]:hover {
	text-decoration: inherit;
}
.l-notice .hov {
	width: 100%;
	color: #fff;
	background: #6d0000;
}
html.isTouch .l-notice.pc,
html:not(.isTouch) .l-notice.sp { display: none; }
@media screen and (max-width: 767px) {
	.l-notice {
		margin: 40px auto -20px;
		padding: 20px;
		font-size: 16px;
	}
}
@media screen and (max-width: 374px) {
	.l-notice {
		letter-spacing: .1em;
	}
}

/* :::::: lead :::::: */
#visual #lead {
	top: 0;
	height: 100vw;
	height: calc(1200 / 1366 * 100vw);
	max-height: 1000px;
	padding-bottom: 16vw;
}
#lead .lead-wrap {
	position: relative;
}
#lead .lead-wrap:lang(ja) {
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#lead .lead-wrap:lang(en) h2 {
	font-size: 4rem;
	line-height: 1;
	font-family: 'Unna', serif;
}
#lead .lead-wrap p {
	position: relative;
	font-size: 1.9rem;
	line-height: 2;
	font-weight: 500;
}
#lead .lead-wrap p:lang(en) {
	font-size: 2.1rem;
}
#lead .lead-wrap h2 span,
#lead .lead-wrap p span {
	display: inline-block;
}
#lead .lead-wrap p:nth-of-type(1) .in-view {
	transition-delay: .1s;
}
#lead .lead-wrap p:nth-of-type(2) .in-view {
	transition-delay: .2s;
}
#lead .lead-wrap p:nth-of-type(3) .in-view {
	transition-delay: .3s;
}
@media print, (min-width: 768px) {
	#lead .lead-wrap:lang(ja) h2 {
		margin: -1.4em 0 0 2.4em;
	}
	#lead .lead-wrap:lang(en) h2 {
		margin-bottom: 1em;
	}
	#lead .lead-wrap:lang(ja) h2 .sp,
	#lead .lead-wrap:lang(en) .sp {
		display: none;
	}
	#lead .lead-wrap p:lang(ja) {
		line-height: 2.8;
	}
}
@-moz-document url-prefix() {
	@media print, (min-width: 768px) {
		#visual #lead .lead-wrap {
			flex-basis: 44.5em;
			max-height: 28em;
		}
		#visual #lead .lead-wrap p {
			white-space: nowrap;
		}
	}
	@media print, (min-width: 1024px) {
		#visual #lead .lead-wrap {
			flex-basis: 57.5em;
		}
	}
}
@media screen and (max-width: 1023px) {
	#lead .lead-wrap p {
		font-size: 1.7rem;
		line-height: 2.4;
	}
	#lead .lead-wrap p:lang(en) {
		font-size: 1.9rem;
	}
}
@media screen and (max-width: 767px) {
	#visual #lead {
		height: calc(1760 / 1200 * 100vw);
		padding-right: 1em;
		padding-left: 1em;
	}
	#visual #lead:lang(en) {
		height: calc(1366 / 1200 * 100vw);
	}
	#lead .lead-wrap:lang(ja) {
		text-align: center;
		-webkit-writing-mode: inherit;
		-ms-writing-mode: lr-tb;
		writing-mode: inherit;
	}
	#lead .lead-wrap:lang(ja) h2 {
		margin-bottom: 1em;
	}
	#lead .lead-wrap:lang(en) h2 {
		margin-top: 1em;
		font-size: 2.4rem;
	}
	#lead .lead-wrap:lang(ja) h2 .pc {
		display: none;
	}

	#lead .lead-wrap p {
		margin: 1em 0 2em;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#lead .lead-wrap p:lang(en) {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 0;
	}
	#lead .lead-wrap p:lang(en) .pc {
		display: none;
	}
}
@media screen and (max-width: 520px) {
	#visual #lead {
		height: calc(1760 / 1200 * 520px);
	}
	#visual #lead:lang(en) {
		height: calc(1366 / 1200 * 520px);
	}
}

/* :::::: bg :::::: */
#visual .bg,
#visual .visual-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#visual .visual-video::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 672px;
	background: #000;
	transition: opacity .3s;
}
#visual .visual-video.active::after {
	opacity: 0;
}
/*#visual .visual-video:not(.active) video {
	display: none;
}*/

/* :::::: video :::::: */
#visual .visual-video {
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
	height: 672px;
	background: #000;
}
#visual .visual-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
@media print, (min-width: 768px) {
	#visual .visual-video_sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	#visual .visual-video {
		height: 93.4375vw;
	}
	#visual .visual-video_pc {
		display: none;
	}
}
#visual.isHorizontalFit .visual-video video {
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}
#visual.isVerticalFit .visual-video video {
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
}

/* :::::: 海 :::::: */
#visual #sea {
	overflow: hidden;
	top: 360px;
	height: calc(1800 / 1366 * 100vw);
	max-height: 1800px;
}
/* forIE */
@media screen and (-ms-high-contrast: none) and (min-width: 768px) {
	#visual #sea {
		top: auto;
		bottom: calc(-672px - 87.85vw);
		max-height: none;
	}
}
@media screen and (-ms-high-contrast: none) and (min-width: 1366px) {
	#visual #sea {
		bottom: calc(-672px - 1200px);
	}
}
#visual #sea svg {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media print, (min-width: 768px) {
	#visual #sea .sp { display: none; }
}
@media screen and (max-width: 767px) {
	#visual #sea .pc { display: none; }
	#visual #sea {
		top: 87vw;
		width: 100%;
		height: calc(2000 / 1200 * 100vw);
	}
	#visual #sea:lang(en) {
		height: calc(1366 / 1200 * 100vw);
	}
}
@media screen and (max-width: 520px) {
	#visual #sea {
		left: calc(50% - 260px);
		width: 520px;
		height: calc(2000 / 1200 * 520px);
	}
	#visual #sea:lang(en) {
		height: calc(1366 / 1200 * 520px);
	}
}

/* :::::: SCROLL :::::: */
#scroll {
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: calc(672px - 4em);
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: .2em;
	text-decoration: inherit;
	text-transform: uppercase;
}
#scroll::before {
	content: "";
	position: absolute;
	top: 2em;
	left: 50%;
	border-left: 1px solid #fff;
	height: 64px;
}
@media screen and (min-width: 768px) {
	#scroll::before {
		height: 80px;
	}
}
@media screen and (max-width: 767px) {
	#scroll {
		top: calc(93.4375vw - 4em);
		font-size: 1rem;
		line-height: 1.4;
	}
}

/* :::::: home banner :::::: */
.home-banner {
	display: inline-block;
	z-index: 2;
	position: relative;
	max-width: calc(100% - 32px);
	margin-top: 80px;
}
.home-banner img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.home-banner {
		margin-top: 32px;
	}
}

/* --------------------------------------------------------------------------
   固定バナー
   -------------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.visual-banner {
		z-index: 3;
		position: absolute;
		top: 440px;
		left: 0;
	}
	.visual-banner a {
		display: block;
		width: 346.5px;
		height: 217px;
	}
	.visual-banner a {
		transform: translateX(-100%);
	}
	.visual-banner.is-active a {
		transform: none;
	}
	.visual-banner img {
		max-width: 100%;
	}
	.visual-banner.is-anim a {
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.visual-banner.is-anim li:nth-child(2) a {
		transition-delay: .1s;
	}
	.fixed-banner.v-pc.is-anim:not(.is-fixed) a {
		transition-duration: .4s;
	}
	.fixed-banner.v-pc.is-anim:not(.is-fixed) li:nth-child(2) a {
		transition-delay: 0s;
	}
}
@media screen and (max-width: 767px) {
	#wrapper[data-page="home"] {
		padding-bottom: 64px;
	}
	.fixed-banner.v-pc {
		display: none;
	}
	.fixed-banner.v-sp {
		z-index: 1002;
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 1.4rem;
		text-align: center;
		background: #fff;
	}
	.fixed-banner.v-sp li {
		flex-basis: calc(50% - 1px / 2);
	}
	.fixed-banner.v-sp a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 64px;
		padding: 0 8px;
		color: #fff;
		line-height: 1.5;
		font-weight: 700;
		background: #6d0000;
	}
	.fixed-banner.v-sp a:hover {
		text-decoration: none;
	}
	.fixed-banner.v-sp a.is-active {
		background: #b67f80;
	}
}

/* --------------------------------------------------------------------------
   店舗を見る
   -------------------------------------------------------------------------- */
@media print, (min-width: 768px) {
	.shop-menu {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.shop-menu {
		z-index: 1001;
		display: flex;
		align-items: flex-end;
		position: fixed;
		padding: 20px 20px 63px;
	}
	.shop-menu:not(.is-active) {
		pointer-events: none;
		opacity: 0;
	}
	.shop-menu:not(.is-active) .shop-menu_container {
		transform: translateY(16px);
	}
	.shop-menu.is-anim {
		transition: opacity .3s;
	}
	.shop-menu.is-anim .shop-menu_container {
		transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.shop-menu.is-anim.is-active,
	.shop-menu.is-anim.is-active .shop-menu_container {
		transition-duration: .6s;
	}
	.shop-menu,
	.shop-menu::before {
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.shop-menu::before {
		content: "";
		position: absolute;
		background: rgba(0,0,0,.6);
	}
	.shop-menu_container {
		position: relative;
		background: #fff;
	}
	.shop-menu_block {
		position: relative;
	}
	.shop-menu_block::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #c4c4c4;
	}
	.shop-menu_block dt {
		padding: 12px;
		border-bottom: 1px solid #c4c4c4;
		font-size: 1.1rem;
		text-align: center;
	}
	.shop-menu_block:last-child dt {
		font-size: 1.4rem;
	}
	.shop-menu_block .logo {
		position: relative;
		top: -1px;
		width: auto;
		height: 20px;
		margin-right: 8px;
	}
	.shop-menu_list {
		display: flex;
		flex-wrap: wrap;
		font-size: 1.2rem;
	}
	.shop-menu_list li {
		flex-basis: 50%;
		border-bottom: 1px solid #c4c4c4;
	}
	.shop-menu_list li:nth-child(2n+1) {
		border-right: 1px solid #c4c4c4;
	}
	.shop-menu_list a {
		display: block;
		position: relative;
		padding: 10px 16px;
	}
	.shop-menu_list a:hover {
		text-decoration: none;
	}
	.shop-menu_list a::after {
		content: "";
		position: absolute;
		top: calc(50% - 3px);
		right: 12px;
		width: 6px;
		height: 6px;
		border-top: 1px solid currentcolor;
		border-right: 1px solid currentcolor;
		transform: rotate(45deg);
	}
	.shop-menu_list .sub {
		font-size: 1rem;
	}
}

/* --------------------------------------------------------------------------
   店舗スライダー
   -------------------------------------------------------------------------- */
.shop-slider {
	z-index: 2;
	position: relative;
	margin-top: 80px;
}
.shop-slider_item {
	width: 227px;
	margin-right: 8px;
}
.shop-slider a:hover {
	text-decoration: none;
}
.shop-slider figcaption {
	margin-top: 8px;
	line-height: 1.5;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.shop-slider {
		margin-top: 32px;
	}
	.shop-slider_item {
		width: 144px;
	}
	.shop-slider figcaption {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.shop-slider_item {
		width: 100px;
		margin-right: 4px;
	}
	.shop-slider figcaption {
		margin-top: 4px;
		font-size: 1rem;
	}
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{padding:0;border:0;background:none}.flickity-button:hover{cursor:pointer}.flickity-button:focus{outline:0}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}
.flickity-viewport {
	width: 100%;
	padding: 0 20px;
}
.flickity-slider[style] {
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flickity-prev-next-button {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.flickity-prev-next-button.previous {
	left: 0;
}
.flickity-prev-next-button.next {
	right: 0;
}
.flickity-button-icon {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: #fff;
	stroke-width: 6px;
}
@media screen and (max-width: 767px) {
	.flickity-prev-next-button {
		width: 30px;
	}
	.flickity-button-icon {
		width: 16px;
		height: 16px;
	}
}

/* --------------------------------------------------------------------------
   メイン
   -------------------------------------------------------------------------- */
#home {
	position: relative;
	padding: 0;
}

/* :::::: pathline :::::: */
#home #pathline {
	top: -140vw;
}
[lang="ja"] #home #pathline {
	z-index: 1;
}
@media print, (min-width: 768px) {
	#home #pathline svg .sp { display: none; }
}
@media screen and (max-width: 767px) {
	#home #pathline {
		top: -300vw;
	}
	#home #pathline svg .pc { display: none; }
}

/* :::::: belt :::::: */
.home-section .belt {
	position: absolute;
	left: 0;
	width: 100%;
	height: 45vw;
	background: rgba(255,255,255,.6);
}
#home-kodawari1 .belt {
	bottom: 0;
	transform: skewY(17deg);
}
#home-kodawari2 .belt {
	bottom: -12vw;
	transform: skewY(-12deg);
}
@media screen and (max-width: 767px) {
	.home-section .belt {
		height: 100vw;
	}
}

/* :::::: section :::::: */
.home-section {
	position: relative;
}
.section-container {
	z-index: 1;
	position: relative;
	max-width: 1366px;
	min-height: 490px;
	margin: 40px auto 264px;
}
@media print, (min-width: 768px) {
	#home-kodawari1 .section-container {
		height: 82vw;
	}
	#home-kodawari2 .section-container {
		height: 65vw;
		margin-bottom: 400px;
	}
}
@media print, (min-width: 1366px) {
	#home-kodawari1 .section-container {
		max-height: 1120px;
	}
	#home-kodawari2 .section-container {
		max-height: 900px;
	}
}
@media screen and (max-width: 767px) {
	.home-section .section-container {
		margin: 0 auto;
		margin-top: calc(40vw / 3.75);
		margin-bottom: calc(64vw / 3.75);
	}
	#home-kodawari1 .section-container:lang(en) {
		margin-bottom: calc(92vw / 3.75);
	}
	#home-kodawari1 .section-container {
		height: 130vw;
	}
	#home-kodawari2 .section-container {
		height: 130vw;
	}
}
@media screen and (max-width: 374px) {
	.home-section .section-container {
		margin: 40px auto 64px;
	}
}

/* :::::: txt-wrap :::::: */
.home-section .txt-wrap {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#home-kodawari1 .txt-wrap:lang(en) {
	align-items: flex-start;
}
#home-kodawari2 .txt-wrap:lang(en) {
	align-items: flex-end;
}
.home-section .txt-wrap h2 {
	text-align: left;
}
.home-section .txt-wrap h2:lang(en) {
	z-index: 1;
	min-width: 5.5em;
	font-size: 9rem;
	line-height: .9;
	font-family: 'Unna', serif;
}
@media print, (min-width: 768px) {
	.home-section .txt-wrap h2:lang(ja) {
		position: relative;
		top: -48px;
	}
}
@media print, (min-width: 1366px) {
	#home-kodawari1 .txt-wrap {
		left: 64px;
		width: 380px;
	}
	#home-kodawari2 .txt-wrap {
		right: 64px;
		width: 485px;
	}
}
@media screen and (max-width: 1365px) {
	#home-kodawari1 .txt-wrap {
		left: 2%;
		width: 32.4%;
	}
	#home-kodawari2 .txt-wrap {
		right: 2%;
		width: 40.1%;
	}
}
@media screen and (max-width: 767px) {
	#home-kodawari1 .txt-wrap {
		left: 16px;
	}
	#home-kodawari2 .txt-wrap {
		right: 16px;
	}
	.home-section .txt-wrap h2:lang(en) {
		position: relative;
		min-width: 6.5em;
		font-size: calc(36vw / 3.75);
	}
	#home-kodawari1 .txt-wrap h2:lang(en) {
		top: -1.2em;
	}
	#home-kodawari2 .txt-wrap h2:lang(en) {
		top: -.7em;
		text-align: right;
	}
}
@media screen and (max-width: 374px) {
	.home-section .txt-wrap h2:lang(en) {
		font-size: 3.6rem;
	}
}
/* forFirefox */
@-moz-document url-prefix() {
	.home-section .txt-wrap {
		display: block;
		height: 100%;
	}
	@media screen and (max-width: 767px) {
		#home-kodawari1 .txt-wrap h2:lang(en) {
			left: 0;
		}
		#home-kodawari2 .txt-wrap h2:lang(en) {
			/*right: 106px;*/
			right: 55%;
			left: auto;
		}
	}
}
/* forIE */
@media screen and (-ms-high-contrast: none) {
	.home-section .txt-wrap h2:lang(en) {
		width: 6em;
	}
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px) {
	.home-section .txt-wrap h2:lang(en) {
		width: 7em;
	}
}

/* :::::: h2 :::::: */
.home-section h2 span {
	display: inline-block;
	padding: 0 12px;
}
.home-section h2 span:nth-child(1) {
	display: block;
}
@media print, (min-width: 768px) {
	#home-kodawari1 h2 span:nth-child(2) { padding-top: 64px; }
	#home-kodawari2 h2 span:nth-child(2) { padding-top: 80px; }
	#home-kodawari2 h2 span:nth-child(3) { padding-top: 192px; display: block; }
}
@media screen and (max-width: 1365px) {
	.home-section h2 span {
		padding-right: calc(12vw / 13.66);
		padding-left: calc(12vw / 13.66);
	}
	#home-kodawari1 h2 span:nth-child(2) { padding-top: calc(64vw / 13.66); }
	#home-kodawari2 h2 span:nth-child(2) { padding-top: calc(80vw / 13.66); }
	#home-kodawari2 h2 span:nth-child(3) { padding-top: calc(192vw / 13.66); }
	#home-kodawari1 h2 span:nth-child(1) img { width: calc(38vw / 13.66); height: calc(191vw / 13.66); }
	#home-kodawari1 h2 span:nth-child(2) img { width: calc(80vw / 13.66); height: calc(455vw / 13.66); }
	#home-kodawari2 h2 span:nth-child(1) img { width: calc(38vw / 13.66); height: calc(383vw / 13.66); }
	#home-kodawari2 h2 span:nth-child(2) img { width: calc(70vw / 13.66); height: calc(327vw / 13.66); }
	#home-kodawari2 h2 span:nth-child(3) img { width: calc(69vw / 13.66); height: calc(331vw / 13.66); }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	#home-kodawari2 .txt-wrap h2 {
		max-height: 440px;
	}
}
@media screen and (max-width: 767px) {
	.home-section h2 span {
		padding-right: calc(3vw / 3.75);
		padding-left: calc(3vw / 3.75);
	}
	#home-kodawari1 h2 span:nth-child(2) { padding-top: calc(32vw / 3.75); }
	#home-kodawari2 h2 span:nth-child(2) { padding-top: calc(48vw / 3.75); }
	#home-kodawari2 h2 span:nth-child(3) { padding-top: calc(10vw / 3.75); }
	#home-kodawari1 h2 span:nth-child(1) img { width: calc(19vw / 3.75); height: calc(95.5vw / 3.75); }
	#home-kodawari1 h2 span:nth-child(2) img { width: calc(40vw / 3.75); height: calc(227.5vw / 3.75); }
	#home-kodawari2 h2 span:nth-child(1) img { width: calc(19vw / 3.75); height: calc(191.5vw / 3.75); }
	#home-kodawari2 h2 span:nth-child(2) img { width: calc(35vw / 3.75); height: calc(163.5vw / 3.75); }
	#home-kodawari2 h2 span:nth-child(3) img { width: calc(34.5vw / 3.75); height: calc(165.5vw / 3.75); }
}
@media screen and (max-width: 374px) {
	.home-section h2 span { padding: 0; }
	#home-kodawari1 h2 span:nth-child(2) { padding-top: 32px; }
	#home-kodawari2 h2 span:nth-child(2) { padding-top: 48px; }
	#home-kodawari2 h2 span:nth-child(3) { padding-top: 4px; }
	#home-kodawari1 h2 span:nth-child(1) img { width: 19px; height: 95.5px; }
	#home-kodawari1 h2 span:nth-child(2) img { width: 40px; height: 227.5px; }
	#home-kodawari2 h2 span:nth-child(1) img { width: 19px; height: 191.5px; }
	#home-kodawari2 h2 span:nth-child(2) img { width: 35px; height: 163.5px; }
	#home-kodawari2 h2 span:nth-child(3) img { width: 34.5px; height: 165.5px; }
}
/* forFirefox */
@-moz-document url-prefix() {
	.home-section .txt-wrap h2 { position: absolute; }
	#home-kodawari1 .txt-wrap h2 { left: 0; }
	#home-kodawari2 .txt-wrap h2 { right: 0; }
	/*#home-kodawari1 .txt-wrap h2 { right: 30%; }
	#home-kodawari2 .txt-wrap h2 { left: 24%; }*/
	#home-kodawari2 .txt-wrap h2 span:nth-child(3) { display: block; }
	
	@media screen and (max-width: 767px) {
		#home-kodawari2 .txt-wrap h2 { right: 55%; }
	}
}

/* :::::: btn :::::: */
.home-section .btn {
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	background: #6d0000;
}
.home-section .btn:lang(ja) {
	padding: 64px 16px;
}
.home-section .btn:lang(en) {
	padding: 18px 16px 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
@media print, (min-width: 768px) {
	.home-section .btn.sp { display: none; }
	.home-section .btn.pc {
		margin-top: 32px;
	}
	#home-kodawari1 .btn.pc:lang(ja) {
		margin-left: 120px;
	}
	.home-section .btn:lang(en) {
		min-width: 314px;
	}
	#home-kodawari1 .btn.pc:lang(en) {
		margin-top: 450px;
	}
	#home-kodawari2 .btn.pc:lang(en) {
		margin-top: 260px;
	}
}
@media print, (min-width: 768px) {
	@-moz-document url-prefix() {
		#home-kodawari1 .btn.pc:lang(en) { margin-top: 350px; }
	}
}
@media screen and (max-width: 767px) {
	.home-section .btn.pc { display: none; }
	.home-section .btn {
		position: absolute;
		bottom: 0;
		left: 16px;
		width: calc(100% - 32px);
	}
	.home-section .btn:lang(ja) {
		padding: 12px;
		-webkit-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
	}
}
/* forFirefox */
@-moz-document url-prefix() {
	#home-kodawari1 .btn.pc {
		position: absolute;
		top: 50%;
		left: calc(50% - 3em);
	}
	#home-kodawari2 .btn.pc {
		position: absolute;
		bottom: 0;
		/*left: calc(50% - 3em);*/
		right: 0;
	}
}

/* :::::: figure :::::: */
.home-section figure {
	position: absolute;
}
#home-kodawari1 .photo-2,
#home-kodawari2 .photo-1 {
	z-index: 1;
}
#home-kodawari1 .photo-1 { width: 406px; bottom: calc(1366px * .498); right: calc(1366px * .055); }
#home-kodawari1 .photo-2 { width: 484px; bottom: calc(1366px * .349); right: calc(1366px * .321); }
#home-kodawari1 .photo-3 { width: 774px; bottom: 0; right: 0; }
#home-kodawari2 .photo-1 { width: 515px; bottom: calc(1366px * .075); left: calc(1366px * .222); }
#home-kodawari2 .photo-2 { width: 618px; bottom: 0; left: 0; }
@media screen and (min-width: 1366px) {
	#home-kodawari1 .photo-1:lang(en) { bottom: calc(1366px * .598); }
	#home-kodawari1 .photo-2:lang(en) { bottom: calc(1366px * .449); }
	#home-kodawari1 .photo-3:lang(en) { bottom: calc(1366px * .1); }
	#home-kodawari2 .photo-1:lang(en) { bottom: calc(1366px * .145); }
	#home-kodawari2 .photo-2:lang(en) { bottom: calc(1366px * .05); }
}
@media screen and (max-width: 1365px) {
	#home-kodawari1 .photo-1 { width: 30.0vw; bottom: 49.8vw; right: 5.5vw; }
	#home-kodawari1 .photo-2 { width: 35.5vw; bottom: 34.9vw; right: 32.1vw; }
	#home-kodawari1 .photo-3 { width: 56.4vw; }
	#home-kodawari2 .photo-1 { width: 38.0vw; bottom: 7.5vw; left: 22vw; }
	#home-kodawari2 .photo-2 { width: 45.0vw; }
}
@media screen and (max-width: 1365px) and (min-width: 768px) {
	#home-kodawari1 .photo-1:lang(en) { bottom: 59.8vw; }
	#home-kodawari1 .photo-2:lang(en) { bottom: 44.9vw; }
	#home-kodawari1 .photo-3:lang(en) { bottom: 10vw; }
	#home-kodawari2 .photo-1:lang(en) { bottom: 14.5vw; }
	#home-kodawari2 .photo-2:lang(en) { bottom: 5vw; }
}
@media screen and (max-width: 767px) {
	#home-kodawari1 .photo-1 { width: 38.0vw; bottom: calc(70vw + 96px); right: 23vw; }
	#home-kodawari1 .photo-2 { width: 45.0vw; bottom: calc(43vw + 96px); right: 3vw; }
	#home-kodawari1 .photo-3 { width: 68.0vw; bottom: 96px; }
	#home-kodawari2 .photo-1 { width: 45.0vw; bottom: calc(11.3vw + 96px); left: 15vw; }
	#home-kodawari2 .photo-2 { width: 49.0vw; bottom: 96px; overflow: hidden; }
}
@media screen and (max-width: 767px) and (min-width: 375px) {
	#home-kodawari1 .photo-1:lang(en) { bottom: calc(70vw + 96px); }
	#home-kodawari1 .photo-2:lang(en) { bottom: calc(43vw + 96px); }
	#home-kodawari1 .photo-3:lang(en) { bottom: 96px; }
	#home-kodawari2 .photo-1:lang(en) { bottom: calc(11.3vw + 96px); }
	#home-kodawari2 .photo-2:lang(en) { bottom: 96px; }
}
@media screen and (max-width: 374px) {
	#home-kodawari1 .photo-1 { width: calc(375px * .38); }
	#home-kodawari1 .photo-2 { width: calc(375px * .45); }
	#home-kodawari1 .photo-3 { width: calc(375px * .68); }
	#home-kodawari2 .photo-1 { width: calc(375px * .45); }
	#home-kodawari2 .photo-2 { width: calc(375px * .49); }
	
	#home-kodawari1 .photo-1 { bottom: calc(375px * .7 + 96px); right: calc(375px * .23); }
	#home-kodawari1 .photo-2 { bottom: calc(375px * .43 + 96px); right: calc(375px * .03); }
	#home-kodawari1 .photo-3 { bottom: 96px; }
	#home-kodawari2 .photo-1 { bottom: calc(375px * .113 + 96px); left: calc(375px * .15); }
	#home-kodawari2 .photo-2 { bottom: 96px; }
}

/* :::::: トリミング :::::: */
#home .js-para[data-para],
#home .js-para[data-depth] {
	display: block;
}
#home .js-para[data-depth] {
	position: relative;
	width: 100%;
	height: 0;
}
#home .js-para[data-depth] img {
	position: absolute;
	top: 0;
	left: 0;
}
#home .js-para[data-depth] img:not([style]) {
	top: 50%;
	transform: translateY(-50%);
}
#home-kodawari1 .photo-1 .js-para[data-depth] { padding-top: calc(270 / 406 * 100%); }
#home-kodawari1 .photo-2 .js-para[data-depth] { padding-top: calc(322 / 484 * 100%); }
#home-kodawari1 .photo-3 .js-para[data-depth] { padding-top: calc(515 / 774 * 100%); }
#home-kodawari2 .photo-1 .js-para[data-depth] { padding-top: calc(365 / 515 * 100%); }
#home-kodawari2 .photo-2 .js-para[data-depth] { padding-top: calc(849 / 618 * 100%); }
@media screen and (max-width: 767px) {
	#home-kodawari2 .photo-2 .js-para[data-depth] {
		padding-top: calc(571 / 314 * 100%);
	}
	#home-kodawari2 .photo-2 .js-para[data-depth] img,
	#home-kodawari2 .photo-2 .js-para[data-para] img {
		max-width: none;
		max-height: 100%;
	}
	#home-kodawari2 .photo-2 .js-para[data-para] img {
		max-height: 90vw;
	}
}