/* sp */
@charset "UTF-8";

/* body */
body {
    font-size: 14px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}

/* modal表示時背景を固定 */
body.fixed-modal {
    overflow: hidden;
}

/* header */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

header {
    position: relative;
}

/* #navi */
h1 a {
    background: url(/seminar/fitt/img/logo-aidem.png) center center / contain no-repeat;
    display: block;
    width: 90px;
    height: 27px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0 0 10px;
}

#navi {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    display: block;
}

/* お問い合わせ */
#header-entry {
    position: absolute;
    top: 0;
    right: 50px;
    background-color: #f9e85d;
    font-weight: bold;
    color: #034580;
    text-align: center;
}

#header-entry a {
    display: block;
    width: 80px;
    height: 50px;
    font-size: 10px;
    line-height: 2;
    padding-top: 9px;
}

#header-entry a:before {
    content: "";
    display: block;
    background: url(/seminar/fitt/img/pic-mail.png) center center / contain no-repeat;
    vertical-align: middle;
    margin: auto;
    width: 27px;
    height: 20px;
}

#header-entry img {
    position: absolute;
    top: 8px;
    left: 29px;
    width: 20px;
}

#header-entry span {
    position: absolute;
    bottom: 4px;
    left: 15px;
    right: 0;
    font-size: 10px;
    color: #fff;
    margin: auto;
    font-weight: bold;
    line-height: 1;
}

/* ハンバーガーボタン */
#navi-hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 120;
}

#navi-hamburger div {
    position: relative;
    width: 26px;
    margin: 0 auto;
}

#navi-hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#navi-hamburger p {
    display: inline;
    position: absolute;
    top: 30px;
    left: -3px;
    font-size: 10px;
    color: #000;
}

#navi-hamburger span:nth-child(1) {
    top: 10px;
}

#navi-hamburger span:nth-child(2) {
    top: 18px;
}

#navi-hamburger span:nth-child(3) {
    top: 26px;
}

#navi-hamburger.open-menu {
    width: 50px;
    height: 50px;
    background: #fff;
}

#navi-hamburger.open-menu span:nth-child(1) {
    top: 19px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

#navi-hamburger.open-menu span:nth-child(2),
#navi-hamburger.open-menu span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* ハンバーガーメニュー */
#navi-menu {
    z-index: 101;
    width: 100%;
    right: -100%;
    background: #fff;
    padding-top: 60px;
    display: block;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
}

#navi-menu > li {
    position: relative;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}

#navi-menu > li > a,
#navi-menu > li > span {
    margin: 30px 0;
    display: block;
}

#navi-menu > li a,
#navi-menu > li > span {
    color: #000;
    font-weight: bold;
}

#navi-menu .tel-link a {
    color: #034580;
}

/* .navi-category(アコーディオン) */
.btn-accordion {
    display: inline-block;
    background: #034580;
    width: 25px;
    height: 25px;
    margin-left: 20px;
}

.btn-accordion:before {
    content: "＋";
    color: #fff;
}

.navi-check:checked + .navi-accordion .btn-accordion:before {
    content: "－";
}

.navi-check {
    display: none;
}

.navi-accordion a {
    margin-left: 40px;
}

.navi-category {
    background: #034580;
    height: 0;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.navi-check:checked + .navi-accordion + .navi-category {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin-top: 20px;
}

.navi-category li a {
    display: block;
    padding: 10px 0;
    color: #fff !important;
}

#navi-mail {
    max-width: 300px;
    display: block;
    background: #f9e85d;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
    width: 80%;
    height: 60px;
    color: #034580 !important;
    border-radius: 30px;
    margin: 30px auto !important;
    line-height: 60px;
    text-align: center;
    position: relative;
}

#navi-mail:after {
    content: "";
    display: inline-block;
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#navi-tel {
    line-height: 1.2;
    color: #034580;
    text-align: center;
    background: #f6f6f6;
    padding: 20px;
}

#navi-tel > p:first-child {
    margin-bottom: 5px;
}

.navi-telNumber {
    font-weight: bold;
}

.navi-telNumber span {
    font-size: 28px;
    line-height: 1.2;
}

.navi-telText {
    font-size: 13px;
    line-height: 1.8;
}

@media screen and (max-width:374px) {
    #navi-menu > li {
        font-size: 16px;
    }

    #navi-mail:after {
        right: 20px;
    }
}

#main {
    margin-top: 50px;
    overflow: hidden;
}

/* kv */
#kv {
    position: relative;
    background: url(/seminar/fitt/img/img-kv.jpg) left 30% center / cover no-repeat;
    width: 100%;
    height: calc(100vh - 50px);
    color: #fff;
}

#kv h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
}

#kv h2 span {
    font-size: 18px;
    display: block;
    line-height: 1.6;
    margin: 2vh 0 3vh;
}

.fade-text {
    animation: fade-in 1s ease-out forwards;
}

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

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

.img-logo {
    max-width: 60px;
    width: 13%;
    vertical-align: middle;
}

.cont-kv {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 5%;
    margin-top: -10px;
}

.text-kv {
    font-size: 16px;
    display: block;
    margin: auto;
    text-align: center;
    width: 250px;
}

.text-kv p {
    margin: 0 3vh 2vh;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    line-height: 1.5;
}

.text-kv span {
    font-size: 21px;
    font-weight: bold;
}

.btn-kv {
    display: block;
    background: #f9e85d;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: 30px auto 0;
    line-height: 1.5;
    text-align: center;
    padding: 15px;
    position: relative;
}

.btn-kv:after {
    content: "";
    display: inline-block;
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-kv span {
    display: block;
    font-size: 13px;
}

.scroll {
    position: absolute;
    width: 35px;
    z-index: 10;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollOver 1.5s ease-out infinite;
}

@media screen and (max-width:374px) {
    #kv h2 {
        font-size: 27px;
    }

    #kv h2 span {
        font-size: 15px;
        margin: 10px 0 15px;
    }

    .cont-kv {
        padding: 0 15px;
        margin-top: -12px;
    }

    .text-kv {
        font-size: 14px;
        width: 220px;
    }

    .text-kv p {
        margin-bottom: 10px;
    }

    .text-kv span {
        font-size: 18px;
    }

    .btn-kv {
        margin-top: 20px;
        font-size: 16px;
    }

    .btn-kv:after {
        right: 20px;
    }

    .scroll {
        width: 30px;
    }
}

@keyframes scrollOver {
    from {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    to {
        -webkit-transform: translate(-50%, -10%);
        transform: translate(-50%, -10%);
    }
}

/* intro */
#intro {
    padding: 40px 5%;
}

#intro h3 {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}

#intro h3 span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.text-intro ol {
    margin: 20px 0 15px;
}

.text-intro li {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-indent: -15px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.text-intro li:before {
    content: "●";
    color: #034580;
    font-size: 8px;
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (max-width:374px) {
    #intro h3 {
        font-size: 19px;
    }

    #intro h3 span {
        font-size: 15px;
    }
}

/* seminar,reason,voice */
#seminar,
#reason,
#voice,
#qa {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

#seminar:before,
#reason:before,
#voice:before,
#qa:before {
    background: #eef4fa;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
}

#seminar h3,
#reason h3,
#voice h3,
#qa h3 {
    color: #034580;
    margin-bottom: 20px;
    text-align: center;
}

#seminar h3 span:nth-of-type(1),
#reason h3 span:nth-of-type(1),
#voice h3 span:nth-of-type(1),
#qa h3 span:nth-of-type(1) {
    font-size: 60px;
    line-height: 1;
}

#seminar h3 span:nth-of-type(2),
#reason h3 span:nth-of-type(2),
#voice h3 span:nth-of-type(2),
#qa h3 span:nth-of-type(2) {
    font-size: 16px;
    font-weight: bold;
    vertical-align: text-bottom;
    margin-left: 10px;
    display: block;
}

.inner {
    position: relative;
}

#seminar > .inner,
#reason > .inner,
#voice > .inner {
    margin-bottom: 0;
    padding: 0 5%;
}

/* fitt */
#fitt h4 {
    background: #aaddf2;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 110px;
}

#fitt h4:before {
    background: url(/seminar/fitt/img/ph-fitt.png) center bottom / contain no-repeat;
    content: '';
    position: absolute;
    top: 5px;
    right: -10%;
    width: 45%;
    height: 98%;
}

.logo-fitt {
    width: 50%;
    width: 100px;
    display: block;
    margin: 0 auto 15px;
}

#fitt h4 span {
    display: block;
    background: url(/seminar/fitt/img/text-fitt.png) left center / contain no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 184px;
    height: 55px;
    margin: auto;
}

@media screen and (max-width:374px) {
    #fitt h4 span {
        width: 153px;
        height: 46px;
    }

    #fitt h4:before {
        right: -5%;
    }
}

/* flow */
#flow {
    position: relative;
}

#flow:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tit-seminar {
    background: #034580;
    color: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.tit-seminar h5 {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    margin-bottom: 20px;
    line-height: 1.4;
    justify-content: center;
}

.tit-seminar h5 span:nth-of-type(1) {
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-right: 20px;
    line-height: 1.1;
    margin-bottom: 4px;
}

.tit-seminar h5 span:nth-of-type(2) {
    line-height: 1.4;
    letter-spacing: 1px;
}

.fig-flow {
    padding: 0 5%;
    max-width: 500px;
    width: 100%;
    margin: 0 auto 10px;
    display: block;
}

.wrap-cont-flow {
    padding: 0 5% 30px;
    margin-bottom: 30px;
}

.cont-flow {
    margin: 20px 0;
}

.cont-flow:last-child {
    margin-bottom: 0;
}

.cont-flow:nth-of-type(odd) {
    flex-direction: row;
}

.cont-flow:nth-of-type(even) {
    flex-direction: row-reverse;
}

.arrow-flow {
    display: block;
    width: 20px;
    height: 40px;
    margin: auto;
}

.ph-flow {
    width: 100%;
    margin-bottom: 5%;
}

.ph-flow p {
    font-size: 11px;
}

.text-flow dt {
    color: #034580;
    font-weight: bold;
}

.text-flow dt:first-letter {
    color: #c38c12;
}

.text-flow dt span:nth-of-type(1) {
    font-size: 26px;
}

.text-flow dt span:nth-of-type(2) {
    font-size: 16px;
}

.text-flow dd {
    border-top: 1px solid #034580;
    padding-top: 10px;
}

/* feature */
#feature {
    position: relative;
}

#feature:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.flex-feature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 5%;
}

.box-feature {
    padding: 0 5%;
}

.text-feature {
    position: relative;
    padding-left: 30px;
}

.text-feature:before {
    content: "";
    border-right: 1px solid #034580;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: -30px;
}

.ph-feature {
    margin-bottom: 5%;
}

.wrap-cont-feature {
    padding: 0 5% 30px;
    margin-bottom: 30px;
}

.cont-feature {
    margin: 10% 0;
}

.cont-feature:last-child {
    margin-bottom: 0;
}

.text-feature dt {
    color: #034580;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

.text-feature dd {
    margin-top: 10px;
}

/* lineup */
#lineup {
    position: relative;
}

#lineup:before {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#lineup .inner {
    padding-bottom: 0;
    margin-bottom: 0;
}

.box-lineup {
    margin: 0 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box-lineup li {
    padding: 10px 12.5px;
    border: 1px solid #ccc;
    margin: 0 1.5% 10px;
}

.cont-lineup {
    padding: 0 5%;
    text-align: center;
}

.btn-lineup {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 0 15px 0 30px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    border: 1px solid #034580;
    box-shadow: 0 2.5px 5px 0 rgb(0, 0, 0, 0.2);
    margin: 20px auto;
    width: 220px;
    background: #e3f1fb;
}

.btn-lineup:after {
    content: "";
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 8px;
    height: 15px;
    display: inline-block;
    margin-left: 15px;
}

.text-lineup {
    background: #d3eafa;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #034580;
    margin-top: 30px;
    padding: 20px;
}

.text-lineup span {
    font-size: 28px;
    color: #e6002d;
}

@media screen and (max-width:374px) {
    .box-lineup li {
        padding: 10px 5px;
        margin: 0 1% 10px;
    }

    .text-lineup {
        font-size: 18px;
    }

    .text-lineup span {
        font-size: 24px;
    }
}

/* reason */
.box-reason {
    background: #fff;
    padding: 30px 5%;
}

.cont-reason {
    text-align: center;
    margin-bottom: 40px;
}

.cont-reason:last-child {
    margin-bottom: 0;
}

.pic-reason {
    width: 70px;
}

.text-reason dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #034580;
    margin: 20px 0;
}

.text-reason dd {
    text-align: left;
}

/* voice */
.box-voice {
    background: #fff;
    padding: 30px 5%;
}

.box-voice h5 {
    font-size: 22px;
    line-height: 1.4;
    color: #034580;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px;
}

.box-voice h5:before,
.box-voice h5:after {
    content: "";
    background: url(/seminar/fitt/img/pic-voice_sp.png) center center / contain no-repeat;
    width: 17px;
    height: 54px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
}

.box-voice h5:before {
    transform: translateY(-50%);
    left: 0;
}

.box-voice h5:after {
    transform: scale(-1, 1) translateY(-50%);
    right: 0;
}

.ph-voice {
    max-width: 120px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

.cont-voice {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.flex-voice:last-child .cont-voice {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.logo-voice01,
.logo-voice02 {
    display: block;
    margin: 0 auto 15px;
}

.logo-voice01 {
    height: 50px;
}

.logo-voice02 {
    height: 42px;
}

.company-voice > p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

.company-voice > p > span {
    display: none;
}

.cont-voice dt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: #034580;
    margin: 20px 0 10px;
}

.cont-voice dd {
    position: relative;
}

.btn-voice {
    height: 40px;
    border: 1px solid #034580;
    border-radius: 20px;
    color: #034580;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: auto;
    width: 60%;
    max-width: 200px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.2);
}

.btn-voice:before {
    content: "もっと読む";
}

.btn-voice span {
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 16px;
    height: 12px;
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 5px;
}

.text-voice {
    position: relative;
    overflow: hidden;
    height: 90px;
    /*隠した状態の高さ*/
    display: block;
    transition: all 0.5s;
}

.checkbox-voice {
    display: none;
    /*チェックボックスは常に非表示*/
}

.checkbox-voice:checked ~ .btn-voice {
    bottom: -4em;
}

.checkbox-voice:checked ~ .btn-voice span {
    transform: rotate(-90deg);
}

.checkbox-voice:checked ~ .btn-voice:before {
    content: "閉じる"
        /*チェックされていたら、文言を変更する*/
}

.checkbox-voice:checked ~ .text-voice {
    height: auto;
    /*チェックされていたら、高さを戻す*/
    margin-bottom: 60px;
    transition: all 0.5s;
}

.checkbox-voice:checked ~ .text-voice:before {
    display: none;
    /*チェックされていたら、text-voiceのbeforeを非表示にする*/
}

.text-voice:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: :0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

@media screen and (max-width:374px) {
    .box-voice h5 {
        font-size: 19px;
    }
}

/* qa */
.cont-qa {
    background: #fff;
    padding: 10px 5% 30px;
    margin: 0 5%;
}

.text-question,
.text-answer {
    border-bottom: 1px solid #ccc;
    text-indent: -30px;
}

.text-question {
    position: relative;
    padding: 20px 30px 20px 40px;
}

.text-answer {
    background: #f6f6f6;
    padding: 20px 10px 20px 40px;
    display: none;
}

.text-question:before,
.text-answer:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.text-question:before {
    background: url(/seminar/fitt/img/pic-question.png) center center / contain no-repeat;
}

.text-answer:before {
    background: url(/seminar/fitt/img/pic-answer.png) center center / contain no-repeat;
}

.arrow-btn {
    width: 9px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.arrow-btn.active {
    transform: translateY(-50%) rotate(-90deg);
}

/* contact */
#contact {
    background: #034580;
    color: #fff;
    padding: 30px 5%;
}

#contact h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
}

#contact .inner {
    margin: auto;
}

.cont-contact {
    text-align: center;
    margin-top: 30px;
}

.cont-contact:nth-of-type(1) {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.cont-contact h4 {
    font-size: 15px;
}

.text-contact {
    font-size: 18px;
}

.text-contact span:nth-of-type(2) {
    font-size: 30px;
    line-height: 1.2;
    white-space: nowrap;
}

.text-contact .tel-link a {
    color: #fff;
}

.btn-contact {
    display: block;
    background: #f9e85d;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: auto;
    line-height: 1.6;
    text-align: center;
    padding: 20px;
    position: relative;
    margin: 10px auto;
}

.btn-contact:after {
    content: "";
    display: inline-block;
    background: url(/seminar/fitt/img/arrow-btn.png) center center / contain no-repeat;
    width: 9px;
    height: 13px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:374px) {
    #contact h3 {
        font-size: 18px;
    }

    .btn-contact {
        font-size: 16px;
    }
}

/* フェードイン表示 */
.fade-left,
.fade-right {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.fade-left.fade-scroll,
.fade-right.fade-scroll {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* sp非表示 */
.sp-none {
    display: none !important;
}
