﻿#totsukiapp {
    max-width: 750px;
    margin: auto;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
h2 {
    background: none;
}
#mv_anim .mv_block {
    position: relative;
    background-color: #debba7;
    width: 100%;
    max-width: 750px;
    height: 824px;
}
#mv_anim .mv_block .top_mv {
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 620px;
    position: absolute;
    top: 0;
}
#mv_anim .mv_block .mv_bg_01 {
    background-image: url(/images/totsuki/sp/top/mv_bg_img_01.png);
}
#mv_anim .mv_block .mv_bg_02 {
    background-image: url(/images/totsuki/sp/top/mv_bg_img_02.png);
}
#mv_anim .mv_block .mv_bg_03 {
    background-image: url(/images/totsuki/sp/top/mv_bg_img_03.png);
}
#mv_anim .mv_block .everyone_gets_it {
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#mv_anim .mv_block .company_logo {
    position: absolute;
    top: 630px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#design {
    background-image: url(/images/totsuki/sp/top/lineup_arch.svg?date=241021);
    background-repeat: no-repeat;
    background-position: top -1px center;
    padding-top: 71px;
}
#design .ttl_limeup {
    line-height: 0;
    text-align: center;
    margin-top: -30px;
}
#present_list li {
    margin-top: 20px;
    line-height: 0;
}
#present_list li:first-child {
    margin-top: 35px;
}
#application_method {
    padding: 196px 0 108px 0;
    background-color: #ffffff;
}
#application_method h2 {
    width: 245px;
    margin: 0 auto 116px auto;
}
#application_method .procedure {
    background-repeat: no-repeat;
    background-size: inherit;
    width: 100%;
    position: relative;
}
#application_method .procedure:first-child {
    margin-bottom: 130px;
}
#application_method .procedure:nth-child(2) {
    margin-bottom: 140px;
}
#application_method .procedure:first-child dd {
    background-image: url(/images/totsuki/sp/totsukiapp/method_01_bg.png);
    height: 363px;
    margin: 42px auto 0 auto;
}
#application_method .procedure:nth-child(2) dd {
    background-image: url(/images/totsuki/sp/totsukiapp/method_02_bg.png);
    height: 1253px;
    margin: 40px auto 0 auto;
}
#application_method .procedure:nth-child(3) p {
    background-image: url(/images/totsuki/sp/totsukiapp/method_03_bg.png?date=240925),url(/images/totsuki/sp/totsukiapp/method_03_ttl_side.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom right, top 50px left 25px;
    height: 825px;
    margin: 38px auto 0 auto;
}
#application_method .procedure .dl_app {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 420px;
    left: 0;
    right: 0;
    margin: auto;
}
#application_method .procedure .dl_app li:first-child {
    margin-right: 18px;
}
#application_method .procedure .procedure_txt li {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.1em;
    color: #464646;
    text-align: left;
    position: absolute;
}
#application_method .procedure .procedure_txt li:first-child {
    top: 336px;
    left: 70px;
}
#application_method .procedure .procedure_txt li:nth-child(2) {
    top: 1200px;
    right: 98px;
}
#notes {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 0.1%, #ff8d80 0.1%, #ff8d80 100%);
}
#notes .arch {
    background-image: url(/images/totsuki/sp/totsukiapp/method_arch.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: top left;
}
#notes .arch dl {
    padding: 205px 58px 200px 58px;
    color: #ffffff;
}
#notes .arch dt {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 50px;
}
#notes .arch dd li {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.05em;
    text-align: justify;
    padding-left:1em;
	text-indent:-1em;
    margin-bottom: 52px;
}
#notes .arch dd li:last-child {
    margin-bottom: 88px;
}
#notes .arch dd li span {
    color: #ffdd80;
}
#notes .arch .contact_box {
    border: solid 1px #ffffff;
    width: 640px;
    margin: auto;
    padding: 20px 0 30px 0;
    border-radius: 5px;
}
#notes .arch .contact_box p {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.04em;
    text-align: center;
}
#notes .arch h2 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
    margin: 150px auto;
}
.following_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #ffffff;
    height: 160px;
}
.following_btn.single a {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.following_btn .side_by_side {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    width: 744px;
}
.following_btn_right_position {
    position: fixed;
    bottom: 180px;
    width: 100%;
    max-width: 750px;
    margin: auto;
    pointer-events: none;
    padding: 50px 0;
    overflow-x: hidden;
}
.following_ranking_btn {
    width: 120px;
    pointer-events: auto;
    margin: 0 0 0 auto;
}
.following_ranking_btn img {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .4));
}
.bargain_modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s, visibility 0s 0.3s;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    display: none;
}
.bargain_modal.active {
    display: flex;
}
.bargain_modal .modal_bg {
    width: 100%;
    height: 100%;
}
.bargain_modal .modal_position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 690px;
}
.bargain_modal .modal_position .modal_inner {
    width: 100%;
    max-width: 690px;
    max-height: 888px;
}
.bargain_modal .close_btn_position {
    max-width: 690px;
    text-align: right;
    margin-bottom: 20px;
}
.bargain_modal .bargain_bnr {
    line-height: 0;
    margin-bottom: 18px;
}
.bargain_modal .close_txt {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}
.bargain_modal .close_txt img {
    width: 12px;
    height: 12px;
    margin-right: 14px;
}
.bargain_modal .close_txt span {
    font-size: 24px;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
}


@media screen and (max-height: 1215px) {
    .main .under_decoration_txt {
        margin-top: 2px;
        font-size: 22px;
        line-height: 36px;
        letter-spacing: 0.06em;
    }
}
@media screen and (min-width: 751px) {
    .bargain_modal .modal_position .modal_inner {
        width: 70%;
        margin: auto;
    }
    .bargain_modal .bargain_bnr {
        width: 100%;
        height: auto;
    }
    .bargain_modal .bargain_bnr img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
}
