/* pc-contents */

#lp-sauna a {
  text-decoration: none;
  color: #412408;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.pc-contents {
    width: calc((100vw - 440px)/2);
    height: 100vh;
    position: fixed;
    margin: 0 auto;
    background-image: linear-gradient(#ffffff, #fbf3e7 13%);
}

.left-menu {
    width: auto;
    height: 10vh;
}

.left-menu img {
    height: 100%;
    width: auto;
}

.pc-contents--left {
    left: 0;
    text-align: center;
}

.left-wrapper {
    position: relative;
    height: 100vh;
}

.left-menu-list {
    margin: 0 7%;
}

.left-menu-contents {
    display: flex;
    justify-content: space-between;
    height: 18vh;
}

.left-menu-contents--two {
    width: calc((100%/3)*2);
    margin: 0 auto;
}

.left-menu-contents--title {
    height: 30%;
    width: auto;
    text-align: center;
}

.left-menu-contents--title img {
    width: auto;
    height: 32px;
}

.left-menu-contents--icon {
    height: 70%;
    width: auto;
    margin-bottom: 10px;
    display: block;
}

.left-menu-contents--icon img {
    max-height: 100%;
    width: auto;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.left-menu-contents--icon img:hover {
    transform: scale(1.2);
    transform-origin: center;
}

.purchase {
    height: 10vh;
    width: auto;
    position: absolute;
    top: 85vh;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px auto;
}

.purchase-button {
    max-height: 100%;
}

.towel {
    width: 20%;
    position: absolute;
    left: -5%;
    bottom: 70%;
    z-index: 5;
}

/* pc-contents--right */
.pc-contents--right {
    right: 0;
}

.right-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.right-nav li {
    margin-right: 20px;
    font-family: "Nothing You Could Do", cursive;
}

.right-nav a:hover {
    color: #E6903E;
}

.right-images {
    animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
    position: relative;
    margin-bottom: 24px;
    height: 80vh;
}

.right-image {
    position: absolute;
}


/* images */

.right-image-3 {
    top: 0%;
    left: 4%;
    width: 48%;
}

.right-image-4 {
    top: 28%;
    right: 4%;
    width: 40%;
}


.right-image-6 {
    top: 50%;
    left: 10%;
    width: 40%;
}

.right-image-7 {
    top: 75%;
    right: 15%;
    width: 45%;
}


/* scroll-contents */
.scroll-contents {
    
    margin: 0 auto;
    position: relative;
    min-height: 120vh;
    background-color: #fff;
}

section {
    width: 100%;
    box-sizing: border-box;
}

/* mv */
.mv {
    position: relative;
}

.logo {
    width: 15%;
    margin: 12px auto 6px;
    line-height: 1;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fv {
    width: 100%;
}

/* common */
.section-title {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.section-title img {
    width: auto;
    height: 70px;
}

/* worry */
.worry {
    margin-bottom: 64px;
}

/* about */
.about {
    background-image: url(../Contents/Feature/about-bg.png);
    background-position: bottom;
    background-size: 100%;
    vertical-align: bottom;
    position: relative;
}

.about-contents {
    position: relative;
    height: 1100px;
    width: 90%;
    margin: 0 auto;
}

.about-image {
    width: 50%;
    animation: about-floating 1.8s ease-in-out infinite alternate-reverse;
    position: absolute;
}

.about-image:hover {
    animation-play-state: paused;
}

.about-image img {
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.2);
}

.about-image-1 {
    top: 0;
    left: 0;
    width: 50%
}

.about-image-2 {
    top: 15%;
    right: 0%;
    width: 45%
}

.about-image-3 {
    top: 32%;
    left: 11%;
    width: 47%
}

.about-image-4 {
    top: 65%;
    left: 0%;
    width: 36%
}

.about-image-5 {
    top: 58%;
    right: 2%;
    width: 60%
}

@keyframes about-floating {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(12px);
    }
}

.about-bottom-border {
    position: absolute;
    top: 92%;
}

/* feature */
.feature {
    z-index: -1;
}

/* scene */
.scene {
    background-color: #FBF3E7;
}

.scene-title {
    width: 70%;
    margin: auto;
    padding-top: 50px;
}

.scene-slide-items {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 80%;
    margin: 10px auto;
}

.scene-slide-items li {
    height: auto;
    margin: 0 10px;
}

.scene-slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-adjustment {
    height: 20px;
    width: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #E2B68D;
}

.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}


/* comparison */
.comparison {
    margin: 24px 0 56px;
}

/* set */
.set {
    position: relative;
    background-color: #97886B;
    padding: 16px 24px;
}

.set-title {
    color: #fff;
    text-align: center;
}

.set-contents {
    width: 80%;
    margin: 24px auto;
}

.set-accordion {
    max-width: 100%;
    background-color: #fff;
}

.set-accordion-item {
    text-align: center;
    padding: 10px 0;
    color: #333;
    display: block;
    text-decoration: none;
}

.set-accordion-header {
    color: #E7913E;
    font-family: "Noto sans JP";
    display: block;
    width: 80%;
    border: 1px solid #E7913E;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.set-accordion-header span {
    display: block;
    cursor: pointer;
}

.set-accordion-header span::before,
.set-accordion-header span::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #E7913E;
    transition: transform 0.3s;
}

.set-accordion-header span::after {
    transform: rotate(-90deg);
}

.set-accordion-item.active .set-accordion-header span::after {
    transform: rotate(0deg) scaleX(0);
}

.set-accordion-inner a {
    color: #E7913E;
    font-family: "Noto sans JP";
    display: block;
    cursor: pointer;
}

.set-accordion-contents {
    display: none;
}

.set-price {
    width: 80%;
    margin: 0 auto;
}

/* movie */
.movie {
    margin-bottom: 80px;
}

.movie-slide-items {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 80%;
    margin: 10px auto;
}

.movie-slide-items li {
    height: auto;
    margin: 0 10px;
}

.movie-slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* voice */
.voice {
    background-color: #FBF3E7;
    padding: 24px;
    max-width: 100%;
}

.voice .section-title {
    background-color: #FBF3E7;
}

.voice-slide-items {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 80%;
    margin: 10px auto;
}

.voice-slide-items li {
    height: auto;
    margin: 0 10px;
}

.voice-slide-items .draggable {
    padding: 16px;
}

.voice-slide-items .slick-track {
    width: 100%;
}

.voice-slide-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* faq */
.faq {
    padding: 24px 0;
}

.faq-accordion-item {
    width: 90%;
    border-bottom: 1px solid #D9D9D9;
    background-color: white;
    margin: 0 auto 10px;
}

.faq-accordion-header {
    padding: 15px 0;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #333;
    position: relative;
}

.faq-accordion-header img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* .faq-accordion-header::before, */
.faq-accordion-header::after {
    border-right: solid 2px #333;
    border-top: solid 2px #333;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    top: 38%;
    right: 20px;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    width: 8px;
}

.faq-accordion-header.active::after {
    top: 45%;
    transform: rotate(-45deg);
}

.faq-accordion-inner {
    display: none;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
    background-color: #EFEEEE;
}

.faq-accordion-header span,
.faq-accordion-inner span {
    display: block;
    padding: 0 2em;
    position: relative;
}

.faq-accordion-header span::before {
    position: absolute;
    content: "F";
    border: 1px solid #734220;
    border-radius: 50%;
    background-color: #734220;
    width: 1.5em;
    height: 1.5em;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-accordion-inner span::before {
    position: absolute;
    content: "A";
    border: 1px solid #E6903E;
    border-radius: 50%;
    background-color: #E6903E;
    width: 1.5em;
    height: 1.5em;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-accordion-content p {
    margin: 0;
}

/* page-top */
.page-top {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: auto;
}

/*footer*/
footer {
    width: 100%;
    background-image: url(../Contents/Feature/footer-bg.png);
    background-size: 100% 100%;
    height: 100px;
    position: relative;
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.footer-nav li {
    padding: 0 8px;
    width: 8%;
}

.footer-nav img {
    display: block;
}

.footer-copy {
    font-size: 8px;
    margin: 24px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
.about-contents {
height: 600px;
}

.footer-nav li {
width: 12%;
}

.footer-nav {
padding-top: 24px;
}
}


/* two.html */

/* about */

.about-image-6 {
    top: 0;
    left: 0;
    width: 50%
}

.about-image-7 {
    top: 12%;
    right: 0;
    width: 40%;
}

.about-image-8 {
    top: 40%;
    right: 5%;
    width: 40%
}

.about-image-9 {
    top: 50%;
    left: 3%;
    width: 55%
}

.page-top a {
    background-color: transparent;
}