/* font */
@font-face {
    font-family: 'MyCustomFont';
    src: url('./font/Helvetica-Font/Helvetica.ttf') format('turetype'),
        url('./font/Helvetica-Font/Helvetica-Oblique.ttf') format('turetype'),
        url('./font/Helvetica-Font/helvetica-light-587ebe5a59211.ttf') format('turetype'),
        url('./font/Helvetica-Font/Helvetica-BoldOblique.ttf') format('turetype'),
        url('./font/Helvetica-Font/Helvetica-Bold.ttf') format('turetype'),
        url('./font/Helvetica-Font/helvetica-compressed-5871d14b6903a.otf') format('opentype'),
        url('./font/Helvetica-Font/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype'),
        url('./font/Helvetica-Font/Helvetica-Bold.ttf') format('truetype');
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 基本設定 */


img {
    max-width: 100%;
}

li {
    list-style: none;
}

.title {
    font-weight: bold;
}

a {
    text-decoration: none;
}

* {
    font-size: 62.5%;
    font-family: Helvetica, sans-serif;
    scroll-behavior: smooth;

}

.ja {
    font-family: 'Noto Sans Japanese', sans-serif;
}

h2 {
    font-size: 8rem;
    color: #e7e7e7;
    font-weight: 400;
}

h2 span {
    font-size: 1.6rem;
    border-bottom: solid 0.2rem #e7e7e7;
}


/* scroll animetion */

.focus-in-expand {
    -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-expand 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



/* ----------------------------------------------
 * Generated by Animista on 2024-8-29 10:29:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    bottom: 7%;
    z-index: 999;
    left: 5%;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    bottom: 60px;
    /*テキストの形状*/
    color: #eee;
    font-size: 01rem;
    letter-spacing: 0.3em;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 45px;
    }

    100% {
        bottom: -5px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 50px;
    background: #eee;
}

/* スクロールでふわっと */
.scrollfade {
    animation: fade-in-bottom ease both;
    animation-timeline: view();
    animation-range: entry 20% cover 50%;
}


/* animation アニメーション*/


/* left slide in */

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-3 15:31:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


/* right slide in */
.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-3 15:26:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}



/* scale up in */
.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s ease-out both;
    animation: fade-in-bottom 0.6s ease-out both;

}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-3 14:53:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-5 15:4:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-8-27 16:42:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-8-27 16:52:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


.fixed-header {
    position: fixed;
    top: -50%;
    left: 0;
    z-index: 0.7s;
    transition: all 1s ease-in-out;
    visibility: hidden;
}

.fixed-header.is-show {
    top: 0;
    visibility: visible;
}

header {
    display: flex;
    width: 100%;
    background-color: #fcfcfc;
    z-index: 999;
}

header ul {
    display: flex;
    align-items: end;
    width: 100%;
}

header li {
    width: 10%;
    font-size: 5rem;
    padding-left: 3%;
    padding-top: 1%;
    padding-bottom: 2%;
    text-align: center;
}

header li a {
    color: #222222;
    font-size: 2.5rem;
}

header li span {
    padding-left: 1rem;
    color: #606060;
    letter-spacing: 0.3rem;
}

header ul :nth-child(7) {
    width: 40%;
    text-align: end;
    padding-right: 4%;
    font-size: 2.7rem;
    letter-spacing: 0.3rem;
}

.animoBorderLeftRight {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-bottom: 1rem;
}

.animoBorderLeftRight::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #646464;
    transform-origin: bottom right;
    transition: transform .4s cubic-bezier(.86, 0, .07, 1)
}

.animoBorderLeftRight:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left
}



header ul :nth-child(7) a {
    background-color: rgb(10, 10, 10);
    color: white;
    padding: 1.8rem 5rem;
    transition: 0.4s;
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
}

header ul :nth-child(7) a:hover {
    opacity: 0.6;
}



/* top */
.top-context {
    width: 40%;
}


.top {
    display: flex;
}


.mainimg {
    width: 60%;
}

.mainimg img {
    max-width: 100%;
}


.slider-two img {
    width: 5%;
}

/* slickのドットけし */
.slick-dots li button:before {
    content: '' !important;
    height: 100% !important;
    width: 100% !important;
}

/* トップのカラバリボタン */
.slick-dots li:nth-of-type(2) button:before {
    background: url("./img/black.jpg") no-repeat;
    background-size: contain !important;
}

.slick-dots li:nth-of-type(1) button:before {
    background: url("./img/white.jpg") no-repeat;
    background-size: contain !important;
}

.toptext img {
    width: 90%;
    padding-left: 18%;
}



/* トップの文字 */

.top-context a {
    background-color: rgb(10, 10, 10);
    color: white;
    padding: 1.5rem 6rem;
    transition: 0.4s;
    font-size: 2.2rem;
    letter-spacing: 0.4rem;
}

.top-context a:hover {
    opacity: 0.6;
}

.mainimg a {
    position: absolute;
    z-index: 9;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    top: 3%;
    left: 3%;
}

.mainimg a:hover {
    opacity: 0.5;
}

.mainimg {
    position: relative;
}

.content {
    margin-right: 13%;
    font-size: 2.2rem;
    color: gray;
}


.top-context a {
    margin-right: 13%;
}

.title {
    margin-right: 13%;
    font-size: 5rem;
    letter-spacing: 0.6rem;
    color: rgb(29, 28, 28);
    font-weight: 380;
}


.top-context {
    text-align: end;
}

.title {
    margin-top: 25%;
    color: rgb(51, 51, 51);
}


.sub-title {
    padding-top: 1%;
}

.color-v {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    padding-bottom: 4rem;
    margin-right: 13%;
    color: gray;
}

.slick-dots {
    bottom: -8% !important;
    left: 15% !important;
}



/* top */

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.header-sp {
    display: none;
}

.main-top {
    background: linear-gradient(-45deg, #fbfaf5, #bbbec4, #f1f1ef, #f8f6f3);
    background-size: 400% 400%;
    animation: gradient 10s ease-in infinite;
}

.main-top {
    margin-top: 10%;
    background-color: #e7e7e7;
    width: 100%;
    padding: 7% 0px;
}

.main-top-content {
    width: 60%;
    margin: 0 auto;
}

.main-top p {
    width: calc(70% - 10%);
    line-height: 4rem;
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
    margin: 0 auto;
    font-weight: 200;
    padding-top: 3%;
    color: #484848;
    font-weight: 400;
}

.main-top h3 {
    font-weight: 400;
    font-size: 2.5rem;
    text-align: center;
}

.main-top h1 {
    font-size: 6.5rem;
    font-weight: 100;
    text-align: center;
    padding-bottom: 3%;
    letter-spacing: 0.5rem;
    color: #ffffff;
}


/* eight */


/* about */

.about {
    width: 70%;
    margin: 0 auto;
    margin-top: 10%;
}

.about h3 {
    text-align: center;
    font-size: 5rem;
    font-weight: 200;
    letter-spacing: 0.4rem;
}

.aboutbox {
    display: flex;
    padding-top: 5%;
    width: 100%;
}

.aboutbox img {
    width: 70%;
    padding: 10%;
    display: block;
    margin: 0 auto;
}

.aboutbox li {
    padding: 3%;
    font-size: 1.3rem;
    border-bottom: solid 1px gray;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.3rem;
}

.aboutbox span {
    padding-left: 3rem;
    font-size: 1.5rem;
}

.aboutl {
    width: 50%;
}

.aboutr {
    width: 50%;
}

.aboutr img {
    margin-top: 10%;
}





/* content-two */

.content-two ul {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

#aboutbtn {
    text-align: center;
}

#aboutbtn a {
    padding: 1rem 3rem;
    transition: 1s;
    color: #333333;
    border-bottom: solid 3px #e2e2e2;
}

#aboutbtn a:hover {
    opacity: 0.6;
}

.content-two li {
    padding: 1% 1.8%;
    text-align: center;
    font-size: 2.5rem;
    color: rgb(73, 73, 73);
    letter-spacing: 1px;
    width: 80%;
}

.content-two li a {
    color: rgb(73, 73, 73);
}

.content-two img {
    width: 70%;
}


.content-two {
    margin-top: 10%;
}

.content-two span {
    padding-top: 3rem;
}

.content-two h3 {
    text-align: center;
    letter-spacing: 0.4rem;
    font-size: 2.5rem;
    line-height: 5rem;
    font-weight: 300;
}

.content-two p {
    text-align: center;
    color: gray;
    padding-top: 1%;
    font-size: 1.5rem;
    padding-bottom: 3%;
}

/* content-three */

.content-three {
    display: flex;
}

.three-l {
    width: 50%;
    background-color: #F3F3F3;
}

.three-r {
    width: 50%;
    background-color: #F3F3F3;
}

.three-box {
    width: 100%;
    margin: 0 auto;
    padding-top: 10%;
}

.three-box h3 {
    font-size: 3rem;
    font-weight: 400;
    padding-top: 13%;
    line-height: 6.5rem;
    letter-spacing: -0.1rem;
    font-weight: 300;
    padding-left: 20%;
}

.three-box p {
    font-size: 1.8rem;
    padding-top: 1.8rem;
    text-align: start;
    width: 60%;
    margin: 0 auto;
    color: rgb(34, 34, 34);
    line-height: 4.5rem;
}

.three-box img {
    width: 20%;
    display: inline-block;
    padding-top: 5%;
    padding: 5% 1rem;
}


.recommend {
    margin-top: 10%;
}

.recommend h3 {
    border: solid 1px black;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    text-align: center;
    width: 20%;
    display: block;
    margin: 0 auto;
    margin-bottom: 5%;
    font-weight: 400;
}

.recommend ul {
    display: flex;
    justify-content: center;
}

.recommend li {
    width: 20%;
    padding: 0px 2.5%;
    font-size: 1.8rem;
    text-align: center;
}

.recommend li span {
    font-size: 1.4rem;
    background-color: #222222;
    color: white;
    padding: 1rem 2rem;
    letter-spacing: 0.3rem;
}

.recommend li img {
    padding-top: 10%;
}



/* hosyoukikan */

#gara {
    padding-top: 5%;
    width: 70%;
    margin: 0 auto;
    animation: fade-in-top ease-in both;
    animation-timeline: view();
    animation-range: entry 28% cover 30%;
}


/* content-four */

.content-four {
    padding-top: 10%;
}

.content-four h2 {
    padding-left: 35%;
}


.content-four h3 {
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 5%;
}

.content-four img {
    width: 80%;
}

.content-four ul :nth-child(2) {
    text-align: end;
    padding-top: 5%;
}

.content-four .slide-left {
    animation: slide-in-left linear both;
    animation-timeline: view();
    animation-range: entry 25% cover 50%;

}


.content-four .slide-right {
    animation: slide-in-right linear both;
    animation-timeline: view();
    animation-range: entry 25% cover 50%;
}

/* footer */

footer {
    width: 80%;
    display: flex;
    font-size: 2.5rem;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 10%;
    padding-top: 10%;
    padding-bottom: 20%;
}

footer li a {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    color: #606060;
}

.footer {
    background-color: #f0f0f0;
}

footer img {
    width: 50%;
}

footer ul :nth-child(2) {
    padding-top: 5%;
}

footer ul {
    width: 20%;
}

.under-border {
    border-bottom: solid 2px rgb(61, 61, 61);
    font-size: 1.8rem;
}

footer li {
    padding: 1% 0;
    color: #606060;
}


#sns {
    display: flex;
    align-items: center;
    padding-right: 10%;
    padding-top: 4%;
    padding-bottom: 2%;
    border-top: solid 1px gray;
}



#sns li img {
    width: 50px;
    padding: 0.8rem;
}

#sns {
    justify-content: flex-end;
}

#sns .sns {
    padding-right: 1.8rem;
}

footer a:hover {
    opacity: 0.5;
}

#sns a:hover {
    opacity: 0.5;
}



.obi li {
    background-color: #222222 !important;
    color: rgb(226, 226, 226);
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    padding: 1rem;
}


@media (max-width:768px) {
    footer {
        display: block;
    }

    .left-border {
        border: none;
        padding-left: 0;
    }

    footer li {
        padding: 0.6rem;
        font-size: 2rem;
    }
}

footer li {
    font-size: 2.5rem;
}

footer a {
    color: black;
}

/* トップに戻る */

.back-to-top {
    padding: 2rem 5rem;
    z-index: 999;
}

.back-to-top {
    position: sticky;
    left: 90%;
    top: 85%;
    mix-blend-mode: multiply;
}

/* five */

.content-five {
    width: 100%;
    display: flex;
}

.five-r {
    width: 50%;
}

.five-l {
    max-width: 50%;
    padding-left: 8%;
}

.five-l {
    font-size: 5rem;
    padding-top: 7%;
}

.five-l h2 {
    padding-left: 3%;
}

.five-l p {
    font-size: 40%;
    font-weight: 300;
}

.five-l p {
    padding-top: 7%;
    font-size: 1.8rem;
    width: calc(80% - 6rem);
    padding-left: 2%;
    line-height: 4rem;
}

.five-l h3 {
    padding-top: 7%;
    font-weight: 300;
    width: calc(90% - 5rem);
    font-size: 4rem;
}

/* six */

.content-six img {
    width: 100%;
}

.content-six {
    display: flex;
}

.six-l {
    width: 50%;
}

.six-r {
    width: 50%;
}


.six-r {
    font-size: 5rem;
    padding-top: 7%;
    padding-left: 10%;
}

.six-r p {
    font-size: 40%;
    font-weight: 300;
}

.six-r p {
    padding-top: 7%;
    font-size: 1.8rem;
    width: calc(80% - 6rem);
    padding-left: 2%;
    line-height: 4rem;
}

.six-r h3 {
    padding-top: 7%;
    font-weight: 300;
    width: calc(90% - 5rem);
    font-size: 4rem;
}


.end-contnet ul {
    width: %;
    margin: 0 auto;
    padding-bottom: 5%;
    display: flex;
}



/* 都度変えてださい */
.end-contnet li {
    width: 25%;
    line-height: 4rem;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: Helvetica, sans-serif;
    letter-spacing: 0.2rem;
    margin: 0 auto;
}

.end-contnet img {
    width: 100%;
}

.end-contnet span {
    text-align: center;
}

.end-contnet {
    margin-top: 10%;
    text-align: center;
}

.end-contnet a {
    background-color: rgb(10, 10, 10);
    color: white;
    padding: 1.5rem 6rem;
    transition: 0.4s;
    font-size: 2.2rem;
    letter-spacing: 0.4rem;
}

.end-contnet a:hover {
    opacity: 0.6;
}




/* app-about */




.app-about img {
    width: 100%;
}

.app-content {
    display: flex;
}

.app-l,
.app-r {
    width: 50%;
}

.app-r {
    padding: 5%;
}

.app-r img {
    width: 10%;
    margin-left: 45%;
    padding-top: 5%;
}

.app-r h4 {
    font-size: 4rem;
    color: #8a8a8a;
    font-weight: 400;
    text-align: center;
    border-bottom: solid 2px #b3b3b3;
    width: 6%;
    margin: 0 auto;
}

.app-r h4 {
    letter-spacing: 0.1rem;
}

.gray {
    background-color: #e7e7e7;
}

.app-r p {
    font-size: 3rem;
    line-height: 6rem;
    font-weight: 400;
    color: #222222;
    width: 60%;
    margin: 0 auto;
    padding-top: 3%;
}

.app-r h3 {
    font-size: 1.8rem;
    text-align: center;
    padding-top: 5%;
    color: #8a8a8a;
    font-weight: 300;
    letter-spacing: 1px;
}

.app-r :nth-child(4) {
    text-align: center;
}

.app-r :nth-child(5) {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 3rem;
}

.app-r :nth-child(4) {
    padding-top: 3%;
}

.app-r p span {
    font-size: 1.8rem;
    color: #606060;
}

.app-about {
    padding-top: 7%;
}

.ne {
    display: none;
}


  .open{
    padding-top: 2%;
    background-color: #e3e3e3;
  }

  .open ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10%;
  }

  .open li {
    display: flex;
    width: 50%;
    padding-bottom: 2%;
  }

  .open li img {
    width: 50%;
  }

  .open video {
    width: 50%;
  }
  
  .open span {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding-left: 5%;
    line-height: 3rem;
    padding-top: 20%;
  }

  .open br {
    font-size: 1.4rem;
  }
