@charset "utf-8";
/* -- 共通 -- */
.page {
    max-width: 375px;
    margin: 0 auto;
}
/* 見出し */
.section__heading--black {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    height: 82px;
    background-image: url(../images/h2-bg.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: contain;
    background-position: center;
}
.section__title--black {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.section__heading--white {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    text-align: center;
    height: 102px;
    background-image: url(../images/h2-bg.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: contain;
    background-position: center;
}
.section__title--white {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 8px;
}
.section__subtitle {
    position: relative;
    width: 94%;
    margin: 0 auto 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
    padding-left: 14px;
}
.section__subtitle::before {
    content: "";
    position: absolute;
    top: 6%;
    left: 0;
    width: 2px;
    height: 85%;
    background-color: #333333;
}
/* ~349px */
@media screen and (max-width: 349px) {
    .section__title--white {
        font-size: 18px;
    }
}
/* テキスト */
.text__detail p {
    width: 91%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
}
.mark-blue {
    padding: 0 2px;
    font-weight: 500;
    background-color: #bde5f0;
}
.strong {
    font-weight: 700;
}
/* -- CTA -- */
.CTA__label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 0 0;
    text-align: center;
}
.CTA__label p {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.05em;
}
.CTA__label-num {
    font-size: 32px;
}
.CTA__label-OFF {
    font-size: 25px;
}
.CTA__label::before {
    content: "";
    width: 30px;
    height: 1px;
    transform: rotate(-130deg);
    box-sizing: border-box;
    background-color: #333333;
}
.CTA__label::after {
    content: "";
    width: 30px;
    height: 1px;
    transform: rotate(130deg);
    box-sizing: border-box;
    background-color: #333333;
}
.CTA-btn img {
    display: block;
    margin: 0 auto;
    width: 340px;
}
/* ~349px */
@media screen and (max-width: 349px) {
    .CTA__label-br {
        display: block;
    }
}
/* -- FV -- */
.FV__wrap {
    position: relative;
}
.catch {
    position: absolute;
    top: 8%;
    right: 0;
}
.catch p {
    color: #ffffff;
    font-size: clamp(12px, 4.3vw, 16px);
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
.catch p + p {
    margin-top: 8%;
}

/* -- 実績 -- */
.makuake__logo {
    margin: 10px auto 5px;
    width: 88px;
}
.makuake__img {
    margin: 10px auto;
}
.makuake__text {
    margin: 20px auto 5px;
}
.makuake__text p {
    font-size: 13px;
    letter-spacing: 0.37em;
}

/* -- イントロ -- */
.intro__heading {
    text-align: center;
}
.intro__title {
    margin: -15px auto -5px;
    font-size: 19px;
    font-weight: 500;
}
.intro__line img {
    display: block;
    margin: 0 auto 15px;
    width: 180px;
}
.intro__gif03 {
    margin: 36px 0 20px;
}
.intro__problem {
    background-image: url(../images/intro_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 160px;
    margin: 70px 0 30px;
}
.intro__problem p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.2em;
}
.intro__problem p + p {
    margin-top: 35px;
}
.intro__closing {
    letter-spacing: 0.02em;
}

/* -- about -- */
.about_left-hand-device {
    margin-bottom: 20px;
}
.about__MBoxN1 img {
    margin-bottom: 10px;
}

/* -- problem -- */
.problem__unit {
    margin-bottom: 20px;
}
.array__gif {
    padding: 20px 0;
}
.shortcutーkeys__wrap {
    margin-bottom: 20px;
}
.shortcutーkeys__wrap img {
    margin-bottom: 20px;
}
.feature__calculator {
    margin-top: -10px;
}

/* -- ワンタッチ -- */
.feature__top {
    margin-bottom: 30px;
}
.feature__item h3 {
    margin: 10px auto 25px;
}
.one-touch__gif {
    margin: -20px auto;
}
/* -- カスタマイズ -- */
.customize__top p {
    margin: 20px auto 30px;
}
.customize__plugin p {
    margin: 20px auto 30px;
}
.plugin__detail p {
    margin: 20px auto 30px;
}

/* -- デザイン -- */
.design__detail {
    position: relative;
}
.design__detail li {
    position: absolute;
    height: 200px;
}
.design__unit {
    max-width: 100%;
}
/* 左右振り分け */
.design__detail li:nth-child(odd) {
    right: 0;
    width: clamp(110px, 35vw, 140px);
}
.design__detail li:nth-child(even) {
    left: 3%;
}
/* 高さ配置 */
.design__detail li:nth-of-type(1) {
    top: 5%;
}
.design__detail li:nth-of-type(2) {
    top: 21%;
}
.design__detail li:nth-of-type(3) {
    top: 37%;
}
.design__detail li:nth-of-type(4) {
    top: 53%;
}
.design__detail li:nth-of-type(5) {
    top: 70%;
}
.design__detail li:nth-of-type(6) {
    top: 86%;
}

.design__detail p {
    color: #ffffff;
}
.design__subtitle {
    position: relative;
    margin-bottom: 10px;
    font-size: clamp(12px, 4vw, 14px);
}
.design__subtitle::after {
    content: "";
    position: absolute;
    top: -2%;
    left: 16%;
    width: 1px;
    height: 47px;
    background-color: #ffffff;
    transform: rotate(90deg);
}
.design__text {
    font-size: clamp(9px, 3vw, 11px);
    line-height: 1.8;
    letter-spacing: -0.04em;
}
.design__tight {
    letter-spacing: -0.08em;
}

/* -- サポート -- */
.support__detail {
    margin: 20px auto;
}
p.support__detail--strong {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.support__guarantee {
    padding: 10px 0.7em 1px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.02em;
    background-color: #f0f0f0;
}
.support__guarantee p {
    text-align: center;
}
.support__guarantee ol {
    margin-top: 8px;
    padding-left: 2.5em;
}
.support__guarantee li::marker {
    font-weight: bold;
}
.support__guarantee ul {
    margin-top: 0.5em;
    padding-left: 1.2em;
    list-style-type: "– ";
}
/* -- 商品仕様 -- */
.spec__detail {
    font-size: 12px;
}
.spec__list {
    display: flex;
    flex-direction: column;
}
.spec__item {
    display: flex;
    align-items: flex-start;
}
.spec__term--dot::before {
    content: "・";
    margin-right: 0.5em;
    color: #333;
}
.spec__term::after {
    content: "：";
    margin-left: 0.3em;
    color: #333;
}
.spec__desc {
    flex: 1;
}

/* -- メーカー紹介 -- */
.seller__detail {
    margin: 20px auto 30px;
}

/* -- フッター -- */
.copyright {
    margin: 30px auto 10px;
    text-align: center;
    font-size: 11px;
}
