@charset "utf-8"; /*
Theme Name: force-fitnessmachine
*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, figure, a, table, tr, th, td, address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ol, ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

@media screen and (min-width: 768px) {
    [href*='tel:'] {
        pointer-events: none;
    }

    a, a:hover {
        transition: .2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}

/*==========================

ユーティリティ

===========================*/
.mt-0 {
    margin-top: 0!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-25 {
    margin-top: 25px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.mt-45 {
    margin-top: 45px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-70 {
    margin-top: 70px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mt-100 {
    margin-top: 100px!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-25 {
    margin-bottom: 25px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.mb-45 {
    margin-bottom: 45px!important;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mb-60 {
    margin-bottom: 60px!important;
}

.mb-70 {
    margin-bottom: 70px!important;
}

.mb-80 {
    margin-bottom: 80px!important;
}

.mb-100 {
    margin-bottom: 100px!important;
}

.t-c {
    text-align: center!important;
}

.t-l {
    text-align: left!important;
}

.t-r {
    text-align: right!important;
}

@media screen and (max-width: 767px) {
    .mt-15 {
        margin-top: 10px!important;
    }

    .mt-20 {
        margin-top: 15px!important;
    }

    .mt-25 {
        margin-top: 20px!important;
    }

    .mt-30 {
        margin-top: 20px!important;
    }

    .mt-40 {
        margin-top: 30px!important;
    }

    .mt-45 {
        margin-top: 30px!important;
    }

    .mt-50 {
        margin-top: 35px!important;
    }

    .mt-60 {
        margin-top: 40px!important;
    }

    .mt-70 {
        margin-top: 50px!important;
    }

    .mt-80 {
        margin-top: 60px!important;
    }

    .mt-100 {
        margin-top: 60px!important;
    }

    .mb-15 {
        margin-bottom: 10px!important;
    }

    .mb-20 {
        margin-bottom: 15px!important;
    }

    .mb-25 {
        margin-bottom: 20px!important;
    }

    .mb-30 {
        margin-bottom: 20px!important;
    }

    .mb-40 {
        margin-bottom: 30px!important;
    }

    .mb-45 {
        margin-bottom: 30px!important;
    }

    .mb-50 {
        margin-bottom: 35px!important;
    }

    .mb-60 {
        margin-bottom: 40px!important;
    }

    .mb-70 {
        margin-bottom: 50px!important;
    }

    .mb-80 {
        margin-bottom: 60px!important;
    }

    .mb-100 {
        margin-bottom: 60px!important;
    }
}

/*==========================

全体設定

===========================*/
html {
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    /* font-feature-settings: "palt"; */
    /* background-image: url(img/bg.png); */
    /* background-size: contain; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
}

.mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wrap {
    margin: auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.6em;
    }

    body {
        background-size: cover;
    }

    .wrap {
        max-width: 1160px;
        padding: 0 30px;
    }
}

/*==========================

ヘッダー

===========================*/
.header {
    width: 100%;
    position: absolute;
    top: 0;
    transition: .4s;
    z-index: 100;
    background-color: rgba(255,255,255,0.7);
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*ヘッダー高さ*/
    height: 60px;
    padding: 0;
}

.header-logo {
    width: 200px;
    margin-left: 15px;
}

@media screen and (min-width: 992px) {
    .header-logo {
        width: 280px;
        margin-left: -10px;
    }

    .header-wrap {
        /*ヘッダー高さ*/
        height: 100px;
        padding: 0 30px;
    }
}

/*
グローバルナビ
===========================*/
.gnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: rgb(255 255 255 / 90%);
    transition: transform .25s;
    padding: 4em 0;
    text-align: center;
}

.gnav.active {
    z-index: 101;
    transform: translateX(0);
}

.gnav-list {
    margin: 1em 0;
}

.gnav-list li a {
    display: block;
    font-size: 1.5rem;
    font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif ;
    text-align: center;
    padding: 1em;
}

.header-widget {
    margin-top: 30px;
}

.header-widget a {
    margin: 0 auto 15px;
}

.mail-btn {
    width: 170px;
    height: 30px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    background-color: #fff;
}

.mail-btn:hover {
    opacity: 0.7;
}

.mail-btn::before {
    content: "";
    background-image: url(img/btn_mail_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 32px;
}

.mail-btn.cart::before {
    background-image: url(img/btn_cart_b.svg);
    width: 19px;
    left: 19px;
}

.mail-btn.turn {
    background-color: #FBB03B;
}

@media screen and (min-width: 992px) {
    .gnav {
        display:flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-end;
        position: static;
        width: calc(100% - 240px);
        height: auto;
        margin-left: auto;
        transform: translateX(0);
        background: none;
    }

    .gnav-list {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    .gnav-list li a {
        font-size: 1.2rem;
        border-right: 1px solid;
        line-height: 1;
        padding: 0 7px;
        color: inherit;
    }

    .gnav-list li a:hover {
        opacity: 0.7;
    }

    .gnav-list li:last-child a {
        border-right: none;
    }

    .header-widget {
        display: flex;
        margin: 0;
    }

    .header-widget a {
        margin: 0 15px 15px;
    }

    /*お買い物なし*/
    .header-widget a {
        margin: 0 0 15px;
    }

    .mail-btn.turn {
        margin: 0 0 15px;
    }
}

@media screen and (min-width: 1140px) {
    .gnav-list li a {
        font-size: 1.5rem;
    }
}

/*
ハンバーガーメニュー
===========================*/
.hamburger-wrap {
    z-index: 102;
    position: fixed;
    top: 15px;
    right: 18px;
    align-items: center;
    justify-content: center;
}

.hamburger {
    width: 40px;
    height: 22px;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.hamburger:focus {
    outline: none;
}

.hamburger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    transition: all .3s;
    /* filter: drop-shadow(2px 1px 2px #aaa); */
}

.hamburger span:nth-of-type(1) {
    top: 0;
}

.hamburger span:nth-of-type(2) {
    top: 10px;
}

.hamburger span:nth-of-type(3) {
    bottom: 0;
}

.hamburger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
    opacity: 0;
    animation: active-bar02 .5s forwards;
}

@keyframes active-bar02 {
    100% {
        height: 0;
    }
}

.hamburger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

/*==========================

フッター

===========================*/
.footer {
    background-color: #000;
    text-align: center;
    padding-top: 70px;
    margin-top: 100px;
}

.footer-logo {
    max-width: 420px;
    width: 90%;
    margin: auto;
}

.footer a:hover {
    opacity: 0.7;
}

.footer-nav {
    padding: 20px 0 0;
}

.footer-nav li a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
}

.footer-copy {
    height: 45px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 100%;
    max-width: 900px;
    border-top: 1px solid;
    margin: auto;
}

.footer .btn-flex {
    justify-content: center;
}

.footer .mail-btn {
    margin: 0 5px 20px;
}

@media screen and (min-width: 768px) {
    .footer {
        margin-top: 150px;
    }

    .footer-nav {
        display: flex;
        justify-content: center;
        padding: 40px 0 0;
    }

    .footer-nav li a {
        font-size: 1.4rem;
        line-height: 1;
        padding: 0 6px;
        border-right: 1px solid;
    }

    .footer-nav li:last-child a {
        border-right: none;
    }

    .footer .mail-btn {
        margin: 40px 10px 50px;
    }

    .footer-copy {
        height: 30px;
    }
}

/*==========================

404

===========================*/
main .error404 {
    text-align: center;
    line-height: 2;
    padding: 250px 20px 100px;
}

main .error404 a {
    padding-top: 1em;
    display: inline-block;
    text-decoration: underline;
}

/*==========================

お問い合わせ

===========================*/
/* フォーム部 */
.assess-form {
    width: 100%;
    max-width: 900px;
    margin: 50px auto 100px;
    padding: 50px;
    background-color: #f2f2f2;
}

.cancel .assess-form {
    margin: 0 auto 50px;
    padding-top: 20px;
}

h2.check {
    display: none;
}

.contact-head p {
    color: #666;
    text-align: center;
    margin-top: 70px;
}

.contact-head a {
    color: #7B94B3;
}

.contact-head a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 567px) {
    .assess-form {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }

    .contact-head p {
        margin-top: 50px;
    }
}

/* テーブル共通
------------------------------*/
.assess-form table.mw-form {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto 35px;
    font-size: 16px;
    color: #666;
}

.assess-form table.mw-form th {
    width: 250px;
    text-align: left;
    padding: 10px 0 10px 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.assess-form table.mw-form td {
    width: 75%;
    padding: 10px 0;
}

.assess-form table.mw-form th, .assess-form table.mw-form td {
    vertical-align: top;
    border-top: 1px solid #ccc;
    margin: 0;
}

.assess-form table.mw-form tr:last-child {
    border-bottom: 1px solid #ccc;
}

.assess-form table.mw-form th .ttl {
    display: inline-block;
}

.assess-form table.mw-form th p.txt {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    background-color: transparent;
    margin: 0;
}

.horizontal-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mw-form-horizontal-item {
    display: inline-block;
}

.mw-form-horizontal-item .ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    padding-right: 10px;
    color: #999999;
}

.mw-form-horizontal-item .address-ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    padding-right: 10px;
    color: #999999;
}

.mw-form-horizontal-item select {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 10px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/select_arrow.svg),#fff;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: right 2px center;
    color: #4D4D4D;
}

select::-ms-expand {
    display: none;
}

.address-group .horizontal100 {
    width: 100%;
}

.address-group .mw-form-horizontal-item {
    margin-bottom: 1em;
}

.style1-group .mw-form-horizontal-item {
    margin-bottom: 5px;
}

.small {
    font-size: 0.8em;
}

.mw-form-horizontal p {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .style1-group .mw-form-horizontal-item {
        margin-bottom: 1em;
    }

    .mw-form-horizontal-item.bank {
        display: block;
        margin-bottom: 1em;
    }
}

/* 必須
------------------------------*/
.assess-form table.mw-form th span.required, .assess-form table.mw-form th span.option {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    /* margin-left: 12px; */
    padding: 2px 0.8em;
    border-radius: 20px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form th span.required, .assess-form table.mw-form th span.option {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        margin-left: 7px;
        margin-top: 2px;
        padding: 0 0.7em;
        line-height: 1.5;
        vertical-align: text-top;
        letter-spacing: 0;
    }
}

.assess-form table.mw-form th span.required {
    color: #C1272D;
}

.assess-form table.mw-form th span.option {
    background: #D1D1D1;
    color: #fff;
    display: none;
}

/* 見出し
------------------------------*/
.assess-form h2.mwform-ttl {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #000000;
    padding: .8em;
    margin: 0 0 20px;
}

.assess-form h3 {
    color: #000000 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
}

/* ラジオボタン・チェックボックス
------------------------------*/
.assess-form table.mw-form .horizontal-item {
    margin: 0 35px 0 0;
}

.assess-form .horizontal-item label {
    display: inline;
}

.mwform-checkbox-field {
    display: block;
}

.mwform-checkbox-field-text {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #666;
}

.property .horizontal-item {
    margin: 0;
    line-height: 2;
}

/* テキストボックス
------------------------------*/
.assess-form table.mw-form input[type="text"], .assess-form table.mw-form textarea {
    max-width: 100%;
    color: #4D4D4D;
    border: none;
    border-radius: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.assess-form table.mw-form textarea.message {
    height: 300px;
    line-height: 1.7;
    padding: 10px 15px;
    vertical-align: top;
    font-size: 16px;
}

.assess-form table.mw-form input[type="text"] {
    width: 150px;
    font-size: 16px;
    line-height: 1.6;
}

/* input長さ調整
------------------------------*/
.assess-form table.mw-form input.long, .assess-form table.mw-form textarea {
    width: 100%;
}

.assess-form table.mw-form input.short {
    max-width: 200px;
    width: 100%;
}

.assess-form table.mw-form input.tel {
    width: 250px;
}

.assess-form table.mw-form input.mail {
    width: 400px;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form input.mid {
        width: 75%;
    }
}

/* セレクトボックス
------------------------------*/
.assess-form table.mw-form .select {
    overflow: hidden;
    width: 38%;
    position: relative;
    display: inline-table;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form .select {
        width: 75%;
    }
}

.assess-form table.mw-form p {
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.assess-form table.mw-form .select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.assess-form table.mw-form .select select::-ms-expand {
    display: none;
}

.assess-form table.mw-form .select::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
}

.assess-form table.mw-form .select select {
    padding: 10px 40px 10px 10px;
    border: 1px solid #707070;
    border-radius: 0;
    background-color: #fff;
}

/* 送信ボタン
------------------------------*/
.assess-form .submit-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.assess-form .submit-btn input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    display: table;
    margin: 0 1em 1em;
    border-radius: 0;
    width: 200px;
    height: 30px;
    line-height: 30px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #808080;
    -webkit-appearance: none;
}

.mw_wp_form_confirm .assess-form .submit-btn input:first-of-type {
    background: #aaa;
    color: #fff;
}

.assess-form .submit-btn input[type="submit"]:hover {
    filter: brightness(110%);
    transition: 0.3s;
}

/* 送信確認画面
------------------------------*/
.mw_wp_form_confirm h2.check {
    display: block;
}

.mw_wp_form_confirm h2.no-check {
    display: none;
}

.mw_wp_form_confirm .contact-head p {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .ttl {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .address-ttl {
    display: none;
}

.mw_wp_form_confirm .horizontal-flex {
    justify-content: left;
}

.mw_wp_form_confirm .mw-form-horizontal-item {
    margin-right: 1em;
}

.mw_wp_form_confirm .assess-form table.mw-form th span {
    display: none;
}

.mw_wp_form_confirm .address-group .mw-form-horizontal-item {
    margin-bottom: 0;
    line-height: 1.6;
}

/* 送信完了画面
------------------------------*/
.success {
    padding: 50px 0;
    line-height: 2.5;
    text-align: center;
    font-size: 16px;
}

.success a {
    width: 220px;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .assess-form table.mw-form input[type="text"], .assess-form table.mw-form textarea {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .assess-form table.mw-form .bank input[type="text"] {
        margin-bottom: 0;
    }

    .assess-form table.mw-form .select select {
        font-size: 16px;
    }

    .assess-form table.mw-form tr {
        width: 100%;
        display: block;
        list-style-type: none;
    }

    .assess-form table.mw-form th {
        text-align: left;
        padding: 25px 0 5px;
    }

    .assess-form table.mw-form td {
        padding: 10px 0;
        border: 0;
        background-color: transparent;
    }

    .assess-form table.mw-form th, .assess-form table.mw-form td {
        width: 100%;
        display: list-item;
        box-sizing: border-box;
        text-align: left;
    }

    .assess-form .pp {
        height: 200px;
        margin: 0 auto 25px;
        padding: 1em 1em 0;
        overflow-y: scroll;
    }

    .assess-form .agreement {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .assess-form table.mw-form .property {
        display: block;
    }

    .assess-form table.mw-form .property span.mwform-radio-field.horizontal-item, .assess-form table.mw-form span.mwform-radio-field.horizontal-item {
        width: auto;
        display: block;
        margin: 0;
    }

    .assess-form table.mw-form .unit {
        margin: 0;
    }

    .assess-form table.mw-form .unit span.mwform-radio-field.horizontal-item {
        display: inline;
        margin-right: 20px;
    }

    .contact .thank {
        padding-top: 0;
        color: #504E4E;
        background: url(img/mail.png) ;
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .contact .thank h2 {
        padding-top: 2.4em;
        color: #2e2e2e!important;
        font-size: 28px;
        margin: 0;
    }

    .assess-form table.mw-form .horizontal-item {
        margin: 0 17px 0 0;
    }

    .mwform-checkbox-field input, .mwform-radio-field input {
        margin-right: 2px!important;
    }
}

/*==========================

アーカイブ

===========================*/
.archive-box {
    margin-top: 50px;
}

.archive-box ul {
    display: flex;
    flex-wrap: wrap;
}

.archive-box li {
    display: block;
    margin: 0 25px 40px 0;
    width: 200px;
}

.archive-box li:nth-child(5n) {
    margin-right: 0;
}

.archive-box li a {
    display: block;
}

.archive-box li a:hover {
    filter: brightness(110%);
}

.archive-box li img {
    object-fit: cover;
    width: 100%;
    height: 180px;
    margin: auto;
    font-family: 'object-fit: cover;';
    object-position: center;
    margin-bottom: 15px;
}

.archive-box li .date {
    display: block;
    font-size: 1.2rem;
    font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #B3B3B3;
    margin-bottom: 5px;
}

.archive-box h3 {
    font-size: 1.4rem;
    margin: 10px auto 0;
}

@media screen and (max-width: 1180px) {
    .archive-box li {
        width: calc(20% - 15px);
        margin: 0 7px 40px;
    }

    .archive-box li:nth-child(5n) {
        margin-right: 10px;
    }

    .archive-box li img {
        height: 50%;
    }
}

@media screen and (max-width: 767px) {
    .archive-box ul {
        justify-content: center;
    }

    .archive-box li {
        width: calc(50% - 20px);
        margin: 0 auto 30px;
    }

    .archive-box li:nth-child(5n) {
        margin-right: auto;
    }

    .archive-box h3 {
        margin: 5px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .archive-box li img {
        height: 140px;
    }
}

/*==========================

投稿詳細

===========================*/
.single .h2-style03 {
    padding: 20px 0;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 50px auto 20px;
}

.single .date {
    display: inline-block;
    color: #999;
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 0 50px;
}

.the-content p {
    font-size: 1.6rem;
    padding: 0 50px;
}

.the-content img {
    margin: 45px 0;
}

@media screen and (max-width: 767px) {
    .single .h2-style03 {
        padding: 15px 0;
        font-size: 2rem;
        margin: 40px auto 15px;
    }

    .single .date {
        font-size: 1.4rem;
        margin-bottom: 15px;
        padding: 0;
    }

    .the-content p {
        padding: 0;
    }

    .single .the-content img {
        margin: 30px 0;
    }
}

/*==========================

ページネーション

===========================*/
/*
アーカイブ用
===========================*/
.screen-reader-text {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin: 20px auto 60px;
    color: #000;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20px!important;
    height: 20px!important;
    font-size: 1.3rem;
    border: 1px solid;
    position: relative;
    margin: 5px;
}

.page-numbers.current {
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

a.page-numbers:hover {
    opacity: 0.7;
}

.page-numbers.prev, .page-numbers.next {
    border: none;
}

.page-numbers.prev::after, .page-numbers.next::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}

.page-numbers.next::after {
    transform: rotate(225deg);
}

@media screen and (min-width: 768px) {
    .nav-links {
        margin: 40px auto 120px;
    }
}

/*
投稿用
===========================*/
.page-nav {
    display: flex;
    justify-content: center;
    border-top: 1px solid #B3B3B3;
    margin: 30px auto 0;
}

.page-nav li {
    margin: 0 40px
}

.page-nav-list a {
    display: inline-block;
    padding: 30px 20px;
    position: relative;
}

/*
.page-nav-list:nth-child(2) a {
    margin: 0 15px;
}
*/
.page-nav-list:first-child a::after, .page-nav-list:last-child a::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(225deg);
}

.page-nav-list:first-child a::after {
    transform: rotate(45deg);
    right: 0;
    left: auto;
}

.page-nav-list a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .page-nav-list a {
        display: inline-block;
        padding: 30px;
        position: relative;
    }

    .page-nav {
        margin: 80px auto 110px;
    }
}

/*==========================

共通スタイル

===========================*/
/*
h2
===========================*/
.h2-style01 {
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    margin: 100px auto 60px;
    line-height: 1.75;
    text-align: center;
}

.h2-style01::before {
    content: "";
    width: 270px;
    height: 1px;
    background-color: #FBB03B;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    z-index: 0;
}

.h2-style01::after {
    content: "";
    width: 135px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    z-index: 1;
    transform: translateX(50%);
}

@media screen and (max-width: 767px) {
    .h2-style01 {
        font-size: 2rem;
        margin: 50px auto 30px;
    }

    .h2-style01::before {
        width: 200px;
    }

    .h2-style01::after {
        width: 100px;
    }
}

/*
ボタン
===========================*/
.btn-flex {
    display: flex;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
}

.main-btn {
    /* font-weight: 700; */
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    position: relative;
    /* padding-left: 1em; */
}

.main-btn.turn {
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: normal;
}

.main-btn:hover {
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    .btn-flex {
        margin: 20px auto;
    }

    .btn-wrap {
        margin: 20px auto;
    }

    .main-btn.insta::before {
        left: 12px;
    }
}

/*
バナー
===========================*/
.banner {
    display: inline-block;
    margin: 0 auto;
}

/*お買い物なし
.banner:hover {
    filter: brightness(150%);
}
*/
@media screen and (max-width: 767px) {
    .banner {
        margin: 30px auto;
    }
}

/*
下層ページタイトル
===========================*/
.page-ttl-area {
    z-index: -1;
    position: relative;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}

.page-ttl-area::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    mix-blend-mode: multiply;
}

.page-ttl {
    width: 1160px;
    margin: auto;
    padding: 0 30px;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    top: 25px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (min-width: 768px) {
    .page-ttl-area {
        height: 300px;
    }

    .page-ttl {
        font-size: 3rem;
        top: 45px;
    }
}

/*==========================

トップページ

===========================*/
/*
メインビジュアル
===========================*/
.mainvisual {
    background-image: url(img/main_bg.jpg);
    background-size: cover;
    background-position: 70% top;
    background-repeat: no-repeat;
    height: 850px;
    animation: fadein 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
    opacity: 0;
    position: relative;
}

@keyframes fadein {
    100% {
        opacity: 1;
    }
}

.mainvisual .wrap {
    height: 100%;
    position: relative;
}

.mainvisual-inner {
    width: 700px;
    min-height: 500px;
    background-color: rgb(0 0 0 / 0.7);
    padding: 50px 25px;
    position: absolute;
    left: 0;
    bottom: 100px;
    text-align: center;
}

.mainvisual-inner p {
    color: #fff;
    font-size: 2rem;
    padding: 30px 0;
    text-align: left;
}

.shopping-btn:hover {
    filter: brightness(120%);
}

/*以下、お買い物なし*/
.mainvisual-inner {
    min-height: 400px;
    bottom: 150px;
}

.mainvisual-inner p {
    padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
    .mainvisual {
        background-position: 90% 0;
    }

    .mainvisual-inner {
        width: 90%;
        min-height: inherit;
        padding: 25px 15px;
        bottom: 20px;
        right: 0;
        margin: auto;
    }

    .mainvisual-inner p {
        font-size: 1.5rem;
        padding: 20px 0;
    }

    /*以下、お買い物なし*/
    .mainvisual-inner {
        bottom: 25px;
    }

    .mainvisual-inner p {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .mainvisual {
        height: 680px!important;
    }
}

/*
PLAN
===========================*/
.col2 {
    display: flex;
}

.col2 li {
    flex: 2;
    width: 100%;
    background-image: url(img/plan_personal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.col2 li:last-child {
    background-image: url(img/plan_home.jpg);
}

.col2 .box {
    background-color: rgb(0 0 0 / 0.7);
    color: #fff;
    text-align: center;
    max-width: 425px;
    width: 100%;
    min-height: 250px;
    padding: 20px 5px;
}

.col2 li h3 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 10px
}

.col2 .main-btn {
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
    .col2 {
        display: block;
    }

    .col2 li {
        min-height: 300px;
    }

    .col2 .box {
        width: 90%;
        padding: 25px 10px;
        min-height: fit-content;
    }

    .col2 li h3 {
        font-size: 2rem;
    }
}

/*
ニュース箇所
===========================*/
/*ボタン余白調整*/
.news-sec .btn-wrap {
    margin: 0 auto 190px;
}

@media screen and (max-width: 767px) {
    .news-sec .btn-wrap {
        margin: 0 auto 100px;
    }
}

/*==========================

プラン

===========================*/
.h2-style03 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    color: #000;
    padding-bottom: 10px;
    margin: 70px auto 50px;
    border-bottom: 1px solid;
    position: relative;
    z-index: 0;
}

.h2-style03::after {
    content: "";
    width: 300px;
    height: 1px;
    background-color: #FBB03B;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.h2-style03 .plan {
    color: #FBB03B;
    font-size: 2.5rem;
    font-weight: 500;
    padding-right: 40px;
}

.h2-style03 .plan span {
    font-size: 4.5rem;
    font-style: italic;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .h2-style03 {
        font-size: 1.6rem;
        margin: 50px auto 30px;
    }

    .h2-style03::after {
        width: 100px;
    }

    .h2-style03 .plan {
        font-size: 2rem;
        padding-right: 0;
        padding-bottom: 10px;
        display: block;
    }

    .h2-style03 .plan span {
        font-size: 3rem;
        padding-left: 7px;
    }
}

/*
セット内容
===========================*/
.gym-list {
    max-width: 900px;
    margin: 50px auto 0;
}

.gym-list h3 {
    font-size: 1.8rem;
    background-color: #f2f2f2;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid;
}

.gym-list dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
    padding: 15px 0;
}

.gym-list dd {
    text-align: right;
    min-width: 12em;
}

.gym-list .note {
    font-size: 1.4rem;
    padding: 15px 0 30px;
}

.gym-plan .btn-wrap {
    margin: 40px auto 100px;
}

.cart-btn {
    font-size: 2rem;
    font-weight: 700;
    width: 270px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    position: relative;
    padding-left: 1.5em;
}

.cart-btn:hover {
    opacity: 0.6;
}

.cart-btn::before {
    content: "";
    background-image: url(img/btn_cart_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

@media screen and (max-width: 767px) {
    .gym-list {
        margin: 40px auto 0;
    }

    .gym-list h3 {
        font-size: 1.6rem;
    }

    .gym-list dl {
        padding: 10px 0;
    }

    .gym-list .note {
        font-size: 1.2rem;
        padding: 10px 0 20px;
    }

    .gym-plan .btn-wrap {
        margin: 20px auto 60px;
    }

    .cart-btn {
        font-size: 1.8rem;
        width: 250px;
    }
}

/*==========================

導入までの流れ

===========================*/
.flow-list {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 70px auto 120px;
    counter-reset: number 0;
}

.flow-list li {
    padding-left: 180px;
    padding-right: 50px;
    position: relative;
    margin-bottom: 50px;
}

.flow-list li::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #FBB03B;
    position: absolute;
    top: 20px;
    right: calc(100% - 50px);
}

.flow-list h3 {
    color: #FBB03B;
    font-size: 2.5rem;
    line-height: 1.7;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.flow-list h3::before {
    content: "STEP";
    position: absolute;
    top: 10px;
    left: -115px;
    line-height: 1;
}

.flow-list h3::after {
    font-size: 4.5rem;
    font-style: italic;
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: -5px;
    left: -50px;
    line-height: 1;
}

.flow-list p {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .flow-list {
        margin-bottom: 60px;
    }

    .flow-list li {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .flow-list li::before {
        top: 0;
        right: 100%;
    }

    .flow-list h3 {
        font-size: 2rem;
    }

    .flow-list h3::before {
        top: -30px;
        left: 10px;
    }

    .flow-list h3::after {
        font-size: 3rem;
        top: -37px;
        left: 65px;
    }

    .flow-list p {
        margin-bottom: 15px;
    }
}

/*==========================

よくある質問

===========================*/
.faq-list dt {
    padding: 15px 50px;
    margin: 50px auto 0;
    position: relative;
}

.faq-list dt::before {
    content: "";
    background-image: url(img/q.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: auto;
}

.faq-list dd {
    padding: 15px 50px 0;
}

@media screen and (max-width: 767px) {
    .faq-list dt {
        padding: 10px 0 10px 30px;
        margin: 30px auto 0;
        line-height: 1.4;
        font-size: 1.4rem;
    }

    .faq-list dt::before {
        width: 20px;
    }

    .faq-list dd {
        padding: 15px 0 0;
    }
}

/*==========================

プライバシーポリシー

===========================*/
.policy-page dt {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 50px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .policy-page dt {
        font-size: 1.6rem;
        margin-top: 40px;
    }
}
