/*全体*/
html body {
    font-size: 15px;
    background-color: #eeeeee;
    color: #100D01;
    font-family: Hiragino Kaku Gothic ProN, Inter, sans-serif;
    font-weight: 300;
    height: 100%;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}



/*ナビ*/
h1 {
    display: inline-block;
    width: 130px;
    padding: 15px 20px;
    z-index: 500;
}

.header {
    width: 100%;
    /* background-color: #fff; */
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
}


.hamburger {
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 0px;
    z-index: 10;
    width: 50px;
    border: none;
    background-color: #100D01;
    ;
}

.hamburger.-active .hamburger__line {
    background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
}

.hamburger.-active .hamburger__text::before {
    content: '閉じる';
}

.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #fff;
    transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition: inherit;
}

.hamburger__line:before {
    top: -6px;
}

.hamburger__line:after {
    top: 6px;
}

.hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 65%;
    transform: translateX(-50%);
    width: 100%;
}

.hamburger__text::before {
    content: "メニュー";
    text-align: center;
    color: #FF6B8B;
    font-size: 10px;
    font-weight: 900;
}



.header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #fff;
    transition: 0.4s;
}

.header__nav-area.-active {
    left: 0;
    visibility: visible;
}

.global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}

.global-navigation__list>li {
    padding-bottom: 20px;
}

.global-navigation__list>li+li {
    margin-top: 20px;
}

.global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #100D01;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 0.875rem;
}

.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}

.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #FF6B8B;
    transform: translateY(-50%);
    transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #FF6B8B;
    transform: translateY(-50%);

}

.global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
}

.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}

.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}

.accordion__list li {
    font-size: 0.75rem;
}

.accordion__list li+li {
    margin-top: 21px;
}

.accordion__link {
    color: #100D01;
}

.Menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    color: #100D01;
}

.Menu-CloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    padding: 8px;
}

.Menu-CloseBtn-Icon {
    width: 32px;
    color: #100D01;
}

.Menu-Group {
    position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100vh;
    background: #fff;
    padding: 32px 12px;
}

.Menu-Group>*+* {
    border-top: solid 1px #bbb;
}

.Menu-Group-Item {
    width: 100%;
    flex: auto;
    padding: 4px;
}

.Menu-Group-Item-Link {
    padding: 1em 0.5em;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.Menu-Group-Item-Link::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJoLTYgdy02IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjIiPiA8cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik05IDVsNyA3LTcgNyIgLz48L3N2Zz4=");
    width: 20px;
    display: block;
    margin-left: auto;
}

strong {
    font-weight: 800;
}

.bg_wrap {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 7px 0 6px 0, rgba(0, 0, 0, 0.08) -7px 0 6px 0;
}

h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 2.2rem;
    padding-bottom: 2.5rem;
}

p {
    font-size: 15px;
    line-height: 1.7rem;
}

section {
    padding: 5rem 1.5rem 0rem 1.5rem;
}


span {
    font-weight: 800;
    color: #FF6B8B;
}

h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 2.2rem;
}

.original-gradient {
    background-image: linear-gradient(130deg, rgba(255, 107, 139, 1) 12%, rgba(152, 192, 237, 1) 50%, rgba(0, 216, 230, 1) 88%);
}

.sub {
    font-size: 14px;
    color: #FF6B8B;
    font-weight: 800;
    display: block;
    padding-bottom: 5px;
}

.title_line {
    padding: 5px 15px 5px 0;
    background: transparent;
    border-left: solid 5px #FF6B8B;
}

.wrap {
    margin-left: 18px;
}

/*ヘッダー*/
main {
    display: block;
    width: 100vw;
    height: auto;
    padding: 0;
   margin: 0;
    overflow: hidden;
}

.movie_wrapper {
    position: relative;
    top: 570px;
    left: 5%;
    margin-bottom: -250px;
    width: 90%;
    z-index: 2;
}

iframe {
    width: 90vw;
    height: 60vw;
}

.main_bg {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    padding: 0;
}



.logo1 {
    width: 130px;
    height: auto;
}

.logo_center {
    margin: auto;
    width: 130px;
    height: auto;
}

/*特徴*/
#feature {
    padding: 80px 0 80px 0;
    color: #ffffff;
    overflow: hidden;
    display: block;
    background-image: url(../img/top_bg2.png);
    background-position-y: top;
    background-position-x: left;
    background-size: 100%;
    text-align: center;
}

#feature h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 170%;
    padding-bottom: 30px;
    padding-top: 30px;
}

#feature p {
    font-size: 16px;
    line-height: 210%;
    margin-bottom: 0px;
}

#anime2 {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/hanabi_circle.svg);
    background-size: cover;

    margin: auto;
}

#anime2 {
    animation: 6s linear infinite rotation1;
}

@keyframes rotation1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*メリット*/
#merit {
    background-color: #f7f7f7;
}

.merit_img {
    width: 100%;
    margin: auto;
    padding: 1rem 0 5rem 0;
}

#merit .discription {
    margin: 1rem 0;
    text-align: center;
}

.merit_number {
    font-weight: 800;
    font-size: 50px;
    color: #00D8E6;
    text-align: center;
    width: 100%;
}

#merit h3 {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    padding-top: 2rem;
}

/*料金案内*/


#price {
    padding: 5rem 0;
    background-color: #f7f7f7;
}

#price .title_line {
    margin: 0 1.5rem 2rem 1.5rem;
}

.pricelist {
    width: 100%;
    padding: 3rem 1.5rem 0rem 1.5rem;
}

#price .box {
    display: flex;
    width: 100vw;
    height: auto;
    overflow-x: scroll;
    background-image: linear-gradient(130deg, rgba(255, 107, 139, 1) 12%, rgba(152, 192, 237, 1) 50%, rgba(0, 216, 230, 1) 88%);
}

.box_title {
    color: #FF6B8B;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 5%;
}

.box_img {
    display: block;
    width: 50%;
    margin: auto;
    padding-bottom: 5%;
}

#price .box div {
    width: 45%;
    flex-shrink: 0;
    background-color: #ffffff;
    padding: 8%;
    margin: 10% 3%;
    border-radius: 10px;
    min-width: 60vw;
}

#price .box::-webkit-scrollbar {
    display: none;
    height: 14px;
    /* スクロールバーの高さ */
}

#price .box::-webkit-scrollbar-thumb {
    background: #d2b48c;
    /* ツマミの色 */
    border-radius: 7px;
    /* ツマミ両端の丸み */
}

#price .box::-webkit-scrollbar-track {
    background: #f5deb3;
    /* トラックの色 */
    border-radius: 7px;
    /* トラック両端の丸み */
}

/*FAQ*/
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
}

.accordion-area section {
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #ccc; */
    background-color: #f7f7f7;
    margin-top: 8px;
    border-radius: 5px;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: 300;
    padding: 5% 5% 5% 50px;
    transition: all .5s ease;
    line-height: 1.5rem;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #100D01;

}

.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    background: #f7f7f7;
    padding: 5%;
}

/*固定ダウンロード表示*/
#download {
    padding: 1rem 0.5rem;
    background-color: #100D01;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    width: 100vw;
    /* box-shadow: 0 3px 6px 6px rgba(0, 0, 0, 0.2); */

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 800;
}

#download button {
    display: block;
    width: 40%;
    height: 55px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

#download p {
    width: 55%;
    line-height: 1.5rem;
}

/*DL*/
#dlbtn {
    padding: 2rem 1.5rem;
    margin-top: 5rem;
    text-align: center;
    color: #fff;
}

#dlbtn p {
    padding: 1rem;
}

/*フッター*/

.sns_icon{
    width:30px;
    height:30px;
    margin-right: 10px;
    margin-bottom: 20px;
}

footer {
    background-color: #100D01;
    color: #fff;
    line-height: 2rem;
    padding: 3rem 1.5rem 8rem 1.5rem;
    font-size: 12px;
}

footer a {
    display: block;
    font-weight: 800;
    text-decoration: none;
}

footer ul {
    padding-top: 2rem;
}

footer ul li {
    list-style-type: none;
    list-style-position: outside;
    display: block;
    text-decoration: none;
    font-weight: 300;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: none;
    /* 2 */
    text-decoration: none;
    /* 2 */
}

/*運営会社ページ*/

#company {
    padding-top: 100px;
}

table {
    display: block;
    width: 100%;
    margin-top: 2rem;
    line-height: 170%;
}

tr {
    padding: 20px 0;
    width: 100%;
    min-width: 100%;
}

th {
    padding: 1rem 2rem 0 1rem;
}

td {
    padding: 1rem 0;
}

/*使い方ガイドページ*/
.howtojoin {
    background-color: #FF6B8B;
    padding: 5rem 1.5rem 5rem 1.5rem;
}


.howtomake {
    background-color: #00D8E6;
    padding: 5rem 1.5rem 5rem 1.5rem;
}



.guide_img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
    border-radius: 20px;
}

.title_img {
    width: 70%;
    display: block;
    margin: auto;
}

.attention_img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
    border-radius: 0px;
}

#guide_footer {
    padding: 3rem 1.5rem 3rem 1.5rem;
    font-size: 12px;
}

@media screen and (min-width: 481px) {
    /* html body {
        height: 100%;
        max-width: 700px;
        display: block;
        margin: auto;
    } */

    .bg_wrap {
        display: block;
        width: 700px;
        max-width: 700px;
        margin: auto;
    }


    .logo1 {
        width: 180px;
        height: auto;
    }

    #download {
        max-width: 100vw;
        width: 100vw;

        padding: 20px 18vw;
        background-color: #100D01;
        color: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 800;
    }

    #download p {
        letter-spacing: 1px;
        font-size: 20px;
        line-height: 170%;
    }

    #download button {
        letter-spacing: 1px;
        font-size: 20px;
        line-height: 170%;
        height: 65px;
        border-radius: 40px;
    }

    #download p br {
        display: none;
    }

    .movie_wrapper {
        position: relative;
        top: 1050px;
        margin-bottom: -420px;
        left: 50px;
        max-width: 90vw;
        z-index: 99;
    }

    iframe {
        width: 600px;
        height: 400px;
    }

    main {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .main_bg {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        padding: 0;
        margin: auto;
    }


    #feature h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 180%;
        padding-bottom: 50px;
    }


    #feature p {
        font-size: 18px;
        line-height: 210%;
    }


    .updown {
        animation-name: anime1;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-duration: 1.5s;

        width: 380px;
        height: auto;
    }

    @keyframes anime1 {
        0% {
            transform: translate(0, 0px);
        }

        100% {
            transform: translate(0, -20px)
        }
    }

    .pc_noshow {
        display: none;
    }



    #merit {
        padding: 100px 100px 0 100px;
        margin: auto;
    }

    .merit_img {
        width: 100%;
        padding: 0 0 100px 0;
    }

    #price {
        padding: 100px 0;
        background-color: #fff;
    }

    #price .title_line {
        margin: 0 70px 50px 70px;
    }

    .sub {
        font-size: 15px;
        padding-bottom: 10px;
    }

    h3 {
        font-size: 25px;
        font-weight: 800;
        line-height: 170%;
    }


    .pricelist {
        padding: 80px 100px 0 100px;
        width: 100%;
        margin: auto;
    }

    #price .box {
        width: 100%;
    }

    .box {
        padding: 7%;
    }

    #price .box div {
        width: 45%;
        min-width: 0;

        flex-shrink: 0;
        background-color: #ffffff;
        padding: 5%;
        margin: 0 20px 0 0;
        border-radius: 10px;
    }


    #faq {
        padding: 0 70px;
    }

    .logo_center {
        margin: auto;
        width: 180px;
        height: auto;
    }

    #dlbtn {
        padding: 50px 0;
        margin-top: 100px;

    }

    #dlbtn p {
        font-size: 18px;
        padding: 1rem;
    }

    #dlbtn img {
        width: 180px;
        height: auto;
    }

    footer {
        line-height: 250%;
        padding: 50px 70px 150px 70px;
        font-size: 12px;
    }


    /*使い方ガイドページ*/
    .howtojoin {
        background-color: #FF6B8B;
        padding: 5rem 1.5rem 5rem 1.5rem;
    }


    .howtomake {
        background-color: #00D8E6;
        padding: 5rem 1.5rem 5rem 1.5rem;
    }



    .guide_img {
        width: 80%;
        display: block;
        margin: auto;
        margin-top: 30px;
        border-radius: 20px;
    }

    .title_img {
        width: 50%;
        display: block;
        margin: auto;
    }

    .attention_img {
        width: 80%;
        display: block;
        margin: auto;
        margin-top: 30px;
        border-radius: 0px;
    }

    #guide_footer {
        padding: 50px 70px 50px 70px;
        font-size: 12px;
    }


}