/* _style.scss が html の font-size を管理するため無効化 */

.u-desktop {
	display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

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

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	font-feature-settings: normal;
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: inherit;
	border: none;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	*font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
}

input,
textarea,
select {
	font-size: 1.25vw;
}

textarea {
	display: block;
	resize: vertical;
}

button {
	cursor: pointer;
	padding: 0;
}

legend {
	color: #2F2B28;
}

main {
	display: block;
}

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

a:hover {
	opacity: 0.7;
}

img {
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: auto;
	vertical-align: bottom;
	width: 100%;
}

svg {
	display: block;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

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

/*--------------------------------
### MAIN COMMON
--------------------------------*/

#main-content {
	margin: 0;
	margin-top: 1.7rem;
	position: relative;
	transform: translate(calc(100vw - 62.1rem), 0);
	width: 39.2rem;
	z-index: 2;
}

#main-content .inner {
	padding-bottom: 8rem;
	position: relative;
	width: auto;
	z-index: 2;
}

.main-content {
	background-image: url("../images/sp-bg3.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	padding-top: 1.7rem;
	position: relative;
}

.section-content + .section-content {
	margin-top: 5.6rem;
}

.main-content-title-logo {
	display: block;
	height: 3.6rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.3rem;
}

.main-content-title__logo {
	display: block;
	height: 38px;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: auto;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.main-content-body {
	background-color: #FFFDF5;
	border: solid #894926 1.5px;
	border-radius: 1.6rem;
	box-sizing: border-box;
	margin-top: 1.6rem;
	padding: 0 1.6rem;
}

.main-content-body--sns {
	background-color: transparent;
	background-color: initial;
	border: none;
	border-radius: 0;
	padding: 0 1.2rem;
}

.main-content-body--member {
	background-color: transparent;
	background-color: initial;
	border: none;
	border-radius: 0;
	padding: 0;
}

.contact__content {
	padding: 1.6rem 0;
}

.contact__title {
	color: #894926;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}

.contact__wrap {
	margin-top: 1.6rem;
}

.contact__box {
	align-items: flex-start;
	display: flex;
	gap: 1.2rem;
}

.contact__box + .contact__box {
	margin-top: 0.8rem;
}

.contact__box dt {
	background-color: #894926;
	border-radius: 0.4rem;
	color: #fff;
	display: inline-block;
	flex-shrink: 0;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.1666666667;
	padding: 0.3rem 0.4rem 0.5rem;
}

.contact__box dd {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.1666666667;
	position: relative;
	top: 0.25rem;
}

.contact__box dd a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.contact__box dd span {
	display: block;
}

.contact__box dd span + span {
	margin-top: 0.6rem;
}

.cta {
	bottom: 0;
	left: calc(100vw - 60.8rem);
	padding: 1rem 1.2rem 1.4rem;
	position: fixed;
	text-align: center;
	width: 36.6rem;
	z-index: 10100;
}

.cta__link {
	background-color: #CCF4E4;
	border: solid 1.5px #894926;
	border-radius: 2rem;
	box-shadow: 0.3rem 0.3rem 0 0 #894926;
	color: #894926;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1875;
	padding: 1.65rem 0;
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.2s ease, color 0.2s ease, letter-spacing 0.3s ease;
	width: 100%;
}

.event {
	padding: 1.6rem;
	text-align: center;
}

.event__img {
	aspect-ratio: 334/265;
}

.event__img .anim-cover {
	width: 100%;
}

.event__img img {
	-o-object-fit: cover;
	border-radius: 1.2rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.event__content {
	text-align: left;
}

.event__content + .event__content {
	margin-top: 1rem;
}

.event__tab {
	background-color: #894926;
	border-radius: 0.4rem;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2142857143;
	margin-top: 1rem;
	padding: 0.4rem 0.6rem 0.4rem;
}

.event__name {
	color: #894926;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2222222222;
	margin-top: 0.6rem;
}

.event__frame {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 0.6rem;
}

.event__frame span {
	font-size: 2.4rem;
	font-weight: 700;
	margin-right: 0.4rem;
}

.event__sentence {
	margin-top: 1.6rem;
}

.event__text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
	white-space: nowrap;
}

.event__text span {
	font-weight: 700;
}

/*--------------------------------
### FOOTER
--------------------------------*/

.footer {
	padding: 3rem 0 1.4rem;
	text-align: center;
}

.footer small {
	color: #894926;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1;
}

/*--------------------------------
### HEADER
--------------------------------*/

header {
	height: 100%;
	left: -7.7rem;
	min-height: 64rem;
	position: fixed;
	top: 0;
	width: calc(100vw - 53.4rem);
}

header h1 {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 81rem;
	z-index: 2;
}

header p {
	background: url(../images/fv-logo.png) no-repeat center/contain;
	bottom: 3.5rem;
	height: 15.1rem;
	left: calc(50% + 4rem);
	position: absolute;
	transform: translate(-50%, 0);
	width: 27.7rem;
	z-index: 5;
}

header .sp-nav {
	z-index: 5;
}

header .sp-nav a {
	bottom: 0;
	cursor: pointer;
	display: block;
	left: 50%;
	margin: 0 auto;
	max-width: 48rem;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 0);
	width: 100vw;
	z-index: 10;
}

header .sp-nav a span {
	color: #fff;
	display: block;
	font-family: obviously-wide, "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	line-height: 1.4;
	text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.7);
}

/* _style.scss が .inner を管理するため無効化 */

/* #Items — 未使用のため削除 */

.lineUp {
	padding: 1.6rem 0.3rem;
	text-align: center;
}

.lineUp__slider {
	position: relative;
}

.lineUp__nav {
	height: 3.6rem;
	margin-top: 1.2rem;
	position: relative;
}

.lineUp__arrow {
	background: none;
	border: 1.5px solid #894926;
	border-radius: 50%;
	cursor: pointer;
	height: 3.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	width: 3.6rem;
	z-index: 10;
}

.lineUp__arrow--prev {
	left: 1.3rem;
	padding-left: 1.3rem;
}

.lineUp__arrow--next {
	padding-right: 1.3rem;
	right: 1.3rem;
}

.lineUp__arrow::after {
	border-bottom: 2px solid #894926;
	border-left: 2px solid #894926;
	content: "";
	display: block;
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transition: border-color 0.25s ease;
	width: 1rem;
}

.lineUp__arrow--prev::after {
	transform: translate(-25%, -50%) rotate(45deg);
}

.lineUp__arrow--next::after {
	transform: translate(-75%, -50%) rotate(-135deg);
}

.lineUp__arrow:focus-visible {
	outline: 2px solid #894926;
	outline-offset: 0.3rem;
}

.lineUp__nav .slick-dots {
	display: flex !important;
}

.lineUp__nav .slick-dots {
	align-items: center;
	gap: 0.8rem;
	height: 3.6rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0 4.4rem;
	position: static;
	width: 100%;
}

.lineUp__nav .slick-dots li {
	background-color: rgba(47, 43, 40, 0.7);
	border-radius: 50%;
	height: 0.8rem;
	margin: 0;
	overflow: hidden;
	transition: width 0.3s ease, background-color 0.3s ease;
	width: 0.8rem;
}

.lineUp__nav .slick-dots li button {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 0;
	height: 100%;
	padding: 0;
	width: 100%;
}

.lineUp__nav .slick-dots li button::before {
	content: none;
}

.lineUp__nav .slick-dots li.slick-active {
	background-color: #894926;
	border-radius: 0.4rem;
	width: 2.4rem;
}

.lineUp__img {
	border-radius: 1.2rem;
}

.lineUp__img img {
	-o-object-fit: contain;
	aspect-ratio: 358/350;
	border-radius: 1.2rem;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.lineUp__name {
	color: #894926;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2222222222;
	margin-top: 1.6rem;
}

.lineUp__name span {
	font-size: 1.4rem;
	font-weight: 400;
}

.lineUp__price {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 0.4rem;
}

.lineUp__price span {
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 0.4rem;
}

.lineUp__remarks {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 2rem;
	white-space: nowrap;
}

.lineUp__price-sub {
	color: #894926;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.1666666667;
	margin-top: 0.4rem;
}

/* #About ----------------------*/

.about {
	padding: 3.2rem 1.6rem 2.4rem;
}

.about__logo {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 20rem;
}

.about__sentence {
	margin-top: 2.4rem;
	text-align: center;
}

.about__text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.75;
}

.about__text + .about__text {
	margin-top: 3rem;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: #CCF4E4 #894926;
	scrollbar-width: thin;
	width: 100vw;
}

::-webkit-scrollbar {
	background: #894926;
	width: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #CCF4E4 !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	pointer-events: none;
}

::-webkit-scrollbar-track {
	background-color: #894926 !important;
}

body {
	background-color: #EEF0F3;
	color: #2F2B28;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	min-height: 82rem;
	overflow-x: hidden;
}

.member__list {
	margin-top: 2.4rem;
}

.member__item {
	background-color: #FFFDF5;
	border-radius: 1.6rem;
	box-shadow: inset 0 0 0 1.5px #894926;
	padding: 1.35rem 2rem 1.35rem 0;
}

.member__item--reverse {
	padding: 1.35rem 0 1.35rem 2rem;
}

.member__item + .member__item {
	margin-top: 2.8rem;
}

.member__flex {
	display: flex;
	gap: 1.2rem;
}

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

.member__img {
	position: relative;
	top: -2.8rem;
	width: 32.54%;
}

.member__img img {
	-o-object-fit: cover;
	aspect-ratio: 110/152;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.member__sentence {
	width: 63.9%;
}

.member__name {
	color: #894926;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1875;
}

.member__text {
	color: #894926;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 0.4rem;
}

.member__youtube-link {
	height: 2.8rem;
	width: 2.8rem;
}

.member__x-link {
	height: 2.2rem;
	width: 2.2rem;
}

.member__box {
	align-items: center;
	display: flex;
	gap: 1.6rem;
	margin-top: 0.8rem;
}

/* #Modal / Category — 未使用のため削除 */

/*--------------------------------
### NAVIGATION
--------------------------------*/

#header-menu {
	cursor: pointer;
	display: block;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s ease;
	z-index: 10000;
}

#header-menu:hover {
	opacity: 0.8;
}

#header-menu button {
	align-items: center;
	background-color: #CCF4E4;
	border: none;
	border-radius: 0 0 0 2.4rem;
	color: #894926;
	cursor: pointer;
	display: flex;
	font-family: "New Kansas Swash", serif;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 700;
	justify-content: center;
	line-height: 1.5;
	padding: 1.6rem;
	transition: 0.3s ease;
}

#header-menu button:focus-visible {
	outline: 2px solid #894926;
	outline-offset: 0.4rem;
}

#header-menu button .menu-label {
	align-items: center;
	display: flex;
	justify-content: center;
}

#header-menu button .close-label {
	display: none;
}

#header-menu.is-active button .menu-label {
	display: flex;
}

#header-menu.is-active button .close-label {
	display: none;
}

nav#gnavi {
	bottom: 0;
	min-height: 64rem;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: calc(-100vw + 100%);
	top: 0;
	width: 24.2rem;
	z-index: 9999;
}

nav#gnavi:before {
	background: url(../images/bg-d01.png) no-repeat center/contain;
	content: "";
	height: 46.8rem;
	position: absolute;
	right: -17.9rem;
	top: 2rem;
	width: 39.1rem;
	z-index: 2;
}

nav#gnavi.is-active {
	right: calc(-100vw + 100%);
}

nav#gnavi.is-active:before {
	content: none;
}

nav#gnavi .wrap {
	padding: 0 0 0 2rem;
}

nav#gnavi .wrap ul.gnavi-menu {
	left: 2rem;
	position: absolute;
	top: 6.5rem;
	transform: translate(0, 0);
	z-index: 10;
}

nav#gnavi .wrap ul.gnavi-menu li a {
	display: inline-block;
	position: relative;
}

nav#gnavi .wrap ul.gnavi-menu li a:before {
	background: url(../images/dot-star.png) no-repeat center/contain;
	content: "";
	display: inline-block;
	height: 2rem;
	opacity: 0;
	position: absolute;
	right: -2.6rem;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.3s ease;
	width: 1.8rem;
}

nav#gnavi .wrap ul.gnavi-menu li a:hover {
	opacity: 0.8;
}

nav#gnavi .wrap ul.gnavi-menu li a:hover:before {
	opacity: 1;
}

nav#gnavi .wrap ul.gnavi-menu li a img {
	display: block;
	height: 2.4rem;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: auto;
	transition: filter 0.3s ease;
	width: auto;
}

nav#gnavi .wrap ul.gnavi-menu li a img.is-nav-hover,
nav#gnavi .wrap ul.gnavi-menu li a img.is-nav-active {
	filter: saturate(4) brightness(0.85);
}

nav#gnavi .wrap ul.gnavi-menu li a:focus-visible {
	border-radius: 0.2rem;
	outline: 2px solid #894926;
	outline-offset: 0.2rem;
}

nav#gnavi .wrap ul.gnavi-menu li a.is-active {
	opacity: 1;
}

nav#gnavi .wrap ul.gnavi-menu li a.is-active:before {
	opacity: 1;
}

nav#gnavi .wrap ul.gnavi-foot {
	bottom: 4rem;
	left: 2rem;
	position: absolute;
}

nav#gnavi .wrap ul.gnavi-foot li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 2rem 0 0;
}

nav#gnavi .wrap ul.gnavi-foot li a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__icouleur {
	background-image: url(../images/icouleur.svg);
	height: 1.5rem;
	width: 8rem;
}

nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__loveliner {
	background-image: url(../images/loveliner.svg);
	height: 2.8rem;
	width: 8.8rem;
}

nav#gnavi .wrap ul.gnavi-foot li.gnavi-foot__timesecret {
	background-image: url(../images/timesecret.svg);
	height: 2.9rem;
	width: 8.5rem;
}

.notice {
	padding: 1.6rem;
}

.notice__title {
	display: flex;
	gap: 0.4rem;
}

.notice__title-logo {
	height: 2rem;
	position: relative;
	top: 0.1rem;
	width: 1.8rem;
}

.notice__title-text {
	color: #894926;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
}

.notice__text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.2rem;
}

.notice__text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.main-content-body.notice + .main-content-body.notice {
	margin-top: 1.6rem;
}

.novelty {
	padding: 3.2rem 2.2rem 2.4rem;
	text-align: center;
}

.novelty__title {
	color: #894926;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.novelty__text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.2rem;
}

.novelty__text span {
	font-weight: 700;
}

.novelty__remarks {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.4rem;
	text-align: left;
}

.novelty__img {
	margin-top: 0.5rem;
}

.novelty__img img {
	height: auto;
	width: 100%;
}

/*--------------------------------
### OUTER
--------------------------------*/

br.pc {
	display: block;
}

br.sp {
	display: none;
}

a[href*="tel:"] {
	-webkit-text-decoration: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

a[href*="mailto:"] {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

a[href*="mailto:"]:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.hidden {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#main-bg {
	display: block;
	height: 100vh;
	left: 0;
	overflow: visible;
	position: fixed; /*height:100dvh;
  z-index:-1;*/
	top: 0;
	transform: translate3d(0, 0, -1px);
	width: 100vw;
}

#main-bg picture {
	height: 100%;
	width: 100%;
}

#main-bg picture img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

/*@supports (-webkit-touch-callout: none) {
    #main-bg{
        height: -webkit-fill-available;
    }
}*/

#wrapper {
	min-height: 100%;
	overflow-x: hidden;
	position: relative;
	width: 100vw;
	z-index: 10001;
}

.inner {
	max-width: 36.6rem;
	position: relative;
}

.payment {
	padding: 1.6rem;
	text-align: center;
}

.payment__title {
	color: #894926;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.payment__subtitle {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.6rem;
}

.payment__content {
	margin-top: 1.6rem;
}

.payment__head {
	background-color: rgba(204, 244, 231, 0.4);
	color: #894926;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.3rem 0 0.5rem;
}

.payment__head span {
	font-weight: 400;
}

.payment__img {
	margin-top: 0.8rem;
}

.payment__img img {
	-o-object-fit: cover;
	aspect-ratio: 334/140;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.payment__img--ic img {
	aspect-ratio: 225/144;
}

.payment__img--money img {
	aspect-ratio: 92/144;
}

.payment__remarks {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.6rem;
	text-align: left;
}

.payment__wrap {
	display: flex;
	gap: 1.69rem;
	margin-top: 1.6rem;
}

.payment__ic {
	width: 67.36%;
}

.payment__money {
	width: 27.54%;
}

.popUp {
	padding: 3.2rem 1.6rem;
}

.popUp__title-logo {
	display: block;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	width: 278px;
}

.popUp__subtitle {
	color: #894926;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1818181818;
	margin-top: 1.6rem;
	text-align: center;
}

.popUp__images {
	border-radius: 1.2rem;
	margin-top: 2rem;
	position: relative;
}

.popUp__images-comment {
	height: 6.3rem;
	position: absolute;
	right: -1.1rem;
	top: 0;
	width: 9.7rem;
	z-index: 2;
}

.popUp__img img {
	-o-object-fit: cover;
	aspect-ratio: 334/200;
	border-radius: 1.2rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.popUp__content {
	margin-top: 2rem;
}

.popUp__dl {
	border-top: dashed 1.5px #894926;
	display: flex;
	padding-top: 1.2rem;
}

.popUp__dl + .popUp__dl {
	margin-top: 1.2rem;
}

.popUp__dl:last-child {
	border-bottom: dashed 1.5px #894926;
	padding-bottom: 1.2rem;
}

.popUp__dl dt {
	color: #894926;
	flex-shrink: 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	width: 7.6rem;
}

.popUp__dl dd {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

.popUp__box-time {
	font-size: 1.4rem;
	font-weight: 400;
	margin-left: 0.4rem;
}

.popUp__dl .popUp__box-font {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.4rem;
}

.popUp__dl .popUp__box-address {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.4rem;
}

.popUp__box-map {
	background-color: #894926;
	border-radius: 0.4rem;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1666666667;
	padding: 0.1rem 0.4rem 0.3rem;
	position: relative;
	top: -0.2rem;
}

.popUp__wrap {
	background-color: rgba(204, 244, 231, 0.4);
	border-radius: 1.2rem;
	margin-top: 2rem;
	padding: 1.6rem;
}

.popUp__wrap-box + .popUp__wrap-box {
	margin-top: 1.2rem;
}

.popUp__head {
	color: #894926;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
}

.popUp__text {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.4rem;
}

.popUp__remarks {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 2rem;
}

.popUp__ticket,
.popUp__flex {
	margin-top: 2rem;
}

.popUp__ticket-head {
	align-items: center;
	background-color: rgba(204, 244, 231, 0.4);
	display: flex;
	gap: 0.85rem;
	justify-content: center;
	padding: 0.85rem 0;
}

.popUp__ticket-head-icon {
	height: 1.45rem;
	width: 2.1rem;
}

.popUp__ticket-head-text {
	color: #894926;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.1875;
}

.popUp__ticket-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 2rem;
	text-align: center;
}

.popUp__flex {
	align-items: flex-start;
	display: flex;
	gap: 0.15rem;
	justify-content: center;
	text-align: center;
}

.popUp__arrows {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	justify-content: space-around;
	padding-top: 5rem;
}

.popUp__lottery-head {
	background-color: rgba(204, 244, 231, 0.4);
	color: #894926;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.7rem 0;
}

.popUp__lottery-text {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 1.6rem;
}

.popUp__lottery {
	width: 47.6%;
}

.popUp__arrow {
	height: 1.3rem;
	width: 1.2rem;
}

/* Slider */

/* Icons */

@font-face {
	font-family: "slick";
	font-style: normal;
	font-weight: normal;
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { /* color: transparent;
  outline: none;
  background: transparent; */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before { /* opacity: 1; */
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { /* opacity: .25; */
}

.slick-prev:before,
.slick-next:before { /* font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots li button {
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	padding: 0px;
	width: 20px; /* cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent; */
}

.slick-dots li button:hover,
.slick-dots li button:focus { /* outline: none; */
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before { /* opacity: 1; */
}

.slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	content: "•";
	font-family: "slick";
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}

.slick-dots li.slick-active button:before { /* opacity: .75;
  color: #fff; */
}

/* Slider */

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.smart {
	padding: 2.4rem 1.6rem;
	text-align: center;
}

.smart__img {
	aspect-ratio: 334/192;
	margin-top: 1.6rem;
}

.smart__img .anim-cover {
	width: 100%;
}

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

.smart__title {
	color: #894926;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.smart__subtitle {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.6rem;
}

.smart__content {
	margin-top: 1rem;
	text-align: left;
}

.smart__tab {
	background-color: #894926;
	border-radius: 0.4rem;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2142857143;
	padding: 0.4rem 0.6rem 0.4rem;
}

.smart__name {
	color: #894926;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2222222222;
	margin-top: 0.6rem;
}

.smart__frame {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 0.6rem;
}

.smart__frame span {
	font-size: 2.4rem;
	font-weight: 700;
	margin-right: 0.4rem;
}

.smart__sentence {
	margin-top: 1.6rem;
}

.smart__box + .smart__box {
	margin-top: 2rem;
}

.smart__text {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
}

.smart__text span {
	font-weight: 700;
}

/*--------------------------------
### SNS
--------------------------------*/

.sns__buttons {
	align-items: center;
	display: flex;
	gap: 1.6rem;
	justify-content: center;
}

.sns__button {
	background-color: #CCF4E4;
	border: 1.5px solid #894926;
	border-radius: 2rem;
	box-shadow: 0.3rem 0.3rem 0 0 #894926;
	display: block;
	padding: 1.1rem 0 1.3rem;
	text-align: center;
	transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
	width: 100%;
}

.sns__button:hover {
	box-shadow: 0.5rem 0.7rem 0 0 #894926;
	transform: translate(-0.2rem, -0.4rem) rotate(-2deg) scale(1.05);
}

.sns__button:focus-visible {
	outline: 2px solid #894926;
	outline-offset: 0.3rem;
}

.sns__top-text {
	color: #894926;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
}

.sns__bottom-text {
	color: #894926;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
}

/*--------------------------------
### ANIMATION
--------------------------------*/

html,
body {
	overflow: hidden;
}

html.end,
body.end {
	overflow-x: hidden;
	overflow-y: auto;
}

header {
	transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	width: 100vw;
}

header h1 .wrap {
	height: 100%;
	left: min(0rem, (141.8rem - 100vw) / 2);
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: 0.7s cubic-bezier(0.32, 0, 0.67, 0);
	width: 0;
	z-index: 2;
}

header h1 .wrap:before {
	background: url(../images/top-human.png) no-repeat center/contain;
	content: "";
	height: min(106.7rem, 74.1vw);
	left: max(19.79vw - 28.5rem, 42.4rem - 30.21vw);
	margin-top: calc(64.7rem - min(106.7rem, 74.1vw));
	position: absolute;
	top: 50%;
	width: min(87rem, 60.42vw);
	z-index: 10;
}

header p {
	opacity: 0;
	transform: translate(-50%, 3.5rem);
	transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}

header .sp-nav {
	bottom: 5rem;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
	width: 0%;
}

header .sp-nav .sp-nav-wrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(100vw - 53.4rem);
}

header.start .sp-nav {
	width: 100%;
}

header.start h1 .wrap {
	width: 88.8rem;
}

header.start p {
	bottom: 5.4rem;
	opacity: 1;
	transform: translate(-50%, 0);
}

header.pros {
	width: calc(100vw - 53.4rem);
}

nav {
	opacity: 0;
	transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
	visibility: hidden;
}

nav.start {
	opacity: 1;
	visibility: visible;
}

nav.end {
	opacity: 1;
	transition: 0.3s ease;
}

#main-content {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

#main-content:before {
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	width: 0%;
	z-index: 1;
}

#main-content .inner {
	opacity: 0;
	transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	visibility: hidden;
}

#main-content.start {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

#main-content.end {
	-webkit-clip-path: none;
	clip-path: none;
}

#main-content.start:before {
	box-sizing: content-box;
	width: 100%;
}

#main-content.start .inner {
	opacity: 1;
	visibility: visible;
}

#header-menu {
	opacity: 0;
	transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
	visibility: hidden;
}

#header-menu.start {
	opacity: 1;
	visibility: visible;
}

#header-menu.end {
	transition: 0.3s ease;
}

.cta {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1), -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.cta.start {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

.cta.end {
	-webkit-clip-path: none;
	clip-path: none;
}

.member__img,
.novelty__img,
.lineUp__img,
.popUp__img {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
	transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
	transition: clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s, -webkit-clip-path 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}

.member__img.is-active,
.lineUp__img.is-active,
.popUp__img.is-active {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

.popUp__images-comment {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.55s;
	transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.55s;
	transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.55s, -webkit-clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1) 0.55s;
}

.popUp__images-comment.is-active {
	-webkit-clip-path: inset(0 0% 0 0);
	clip-path: inset(0 0% 0 0);
}

.novelty__img.is-active {
	-webkit-clip-path: inset(0 -3rem 0 -3rem);
	clip-path: inset(0 -3rem 0 -3rem);
}

.fadeInUp {
	opacity: 0;
	transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}

.fadeInUp.is-active {
	opacity: 1;
}

.anim,
.anim-modal {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 0%;
}

.anim .anim-cover,
.anim-modal .anim-cover {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.anim.is-active,
.anim-modal.is-active {
	opacity: 1;
	transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
	width: 100%;
}

@media (any-hover: hover) {

.contact__box dd a:hover {
	-webkit-text-decoration: none;
	background-color: #894926;
	color: #fff;
	text-decoration: none;
}

.cta__link:hover {
	background-color: #894926;
	box-shadow: 0.5rem 0.6rem 0 0 rgba(0, 0, 0, 0.35);
	color: #CCF4E4;
	letter-spacing: 0.04em;
	opacity: 1;
	transform: translate(-0.2rem, -0.3rem) rotate(-0.5deg) scale(1.02);
}

.lineUp__arrow:hover {
	background-color: #894926;
	box-shadow: 0 0.6rem 1.4rem rgba(137, 73, 38, 0.4);
	transform: translateY(calc(-50% - 0.2rem));
}

.lineUp__arrow:hover::after {
	border-color: #fff;
}

.notice__text a:hover {
	-webkit-text-decoration: none;
	background-color: #894926;
	color: #fff;
	text-decoration: none;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

}

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

#main-content {
	margin-top: 0;
}

#main-content .inner {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

}

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

#main-content {
	z-index: 10000;
}

header p {
	bottom: 39.6px;
	height: min(267px, 18.54vw);
	left: calc(50% + 3.85rem);
	width: min(484px, 33.61vw);
}

#header-menu {
	display: none;
}

nav#gnavi {
	border-left: 2px solid transparent;
	box-sizing: border-box;
	overflow: visible;
}

nav#gnavi:after {
	background: url(../images/bg-d02.png) no-repeat center/contain;
	content: "";
	height: 8.2rem;
	height: 82.5px;
	left: -1.8rem;
	position: fixed;
	top: 4.6rem;
	width: 9rem;
	width: 90.2px;
}

nav#gnavi .bgParts {
	background: url(../images/bg-d03.png) no-repeat center/contain;
	height: 50.8rem;
	left: -47%;
	position: absolute;
	top: 48%;
	width: 40.4rem;
	z-index: 1;
}

nav#gnavi .wrap ul.gnavi-menu {
	left: 2rem;
	top: 49%;
	transform: translate(0, -50%); /*left:vw(43);*/
}

nav#gnavi .wrap ul.gnavi-menu li {
	padding: 0.8rem 0; /*padding:vw(10) 0;*/
}

.inner {
	max-width: 402.6px;
}

header p {
	transform: translate(-50%, 38.5px);
}

}

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

header:not(.pros) {
	left: -1.9rem;
}

}

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

header h1 {
	top: 0;
	transform: translate(-50%, 0);
}

}

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

header p {
	bottom: calc(39.6px - 8rem);
}

header h1 .wrap:before {
	margin-top: 0;
	top: 2rem;
}

}

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

#main-content {
	transform: translate(calc(100vw - 72.7rem), 0);
}

.cta {
	left: calc(100vw - 71.4rem);
}

header {
	width: calc(100vw - 64.6rem);
}

header h1 {
	height: 100%;
	width: 81rem;
}

header p {
	left: calc(19.79vw + 50% - 25.5rem);
}

nav#gnavi {
	width: 34.8rem;
}

nav#gnavi .bgParts {
	width: 40.4rem;
}

header {
	left: calc(25.5rem - 19.79vw);
	width: 100vw;
}

header h1 .wrap {
	left: min(0rem, 35.7rem - 15.9vw);
}

header .sp-nav .sp-nav-wrap {
	width: calc(100vw - 64rem);
}

header.start h1 .wrap {
	width: 68.8524590164vw;
}

header.pros {
	left: -7.7rem;
	width: calc(100vw - 64rem);
}

}

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

#main-content {
	transform: translate(calc(100vw - 36.6rem), 0);
	width: 36.6rem;
}

.main-content {
	padding-top: 6rem;
}

.cta {
	left: calc(100vw - 36.6rem);
}

header {
	left: -2rem;
	width: calc(100vw - 32.2rem);
}

header h1 {
	height: 100%;
	width: 91rem;
}

header p {
	height: 22rem;
	left: calc(50% + 1rem);
	width: 35rem;
}

nav#gnavi {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background-color: rgba(255, 253, 245, 0.8);
	min-height: 100%;
	right: -29.3rem;
	width: 29.3rem;
}

nav#gnavi .wrap ul.gnavi-menu li {
	padding: 1rem 0;
}

header {
	width: 100vw;
}

header h1 .wrap:before {
	background-position: top center;
	height: 100%;
	left: 2.5rem;
	margin-top: 0;
	top: 7rem;
	width: 90rem;
}

header .sp-nav .sp-nav-wrap {
	width: calc(100vw - 31.6rem);
}

header.start h1 .wrap {
	width: 93rem;
}

header.pros {
	width: calc(100vw - 31.6rem);
}

}

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

#main-content {
	background-color: transparent;
	border-left: none;
	border-right: none;
	margin: 0 auto;
	transform: translate(0, 0);
	width: auto;
}

#main-content .inner {
	margin: 0 auto;
	padding: 0 1.2rem 8rem;
}

.main-content {
	background-image: url("../images/main-content.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 6.4rem;
}

.cta {
	left: 0;
	padding: 1rem 1.6rem 1.6rem;
	right: 0;
	width: 100%;
}

header {
	background: url(../images/bg-sp.webp) no-repeat center/cover;
	height: 100dvh;
	left: 0;
	max-height: 72rem;
	position: relative;
	width: auto;
}

header h1 {
	bottom: 0;
	height: 100%;
	left: 50%;
	top: auto;
	transform: translate(-50%, 0);
	width: 75rem;
	z-index: 3;
}

header p {
	bottom: 8.5rem;
	height: 19.3rem;
	left: 50%;
	width: 34.9rem;
}

.about__logo {
	width: min(53.333vw, 256px);
}

#header-menu.is-hidden {
	opacity: 0;
}

nav#gnavi {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

nav#gnavi.is-hidden {
	opacity: 0;
}

nav#gnavi .wrap ul.gnavi-menu li {
	padding: 1rem 0;
}

br.pc {
	display: none;
}

br.sp {
	display: block;
}

a[href*="tel:"] {
	-webkit-text-decoration: underline;
	cursor: pointer;
	pointer-events: auto;
	text-decoration: underline;
}

a[href*="tel:"]:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

#main-bg {
	display: none;
}

#wrapper {
	min-height: auto;
}

.inner {
	max-width: 48rem;
}

header h1 .wrap {
	bottom: 0;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
	z-index: 2;
}

header h1 .wrap:before {
	background-image: url(../images/top-human-sp.png);
	bottom: 0;
	height: 80.4rem;
	left: 50%;
	margin: 0;
	top: 4%;
	transform: translateX(-50%);
	width: 75.1rem;
	z-index: 2;
}

header p {
	transform: translate(-50%, 1.2rem);
}

header .sp-nav {
	bottom: 3rem;
	transition-delay: 1s;
	transition-duration: 0.5s;
}

header .sp-nav .sp-nav-wrap {
	width: 100vw;
}

header.start h1 .wrap {
	width: 70.1rem;
}

header.start p {
	bottom: 4.4rem;
}

header.pros {
	width: auto;
}

#main-content {
	-webkit-clip-path: none;
	clip-path: none;
}

#main-content:before {
	background-color: transparent;
	left: 0;
}

#main-content.start:before {
	border-left: none;
	border-right: none;
}

#header-menu.start.is-hidden {
	opacity: 0;
}

}

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

#main-content {
	margin: 0;
	max-width: none;
	width: auto;
}

nav#gnavi:before {
	content: none;
}

nav#gnavi:after {
	content: none;
}

nav#gnavi .bgParts {
	content: none;
}

.inner {
	max-width: 100%;
}

}

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

header h1 {
	width: 49.5rem;
}

html {
	font-size: 2.5641025641vw;
}

header h1 .wrap:before {
	background-image: url(../images/top-human-sp.png);
	width: 75.1rem;
}

header.start h1 .wrap {
	width: 47.6rem;
}

}


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