

a:hover {
    opacity: .8;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.hp__html {
    position: relative;
    font-size: 1vw;
    background-color: #fff
}

.hp__body {
    position: relative;
    padding-block: 11.5rem;
    font-size: 2.05rem;
    font-weight: 500;
    font-family: "NotoSerifJP";
    color: #303030;
}

#jump1,#jump2,#tos,#pp,#asct {
    padding-top: 13.8rem;
    margin-top: -13.8rem;
}

#jump3,#jump4,#jump5,#jump6,#jump7 {
    padding-top: 18.8rem;
    margin-top: -13.8rem;
}

.hp__body__button {
    display: block;
    margin: 4rem auto;
    padding: 1.6rem;
    font-size: 1.92rem;
    border: none;
    color: #fff;
    font-weight: 500;
    background: #000;
}

/**********************
    ヘッダー
**********************/

.hp__header {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 1rem;
    color: #303030;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: left;
    background-color: #fff;
    border-bottom: 2px ridge #b3b3b3;
    z-index: 20;
}

.hp__header__h1 {
    font-size: 4.1rem;
}

.hp__header__small {
    padding-left: 2rem;
    font-size: 2.2rem;
    line-height: 1;
}

.hp__header__button {
    margin-right: 2.2rem;
    padding: 1.6rem;
    font-size: 2rem;
    font-weight: 700;
    touch-action: manipulation;
    background-color: #EFEFEF;
    border: .2rem solid #303030;
    cursor: pointer;
}

/**********************
    ヘッダーメニュー
**********************/

.hp__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 19;
    display: block;
    width: 100%;
    height: 100vh;
    padding-block: 12.6rem 5rem;
    margin: auto;
    background-color: #00000040;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.hp__nav.visible {
    opacity: 1;
    pointer-events: all;
}

.hp__nav__ul {
    float: right;
    width: 50%;
    height: 100vh;
    margin-right: -50%;
    border-left: .2rem solid;
    background-color: #EFEFEF;
    -webkit-transition: margin-right 0.3s ease;
    -o-transition: margin-right 0.3s ease;
    transition: margin-right 0.3s ease;
}

.hp__nav__ul__list {
    padding: 1.4rem 0 1.4rem 4rem;
    line-height: 2;
    border-bottom: .2rem dashed;
}

.hp__nav__ul__list a:hover {
    font-weight: 700;
}

/**********************
    フッター
**********************/

.hp__footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #898989;
    z-index: 15;
}

.hp__footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 800px;
    padding-block: 1.4rem 1.6rem;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hp__footer__nav__list {
    margin-inline: 2rem;
    color: #303030;
    font-size: 1.6rem;
    font-weight: 700;
}

/**********************
    aside
**********************/

.community {
    max-width: 980px;
    margin: auto;
    padding: 3rem;
}

.community__h2 {
    font-size: 3.6rem;
}

.community__h3 {
    margin-block: 2rem 1rem;
    font-size: 2.3rem;
}

.community__youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 92%;
    aspect-ratio: 1 / .26;
    margin: 2rem auto 0;
}
.community__youtube__item__iframe {
    width: 47%;
    height: 100%;
}

.community__img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
    width: 92%;
    margin: 4rem auto;
}

/**********************
    main
**********************/

.hp__main {
    width: 92%;
    max-width: 980px;
    padding-bottom: 10rem;
    margin: auto;
    line-height: 2;
}

.hp__main__h2 {
    display: inline-block;
    margin-block: 10rem 3rem;
    font-size: 3rem;
    line-height: 1;
    border-bottom: .5rem solid ;
}

.hp__main--strong {
    display: block;
    margin-top: 3rem;
    font-size: 3.9rem;
    line-height: 1;
    text-align: center;
}

.hp__main--small {
    display: block;
    margin-block: .8rem 2.7rem;
    font-size: 2.16rem;
    line-height: 1;
    text-align: center;
}

.hp__main__ol {
    padding-left: 4rem;
}

.hp__main__ol__li {
    margin-top: 3rem;
    list-style-type: decimal;
}

.uLine {
    text-decoration: underline;
    -webkit-text-decoration-style: wavy;
            text-decoration-style: wavy;
}

.hp__main__process__ul {
    width: 93%;
    margin: auto;
}

.hp__main__process__ul__li {
    position: relative;
    margin-bottom: 2.1rem;
}
.hp__main__process__ul__li:after {
    content: '';
    position: absolute;
    top: -1rem;
    right: 4rem;
    left: 0;
    display: block;
    width: 7rem;
    margin: auto;
    aspect-ratio: 87 / 63;
    background: url(../images/arrow.PNG) center / contain no-repeat;
}
.hp__main__process__ul__li:first-child:after {
    display: none;
}

.hp__main__process__ul__li__text {
    position: relative;
    width: 86%;
    min-height: 12rem;
    margin-left: 4%;
    padding: 2rem 3rem;
    border: .2rem solid #000;
    border-radius: 1.4rem;
}
.hp__main__process__ul__li__text--strong {
    position: absolute;
    top: 0;
    left: 1rem;
    color: #ff3131;
}

.hp__main__process__ul__li__text__hukidashi {
    position: absolute;
    top: -14.5rem;
    right: -8rem;
    width: 27rem;
    aspect-ratio: 345 / 224;
    padding-top: 5rem;
    font-size: 2.2rem;
    text-align: center;
    background: url('../images/hukidashi.PNG') center/contain no-repeat;
}

.hp__main__h3 {
    margin-block: 4rem 2.2rem;
    font-size: 2.8rem;
    font-weight: 900;
}

.hp__main__serif {
    margin-bottom: 2.6rem;
}

.hp__main__serif__small {
    display: block;
    padding-left: 5rem;
    margin-block: -.3rem 2rem;
}

.details h2 {
    margin-top: 10rem;
}
.details h3 {
    margin-top: 4rem;
}

/**********************
    Term of Servies
**********************/

.tos {
    width: 92%;
    max-width: 980px;
    padding-block: 10rem;
    margin: auto;
}

.tos p,
.asct p {
    margin-bottom: 2rem;
}

.tos__h2,
.asct__h2,
.pp__h2 {
    font-size: 3rem;
    text-align: center;
}

.tos__h2 + small {
    display: block;
    margin-block: .6rem 3rem;
    font-size: 1.8rem;
    text-align: right;
}

.tos__h3 {
    margin-block: 3rem;
    font-size: 2.4rem;
}

.tos__h4,
.asct__h3,
.pp__h3 {
    margin-block: 2.6rem;
    font-size: 2.4rem;
}

.tos__ul,
.pp__ul {
    font-size: 1.86rem;
    margin-top: 2.6rem;
    padding-inline: 3.3rem 1rem;
}

.tos__ul__li,
.pp__ul__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1.4;
}

.tos__ul__li:before,
.pp__ul__li:before {
    content: '';
    position: relative;
    top: .2rem;
    display: block;
    height: 1.3rem;
    aspect-ratio: 1/1;
    margin-right: 1.2rem;
    border: .3rem solid #000;
    border-radius: .4rem;
}

/**********************
    Act on Specified Commercial Transactions
**********************/

.asct {
    width: 92%;
    max-width: 980px;
    padding-block: 10rem;
    margin: auto;
    /*
    font-size: 1.9rem;
    line-height: 1.34;
    */
}

.asct__h2 {
    margin-bottom: 3rem;
}

.asct__ol__li:first-child {
    margin-bottom: 2.6rem;
}

/**********************
    Privacy Policy
**********************/

.pp {
    width: 92%;
    max-width: 980px;
    padding-block: 10rem 5rem;
    margin: auto;
}

.pp__h2 {
    margin-bottom: 3rem;
}

/*LINEアカウント*/
.line__link {
    display: inline-block;
    color: blue;
    font-weight: 700;
}

@media screen and (min-width:980px) {
    .hp__html {
        font-size: 9.8px;
    }
}

@media screen and (max-width:680px) {
    .hp__html {
        font-size: 1.14vw;
    }
}

.pdT1rem {
    padding-top: 1rem;
}