@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Quicksand:wght@300..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Zen+Maru+Gothic&display=swap");
@media print {
    html,body {width: 1000px;}
    main {background: #000;margin: 0 !important;}
}
:root {
    --animate-duration: 1.5s;
    --animate-delay: 1.5s;
    --animate-repeat: 1;
}


body{
	width: 100%;
    margin: 0;
	padding: 0;
}
main {
	width: 100%;
    max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
#contents {
	position: relative;
	width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    background-color: #fff;
}

#lp_main a {
    display: block;
}

#lp_main img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

#lp_main .sp {
    display: block;
    max-width: 100%;
}

@media print,
screen and (min-width: 640px) {
    #lp_main a:hover img {
        opacity: 0.75;
    }
}

.z-2 {
    position: relative;
    z-index: 2;
}

.fv {
    position: relative;
}

.purchase {
    padding-bottom: 6.66%;
}

.about {
    background: #eeeeef;
    padding: 6.66%;
}

.about_img {
    position: relative;
    margin-top: -10%;
    margin-bottom: -10%;
    z-index: 1;
}

.separator {
    background: #eeeeef;
}

.point {
    background: #706c72;
    padding: 9.99% 0;
}

.point02_02:before {
    position: absolute;
	content: "";
    background: center / cover no-repeat url(../images/movie_03_before.webp);
    width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.relative_box {
    position: relative;
    width: 100%;
}

.relative_box > aside {
    position: absolute;
}

video {
    width: 100%;
}

.zero-position {
    top: 0;
    left: 0;
}

.mov01 {
    width: 67%;
    top: 26.5%;
    left: 16.5%;
}

.mov02 {
    width: 70%;
    left: 15%;
    bottom: 32%;
}

.mov03 {
    width: 80%;
    left: 10%;
    bottom: 0;
}

.mov04 {
    width: 80%;
    left: 10%;
    top: 6%;
}

.mov05 {
    width: 67%;
    left: 16.5%;
    top: 0;
}

.mov06 {
    width: 67%;
    left: 16.5%;
    top: 0;
}

.to_top {
    width: min(60px, calc(60 / 750* 100vw));
    margin: 10px;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
    filter: drop-shadow(0px 5px 7px rgba(0, 0, 0, 0.5));
}

@media (max-width: 767px) {
    .to_top {
        display: none !important;
    }
}

/* アニメーション設定 */
@keyframes delighter-top_in {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.animate-top_in.delighter {
    transform: translateY(-100%);
    opacity: 0;
    will-change: transform, opacity;
}

.animate-top_in.delighter.started {
    animation: delighter-top_in 1.2s ease-out both;
}

@keyframes delighter-bottom_in {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

.animate-bottom_in.delighter {
    transform: translateY(100%);
    opacity: 0;
    will-change: transform, opacity;
}

.animate-bottom_in.delighter.started {
    animation: delighter-bottom_in 1.2s ease-out both;
}

@keyframes delighter-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.animate-pulse.delighter {
    will-change: transform;
}

.animate-pulse.delighter.started {
    animation: delighter-pulse 1s ease-in-out 1 both;
}

.to_top {
    z-index: 1;
}

/* guide */
#guide.container {
    padding: 60px 15px 30px;
    background: #FFF;
    color: #333;
}

#guide h2 {
    font-size: 2.2rem;
    text-align: center;
    line-height: 0.8;
    margin-bottom: 3rem;
}

#guide h2 span {
    font-size: 1rem;
	font-weight: 500;
    letter-spacing: 2px;
}

#guide h3 {
    font-size: 14px;
    border: 1px solid #333;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px;
    min-height: 50px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    position: relative;
}

#guide .link_underline {
    text-decoration: underline;
}

#guide h3.one-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

#guide h3.link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-48%);
    width: 20px;
    height: 20px;
    background: url(../images/external_link-icon.png);
    background-size: cover;
}

#guide h3 a {
    color: #333;
	display: inline-block;
}

#guide p {
    font-size: .825rem;
    padding: 5px 0;
    line-height: 1.5;
}

@media screen and (min-width:660px) {
    #guide.container {
        padding: 60px 30px 30px;
    }

    #guide h3 {
        margin-top: 20px;
        font-size: 16px;
        min-height: 60px;
    }

    #guide h3.link::after {
        width: 25px;
        height: 25px;
    }
}
.footer{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
}
.footer .footer_menu{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	row-gap: 1rem;
	justify-content: center;;
	border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
	padding: 1rem;
}
.footer .footer_menu a{
	display: block;
	color: #333;
	font-weight: 500;
	text-decoration: none;;
}
.footer .footer_menu li{
	position: relative;
	font-size: 1rem;
	line-height: 1.5;
}
.footer .footer_menu li:after {
    content: "";
    position: absolute;
    height: 1rem;
    width: 1px;
    right: -1rem;
    background: #9a9a9a;
    top: .3rem;
}
.copyright{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 2rem 0;
}
.copyright a{
	width: 30%;
	max-width: 150px;
}
.copyright .text-right{
	text-align: right;
	font-size: .75rem;
	color: #666;
}
@media screen and (max-width: 750px){
	.footer .footer_menu{
		row-gap: .5rem;
	}
	.footer .footer_menu a{
		font-size: .75rem;
	}
	.copyright{
		padding: 2rem 1rem;
	}
	.copyright .text-right{
		font-size: .5rem;
	}
}


.btn_floating {
	position: fixed;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	right:0;
	left: 0;
	bottom:0;
	font-size: 0;
	cursor: pointer;
	z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s ease, visibility 2s ease;
}

.btn_floating a:hover img {
	filter: brightness(80%);
	opacity: 1 !important;
}

.btn_floating.is-visible {
	opacity: 1;
	visibility: visible;
}