@charset "UTF-8";
*,
:after,
:before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

embed,
iframe,
img,
object {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
	cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

fieldset,
option {
	padding: 0;
}

fieldset {
	margin: 0;
	min-width: 0;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable] {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 700;
}

[hidden],
template {
	display: none;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 641px) {
	body {
		min-width: 1200px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 640px) {
	body {
		min-width: 320px;
		font-size: 3.125vw;
	}
}

input, textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 641px) {
	.hover {
		transition-property: opacity;
		transition-duration: 0.5s;
	}
}

@media only screen and (min-width: 641px) {
	.hover:hover {
		opacity: 0.75;
	}
}

@media only screen and (max-width: 640px) {
	.only-pc {
		display: none;
	}
}

@media only screen and (min-width: 641px) {
	.only-sp {
		display: none;
	}
}

.scroll-fade {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: linear, cubic-bezier(0.16, 1, 0.3, 1);
}

@media only screen and (min-width: 641px) {
	.scroll-fade {
		transform: translateY(50px);
	}
}

@media only screen and (max-width: 640px) {
	.scroll-fade {
		transform: translateY(13.02083vw);
	}
}

.scroll-fade.show {
	opacity: 1;
	transform: translateY(0);
}

.inner-max, .inner-min {
	height: 100%;
	margin: auto;
}

@media only screen and (min-width: 641px) {
	.inner-max {
		width: 1200px;
	}
}

@media only screen and (max-width: 640px) {
	.inner-max {
		padding-left: 5.20833vw;
		padding-right: 5.20833vw;
	}
}

@media only screen and (min-width: 641px) {
	.inner-min {
		width: 1000px;
	}
}

@media only screen and (min-width: 641px) {
	#wrapper {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 640px) {
	#wrapper {
		padding-top: 80px;
		overflow: hidden;
	}
}

::selection {
	background: #F8B500;
}

::-moz-selection {
	background: #F8B500;
}

#main {
	background-position: center top;
	background-image: url("/lp/zuan/assets/img/common/bg_pat.jpg");
}

@media only screen and (min-width: 641px) {
	#main {
		background-size: 500px;
	}
}

@media only screen and (max-width: 640px) {
	#main {
		background-size: 65.10417vw;
	}
}

#main .contents {
	overflow: hidden;
	padding-top: 100px;
}

@media only screen and (max-width: 640px) {
	#main .contents {
		padding-top: 13.02083vw;
	}
}

.c-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: .3s;
	background-color: white;
	height: 100px;
}

@media only screen and (min-width: 641px) {
	.c-header a {
		transition: all 0.2s ease-out;
	}
}

.c-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	-webkit-transition: all .4s ease 0s,background .4s ease .2s;
	transition: all .4s ease 0s,background .4s ease .2s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: 64px;
}

@media only screen and (min-width: 641px) {
	.c-header.is-fixed .o-nav__wrap {
		height: 64px;
	}
}

.c-header .c-logo {
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -20px;
	left: 30px;
}

.c-header .c-logo a {
	display: block;
	position: relative;
	width: 200px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("/lp/zuan/assets/img/header/header_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 100;
}

/*
    header -> Overlay Navigation
******************************/
.o-nav {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10000;
}

.o-nav__wrap {
	position: absolute;
	z-index: 10001;
	cursor: pointer;
	transition: 0.3s ease;
}

@media only screen and (min-width: 641px) {
	.o-nav__wrap {
		width: 120px;
		height: 100px;
		background-color: #000;
		right: 0;
		top: 0;
	}
}

@media only screen and (min-width: 641px) {
	.o-utility-nav {
		display: flex;
		font-size: 0.9em;
		position: absolute;
		top: 50%;
		right: 135px;
		font-weight: bold;
		transform: translateY(-50%);
	}
	.o-utility-nav li a {
		display: block;
		border-left: 1px solid #ccc;
		padding: 0 15px;
		letter-spacing: 0.06em;
	}
	.o-utility-nav li a:hover {
		color: #FFA600;
	}
}

.o-nav__btn {
	position: absolute;
	width: 60px;
	height: 60px;
	padding: 22px 18px;
	z-index: 10001;
	right: 20px;
	top: 50%;
	margin-top: -30px;
}

@media only screen and (min-width: 641px) {
	.o-nav__btn::before {
		content: attr(data-item);
		display: block;
		position: absolute;
		font-size: 0.73em;
		line-height: 1;
		letter-spacing: 0;
		top: 50%;
		margin-top: -0.4em;
		font-weight: 700;
		color: #fff;
		right: 5px;
	}
}

.o-nav__btn span {
	position: relative;
	display: block;
	width: 18px;
	height: 3px;
	transition: .3s;
	background: #fff;
}

@media only screen and (min-width: 641px) {
	.o-nav__btn span {
		right: 32px;
	}
}

.o-nav__btn span:nth-child(1) {
	top: 0;
}

.o-nav__btn span:nth-child(2) {
	top: 3px;
}

.o-nav__btn span:nth-child(3) {
	top: 6px;
}

.o-nav__menu {
	display: none;
	position: fixed;
	width: 0;
	height: 100%;
	min-height: 100vh;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10000;
	animation: overlayBg 0.5s forwards cubic-bezier(0.8, 0.01, 0.37, 1);
}

@keyframes overlayBg {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

.o-nav__inner {
	position: relative;
	padding: 6.4vh 3vw;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.o-nav__head {
	position: relative;
	width: 100%;
	font-size: 0.8em;
	color: #fff;
	z-index: 100002;
	margin-bottom: 2vw;
	padding-bottom: 2vw;
	border-bottom: 1px solid #555;
	animation: FadeInHead .4s forwards;
	animation-delay: 0.4s;
	opacity: 0;
}

@media only screen and (min-width: 641px) {
	.o-nav__head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media only screen and (min-width: 641px) {
	.o-nav__head__utility-nav {
		display: flex;
		margin-left: 15px;
	}
	.o-nav__head__utility-nav li a {
		background-color: #fff;
		color: #000;
		display: block;
		text-align: center;
		padding: 12px 21px;
		border-radius: 999px;
		letter-spacing: 0.06em;
		font-weight: bold;
		font-size: 1.1em;
	}
	.o-nav__head__utility-nav li a:hover {
		background-color: #FFA600;
	}
	.o-nav__head__utility-nav li:not(:last-of-type) {
		margin-right: 10px;
	}
}

@keyframes FadeInHead {
	0% {
		opacity: 0;
		margin-left: 20px;
	}
	100% {
		opacity: 1;
		margin-left: 0px;
	}
}

.o-nav__body {
	width: 100%;
	animation: FadeInBody .4s forwards;
	animation-delay: 0.4s;
	opacity: 0;
}

@keyframes FadeInBody {
	0% {
		opacity: 0;
		margin-left: 30px;
	}
	100% {
		opacity: 1;
		margin-left: 0px;
	}
}

/* Internal / In page links */
.o-nav__item.__internal {
	position: relative;
	margin: 2vw 0;
}

.o-nav__item.__internal .__head h2 {
	position: absolute;
	font-size: 0.7em;
	color: #fff;
	top: 1.8vw;
	left: 0;
}

.o-nav__item.__internal ul {
	position: relative;
	padding-left: calc( 80px + 2.4vw);
	padding-right: 6.4vw;
	padding-top: 0;
	padding-bottom: 0;
}

.o-nav__item.__internal ul li {
	padding: 1vw 0;
}

.o-nav__item.__internal ul li a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0;
}

.o-nav__item.__internal ul li a:hover {
	color: #f8B500;
}

@media only screen and (max-width: 640px) {
	.o-nav__item__utility-nav {
		display: flex;
		justify-content: center;
		padding-top: 5.20833vw;
	}
	.o-nav__item__utility-nav li{
		width: 45%;
	}
	.o-nav__item__utility-nav li a {
		background-color: #fff;
		display: block;
		border-radius: 0.65104vw;
		padding: 2.60417vw 1.5625vw;
		font-weight: bold;
		font-size: 12px;
		letter-spacing: 0.06rem;
		margin: 0 0.65104vw;
		text-align: center;
	}
}

/* Content */
.o-nav__item.__content {
	margin: 2vw 0 0;
	padding: 2.1vw 0;
	text-align: center;
}

@media only screen and (min-width: 641px) {
	.o-nav__item.__content {
		border-top: 1px solid #555;
	}
}

.o-nav__item.__content ul li {
	display: inline-block;
	margin: 0 1vw;
}

.o-nav__item.__content ul li a {
	display: inline-block;
	font-size: 0.8em;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0;
}

.o-nav__item.__content ul li a:hover {
	color: #f8B500;
}

/* SNS */
.o-nav__item.__sns {
	text-align: center;
}

.o-nav__item.__sns ul li {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.o-nav__item.__sns ul li a {
	display: block;
	width: 50px;
	height: 50px;
}

.o-nav__item.__sns li a:hover {
	background-color: #444;
}

.o-nav__item.__sns ul li.__fb a,
.o-nav__item.__sns li.__tw a,
.o-nav__item.__sns li.__ig a,
.o-nav__item.__sns li.__yt a {
	background-image: url("/lp/zuan/assets/img/footer/footer_ico.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	border-radius: 100%;
}

.o-nav__item.__sns ul li.__fb a {
	background-position: 0px 0px;
}

.o-nav__item.__sns ul li.__tw a {
	background-position: -50px 0px;
}

.o-nav__item.__sns ul li.__ig a {
	background-position: -100px 0px;
}

.o-nav__item.__sns ul li.__yt a {
	background-position: -150px 0px;
}

@media only screen and (max-width: 640px) {
	.c-header {
		height: 80px !important;
	}
	.c-header .c-logo {
		margin-top: -14px;
		left: 20px;
	}
	.c-header .c-logo a {
		width: 144px;
		height: 28px;
	}
	.o-nav__wrap {
		height: 80px;
		width: 80px;
		background-color: #000;
		position: absolute;
		top: 0;
		right: 0;
	}
	.o-utility-nav {
		display: flex;
		font-size: 13px;
		position: absolute;
		top: 50%;
		right: 80px;
		font-weight: bold;
		transform: translateY(-50%);
	}
	.o-utility-nav li a {
		display: block;
		border-left: 1px solid #ccc;
		padding: 2px 13px;
		letter-spacing: 0.08em;
	}
	.o-nav__btn {
		position: absolute;
		right: 10px;
	}
	.o-nav__inner {
		padding: 5vh 9.6vw;
	}
	.o-nav__head {
		font-size: 0.8em;
		padding-top: 60px;
	}
	/* Internal / In page links */
	.o-nav__item.__internal {
		position: relative;
		margin: 4.8vw 0;
	}
	.o-nav__item.__internal .__head h2 {
		position: relative;
		font-size: 0.8em;
		margin-bottom: 1em;
		top: auto;
		left: auto;
	}
	.o-nav__item.__internal ul {
		position: relative;
		padding-left: 3.2vw;
		padding-right: 3.2vw;
		padding-top: 0;
		padding-bottom: 0;
	}
	.o-nav__item.__internal ul li {
		border-bottom: 1px solid #333;
	}
}

@media only screen and (max-width: 640px) and (min-width: 641px) {
	.o-nav__item.__internal ul li:last-child {
		border-bottom: none;
	}
}

@media only screen and (max-width: 640px) {
	.o-nav__item.__internal ul li a {
		display: block;
		font-size: 1.2em;
		padding: 2.4vw 0;
	}
	/* Content */
	.o-nav__item.__content {
		margin: 4.8vw 0 0;
		padding: 4.8vw 0;
	}
	.o-nav__item.__content ul li {
		display: inline-block;
		margin: 0 1.2vw;
	}
	.o-nav__item.__content ul li a {
		font-size: 1em;
		line-height: 2.4;
	}
	/* SNS */
	.o-nav__item.__sns {
		padding-bottom: 64px;
	}
}

.breadcrumbs {
	position: relative;
	margin: 3.2vw 0;
	padding: 0 6.4vw;
	z-index: 50;
}

@media only screen and (min-width: 641px) {
	.breadcrumbs a {
		transition: all 0.2s ease-out;
	}
}

.breadcrumbs ul li {
	display: inline-block;
}

.breadcrumbs ul li span {
	font-size: 0.85em;
	letter-spacing: 0.05em;
}

.breadcrumbs ul li a {
	position: relative;
	margin: 0 1.5em 0 0;
	color: #222;
}

.breadcrumbs ul li a:hover {
	color: #f8B500;
}

.breadcrumbs ul li a::after {
	content: ">";
	position: absolute;
	top: 50%;
	margin-top: -0.4em;
	right: -1.25em;
	color: #222;
}

@media only screen and (max-width: 640px) {
	.breadcrumbs {
		margin: 6.4vw 0 3.2vw;
	}
	.breadcrumbs ul li {
		display: inline-block;
	}
	.breadcrumbs ul li span {
		font-size: 0.8em;
	}
}

.kv {
	position: relative;
	background-color: #FFF;
}

@media only screen and (min-width: 641px) {
	.kv {
		height: 610px;
	}
}

@media only screen and (max-width: 640px) {
	.kv {
		height: 117.1875vw;
	}
}

.kv:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1A2900;
}

.kv-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.kv-bg-inner {
	position: relative;
	height: 100%;
}

.kv-bg-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media only screen and (min-width: 641px) {
	.kv-bg-item:nth-child(1) {
		background-image: url("/lp/zuan/assets/img/kv/bg-pc-01.jpg");
	}
}

@media only screen and (max-width: 640px) {
	.kv-bg-item:nth-child(1) {
		background-image: url("/lp/zuan/assets/img/kv/bg-sp-01.jpg");
	}
}

@media only screen and (min-width: 641px) {
	.kv-bg-item:nth-child(2) {
		background-image: url("/lp/zuan/assets/img/kv/bg-pc-02.jpg");
	}
}

@media only screen and (max-width: 640px) {
	.kv-bg-item:nth-child(2) {
		background-image: url("/lp/zuan/assets/img/kv/bg-sp-02.jpg");
	}
}

@media only screen and (min-width: 641px) {
	.kv-bg-item:nth-child(3) {
		background-image: url("/lp/zuan/assets/img/kv/bg-pc-03.jpg");
	}
}

@media only screen and (max-width: 640px) {
	.kv-bg-item:nth-child(3) {
		background-image: url("/lp/zuan/assets/img/kv/bg-sp-03.jpg");
	}
}

.kv-bg-item.active {
	transition: opacity 0.5s linear;
	opacity: 1;
}

.kv-bg-item:not(.active) {
	opacity: 0;
	transition: opacity 0.5s linear;
}

.kv .inner-max {
	position: relative;
}

@media only screen and (min-width: 641px) {
	.kv-logo {
		width: 320px;
		padding-top: 40px;
		padding-left: 20px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.kv-logo {
		text-align: center;
		width: 58.59375vw;
		padding-top: 26.82292vw;
		padding-bottom: 6.51042vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.kv-logo img {
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.kv-ttl {
		width: 349px;
	}
}

@media only screen and (max-width: 640px) {
	.kv-ttl {
		text-align: center;
		width: 67.70833vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.kv-ttl img {
	width: 100%;
}

.kv-message {
	position: absolute;
}

@media only screen and (min-width: 641px) {
	.kv-message {
		bottom: -16px;
		left: -37px;
	}
}

@media only screen and (max-width: 640px) {
	.kv-message {
		width: 67.57812vw;
		right: 5.20833vw;
		bottom: 7.03125vw;
	}
}

.kv-message img {
	width: 100%;
}

/* opening animation
----------------------------------------*/
.kv:before {
	transform: scaleX(0);
	transition: transform 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	transform-origin: left top;
}

.kv .kv-bg {
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.kv .kv-logo {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kv .kv-ttl {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kv .kv-message {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.kv.active:before {
	transform: scaleX(1);
	transition-delay: 0s;
}

.kv.active .kv-bg {
	opacity: 1;
	transition-delay: 0.5s;
}

.kv.active .kv-logo {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 1s;
}

.kv.active .kv-ttl {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 1.2s;
}

.kv.active .kv-message {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 1.4s;
}

.news {
	position: relative;
}

@media only screen and (min-width: 641px) {
	.news {
		margin-bottom: 200px;
	}
}

@media only screen and (max-width: 640px) {
	.news {
		margin-bottom: 26.04167vw;
	}
}

.news .inner-max {
	position: relative;
}

.news-intro {
	position: relative;
}

@media only screen and (min-width: 641px) {
	.news-tear {
		width: 136px;
		margin-bottom: 10px;
	}
	.news-tear img {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.news-tear {
		position: static;
		width: 19.79167vw;
		margin: 0 auto 4.81771vw;
	}
	.news-tear img {
		width: 100%;
		height: auto;
	}
}

.news-txt {
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 641px) {
	.news-txt {
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 640px) {
	.news-txt {
		display: block;
		margin-bottom: 11.71875vw;
	}
}

@media only screen and (max-width: 640px) {
	.news-txt-ttl {
		text-align: center;
		margin: 0 auto 11.71875vw;
		width: 20.83333vw;
	}
	.news-txt-ttl picture, .news-txt-ttl img {
		max-width: 100%;
		height: auto;
	}
}

.news-lists {
	background: #fff;
}

@media only screen and (min-width: 641px) {
	.news-lists {
		width: 860px;
		padding: 35px;
		border-radius: 10px;
	}
}

@media only screen and (max-width: 640px) {
	.news-lists {
		padding: 6.51042vw;
		border-radius: 2.60417vw;
	}
}

@media only screen and (min-width: 641px) {
	.news-list {
		display: flex;
	}
}

@media only screen and (min-width: 641px) {
	.news-list:not(:last-of-type) {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.news-list:not(:last-of-type) {
		margin-bottom: 10.41667vw;
	}
}

@media only screen and (min-width: 641px) {
	.news-info {
		margin-top: 5px;
	}
}

@media only screen and (min-width: 641px) {
	.news-image {
		margin-right: 35px;
		width: 257px;
	}
}

.news-image img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 640px) {
	.news-image {
		margin-bottom: 5.20833vw;
	}
}

.news-date {
	font-weight: bold;
}

@media only screen and (min-width: 641px) {
	.news-date {
		font-size: 12px;
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 640px) {
	.news-date {
		font-size: 3.125vw;
		margin-bottom: 4.55729vw;
	}
}

.news-ttl {
	font-weight: bold;
}

@media only screen and (min-width: 641px) {
	.news-ttl {
		font-size: 20px;
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 640px) {
	.news-ttl {
		font-size: 5.20833vw;
		margin-bottom: 1.95313vw;
	}
}

.news-text-link {
	font-weight: bold;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 641px) {
	.news-text-link {
		font-size: 16px;
	}
}

@media only screen and (max-width: 640px) {
	.news-text-link {
		font-size: 3.64583vw;
	}
}

.news-text-link a {
	position: relative;
	text-decoration: underline;
}

@media only screen and (min-width: 641px) {
	.news-text-link a:hover {
		text-decoration: none;
	}
}

@media only screen and (min-width: 641px) {
	.news-text-link a:hover span {
		padding: 2px 32px 2px 0;
	}
}

.news-text-link span {
	background: url("/lp/zuan/assets/img/news/arrow-gr.png") no-repeat;
	background-position: center right;
	background-size: contain;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 641px) {
	.news-text-link span {
		padding: 2px 28px 2px 0;
	}
}

@media only screen and (max-width: 640px) {
	.news-text-link span {
		padding: 0.26042vw 4.6875vw 0.26042vw 0;
	}
}

.news-btns {
	display: flex;
}

@media only screen and (min-width: 641px) {
	.news-btns {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.news-btns {
		justify-content: center;
		margin-top: 5.20833vw;
	}
}

.news-btn a {
	display: block;
	text-align: center;
	background: #c61010;
	position: relative;
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	border-radius: 999px;
}

@media only screen and (min-width: 641px) {
	.news-btn a {
		width: 245px;
		padding: 15px 10px;
	}
}

@media only screen and (max-width: 640px) {
	.news-btn a {
		width: 36.06771vw;
		padding: 2.86458vw 1.30208vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (min-width: 641px) {
	.news-btn a:hover {
		background-color: #ffaa0a;
	}
}

.news-btn a::after {
	content: "";
	display: block;
	background: url("/lp/zuan/assets/img/news/arrow-wh.png") no-repeat;
	background-position: center right;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

@media only screen and (min-width: 641px) {
	.news-btn a::after {
		width: 20px;
		height: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.news-btn a::after {
		width: 3.90625vw;
		height: 3.90625vw;
		right: 2.60417vw;
	}
}

.news-btn span {
	color: #fff;
	font-weight: bold;
}

@media only screen and (min-width: 641px) {
	.news-btn span {
		font-size: 16px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 640px) {
	.news-btn span {
		font-size: 2.08333vw;
		padding-right: 2.60417vw;
	}
}

@media only screen and (min-width: 641px) {
	.news-btn:first-of-type {
		margin-right: 15px;
	}
}

.about {
	position: relative;
}

@media only screen and (min-width: 641px) {
	.about {
		margin-bottom: 200px;
	}
}

@media only screen and (max-width: 640px) {
	.about {
		margin-bottom: 26.04167vw;
	}
}

.about .inner-max {
	position: relative;
}

.about-intro {
	position: relative;
}

@media only screen and (min-width: 641px) {
	.about-tear {
		width: 463px;
		margin-bottom: 10px;
	}
	.about-tear img {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.about-tear {
		position: static;
		width: 72.39583vw;
		margin: 0 auto 4.81771vw;
	}
	.about-tear img {
		width: 100%;
		height: auto;
	}
}

.about-txt {
	display: flex;
	justify-content: space-between;
}

@media only screen and (min-width: 641px) {
	.about-txt {
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 640px) {
	.about-txt {
		display: block;
		margin-bottom: 11.71875vw;
	}
}

@media only screen and (max-width: 640px) {
	.about-txt-ttl {
		text-align: center;
		margin: 0 auto 11.71875vw;
		width: 20.83333vw;
	}
	.about-txt-ttl picture, .about-txt-ttl img {
		max-width: 100%;
		height: auto;
	}
}

.about-txt-desc {
	font-weight: bold;
	position: relative;
}

@media only screen and (min-width: 641px) {
	.about-txt-desc {
		width: 700px;
		top: -10px;
	}
}

.about-txt-desc dt {
	letter-spacing: 0.08em;
	text-shadow: 0.2px 0.2px #000, -0.2px 0.2px #000, -0.2px -0.2px #000, 0.2px -0.2px #000, 0.2px 0px #000, 0px 0.2px #000, -0.2px 0px #000, 0px -0.2px #000;
}

@media only screen and (min-width: 641px) {
	.about-txt-desc dt {
		font-size: 26px;
		line-height: 1.92308;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 640px) {
	.about-txt-desc dt {
		font-size: 5.46875vw;
		line-height: 2;
		margin-bottom: 9.11458vw;
	}
}

.about-txt-desc dd {
	letter-spacing: 0.04em;
}

@media only screen and (min-width: 641px) {
	.about-txt-desc dd {
		line-height: 2.125;
	}
}

@media only screen and (max-width: 640px) {
	.about-txt-desc dd {
		font-size: 4.16667vw;
		font-weight: normal;
		line-height: 2;
	}
}

.about-leaf {
	position: absolute;
	right: 0;
}

@media only screen and (min-width: 641px) {
	.about-leaf {
		top: 0;
	}
}

@media only screen and (max-width: 640px) {
	.about-leaf {
		display: none;
	}
}

.about-leaf-sp {
	display: none;
}

@media only screen and (max-width: 640px) {
	.about-leaf-sp {
		width: 110%;
		display: block;
		position: absolute;
		top: -1.69271vw;
		left: -5.20833vw;
	}
}

.about-bnr a:hover {
	opacity: 0.6;
	transition-property: opacity, transform;
	transition-duration: 1s;

}

@media only screen and (max-width: 640px) {
	.about-bnr {
		position: relative;
		padding-left: 6.51042vw;
		padding-right: 6.51042vw;
	}
}

.about-bnr img {
	width: 100%;
	height: auto;
}

.about-bnr-img {
	position: relative;
	z-index: 2;
}

.about .double-dash {
	letter-spacing: -0.2em;
}

@media only screen and (min-width: 641px) {
	.feature {
		margin-bottom: 200px;
	}
}

@media only screen and (max-width: 640px) {
	.feature {
		margin-bottom: 26.04167vw;
	}
	.feature br.pc {
		display: none;
	}
}

.feature > .inner-max, .feature .inner-min {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 641px) {
	.feature-tear {
		width: 179px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.feature-tear {
		position: static;
		width: 31.11979vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.55729vw;
	}
}

.feature-tear img {
	width: 100%;
}

.feature-ttl {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -60px;
}

@media only screen and (max-width: 640px) {
	.feature-ttl {
		position: static;
		width: 30.46875vw;
		margin: 0 auto 13.02083vw;
	}
	.feature-ttl picture, .feature-ttl img {
		width: 100%;
		height: auto;
	}
}

.feature-child {
	position: relative;
}

.feature-child-inner {
	position: relative;
}

.feature-child-num {
	position: absolute;
}

@media only screen and (min-width: 641px) {
	.feature-child-num {
		width: 242px;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child-num {
		width: 45.57292vw;
		top: -7.8125vw;
	}
}

.feature-child-num img {
	width: 100%;
}

.feature-child-desc-txt {
	font-weight: bold;
	position: relative;
}

@media only screen and (min-width: 641px) {
	.feature-child-desc-txt {
		width: 700px;
		top: -10px;
	}
}

.feature-child-desc-txt dt {
	letter-spacing: 0.08em;
	text-shadow: 0.2px 0.2px #000, -0.2px 0.2px #000, -0.2px -0.2px #000, 0.2px -0.2px #000, 0.2px 0px #000, 0px 0.2px #000, -0.2px 0px #000, 0px -0.2px #000;
}

@media only screen and (min-width: 641px) {
	.feature-child-desc-txt dt {
		font-size: 26px;
		line-height: 1.92308;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child-desc-txt dt {
		font-size: 5.98958vw;
		line-height: calc( 86/46);
		margin-bottom: 7.8125vw;
	}
}

@media only screen and (min-width: 641px) {
	.feature-child-desc-txt dd {
		line-height: 2.125;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child-desc-txt dd {
		line-height: calc( 62/32);
		font-weight: normal;
		font-size: 4.16667vw;
	}
}

.feature-child--01 {
	z-index: 1;
	margin-bottom: 180px;
}

@media only screen and (max-width: 640px) {
	.feature-child--01 {
		margin-bottom: 27.34375vw;
	}
}

.feature-child--01 .feature-child-num {
	top: -110px;
	right: -70px;
}

@media only screen and (max-width: 640px) {
	.feature-child--01 .feature-child-num {
		top: -11.06771vw;
		right: -15.625vw;
	}
}

.feature-child--01 .feature-child-desc {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

@media only screen and (max-width: 640px) {
	.feature-child--01 .feature-child-desc {
		display: block;
	}
}

.feature-child--01 .feature-child-desc-txt {
	margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
	.feature-child--01 .feature-child-desc-txt {
		margin-bottom: 15.625vw;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child--01 .feature-child-desc-pic {
		padding-left: 5.20833vw;
		padding-right: 5.20833vw;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child--01 .feature-child-desc-pic picture, .feature-child--01 .feature-child-desc-pic img {
		max-width: 100%;
		height: auto;
	}
}

.feature-child--02 {
	margin-bottom: 180px;
}

@media only screen and (max-width: 640px) {
	.feature-child--02 {
		margin-bottom: 18.22917vw;
	}
}

.feature-child--02::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.feature-child--02::before {
		top: -510px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 2000px;
		height: 1280px;
		background-image: url("/lp/zuan/assets/img/feature/bg.png");
	}
}

@media only screen and (max-width: 640px) {
	.feature-child--02::before {
		background-image: url("/lp/zuan/assets/img/feature/bg_sp.png");
		top: -24.73958vw;
		height: 239.58333vw;
	}
}

.feature-child--02 .inner-max {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 640px) {
	.feature-child--02 .inner-max {
		display: block;
	}
}

.feature-child--02 .feature-child-num {
	top: -110px;
	left: 180px;
}

@media only screen and (max-width: 640px) {
	.feature-child--02 .feature-child-num {
		left: -10.41667vw;
		top: -7.8125vw;
	}
}

.feature-child--02 .feature-child-desc {
	width: 800px;
	display: flex;
}

@media only screen and (max-width: 640px) {
	.feature-child--02 .feature-child-desc {
		display: block;
		width: 100%;
	}
}

@media only screen and (min-width: 641px) {
	.feature-child--02 .feature-child-desc-txt {
		flex: 1;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child--02 .feature-child-desc-txt {
		padding-right: 0;
		margin-bottom: 15.625vw;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child--02 .feature-child-desc-txt dt {
		margin-left: 26.04167vw;
		margin-bottom: 5.20833vw;
	}
}

.feature-child--02 .feature-child-desc-pic {
	width: 300px;
}

@media only screen and (max-width: 640px) {
	.feature-child--02 .feature-child-desc-pic {
		width: 76.5625vw;
		margin: auto;
		text-align: center;
	}
}

.feature-child--02 .feature-child-desc-pic img {
	width: 100%;
}

.feature-child--03 .inner-max {
	position: relative;
}

.feature-child--03 .feature-child-num {
	top: -110px;
	right: -70px;
}

@media only screen and (max-width: 640px) {
	.feature-child--03 .feature-child-num {
		top: -11.06771vw;
		right: -15.625vw;
	}
}

.feature-child--03 .feature-child-desc {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.feature-child--03 .feature-child-desc-txt {
	margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
	.feature-child--03 .feature-child-desc-txt {
		margin-bottom: 15.625vw;
	}
}

@media only screen and (min-width: 641px) {
	.feature-child--03 .feature-child-desc-txt dt span:nth-of-type(2) {
		margin-left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child--03 .feature-child-desc-pic {
		padding-left: 5.20833vw;
		padding-right: 5.20833vw;
	}
}

@media only screen and (max-width: 640px) {
	.feature-child--03 .feature-child-desc-pic picture, .feature-child--03 .feature-child-desc-pic img {
		max-width: 100%;
		height: auto;
	}
}

.scene {
	position: relative;
	margin-bottom: 200px;
}

@media only screen and (max-width: 640px) {
	.scene {
		margin-bottom: 26.04167vw;
	}
}

.scene .inner-max {
	position: relative;
}

.scene .inner-min {
	position: relative;
}

@media only screen and (min-width: 641px) {
	.scene .scene-tear {
		width: 154px;
		margin-bottom: 37px;
	}
}

@media only screen and (max-width: 640px) {
	.scene .scene-tear {
		width: 24.21875vw;
		margin: 0 auto 5.20833vw;
	}
}

.scene .scene-tear img {
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.scene .scene-ttl {
		position: absolute;
		margin-top: -12px;
		z-index: 1;
	}
}

@media only screen and (max-width: 640px) {
	.scene .scene-ttl {
		width: 7.55208vw;
		margin: 0 auto 11.71875vw;
	}
	.scene .scene-ttl img {
		width: 100%;
	}
}

.scene .lead-area {
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: calc(34/20);
	padding: 20px 0 30px;
	margin: auto;
}

@media only screen and (max-width: 640px) {
	.scene .lead-area {
		font-size: 5.20833vw;
		text-align: left;
		padding: 0 5.20833vw 7.8125vw;
	}
}

.scene .lead-area p {
	position: relative;
	display: table;
	margin: 0 auto 0;
}

.scene .lead-area p:before, .scene .lead-area p:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

.scene .lead-area p:before {
	width: 41px;
	height: 40px;
	left: -56px;
	top: -28px;
	background-image: url("/lp/zuan/assets/img/scene/double-quote-left.png");
}

@media only screen and (max-width: 640px) {
	.scene .lead-area p:before {
		width: 7.94271vw;
		height: 7.8125vw;
		left: -7.94271vw;
		top: -6.90104vw;
	}
}

.scene .lead-area p:after {
	width: 43px;
	height: 41px;
	right: -58px;
	top: -29px;
	background-image: url("/lp/zuan/assets/img/scene/double-quote-right.png");
}

@media only screen and (max-width: 640px) {
	.scene .lead-area p:after {
		width: 8.46354vw;
		height: 7.94271vw;
		right: -7.8125vw;
		top: -7.03125vw;
	}
}

.scene .scene-area {
	position: relative;
	background-color: #FFA600;
	width: 1100px;
	margin: auto;
	padding: 40px 50px 60px;
}

@media only screen and (max-width: 640px) {
	.scene .scene-area {
		width: 100%;
		padding: 7.8125vw 3.90625vw 7.8125vw;
	}
}

.scene .sketchbook {
	position: absolute;
	right: -250px;
	top: -279px;
	width: 418px;
	pointer-events: none;
}

@media only screen and (max-width: 640px) {
	.scene .sketchbook {
		right: -4.29688vw;
		top: -10.80729vw;
		width: 28.77604vw;
	}
}

.scene .sketchbook img {
	width: 100%;
}

.scene .button-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
	.scene .button-list {
		justify-content: flex-start;
		margin-bottom: 6.51042vw;
	}
}

.scene .button-list li {
	margin-right: 10px;
}

@media only screen and (max-width: 640px) {
	.scene .button-list li {
		margin-right: 2.34375vw;
	}
	.scene .button-list li:nth-child(n + 4) {
		margin-top: 2.34375vw;
	}
}

.scene .button-list input[type="radio"] {
	display: none;
}

.scene .button-list label {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #1A2900;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 65px;
}

@media only screen and (max-width: 640px) {
	.scene .button-list label {
		font-size: 2.86458vw;
		height: 10.67708vw;
	}
}

.scene .button-list label.button-s {
	width: 108px;
	background-image: url("/lp/zuan/assets/img/scene/button-s.png");
}

@media only screen and (max-width: 640px) {
	.scene .button-list label.button-s {
		width: 17.70833vw;
	}
}

.scene .button-list label.button-m {
	width: 159px;
	background-image: url("/lp/zuan/assets/img/scene/button-m.png");
}

@media only screen and (max-width: 640px) {
	.scene .button-list label.button-m {
		width: 26.17188vw;
	}
}

.scene .button-list label.button-l {
	width: 227px;
	background-image: url("/lp/zuan/assets/img/scene/button-l.png");
}

@media only screen and (max-width: 640px) {
	.scene .button-list label.button-l {
		width: 37.36979vw;
	}
}

.scene .button-list input[type="radio"]:checked + label {
	background-position: bottom;
	color: #FFF;
	pointer-events: none;
}

@media only screen and (min-width: 641px) {
	.scene .button-list input[type="radio"] + label {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.scene .button-list input[type="radio"]:hover + label {
		transform: translateY(3px);
	}
}

.scene .scene-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
	.scene .scene-list {
		margin-bottom: 3.25521vw;
	}
}

.scene .scene-list:after {
	content: '';
	width: 480px;
}

@media only screen and (max-width: 640px) {
	.scene .scene-list:after {
		width: 39.0625vw;
	}
}

.scene .more-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 420px;
	height: 80px;
	border: 6px solid #FFF;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin: auto;
	cursor: pointer;
}

@media only screen and (max-width: 640px) {
	.scene .more-btn {
		width: 59.89583vw;
		height: 13.02083vw;
		border-width: 1.30208vw;
		font-size: 4.42708vw;
	}
}

.scene .more-btn:before, .scene .more-btn:after {
	content: '';
	position: absolute;
	right: 34px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 23px;
	height: 4px;
	border-radius: 2px;
	background-color: #FFF;
}

@media only screen and (max-width: 640px) {
	.scene .more-btn:before, .scene .more-btn:after {
		right: 3.90625vw;
		width: 3.51563vw;
		height: 1.04167vw;
		border-radius: 0.52083vw;
	}
}

.scene .more-btn:after {
	transform: rotate(90deg);
}

@media only screen and (min-width: 641px) {
	.scene .more-btn {
		transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.scene .more-btn:hover {
		background-color: #1A2900;
	}
}

.scene .more-btn.hidden {
	display: none;
}

.scene .scene-item {
	position: relative;
	width: 480px;
	margin-bottom: 40px;
	cursor: pointer;
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: linear, cubic-bezier(0.16, 1, 0.3, 1);
}

.scene .scene-item.is-hidden {
	display: none;
}

@media only screen and (min-width: 641px) {
	.scene .scene-item {
		transform: translateY(50px);
	}
}

@media only screen and (max-width: 640px) {
	.scene .scene-item {
		transform: translateY(13.02083vw);
	}
}

.scene .scene-item.show {
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (max-width: 640px) {
	.scene .scene-item {
		width: 39.0625vw;
		margin-bottom: 3.90625vw;
	}
}

.scene .scene-item .scene-item__inner {
	border-radius: 10px;
	background-color: #FFF;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.scene .scene-item .scene-item__inner {
		border-radius: 2.60417vw;
	}
}

.scene .scene-item figure {
	min-height: 420px;
}

@media only screen and (max-width: 640px) {
	.scene .scene-item figure {
		min-height: 34.11458vw;
	}
}

.scene .scene-item figure img {
	width: 100%;
}

.scene .scene-item p {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 30px;
}

@media only screen and (max-width: 640px) {
	.scene .scene-item p {
		font-size: 2.47396vw;
		padding: 2.60417vw 0 2.60417vw 1.95313vw;
	}
}

.scene .scene-item .scene-item__zoom {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	right: -10px;
	bottom: -10px;
	background-color: #1A2900;
	border-radius: 50%;
}

@media only screen and (max-width: 640px) {
	.scene .scene-item .scene-item__zoom {
		width: 7.8125vw;
		height: 7.8125vw;
		right: -1.30208vw;
		bottom: -0.65104vw;
	}
}

.scene .scene-item .scene-item__zoom:after {
	content: '';
	width: 34px;
	height: 34px;
	background-image: url("/lp/zuan/assets/img/scene/icon-zoom.png");
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 640px) {
	.scene .scene-item .scene-item__zoom:after {
		width: 3.38542vw;
		height: 3.38542vw;
	}
}

.scene .scene-item .scene-item__category {
	position: absolute;
	left: 20px;
	top: -10px;
	background-color: #1A2900;
	padding: 1em 0.5em;
	font-size: 18px;
	color: #FFF;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media only screen and (max-width: 640px) {
	.scene .scene-item .scene-item__category {
		left: 1.30208vw;
		top: -1.30208vw;
		font-size: 2.60417vw;
		padding: 1em 0;
		width: 3.90625vw;
		line-height: 3.90625vw;
	}
}

@media only screen and (min-width: 641px) {
	.scene .scene-item figure {
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.scene .scene-item .scene-item__zoom {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.scene .scene-item:hover figure {
		opacity: 0.8;
	}
	.scene .scene-item:hover .scene-item__zoom {
		transform: scale(1.05);
	}
}

.vbox-overlay .vbox-close,
.vbox-overlay .vbox-preloader,
.vbox-overlay .vbox-title
.vbox-left-corner {
	display: none !important;
}

.vbox-overlay .modal-close-btn {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #1A2900;
	cursor: pointer;
	z-index: 9999;
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .modal-close-btn {
		right: -2.60417vw;
		top: -2.60417vw;
		width: 7.8125vw;
		height: 7.8125vw;
	}
}

.vbox-overlay .modal-close-btn:before, .vbox-overlay .modal-close-btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 23px;
	height: 4px;
	border-radius: 2px;
	background-color: #FFF;
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .modal-close-btn:before, .vbox-overlay .modal-close-btn:after {
		width: 2.60417vw;
		height: 0.52083vw;
		border-radius: 0.26042vw;
	}
}

.vbox-overlay .modal-close-btn:before {
	transform: rotate(45deg);
}

.vbox-overlay .modal-close-btn:after {
	transform: rotate(135deg);
}

@media only screen and (min-width: 641px) {
	.vbox-overlay .modal-close-btn {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.vbox-overlay .modal-close-btn:hover {
		transform: scale(1.05);
	}
}

.vbox-overlay .vbox-container {
	margin: auto;
	z-index: 100 !important;
}

.vbox-overlay .vbox-container .vbox-content {
	position: relative;
	z-index: 100 !important;
	padding: 0;
	overflow: visible;
}

.vbox-overlay .vbox-container .vbox-content .vbox-inline {
	background-color: transparent !important;
	z-index: 100 !important;
	width: 640px;
}

@media screen and (max-width: 800px) {
	.vbox-overlay .vbox-container .vbox-content .vbox-inline {
		width: 80%;
	}
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-container .vbox-content .vbox-inline {
		width: 73.95833vw;
	}
}

.vbox-overlay .vbox-container .vbox-content .slider-item {
	position: relative;
	z-index: 9999;
}

.vbox-overlay .vbox-container .vbox-content .slider-item__inner {
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}

@media only screen and (min-width: 641px) {
	.vbox-overlay .vbox-container .vbox-content .slider-item__inner {
		border-radius: 10px;
	}
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-container .vbox-content .slider-item__inner {
		border-radius: 2.60417vw;
	}
}

.vbox-overlay .vbox-container .vbox-content .slider-item figure img {
	width: 100%;
}

.vbox-overlay .vbox-container .vbox-content .slider-item .scene-info {
	min-height: 120px;
	padding: 20px 50px 20px;
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-container .vbox-content .slider-item .scene-info {
		min-height: 36.19792vw;
		padding: 5.20833vw 5.20833vw 5.20833vw;
	}
}

.vbox-overlay .vbox-container .vbox-content .slider-item .scene-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-container .vbox-content .slider-item .scene-title {
		font-size: 3.90625vw;
	}
}

.vbox-overlay .vbox-container .vbox-content .slider-item .scene-text {
	line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-container .vbox-content .slider-item .scene-text {
		font-size: 3.38542vw;
		line-height: calc(40/26);
	}
}

.vbox-overlay .vbox-container .vbox-content .slider-item .scene-category {
	position: absolute;
	left: 20px;
	top: -10px;
	background-color: #1A2900;
	padding: 1em 0.5em;
	font-size: 18px;
	color: #FFF;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-container .vbox-content .slider-item .scene-category {
		left: 2.60417vw;
		top: -1.30208vw;
		font-size: 2.60417vw;
		padding: 1em 0;
		width: 3.90625vw;
		line-height: 3.90625vw;
	}
}

.vbox-overlay .vbox-next,
.vbox-overlay .vbox-prev {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	overflow: visible;
	z-index: 9999;
}

@media only screen and (min-width: 641px) {
	.vbox-overlay .vbox-next,
	.vbox-overlay .vbox-prev {
		width: 81px;
		height: 57px;
	}
}

@media screen and (max-width: 870px) {
	.vbox-overlay .vbox-next,
	.vbox-overlay .vbox-prev {
		width: 7.8125vw;
	}
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-next,
	.vbox-overlay .vbox-prev {
		width: 13.02083vw;
		height: 16.79688vw;
	}
}

.vbox-overlay .vbox-next:before,
.vbox-overlay .vbox-prev:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media only screen and (max-width: 640px) {
	.vbox-overlay .vbox-next:before,
	.vbox-overlay .vbox-prev:before {
		background-size: 7.94271vw 5.59896vw;
	}
}

@media only screen and (min-width: 641px) {
	.vbox-overlay .vbox-next.vbox-prev,
	.vbox-overlay .vbox-prev.vbox-prev {
		left: calc( 50% - 430px);
	}
}

@media screen and (max-width: 870px) {
	.vbox-overlay .vbox-next.vbox-prev,
	.vbox-overlay .vbox-prev.vbox-prev {
		left: 1%;
	}
}

.vbox-overlay .vbox-next.vbox-prev:before,
.vbox-overlay .vbox-prev.vbox-prev:before {
	background-image: url("/lp/zuan/assets/img/scene/arrow-left.png");
}

@media only screen and (min-width: 641px) {
	.vbox-overlay .vbox-next.vbox-next,
	.vbox-overlay .vbox-prev.vbox-next {
		right: calc( 50% - 430px);
	}
}

@media screen and (max-width: 870px) {
	.vbox-overlay .vbox-next.vbox-next,
	.vbox-overlay .vbox-prev.vbox-next {
		right: 1%;
	}
}

.vbox-overlay .vbox-next.vbox-next:before,
.vbox-overlay .vbox-prev.vbox-next:before {
	background-image: url("/lp/zuan/assets/img/scene/arrow-right.png");
}

@media only screen and (min-width: 641px) {
	.vbox-overlay .vbox-next:before,
	.vbox-overlay .vbox-prev:before {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.vbox-overlay .vbox-next.vbox-prev:hover:before,
	.vbox-overlay .vbox-prev.vbox-prev:hover:before {
		transform: translateX(-5px);
	}
	.vbox-overlay .vbox-next.vbox-next:hover:before,
	.vbox-overlay .vbox-prev.vbox-next:hover:before {
		transform: translateX(5px);
	}
}

.vbox-overlay .vbox-next span,
.vbox-overlay .vbox-prev span {
	display: none;
}

.history {
	position: relative;
	margin-bottom: 190px;
}

@media only screen and (max-width: 640px) {
	.history {
		margin-bottom: 23.4375vw;
	}
}

.history .history-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.history .history-background {
		min-width: 1500px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.history .history-background:before, .history .history-background:after {
	content: '';
	position: absolute;
	width: 140px;
	height: 426px;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 640px) {
	.history .history-background:before, .history .history-background:after {
		width: 7.55208vw;
		height: 55.72917vw;
	}
}

.history .history-background:before {
	left: 0;
	top: 470px;
	background-image: url("/lp/zuan/assets/img/history/bg-left.png");
}

@media only screen and (max-width: 640px) {
	.history .history-background:before {
		top: 176.04167vw;
		background-image: url("/lp/zuan/assets/img/history/bg-left_sp.png");
	}
}

.history .history-background:after {
	right: 0;
	top: 68px;
	background-image: url("/lp/zuan/assets/img/history/bg-right.png");
}

@media only screen and (max-width: 640px) {
	.history .history-background:after {
		top: 45.18229vw;
		background-image: url("/lp/zuan/assets/img/history/bg-right_sp.png");
	}
}

.history .history-tear {
	width: 627px;
	margin-bottom: 48px;
}

@media only screen and (max-width: 640px) {
	.history .history-tear {
		width: 91.79688vw;
		margin: 0 auto 3.125vw;
	}
}

.history .history-tear img {
	width: 100%;
}

.history .history-ttl {
	position: absolute;
}

@media only screen and (max-width: 640px) {
	.history .history-ttl {
		position: relative;
		width: 19.27083vw;
		margin: 0 auto 12.89063vw;
	}
}

@media only screen and (max-width: 640px) {
	.history .history-ttl img {
		width: 100%;
	}
}

.history .history-area {
	position: relative;
	width: 700px;
	min-height: 648px;
	margin-left: auto;
}

@media only screen and (max-width: 640px) {
	.history .history-area {
		width: 76.5625vw;
		min-height: 138.02083vw;
		margin: 0 auto 0;
	}
}

.history .timeline {
	position: relative;
	margin-left: -16px;
	margin-bottom: 33px;
	width: 716px;
	height: 63px;
	background-image: url("/lp/zuan/assets/img/history/timeline.png");
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 640px) {
	.history .timeline {
		margin-left: -4.42708vw;
		margin-bottom: 6.51042vw;
		width: 80.98958vw;
		height: 11.84896vw;
		background-image: url("/lp/zuan/assets/img/history/timeline_sp.png");
	}
}

.history .timeline li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 37px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #1A2900;
}

.history .timeline li:nth-child(1) {
	left: 15px;
}

.history .timeline li:nth-child(2) {
	left: 134px;
}

.history .timeline li:nth-child(3) {
	left: 252px;
}

.history .timeline li:nth-child(4) {
	left: 371px;
}

.history .timeline li:nth-child(5) {
	left: 487px;
}

.history .timeline li:nth-child(6) {
	left: 600px;
}

@media only screen and (max-width: 640px) {
	.history .timeline li {
		top: 5.46875vw;
		width: 4.94792vw;
		height: 4.94792vw;
	}
	.history .timeline li:nth-child(1) {
		left: 1.82292vw;
	}
	.history .timeline li:nth-child(2) {
		left: 14.97396vw;
	}
	.history .timeline li:nth-child(3) {
		left: 28.125vw;
	}
	.history .timeline li:nth-child(4) {
		left: 40.88542vw;
	}
	.history .timeline li:nth-child(5) {
		left: 53.64583vw;
	}
	.history .timeline li:nth-child(6) {
		left: 66.27604vw;
	}
}

.history .timeline li:after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #FFF;
	border-radius: 50%;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 640px) {
	.history .timeline li:after {
		width: 3.38542vw;
		height: 3.38542vw;
	}
}

.history .timeline li.current:after {
	opacity: 0;
}

.history .history-slider {
	position: relative;
}

.history .history-slider .slide-item {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

.history .history-slider .slide-item figure {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
}

@media only screen and (max-width: 640px) {
	.history .history-slider .slide-item figure {
		border-radius: 1.30208vw;
		margin-bottom: 6.51042vw;
	}
}

.history .history-slider .slide-item figure img {
	width: 100%;
}

.history .history-slider .slide-item .history-name {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width: 640px) {
	.history .history-slider .slide-item .history-name {
		font-size: 5.98958vw;
		line-height: calc(66/46);
		margin-bottom: 3.90625vw;
	}
}

.history .history-slider .slide-item .history-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width: 640px) {
	.history .history-slider .slide-item .history-text {
		font-size: 4.16667vw;
		line-height: 1.8;
	}
}

.history .history-slider .slide-item .history-year {
	position: absolute;
	right: -21px;
	top: 10px;
	width: 42px;
	visibility: hidden;
	opacity: 0;
}

@media only screen and (max-width: 640px) {
	.history .history-slider .slide-item .history-year {
		right: -2.73438vw;
		top: 1.30208vw;
		width: 4.94792vw;
	}
}

.history .history-slider .slide-item .history-year img {
	width: 100%;
}

.history .history-slider .slide-item.active {
	animation: 1s fade-in cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .history-slider .slide-item.active .history-year {
	animation: 1s fade-in cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .history-slider .slide-item.active .history-name {
	animation: 1s fade-in cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .history-slider .slide-item.active .history-text {
	animation: 1s fade-in cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .history-slider.go-right .slide-item.active {
	animation: 0.3s slide-in-from-right cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .history-slider.go-right .slide-item.active.delay {
	animation-delay: 0.3s;
}

.history .history-slider.go-right .slide-item.active .history-year {
	animation: 1.2s slide-in-from-right cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
}

.history .history-slider.go-right .slide-item.active .history-name {
	animation: 0.8s slide-in-from-right cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}

.history .history-slider.go-right .slide-item.active .history-text {
	animation: 0.8s slide-in-from-right cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}

.history .history-slider.go-right .slide-item.leave {
	animation: 0.3s slide-out-to-left cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .history-slider.go-left .slide-item.active {
	animation: 0.3s slide-in-from-left cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .history-slider.go-left .slide-item.active.delay {
	animation-delay: 0.3s;
}

.history .history-slider.go-left .slide-item.active .history-year {
	animation: 1.2s slide-in-from-left cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
}

.history .history-slider.go-left .slide-item.active .history-name {
	animation: 0.8s slide-in-from-left cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}

.history .history-slider.go-left .slide-item.active .history-text {
	animation: 0.8s slide-in-from-left cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}

.history .history-slider.go-left .slide-item.leave {
	animation: 0.3s slide-out-to-right cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.history .slider-arrow {
	position: absolute;
	display: block;
	top: 243px;
	width: 81px;
	height: 57px;
	cursor: pointer;
}

@media only screen and (max-width: 640px) {
	.history .slider-arrow {
		top: 29.42708vw;
		width: 13.02083vw;
		height: 16.79688vw;
	}
}

.history .slider-arrow:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 640px) {
	.history .slider-arrow:before {
		background-position: center;
		background-size: 7.94271vw 5.59896vw;
	}
}

.history .slider-arrow.arrow-left {
	left: -111px;
}

@media only screen and (max-width: 640px) {
	.history .slider-arrow.arrow-left {
		left: -13.02083vw;
	}
}

.history .slider-arrow.arrow-left:before {
	background-image: url("/lp/zuan/assets/img/history/arrow-left.png");
}

.history .slider-arrow.arrow-right {
	right: -111px;
}

@media only screen and (max-width: 640px) {
	.history .slider-arrow.arrow-right {
		right: -13.02083vw;
	}
}

.history .slider-arrow.arrow-right:before {
	background-image: url("/lp/zuan/assets/img/history/arrow-right.png");
}

@media only screen and (min-width: 641px) {
	.history .slider-arrow:before {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.history .slider-arrow.arrow-left:hover:before {
		transform: translateX(-5px);
	}
	.history .slider-arrow.arrow-right:hover:before {
		transform: translateX(5px);
	}
}

@keyframes fade-in {
	0% {
		visibility: visible;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}

@keyframes slide-in-from-right {
	0% {
		transform: translate3d(50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
}

@keyframes slide-in-from-left {
	0% {
		transform: translate3d(-50px, 0, 0);
		visibility: visible;
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
}

@keyframes slide-out-to-left {
	0% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
	100% {
		transform: translate3d(-50px, 0, 0);
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes slide-out-to-right {
	0% {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
	}
	100% {
		transform: translate3d(50px, 0, 0);
		visibility: hidden;
		opacity: 0;
	}
}

.lineup {
	position: relative;
	padding-bottom: 100px;
}

@media only screen and (max-width: 640px) {
	.lineup {
		padding-bottom: 19.53125vw;
	}
}

.lineup::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.lineup::before {
		top: 90px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 2000px;
		height: 3300px;
	}
}

@media only screen and (max-width: 640px) {
	.lineup::before {
		top: 104.16667vw;
		height: 753.125vw;
	}
}

.lineup.gentei-length-0::before {
	content: "";
}

@media only screen and (min-width: 641px) {
	.lineup.gentei-length-0::before {
		top: 48px;
		min-width: 2000px;
		height: 1380px;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_pc01.png");
	}
}

@media only screen and (max-width: 640px) {
	.lineup.gentei-length-0::before {
		top: 82.8125vw;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_sp01.png");
		height: 342.44792vw;
	}
}

.lineup.gentei-length-1::before, .lineup.gentei-length-2::before {
	content: "";
}

@media only screen and (min-width: 641px) {
	.lineup.gentei-length-1::before, .lineup.gentei-length-2::before {
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 2000px;
		height: 2150px;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_pc02.png");
	}
}

@media only screen and (max-width: 640px) {
	.lineup.gentei-length-1::before, .lineup.gentei-length-2::before {
		top: 98.95833vw;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_sp05.png");
		height: 468.75vw;
	}
}

.lineup.gentei-length-3::before {
	content: "";
}

@media only screen and (min-width: 641px) {
	.lineup.gentei-length-3::before {
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 2000px;
		height: 2150px;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_pc02.png");
	}
}

@media only screen and (max-width: 640px) {
	.lineup.gentei-length-3::before {
		top: 98.95833vw;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_sp02.png");
		height: 579.42708vw;
	}
}

.lineup.gentei-length-4::before {
	content: "";
}

@media only screen and (min-width: 641px) {
	.lineup.gentei-length-4::before {
		top: 90px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 2000px;
		height: 2710px;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_pc03.png");
	}
}

@media only screen and (max-width: 640px) {
	.lineup.gentei-length-4::before {
		top: 98.95833vw;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_sp02.png");
		height: 579.42708vw;
	}
}

.lineup.gentei-length-5::before, .lineup.gentei-length-6::before {
	content: "";
}

@media only screen and (min-width: 641px) {
	.lineup.gentei-length-5::before, .lineup.gentei-length-6::before {
		top: 90px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 2000px;
		height: 2710px;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_pc03.png");
	}
}

@media only screen and (max-width: 640px) {
	.lineup.gentei-length-5::before, .lineup.gentei-length-6::before {
		top: 98.95833vw;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_sp03.png");
		height: 691.40625vw;
	}
}

.lineup.gentei-length-7::before, .lineup.gentei-length-8::before {
	content: "";
}

@media only screen and (min-width: 641px) {
	.lineup.gentei-length-7::before, .lineup.gentei-length-8::before {
		top: 90px;
		left: 50%;
		transform: translateX(-50%);
		min-width: 2000px;
		height: 3300px;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_pc04.png");
	}
}

@media only screen and (max-width: 640px) {
	.lineup.gentei-length-7::before, .lineup.gentei-length-8::before {
		top: 104.16667vw;
		background-image: url("/lp/zuan/assets/img/lineup/bg-lineup_sp04.png");
		height: 766.14583vw;
	}
}

.lineup .inner-max {
	position: relative;
}

.lineup .lineup-tear {
	width: 214px;
	margin-bottom: 12px;
}

@media only screen and (max-width: 640px) {
	.lineup .lineup-tear {
		width: 33.59375vw;
		margin: 0 auto 3.51563vw;
	}
}

.lineup .lineup-tear img {
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.lineup .lineup-ttl {
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 640px) {
	.lineup .lineup-ttl {
		width: 7.03125vw;
		margin: 0 auto 13.02083vw;
	}
	.lineup .lineup-ttl img {
		max-width: 100%;
		height: auto;
	}
}

.lineup .lineup-sec-ttl {
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

@media only screen and (min-width: 641px) {
	.lineup .lineup-sec-ttl {
		margin-bottom: 30px;
		padding-left: 140px;
	}
}

@media only screen and (max-width: 640px) {
	.lineup .lineup-sec-ttl {
		margin-bottom: 6.51042vw;
	}
}

.lineup .lineup-sec-ttl span {
	display: inline-block;
	background: url("/lp/zuan/assets/img/lineup/bg-teiban.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

@media only screen and (min-width: 641px) {
	.lineup .lineup-sec-ttl span {
		font-size: 26px;
		padding: 25px 38px;
	}
}

@media only screen and (max-width: 640px) {
	.lineup .lineup-sec-ttl span {
		font-size: 5.98958vw;
		padding: 3.90625vw 7.8125vw;
	}
}

.lineup .sec-teiban .lineup-sec-ttl span {
	background: url("/lp/zuan/assets/img/lineup/bg-teiban.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.lineup .sec-gentei .lineup-sec-ttl span {
	background: url("/lp/zuan/assets/img/lineup/bg-gentei.png") no-repeat;
	background-position: center center;
	background-size: contain;
}

.lineup .sec-gentei .lineup-list ul li {
	position: relative;
}

.lineup .sec-gentei .lineup-list ul li::after {
	content: "限定";
	display: block;
	position: absolute;
	color: #fff;
	font-weight: bold;
	background: #c61010;
	text-align: center;
}

@media only screen and (min-width: 641px) {
	.lineup .sec-gentei .lineup-list ul li::after {
		font-size: 16px;
		width: 60px;
		height: 60px;
		top: -10px;
		right: -10px;
		border-radius: 30px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 640px) {
	.lineup .sec-gentei .lineup-list ul li::after {
		width: 10.41667vw;
		height: 10.41667vw;
		line-height: 10.41667vw;
		font-size: 3.38542vw;
		border-radius: 5.20833vw;
		top: -1.30208vw;
		right: -1.30208vw;
	}
}

.lineup-contents .inner-min {
	position: relative;
}

.lineup-list {
	padding-left: 140px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
	.lineup-list {
		padding-left: 0;
		margin-bottom: 7.8125vw;
	}
}

.lineup-list ul {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
	.lineup-list ul {
		justify-content: space-between;
	}
}

.lineup-list ul li {
	width: 260px;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
	background-color: #F8F8F8;
	border-radius: 10px;
}

@media only screen and (max-width: 640px) {
	.lineup-list ul li {
		width: 42.96875vw;
		max-width: 47.9%;
		margin-right: 0;
		margin-bottom: 5.20833vw;
		border-radius: 2.60417vw;
	}
	.lineup-list ul li img {
		max-width: 100%;
		height: auto;
	}
}

.lineup-list ul li:nth-child(3n) {
	margin-right: 0;
}

.lineup-list ul li a {
	display: block;
}

.lineup-list ul li a img {
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lineup-list ul li a:hover {
	display: block;
}

@media only screen and (min-width: 641px) {
	.lineup-list ul li a:hover .lineup-list-info .lineup-list-info-link-button {
		transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		background-color: #FFA600;
	}
}

@media only screen and (min-width: 641px) {
	.lineup-list ul li a:hover img {
		opacity: 0.7;
	}
}

.lineup-list-info {
	padding: 20px 20px 55px;
}

@media only screen and (max-width: 640px) {
	.lineup-list-info {
		padding: 3.25521vw 3.25521vw 55px;
	}
}

.lineup-list-info-txt dt {
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: bold;
	color: #1A2900;
	border-bottom: 5px dotted #1A2900;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-shadow: 0.1px 0.1px #000, -0.1px 0.1px #000, -0.1px -0.1px #000, 0.1px -0.1px #000, 0.1px 0px #000, 0px 0.1px #000, -0.1px 0px #000, 0px -0.1px #000;
}

@media only screen and (max-width: 640px) {
	.lineup-list-info-txt dt {
		font-size: 3.25521vw;
	}
}

.lineup-list-info-txt dd {
	font-size: 14px;
	letter-spacing: 0.04em;
	line-height: 1.83333;
}

@media only screen and (max-width: 640px) {
	.lineup-list-info-txt dd {
		font-size: 2.86458vw;
	}
}

.lineup-list-info-link {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.lineup-list-info-link-button {
	display: flex;
	align-items: center;
	background-color: #1A2900;
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	width: 150px;
	height: 30px;
	padding: 0 20px;
	border-radius: 100px;
	position: relative;
}

@media only screen and (max-width: 640px) {
	.lineup-list-info-link-button {
		width: 24.73958vw;
		height: 7.16146vw;
		font-size: 2.60417vw;
		padding: 0 3.25521vw;
	}
}

.lineup-list-info-link-button::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
	background-image: url("/lp/zuan/assets/img/lineup/check-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 640px) {
	.lineup-list-info-link-button::after {
		width: 3.90625vw;
		height: 3.90625vw;
	}
}

.lineup-bnr {
	width: 860px;
	margin-left: auto;
}

@media only screen and (max-width: 640px) {
	.lineup-bnr {
		width: 100%;
	}
}

@media only screen and (min-width: 641px) {
	.lineup-bnr-text {
		position: relative;
		top: -20px;
		right: 80px;
	}
}

@media only screen and (max-width: 640px) {
	.lineup-bnr-text {
		position: relative;
		top: -5.20833vw;
		left: 20.18229vw;
	}
}

@media only screen and (min-width: 641px) {
	.lineup-bnr-back {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
}

.lineup-bnr-back a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 700px;
	height: 160px;
	background-image: url("/lp/zuan/assets/img/lineup/list-bnr-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 0;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-shadow: 0.1px 0.1px #000, -0.1px 0.1px #000, -0.1px -0.1px #000, 0.1px -0.1px #000, 0.1px 0px #000, 0px 0.1px #000, -0.1px 0px #000, 0px -0.1px #000;
}

@media only screen and (max-width: 640px) {
	.lineup-bnr-back a {
		width: 76.5625vw;
		height: 24.47917vw;
		background-image: url("/lp/zuan/assets/img/lineup/list-bnr-bg_sp.png");
		background-size: contain;
		font-size: 3.90625vw;
		line-height: 1.46;
		color: #1A2900;
		letter-spacing: 0.06em;
	}
}

@media only screen and (min-width: 641px) {
	.lineup-bnr-back a {
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.lineup-bnr-back a:hover {
		background-color: rgba(255, 255, 255, 0.3);
		background-blend-mode: lighten;
	}
	.lineup-bnr-back a:after {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.lineup-bnr-back a:hover:after {
		transform: translateX(5px);
	}
}

.lineup-bnr-back a .lineup-list-info-link-button {
	text-shadow: none;
}

@media only screen and (min-width: 641px) {
	.lineup-bnr-back a .lineup-list-info-link-button {
		position: absolute;
		right: 82px;
		bottom: 42px;
	}
}

@media only screen and (max-width: 640px) {
	.lineup-bnr-back a .lineup-list-info-link-button {
		position: relative;
		right: 5.20833vw;
		top: 2.60417vw;
	}
}

@media only screen and (min-width: 641px) {
	.lineup-bnr-back a:hover .lineup-list-info-link-button {
		transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		background-color: #FFA600;
	}
}

@media only screen and (min-width: 641px) {
	.sec-online {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 640px) {
	.sec-online {
		margin-top: 18.88021vw;
	}
}

.sec-online .online-ttl {
	text-align: center;
	color: #1A2900;
	font-weight: bold;
}

@media only screen and (min-width: 641px) {
	.sec-online .online-ttl {
		font-size: 30px;
		margin-bottom: 55px;
	}
}

@media only screen and (max-width: 640px) {
	.sec-online .online-ttl {
		font-size: 5.20833vw;
		margin-bottom: 7.8125vw;
	}
}

.sec-online .online-ttl span {
	background-image: url("/lp/zuan/assets/img/lineup/icn-cart.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}

@media only screen and (min-width: 641px) {
	.sec-online .online-ttl span {
		padding: 5px 0 5px 70px;
	}
}

@media only screen and (max-width: 640px) {
	.sec-online .online-ttl span {
		padding: 1.30208vw 0 1.30208vw 11.71875vw;
	}
}

@media only screen and (min-width: 641px) {
	.sec-online .online-buttons {
		display: flex;
		justify-content: center;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

.sec-online .online-button a {
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c61010;
	position: relative;
	border-radius: 999px;
}

@media only screen and (min-width: 641px) {
	.sec-online .online-button a {
		width: 480px;
		height: 90px;
		font-size: 24px;
		transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

@media only screen and (max-width: 640px) {
	.sec-online .online-button a {
		width: 89.58333vw;
		height: 18.22917vw;
		font-size: 4.42708vw;
	}
}

.sec-online .online-button a::after {
	content: '';
	width: 30px;
	height: 30px;
	background-image: url("/lp/zuan/assets/img/lineup/list-bnr-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
	.sec-online .online-button a::after {
		width: 5.20833vw;
		height: 5.20833vw;
		right: 5.20833vw;
	}
}

@media only screen and (min-width: 641px) {
	.sec-online .online-button a::after {
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

@media only screen and (min-width: 641px) {
	.sec-online .online-button a:hover {
		background-color: #ffaa0a;
	}
}

@media only screen and (min-width: 641px) {
	.sec-online .online-button a:hover:after {
		transform: translate(5px, -50%);
	}
}

@media only screen and (max-width: 640px) {
	.sec-online .online-button:last-of-type {
		margin-top: 6.51042vw;
	}
}

.footer {
	position: relative;
	padding-left: 6.4vw;
	padding-right: 6.4vw;
	padding-top: calc( 72px + 2.4vw);
	padding-bottom: calc( 72px + 2.4vw);
	background: #1a1a1a;
	z-index: 50;
}

@media only screen and (min-width: 641px) {
	.footer a {
		transition: all 0.2s ease-out;
	}
}

.footer .f-logo {
	width: 203px;
	height: 40px;
	overflow: hidden;
}

.footer .f-logo a {
	display: block;
	width: 203px;
	height: 40px;
	text-indent: -9999px;
	background-image: url("/lp/zuan/assets/img/footer/footer_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

/*
    footer -> Navigation
******************************/
.f-nav {
	margin: 1.5em 0 0;
}

.f-nav ul li {
	display: inline-block;
	margin: 0 0.5em;
}

.f-nav ul li:first-child {
	margin-left: 0;
}

.f-nav ul li:last-child {
	margin-right: 0;
}

.f-nav a {
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
}

@media only screen and (min-width: 641px) {
	.f-nav a:hover {
		color: #6a46c7;
	}
}

/*
    footer -> Follow Us
******************************/
.f-sns {
	position: absolute;
	top: calc( 72px + 2.4vw);
	right: 6.4vw;
}

.f-sns ul li {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.f-sns ul li a {
	display: block;
	width: 50px;
	height: 50px;
}

@media only screen and (min-width: 641px) {
	.f-sns ul li a:hover {
		background-color: #444;
	}
}

.f-sns ul li.__fb a,
.f-sns ul li.__tw a,
.f-sns ul li.__ig a,
.f-sns ul li.__yt a {
	background-image: url("/lp/zuan/assets/img/footer/footer_ico.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	border-radius: 100%;
}

.f-sns ul li.__fb a {
	background-position: 0px 0px;
}

.f-sns ul li.__tw a {
	background-position: -50px 0px;
}

.f-sns ul li.__ig a {
	background-position: -100px 0px;
}

.f-sns ul li.__yt a {
	background-position: -150px 0px;
}

/*
    footer -> Copyright
******************************/
.footer .f-copyright {
	position: absolute;
	font-size: 0.7em;
	color: #999;
	bottom: calc( 72px + 2.4vw);
	right: 6.4vw;
}

/*
    footer -> Page Top
******************************/
.f-pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 900;
	display: none;
}

.f-pagetop a {
	width: 6vw;
	height: 6vw;
	min-width: 54px;
	min-height: 54px;
	max-width: 72px;
	max-height: 72px;
	position: relative;
	display: block;
	background: #333;
	text-indent: -9999px;
}

.f-pagetop a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #fff transparent;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
}

@media only screen and (min-width: 641px) {
	.f-pagetop a:hover {
		background: #f8B500;
	}
}

@media only screen and (max-width: 640px) {
	.footer {
		margin: 4.8vw 0 0;
		padding-top: 9.6vw;
		padding-bottom: calc( 56px + 2.4vw);
	}
	.footer .f-logo {
		width: 144px;
		height: 28px;
	}
	.footer .f-logo a {
		width: 144px;
		height: 28px;
	}
	.f-nav ul {
		border-top: 1px solid #333;
	}
	.f-nav ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}
	.f-nav ul li a {
		display: block;
		padding: 2.8vw;
	}
	.f-sns {
		position: relative;
		margin: 1em 0;
		top: auto;
		right: auto;
	}
	.footer .f-copyright {
		position: relative;
		bottom: auto;
		right: auto;
		font-size: 0.65em;
	}
}

/*# sourceMappingURL=style.css.map */
