@charset "utf-8";

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

    サイト設定　適宜変更箇所

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

body,
html {
    font-size: 17px;
}

body {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
}


html {
    scroll-behavior: smooth;
}

a,
a img {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 50px 0 50px;
    text-align: center;
    background: gray;
    color: #fff;
}

h2 {
    font-size: 50px;
    color: #a58750;
}

/*h2::before {
    font-size: 2.0em;
}

h2[data-name]::before {
    line-height: 0.6;
    font-size: 0.6em;
    font-weight: bold;
}
*/
h3 {
    font-size: 2.6rem;
}

.wp-block-button {
    font-size: 1.2rem;
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
}


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

    サイト設定

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

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 960px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1100px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}

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

　　固定メニュー

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

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wp-block-group.kotei-menu:nth-of-type(1) {
    background: #d14839;
}

.wp-block-group.kotei-menu:nth-of-type(2) {
    background: #2f6aa1;
}

.wp-block-group.kotei-flex p.has-text-align-center span {
    font-size: 10px;
    color: #fff;
}

.wp-block-group.kotei-flex p.has-text-align-center {
    font-size: 19px;
    line-height: 0.8;
}

.wp-block-group.kotei-flex {
    justify-content: center;
}

figure.wp-block-image.size-full.kotei-icon {
    max-width: 36px;
    margin-right: 7px;
}

.wp-block-group.kotei-menu>.wp-block-group__inner-container>p {
    font-size: 11px;
    margin-bottom: 2px;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #fff;
    padding: 3px 0 6px;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

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

ヘッダーの設定

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

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}


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

　　↓　PC版テーマ専用CSSは下記から記述　↓

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

figure.wp-block-image.size-full.logo.img-hover {
    max-width: 124px;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 100%;
    z-index: 300;
}


.wp-block-group.app-wrap {
    background: #a58750;
    padding: 21px 0 34px;
}

.wp-block-group.app-wrap h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 22px;
}

.wp-block-group.app-wrap h2 span {
    font-size: 36px;
}

.wp-block-buttons.app-btn a,
.wp-block-button {
    width: 100%;
}

.wp-block-buttons.app-btn {
    max-width: 394px;
    width: 100%;
}

.wp-block-buttons.app-btn a,
.wp-block-button {
    width: 100%;
}


.wp-block-group.appbtn-flex {
    max-width: 840px;
}

.wp-block-buttons.app-btn a span {
    font-size: 15px;
    color: #fff;
}

.wp-block-buttons.app-btn a {
    font-size: 36px;
    line-height: 0.7;
    border-radius: 5px;
    padding: 21px 0 15px;
    max-width: 394px;
    position: relative;
    padding-left: 59px;
    font-weight: bold;
}

.wp-block-buttons.app-btn.tel-btn a {
    background-color: #d14839;
    box-shadow: 0 10px 0 #5d1c15;
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/tel.png);
    background-repeat: no-repeat;
    background-position: top 15px left 14px;
}

.wp-block-buttons.app-btn.mail-btn a {
    background-color: #2f6aa1;
    box-shadow: 0 10px 0 #152d43;
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/mail.png);
    background-repeat: no-repeat;
    background-position: top 15px left 14px;
}

.wp-block-buttons.app-btn.tel-btn a:hover,
.wp-block-buttons.app-btn.mail-btn a:hover {
    box-shadow: none;
    transform: translateY(10px);
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
    max-width: 210px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    color: black;
    padding: 1px 0;
    top: -14px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}

.wp-block-button[data-name]::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

body {
    letter-spacing: 1px;
}

h2,
h3,
h4,
h5 {
    font-weight: bold;
}

header.scroll-nav figure.wp-block-image.size-full.logo.img-hover {
    max-width: 100px;
}

.wp-block-group.about-wrap {
    padding: 88px 0 84px;
}

.wp-block-group.about-wrap h3 {
    font-size: 26px;
    position: relative;
    max-width: fit-content;
    margin: 0 auto 46px;
}

.wp-block-group.about-wrap h3:before {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/h-1.png);
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 42px;
    background-repeat: no-repeat;
    position: absolute;
    left: -33px;
}

.wp-block-group.about-wrap h3:after {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/h-2.png);
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 42px;
    background-repeat: no-repeat;
    position: absolute;
    right: -33px;
}

.wp-block-group.about-wrap h4 {
    font-size: 32px;
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/line.png);
    background-repeat: no-repeat;
    max-width: fit-content;
    margin: 50px auto 60px;
    padding-bottom: 26px;
    background-position: bottom center;
}

.wp-block-group.about-wrap h2 span {
    font-size: 45px;
}

.wp-block-group.about-wrap h2:after {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/kaitori.png);
    background-size: contain;
    display: inline-block;
    width: 61px;
    height: 54px;
    position: absolute;
    background-repeat: no-repeat;
    top: 34px;
    right: -36px;
}

.wp-block-group.about-wrap h2 {
    font-size: 32px;
    color: black;
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
}

span.under {
    color: black;
    text-decoration: underline;
}

.wp-block-group.about-wrap h5 {
    margin: 67px 0 52px;
    font-size: 30px;
    text-decoration: underline;
}

.wp-block-group.checklist-wrap h2:after {
    display: none;
}

p {
    line-height: 2.2;
    letter-spacing: 0;
    font-weight: 500;
}

.wp-block-group.about-wrap p {
    margin-bottom: 90px;
}

.wp-block-group.checklist-wrap {
    max-width: 630px;
    margin: 0 auto;
    padding: 73px 0 42px;
    border: 1px solid;
    position: relative;
}

.wp-block-group.checklist-wrap h2 {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: black;
    color: #fff;
    max-width: fit-content;
    padding: 5px 13px 8px;
    top: -20px;
}

.wp-block-group.checklist-wrap {
    margin-top: 89px;
    position: relative;
}

.wp-block-group.checklist-wrap ul {
    max-width: fit-content;
    margin: 0 auto;
}

.wp-block-group.checklist-wrap li {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.wp-block-group.checklist-wrap:before {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/tokei6.png);
    background-size: contain;
    display: inline-block;
    width: 111px;
    height: 197px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -61px;
    left: -55px;
}

.wp-block-group.checklist-wrap li:before {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/check.png);
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}

.wp-block-image.dot {
    margin-bottom: 65px;
}

.wp-block-group.sodan-title {
    margin-bottom: 87px;
}

.wp-block-group.sodan-title h3 {
    font-size: 33px;
}

.wp-block-group.sodan-title h2 span {
    font-size: 45px;
}

.wp-block-group.sodan-title h2 {
    margin-bottom: 63px;
    color: black;
    font-size: 36px;
}

.wp-block-group.sodan-title h4 {
    font-size: 24px;
}

.wp-block-group.sodan-title h2 span.soudan:after {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/line2.png);
    background-size: contain;
    display: inline-block;
    width: 161px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -16px;
    left: -5px;
}

.wp-block-group.sodan-title h2 span.soudan {
    position: relative;
}

h2#title-bk {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/title-bk.png);
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 41px;
    padding: 5px 0;
}

.wp-block-group.ok-flex h3 {
    width: 79px;
    height: 79px;
    background: black;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    font-size: 26px;
    margin-right: 28px;
}

.wp-block-group.ok-flex {
    margin-top: 20px;
}

.wp-block-group.ok-flex p {
    line-height: 1.7;
    font-size: 18px;
}

h2.wp-block-heading.has-text-align-center.sodan-title {
    margin: 94px 0 49px;
    font-size: 31px;
    color: black;
}

.wp-block-group.zirei-wrap {
    margin-bottom: 75px;
}

p.hinban {
    font-size: 14px;
    color: gray;
    line-height: 1.3;
    margin-bottom: 6px;
    height: 36px;
}

p.brand-name {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}

p.has-text-align-center.kakakutitle {
    font-size: 13px;
    background: #dcdcdc;
    line-height: 1;
    padding: 3px 0;
}

.wp-block-group.slide h2.wp-block-heading:after {
    content: '円';
    font-size: 18px;
}

.wp-block-group.slide h2.wp-block-heading {
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-top: 3px;
}

p.att {
    font-size: 14px;
    color: gray;
    line-height: 1.8;
    margin-top: 49px;
}

.wp-block-group.point-wrap {
    padding: 101px 0 0;
}

.wp-block-group.flow-flex:last-of-type {
    border-bottom: none;
}

.wp-block-group.point-wrap h2 span {
    font-size: 45px;
}

.wp-block-group.point-wrap h2 {
    font-size: 32px;
    color: black;
    line-height: 1.4;
    max-width: fit-content;
    margin: 0 auto 35px;
    position: relative;
}

.wp-block-group.point-wrap h2 span {
    color: #a58750;
}

.wp-block-group.point-wrap h2:before {
    content: '';
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/h-1.png);
    background-size: contain;
    display: inline-block;
    width: 63px;
    height: 72px;
    background-repeat: no-repeat;
    position: absolute;
    left: -73px;
    top: 21px;
}

.wp-block-group.point-wrap h2:after {
    content: '';
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/h-2.png);
    background-size: contain;
    display: inline-block;
    width: 63px;
    height: 72px;
    background-repeat: no-repeat;
    position: absolute;
    right: -73px;
    top: 21px;
}

.wp-block-group.point-box {
    padding: 20px;
    background: #a58750;
    color: #fff;
    margin-bottom: 35px;
}

.wp-block-group.point-box figure.wp-block-image.size-full {
    margin-right: 50px;
    max-width: 252px;
    width: 100%;
}

.wp-block-group.point-txt h3 {
    font-size: 32px;
    margin-bottom: 16px;
}

.wp-block-group.point-txt {
    padding: 50px 0 60px;
}

.wp-block-group.point-box {
    background-repeat: no-repeat;
    background-position: bottom -4px right 16px;
}

.wp-block-group.point-box:nth-of-type(1) {
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/Point1.png);
}

.wp-block-group.point-box:nth-of-type(2) {
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/Point2.png);
}

.wp-block-group.point-box:nth-of-type(3) {
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/Point3.png);
}

.wp-block-group.point-box:nth-of-type(4) {
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/Point4.png);
}

.wp-block-group.about {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/about-bk.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 88px 0 90px;
}

.wp-block-group.taisyo-wrap .wp-block-group-is-layout-flex {
    flex-wrap: wrap;
}

.wp-block-group.taisyo-wrap .wp-block-group-is-layout-flex {
    flex-wrap: wrap;
    gap: 10px !important;
}

.wp-block-group.taisyo-box.taisyo-1 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/item-1.png), url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/BAG.png);
    background-repeat: no-repeat;
    background-position: right 22px center, left 61px top 43px;
}

.wp-block-group.taisyo-box.taisyo-2 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/item-2.png), url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/WALLET.png);
    background-repeat: no-repeat;
    background-position: right 22px center, top 44px left 31px;
}

.wp-block-group.taisyo-box.taisyo-3 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/item-3.png), url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/OTHER-ACCESSORIES.png);
    background-repeat: no-repeat;
    background-position: right 20px center, top 20px left 4px;
    background-size: auto, 168px;
}

.wp-block-group.taisyo-box.taisyo-4 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/item-4.png), url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/CLOTHES-SHOES.png);
    background-repeat: no-repeat;
    background-position: right 4px center, top 24px left 43px;
}

.wp-block-group.taisyo-box.taisyo-5 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/item-5.png), url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/JEWELRY.png);
    background-repeat: no-repeat;
    background-position: right top, top 44px left 50px;
}

.wp-block-group.taisyo-box.taisyo-6 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/item-6.png), url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/PRECIOUS-METALS.png);
    background-repeat: no-repeat;
    background-position: right 5px center, top 21px left 52px;
}

.wp-block-group.taisyo-box h3 span {
    font-size: 13px;
}

.wp-block-group.taisyo-box h3 {
    padding-top: 55px;
    color: #795719;
    font-size: 18px;
    max-width: fit-content;
}

/*.wp-block-group.taisyo-box.taisyo-1 h3 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/BAG.png);
    background-repeat: no-repeat;
    background-position: center bottom 17px;
}

.wp-block-group.taisyo-box.taisyo-2 h3 {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/WALLET.png);
    background-repeat: no-repeat;
    background-position: center bottom 17px;
}*/


.wp-block-group.taisyo-box {
    width: 32% !important;
    background-color: #f6eddb;
    border-radius: 5px;
    padding: 0 20px;
    height: 114px;
}

.wp-block-group.point-box:nth-of-type(2) .wp-block-group.point-txt p span {
    font-size: 24px;
    color: #fff;
}

.wp-block-group.point-box:nth-of-type(2) .wp-block-group.point-txt {
    padding: 30px 0;
}

.wp-block-group.title h2 {
    margin-bottom: 55px;
}

.wp-block-group.title h3 {
    color: #dedede;
    font-size: 24px;
    line-height: 1;
}

.wp-block-group.flow-wrap {
    padding: 79px 0 100px;
}

.wp-block-group.flow-flex figure.wp-block-image.size-full {
    max-width: 224px;
    width: 100%;
    margin-right: 35px;
}

.wp-block-group.flow-flex {
    margin: 35px 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 35px;
}

.wp-block-group.flow-txt h3:before {
    content: 'STEP1';
    background: #a58750;
    font-size: 15px;
    color: #fff;
    padding: 4px 10px;
    margin-right: 19px;
}

.wp-block-group.flow-txt h3 {
    font-size: 24px;
    margin-bottom: 27px;
    line-height: 1;
}

.wp-block-group.flow-flex:nth-of-type(2) .wp-block-group.flow-txt h3:before {
    content: 'STEP2';
}

.wp-block-group.flow-flex:nth-of-type(3) .wp-block-group.flow-txt h3:before {
    content: 'STEP3';
}

.wp-block-group.flow-wrap h4.wp-block-heading span {
    background: black;
    color: #fff;
    padding: 4px 10px;
    margin-right: 7px;
}

.wp-block-group.flow-wrap h4.wp-block-heading {
    font-size: 20px;
    max-width: fit-content;
    margin: 101px auto 0;
    position: relative;
}

.wp-block-group.flow-wrap h4.wp-block-heading:before {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/kaitori2.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 61px;
    background-repeat: no-repeat;
    position: absolute;
    top: -46px;
    left: -38px;
}

.wp-block-group.flow-wrap h4.wp-block-heading:after {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/dan.png);
    background-size: contain;
    display: inline-block;
    width: 49px;
    height: 45px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
}

.wp-block-group.baikyaku-box {
    max-width: 390px;
    border: 1px solid #ababab;
}

.wp-block-group.baikyaku-box .wp-block-image {
    padding: 42px 0;
}

.wp-block-group.baikyaku-flex h3.wp-block-heading.has-text-align-center {
    font-size: 20px;
    background: black;
    color: #fff;
    padding: 5px 0;
}

.wp-block-group.baikyaku-flex h3.wp-block-heading.has-text-align-center {
    font-size: 20px;
    background: black;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 19px;
}

.wp-block-group.baikyaku-box p.has-text-align-left {
    width: 90%;
    margin: 0 auto;
    letter-spacing: -1px;
    padding-bottom: 22px;
    line-height: 1.8;
}

.wp-block-group.section2 {
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/flow-bk.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.wp-block-group.baikyaku-flex {
    position: relative;
    max-width: 849px;
    margin: 0 auto;
}

p.has-text-align-center.plus {
    font-size: 30px;
    position: absolute;
    max-width: fit-content;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
}

.wp-block-group.section-line {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/line.png);
    height: 17px;
    background-size: 100%;
}

.wp-block-group.voice-wrap {
    padding: 85px 0 110px;
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/voice-bk.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.wp-block-group.voice-box {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.wp-block-group.voice-flex figure.wp-block-image.size-full img {
    max-width: 124px;
}

.wp-block-group.voice-flex figure.wp-block-image.size-full {
    width: 189px;
}

.wp-block-group.voice-flex .wp-block-group.voice-txt {
    width: 80% !important;
}

.wp-block-group.voice-txt p {
    line-height: 2;
}

.wp-block-group.voice-box {
    background-repeat: no-repeat;
    background-position: bottom 25px right 25px;
}


.wp-block-group.voice-box:nth-of-type(1) {
    padding-top: 57px;
    padding-bottom: 57px;
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/VOICE01.png);
}

.wp-block-group.voice-box:nth-of-type(2) {
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/VOICE02.png);
}

.wp-block-group.voice-box:nth-of-type(3) {
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/VOICE03.png);
}

p.name {
    color: #a58750;
}

.wp-block-group.brand-wrap {
    padding: 100px 0 30px;
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/brand-bk.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.wp-block-group.brand-list>.wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.wp-block-group.brand-img {
    width: 29% !important;
}

.wp-block-group.brand-img h4 {
    padding: 3px 0;
    font-size: 20px;
    color: #fff;
    background: black;
}

.wp-block-image.img-hover.banner {
    margin-top: 65px;
    margin-bottom: 80px;
}

.wp-block-group.faq-wrap {
    padding: 100px 0 100px;
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/faq-bk.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.wp-block-group.accordion:before {
    color: #a58750;
}

p.accordion__text a {
    text-decoration: underline;
}

footer#site-footer {
    padding: 40px 0 33px;
    background: #5c5c5c;
    color: #fff;
}

footer#site-footer .wp-block-image.img-hover.foot-logo {
    margin-bottom: 24px;
}

footer#site-footer p {
    line-height: 1.8;
    font-size: 14px;
}

footer#site-footer p.title {
    width: 73px;
    text-align: center;
    border: 1px solid;
    line-height: 1.3;
    margin-right: 13px;
    margin-bottom: 10px;
}

.wp-block-group.foot-flex {
    align-items: baseline;
}

.wp-block-group.foot-flex-wrap {
    max-width: fit-content;
    margin: 31px auto 26px;
}

footer#site-footer p.has-text-align-center.kyoka {
    font-size: 12px;
}

/* 固定ボタンスタイル */


#close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #888;
    cursor: pointer;
}

/* ×ボタンのスタイル */
.wp-block-buttons.close-btn .wp-block-button a {
    font-size: 25px;
    color: #888;
}

/* ホバー時に表示 */
.assessment-button:hover+.assessment-popup {
    display: block;
}

.wp-block-group.assessment-box h3 {
    font-size: 24px;
    padding: 9px 0;
    cursor: pointer;
}

.wp-block-group.assessment-box {
    max-width: 440px;
    border: 5px solid #a58750;
    color: #fff;
    background: #a58750;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 300;
}


.wp-block-group.assessment-popup {
    display: block;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
    overflow: visible !important;
}

.wp-block-group.assessment-popup.show {
    opacity: 1;
    max-height: 500px;
    padding: 10px;
    margin-top: 10px;
}

.wp-block-group.assessment-popup h2 {
    line-height: 0.5;
    margin-bottom: 17px;
}

.wp-block-group.assessment-popup {
    background: #fff;
    color: black;
}

.wp-block-group.assessment-popup h2 a {
    font-size: 36px;
    color: #d14839;
    margin-bottom: 16px;
}

.wp-block-buttons.mail-24btn a span {
    font-size: 14px;
    color: #fff;
}

.wp-block-buttons.mail-24btn {
    margin: 0 auto;
    max-width: 257px;
}

.wp-block-buttons.mail-24btn a {
    background: #2f6aa1;
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    line-height: 1.3;
}

.wp-block-buttons.close-btn a {
    width: 100%;
    background: #a58750;
    border-radius: 0;
    color: #fff !important;
    text-align: center;
    padding: 0;
}

.wp-block-buttons.close-btn {
    color: #fff;
    position: absolute;
    top: -35px;
    right: -5px;
    width: 100%;
    display: block !important;
    max-width: 46px;
    z-index: 20;
}

.wp-block-group.assessment-box {
    opacity: 0;
}

header.scroll-nav .wp-block-group.assessment-box {
    opacity: 1;
}

br.sp-2 {
    display: none;
}

.wp-block-group.baikyaku-box p.has-text-align-left span {
    color: black;
    font-size: 14px;
}

/* 都道府県カテゴリ見出し（例：関東・中部など） */
select option[value^="【"] {
    font-weight: bold;
    color: #999;
    pointer-events: none;
}

.under-v {
    display: none;
}

.wp-block-group.under-v-flex figure.wp-block-image.size-full,
.wp-block-group.under-v-flex .wp-block-group.contact-title {
    width: 50% !important;
}

.wp-block-group.under-v-flex {
    height: 460px;
    background: #a58750;
    color: #fff;
    position: relative;
}

.wp-block-group.contact-title h1 {
    font-size: 48px;
    font-weight: bold;
}

.wp-block-group.contact-title h1 span {
    color: #fff;
    font-size: 60px;
}

.wp-block-group.contact-title {
    background: #a58750;
}

.wp-block-group.under-v-flex figure.wp-block-image.size-full img {
    object-fit: cover;
    height: 460px;
}

.wp-block-group.under-v-flex:after {
    content: '';
    background-image: url(https://tokei.rewatch1969.com/wp/wp-content/uploads/2025/10/req-img.png);
    background-size: contain;
    display: inline-block;
    width: 433px;
    height: 159px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -36px;
    left: 16px;
}

.form-step {
    margin: 138px auto 76px;
    max-width: 830px;
}

ul.step-list {
    display: flex;
    justify-content: space-between;
}

ul.step-list li span {
    display: block;
    background-color: #ccc;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    margin: 0 auto;
}

ul.step-list li {
    color: #ccc;
}

ul.step-list li.active span {
    background: black;
}

ul.step-list li.active {
    color: black;
}

ul.step-list {
    position: relative;
}

h2.form-title.form-title-2 {
    margin-bottom: 30px;
}

table.contact-form {
    margin-bottom: 30px;
}

ul.step-list:after {
    width: 94%;
    height: 2px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 21px;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

h2.form-title {
    font-size: 30px;
    color: black;
    margin-bottom: 14px;
}

p.form-title-txt {
    margin: 0 0 30px;
}

table.contact-form td {
    width: 69%;
}

table.contact-form th {
    width: 31%;
}

table.contact-form tr {
    margin-bottom: 22px;
    display: flex;
    gap: 20px;
}

span.attention {
    background: #d14839;
    color: #fff;
    padding: 4px 10px;
    line-height: 1;
    font-size: 14px;
    display: block;
    max-width: fit-content;
    position: absolute;
    top: 6px;
    right: 0;
}

body#contact input,
body#contact textarea,
body#contact select {
    padding: 8px;
    width: 100%;
}

p.subtxt {
    color: gray;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 12px;
}

span.wpcf7-list-item-label {
    color: black;
}

body#contact .wpcf7-list-item {
    display: block;
    margin: 0;
    line-height: 2;
}

.form-point-wrap {
    padding: 51px 25px 7px;
    background: #f8f6f3;
    position: relative;
}

.form-point-wrap h3 {
    background: #e6b33a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    max-width: fit-content;
    padding: 4px 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.form-point-box h2:before {
    content: '■';
    margin-right: 7px;
    color: #e6b33a;
}

.form-point-box h2 {
    font-size: 16px;
    color: black;
}

p.fotm-point-txt {
    margin: 9px 0 19px;
    line-height: 2;
}

.form-point-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-point-box ul li {
    width: 23%;
}

.form-point-box ul li h4 {
    font-size: 14px;
    background: #a58750;
    color: #fff;
    text-align: center;
    position: relative;
    top: -5px;
    letter-spacing: 0;
}

.form-point-box {
    margin-bottom: 28px;
}

.form-point-box ul li p {
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}

p.form-img-txt {
    margin: 23px 0;
}

.codedropz-upload-handler,
.codedropz-upload-handler span {
    color: black;
}

table.contact-form th {
    position: relative;
}

.policy-wrap {
    height: 324px;
    overflow-y: scroll;
    background: #f8f6f3;
    font-size: 14px;
    padding: 20px 20px 1px;
    margin-bottom: 18px;
}

body#contact input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}

.wp-block-group.inner.contact-wrap {
    padding-bottom: 114px;
}

.wp-block-group.inner.contact-c-wrap {
    padding-bottom: 100px;
}

p.kakunin-txt {
    text-align: center;
    margin-bottom: 54px;
}

table.contact-form {
    margin-bottom: 30px;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-previous,
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 300px;
    background: black;
    border: none;
    padding: 20px 0 !important;
    color: #fff;
    margin: 0 auto 12px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 100%;
}

.policy-wrap p,
.policy-wrap dd {
    margin-bottom: 10px;
}

figure.wp-block-image.size-full.maincopy.pc {
    max-width: 910px;
    position: absolute;
    top: 215px;
    left: 0;
}

.wp-block-group.mainv {
    height: 100vh;
}

figure.wp-block-image.size-full.main-img.pc {
    max-width: 549px;
    position: absolute;
    bottom: -57px;
    right: 32px;
}

.wp-block-group.mainv-inner {
    position: relative;
    height: 86vh;
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/11/mv-bk-pc-1.png);
    background-size: cover;
    background-position: center;
}

.wp-block-group.mainv .inner-l {
    background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/mv-img.png);
    height: 86vh;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.wp-block-group.mainv-txt {
    background: #4d473c;
    color: #fff;
}

.wp-block-group.mainv-txt h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'MS PMincho';
    margin-bottom: 11px;
    letter-spacing: 2px;
    font-weight: bold;
}

.wp-block-group.mainv-txt {
    padding: 23px 0 20px;
}

.wp-block-group.mainv-txt p {
    line-height: 1.7;
    max-width: fit-content;
    margin: 0 auto;
    width: 95%;
}

figure.wp-block-image.size-full.main-img.sp-2 {
    display: none;
}

footer#site-footer a {
    color: #fff;
}

p.next,
p.prev {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

p.prev:before {
    content: '';
    width: 13px;
    height: 13px;
    border: 0;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    transform: rotate(-45deg);
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    position: relative;
    display: block;
}

p.next:before {
    content: '';
    width: 13px;
    height: 13px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    position: relative;
    display: block;
}

p.next {
    position: absolute;
    top: -64px;
    right: -15px;
    bottom: auto;
    /* margin: 0 auto; */
    left: auto;
}

p.prev {
    position: absolute;
    top: -64px;
    right: auto;
    bottom: auto;
    /* margin: 0 auto; */
    left: -15px;
}

.wp-block-group.baikyaku-box .wp-block-image.baikyaku-img {
    padding: 33.5px 0;
}

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

    PC・タブレット横 

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

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

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

    タブレット縦横

============================== */
@media (max-width: 1700px) and (min-width: 710px) {
    .wp-block-group.mainv .inner-l {
        height: 700px;
    }

    .wp-block-group.mainv-inner {
        height: 700px;
    }

    .wp-block-group.mainv {
        height: auto;
    }
}

@media (max-width: 1650px) and (min-width: 710px) {




    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    .wp-block-group.about-wrap h3,
    .wp-block-group.about-wrap h2,
    .wp-block-group.about-wrap h4 {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.checklist-wrap h2 {
        text-shadow: 0 0 BLACK;
    }

    .wp-block-group.title {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.contact-title h1 {
        font-size: 35px;
    }

    .wp-block-group.contact-title h1 span {
        font-size: 40px;
    }

    figure.wp-block-image.size-full.maincopy.pc {
        max-width: 746px;
        position: absolute;
        top: 150px;
        left: 0;
    }

    figure.wp-block-image.size-full.main-img.pc {
        max-width: 451px;
        position: absolute;
        bottom: -22px;
        right: 23px;
    }


}

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

    スマホ・タブレット縦

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

@media screen and (max-width:1100px) {
    .wp-block-group.baikyaku-box .wp-block-image.baikyaku-img {
        padding: 0;
    }

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

    .wp-block-group.appbtn-flex {
        max-width: 394px;
        display: block;
        margin: 0 auto;
    }

    .wp-block-buttons.app-btn {
        max-width: 394px;
        width: 100%;
        margin-bottom: 31px;
    }

    .wp-block-group.app-wrap {
        padding: 21px 0 1px;
    }

    .wp-block-group.app-wrap h2 {
        margin-bottom: 28px;
    }

    .wp-block-group.about {
        background-size: 400px;
    }

    .wp-block-group.satei-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wp-block-group.satei-flex figure.wp-block-image.size-full {
        margin: 0 13px;
    }

    .wp-block-group.zirei-flex {
        display: block;
    }

    .wp-block-group.ok-flex {
        width: 50% !important;
        margin: 0 0 0 21px;
    }

    .wp-block-group.zirei-box figure.wp-block-image.size-full {
        width: 50%;
    }

    .wp-block-group.zirei-box>.wp-block-group__inner-container {
        display: flex;
        max-width: 650px;
        margin: 0 auto 28px;
    }

    .slider-05 .slide {
        flex: 0 0 33%;
        width: 33% !important;
    }


    .inner {
        width: 90% !important;
    }

    .wp-block-group.point-flex {
        display: block;
    }

    .wp-block-group.point-box figure.wp-block-image.size-full {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: -29px;
        right: 0;
        left: 0;
        border: 1px solid #a58750;
        border-radius: 50%;
    }

    .wp-block-group.point-box {
        background-repeat: no-repeat;
        background-position: top 129px center;
        position: relative;
        padding: 92px 20px 0;
        background-size: 200px;
    }

    .wp-block-group.point-txt {
        padding: 105px 0 39px;
    }

    .wp-block-group.point-txt h3 {
        text-align: center;
        line-height: 1.3;
    }

    .wp-block-group.point-txt p {
        max-width: fit-content;
        margin: 0 auto;
    }

    .wp-block-group.point-box:nth-of-type(2) .wp-block-group.point-txt {
        padding: 102px 0 39px;
    }

    .wp-block-group.point-wrap {
        padding: 98px 0 37px;
    }

    .wp-block-group.section2 {
        background-size: 500px;
    }

    .wp-block-group.point-wrap h2 {
        margin: 0 auto 73px;
    }

    .wp-block-group.flow-flex {
        display: block;
    }

    .wp-block-group.flow-flex figure.wp-block-image.size-full {
        margin: 0 auto 20px;
    }

    .wp-block-group.flow-txt h3:before {
        font-size: 15px;
        padding: 4px 10px;
        display: block;
        max-width: fit-content;
        margin: 0 auto 7px;
    }

    .wp-block-group.flow-txt h3 {
        font-size: 24px;
        line-height: 1;
        text-align: center;
        margin: 11px 0 12px;
        display: block;
    }

    .wp-block-group.flow-txt p {
        max-width: fit-content;
        margin: 0 auto;
    }

    .wp-block-group.flow-wrap h4.wp-block-heading {
        text-align: center;
        line-height: 2;
    }

    .wp-block-group.baikyaku-flex {
        display: block;
    }

    .wp-block-group.baikyaku-flex h3.wp-block-heading.has-text-align-center {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .wp-block-group.baikyaku-box {
        position: relative;
    }

    .wp-block-group.baikyaku-box>.wp-block-group__inner-container {
        display: flex;
        align-items: center;
        padding: 48px 0 14px;
    }

    .wp-block-group.baikyaku-box {
        max-width: 500px;
        margin: 0 auto;
        padding: 0 21px;
    }

    .wp-block-group.baikyaku-box .wp-block-image {
        padding: 0;
        width: 33%;
    }

    .wp-block-group.baikyaku-box .wp-block-image figure.aligncenter.size-full {
        max-width: 100px;
        margin: 0 auto;
    }

    .wp-block-group.baikyaku-box>.wp-block-group__inner-container {
        padding: 88px 0 60px;
    }

    .wp-block-group.baikyaku-box:nth-of-type(2)>.wp-block-group__inner-container {
        padding: 55px 0 0;
    }

    p.has-text-align-center.plus {
        font-size: 30px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: fit-content;
        line-height: 1;
        margin: 17px auto;
        position: relative;
    }

    .wp-block-group.flow-wrap {
        padding: 79px 0 69px;
    }

    .wp-block-group.voice-wrap {
        padding: 85px 0 31px;
        background-size: 500px;
    }

    .wp-block-group.voice-flex {
        display: block;
    }

    .wp-block-group.voice-box:nth-of-type(1) {
        padding-top: 31px;
    }

    .wp-block-group.voice-flex figure.wp-block-image.size-full {
        width: 100%;
        max-width: fit-content;
        margin: 0 auto 24px;
    }

    p.name {
        text-align: right;
    }

    .wp-block-group.voice-flex .wp-block-group.voice-txt {
        width: 100% !important;
    }

    .wp-block-group.brand-wrap {
        padding: 86px 0 7px;
        background-size: 500px;
    }

    .wp-block-group.brand-list>.wp-block-group__inner-container {
        gap: 37px;
    }

    .wp-block-group.brand-img {
        width: 47% !important;
    }

    .wp-block-group.faq-wrap {
        padding: 98px 0 50px;
        background-size: 500px;
    }

    .wp-block-group.assessment-box {
        max-width: 257px;
    }

    .wp-block-group.assessment-box h3 {
        font-size: 18px;
    }

    .wp-block-group.assessment-popup h2 a {
        font-size: 24px;
    }

    p.has-text-align-center.uketuke {
        font-size: 13px;
    }

    .wp-block-group.contact-title .wp-block-image {
        max-width: 254px;
        margin: 0 auto;
    }

    .wp-block-group.under-v-flex figure.wp-block-image.size-full,
    .wp-block-group.under-v-flex .wp-block-group.contact-title {
        width: 100% !important;
        height: 250px;
    }

    .wp-block-group.under-v-flex figure.wp-block-image.size-full img {
        object-fit: cover;
        height: 250px;
        object-position: top;
    }

    .wp-block-group.contact-title .wp-block-image {
        padding-top: 72px;
    }

    .wp-block-group.under-v-flex:after {
        width: 433px;
        height: 159px;
        bottom: auto;
        left: auto;
        top: 129px;
        right: 0;
    }

    .form-step {
        margin: 91px auto 98px;
        max-width: 500px;
    }

    .wp-block-group.under-v-flex {
        height: auto;
        display: block;
    }

    table.contact-form td {
        width: 100%;
        display: block;
    }

    table.contact-form th {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    table.contact-form tr {
        margin-bottom: 34px;
        display: block;
    }

    p.subtxt {
        padding-bottom: 11px;
    }

    .form-point-box ul li {
        width: 23.8%;
    }

    .wp-block-group.inner.contact-wrap {
        padding-bottom: 67px;
    }

    .wp-block-group.mainv {
        height: 920px;
    }

    .wp-block-group.mainv-inner {
        position: relative;
        height: 788px;
        background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/mainv-sp-bk.png);
        background-size: cover;
        background-position: center;
    }

    .wp-block-group.mainv .inner-l {
        height: 788px;
        background-repeat: no-repeat;
        background-position: bottom -91px right -7px, left top 136px;
        background-image: url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/10/mv-img.png), url(https://brand.rewatch1969.com/wp/wp-content/uploads/2025/11/maincopy-sp-1.png);
        background-size: 456px, 621px;
    }

    figure.wp-block-image.size-full.main-img.sp {
        position: absolute;
        bottom: 31px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 96%;
        max-width: 750px;
    }

    .wp-block-group.taisyo-box {
        width: 49% !important;
    }

    .wp-block-group.taisyo-box h3 {
        font-size: 18px;
        max-width: 203px;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    .wp-block-group.taisyo-box.taisyo-1 {
        background-position: right 22px center, left 91px top 43px;
    }

    .wp-block-group.taisyo-box.taisyo-2 {
        background-position: right 22px center, top 44px left 73px;
    }

    .wp-block-group.taisyo-box.taisyo-3 {
        background-position: right 20px center, top 20px left 36px;
    }

    .wp-block-group.taisyo-box.taisyo-4 {
        background-position: right 4px center, top 24px left 68px;
    }

    .wp-block-group.taisyo-box.taisyo-5 {
        background-position: right top, top 44px left 63px;
    }

    .wp-block-group.taisyo-box.taisyo-6 {
        background-position: right 5px center, top 21px left 63px;
    }

    .wp-block-group.about {
        padding: 88px 0 5px;
    }

}


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

    タブレット縦のみ

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

@media (max-width: 1100px) and (min-width: 710px) {


    .tel-menu-flex {
        max-width: 374px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .wp-block-group.mainv-txt p br.pc {
        display: block;
    }

    h2#title-bk {
        background-position: right;
    }

}

@media (max-width: 870px) and (min-width: 710px) {

    .wp-block-group.mainv .inner-l {
        background-size: 380px, 549px;
    }

    .wp-block-group.taisyo-box h3 {
        max-width: 180px;
    }

    .wp-block-group.taisyo-box.taisyo-6 h3 {
        line-height: 1.3;
        padding-top: 50px;
    }

    .wp-block-group.taisyo-box.taisyo-6 h3 span {
        display: block;
    }

    .wp-block-group.taisyo-box.taisyo-1 {
        background-position: right 22px center, left 80px top 43px;
    }

    .wp-block-group.taisyo-box.taisyo-2 {
        background-position: right 22px center, top 44px left 63px;
    }

    .wp-block-group.taisyo-box.taisyo-3 {
        background-position: right 20px center, top 20px left 21px;
    }

    .wp-block-group.taisyo-box.taisyo-4 {
        background-position: right 4px center, top 24px left 52px;
    }

    .wp-block-group.taisyo-box.taisyo-5 {
        background-position: right top, top 44px left 51px;
    }

    .wp-block-group.taisyo-box.taisyo-6 {
        background-position: right 5px center, top 18px left 45px;
    }

}

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

    スマホ　

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

@media screen and (max-width: 710px) {

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 1.7;
    }


    figure.wp-block-image.size-full.logo.img-hover {
        max-width: 82px;
        position: fixed;
        top: 11px;
        left: 8px;
    }

    figure.wp-block-image.size-full.maincopy.sp {
        max-width: 302px;
        margin: 0 auto 0 0;
        position: relative;
        left: 0;
        padding-top: 112px;
    }

    .wp-block-group.assessment-box {
        display: none;
    }

    .wp-block-group.app-wrap h2 span {
        font-size: 20px;
    }

    .wp-block-group.app-wrap h2 {
        margin-bottom: 21px;
        font-size: 18px;
    }

    .wp-block-buttons.app-btn {
        max-width: 274px;
        width: 100%;
        margin: 0 auto 19px;
    }

    .wp-block-group.app-wrap {
        padding: 22px 0 11px;
    }

    .wp-block-buttons.app-btn.tel-btn a:hover,
    .wp-block-buttons.app-btn.mail-btn a:hover {
        transform: translateY(6px);
    }

    p.next {
        right: -5px;
    }

    p.prev {
        left: -5px;
    }

    .wp-block-buttons.app-btn a span {
        font-size: 10px;
    }

    p.accordion__text {
        font-size: 14px;
        line-height: 2;
        padding: 6px 10px 10px;
    }

    .wp-block-buttons.app-btn.tel-btn a {
        box-shadow: 0 6px 0 #5d1c15;
        background-position: top 6px left 6px;
        background-size: 48px;
    }

    .wp-block-buttons.app-btn a {
        font-size: 23px;
        padding: 16px 0 11px;
        padding-left: 42px;
    }

    .wp-block-buttons.app-btn.mail-btn a {
        box-shadow: 0 6px 0 #152d43;
        background-position: top 8px left 6px;
        background-size: 48px;
    }

    .wp-block-button[data-name]::before {
        font-size: 12px;
        max-width: 150px;
        border-radius: 5px;
        padding: 2px 0;
        top: -9px;
        left: 0;
        right: 0;
        z-index: 10;
    }

    br.sp-2 {
        display: block;
    }

    .wp-block-group.about-wrap h3 {
        font-size: 18px;
        margin: 0 auto 24px;
    }

    .wp-block-group.about-wrap h3:before {
        width: 15px;
        height: 34px;
        left: -33px;
        top: 18px;
    }

    .wp-block-group.about-wrap h3:after {
        width: 15px;
        height: 34px;
        right: -33px;
        top: 18px;
    }

    .wp-block-group.about-wrap h2 span {
        font-size: 30px;
    }

    .wp-block-group.about-wrap h2 {
        font-size: 24px;
    }

    .wp-block-group.about {
        background-size: 250px;
    }

    .wp-block-group.about-wrap h2,
    .wp-block-group.about-wrap h3,
    .wp-block-group.about-wrap h4 {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.about-wrap h2:after {
        width: 30px;
        height: 27px;
        position: absolute;
        background-repeat: no-repeat;
        top: 32px;
        right: -5px;
    }

    .wp-block-group.about-wrap h4 {
        font-size: 21px;
        margin: 36px auto 33px;
        padding-bottom: 24px;
        background-position: bottom center;
        background-size: 100%;
    }

    .wp-block-group.satei-flex figure.wp-block-image.size-full {
        margin: 0 5px;
        width: 47%;
    }

    header.scroll-nav figure.wp-block-image.size-full.logo.img-hover {
        max-width: 60px;
        top: 8px;
        left: 6px;
    }

    .wp-block-group.satei-flex {
        margin: 44px auto 0;
    }

    .wp-block-group.about-wrap h5 {
        margin: 32px 0 27px;
        font-size: 18px;
    }

    .wp-block-group.checklist-wrap h2 {
        font-size: 17px;
        text-shadow: 0 0 BLACK;
        line-height: 1.2;
        padding: 6px 14px 7px;
    }

    .wp-block-group.checklist-wrap {
        padding: 59px 0 24px;
    }

    .wp-block-group.checklist-wrap li {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 17px;
        position: relative;
    }

    .wp-block-group.checklist-wrap li:before {
        width: 15px;
        height: 14px;
        left: 2px;
        top: 3px;
    }

    .wp-block-group.checklist-wrap:before {
        width: 58px;
        height: 107px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -52px;
        left: -15px;
    }

    .wp-block-group.about-wrap {
        padding: 53px 0 39px;
    }

    .wp-block-image.dot {
        max-width: 8px;
        margin: 0 auto 33px;
    }

    .wp-block-group.sodan-title h3 {
        font-size: 18px;
    }

    .wp-block-group.sodan-title h2 span {
        font-size: 35px;
    }

    .wp-block-group.sodan-title h2 {
        margin-bottom: 39px;
        font-size: 24px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .wp-block-group.sodan-title h2 span.soudan:after {
        width: 126px;
        height: 12px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -14px;
        left: 0px;
    }

    .wp-block-group.sodan-title h4 {
        font-size: 18px;
        line-height: 1.8;
    }

    h2#title-bk {
        font-size: 18px;
        margin-bottom: 22px;
        background-size: cover;
        background-position: right;
    }

    .wp-block-group.ok-flex h3 {
        width: 50px;
        height: 50px;
        line-height: 2.5;
        font-size: 20px;
        margin-right: 16px;
    }

    .wp-block-group.ok-flex p {
        font-size: 14px;
    }

    .wp-block-group.ok-flex {
        width: 85% !important;
        margin: 0 0 0 10px;
    }

    .wp-block-group.zirei-box>.wp-block-group__inner-container {
        margin: 0 auto 15px;
    }

    .wp-block-group.sodan-title {
        margin-bottom: 41px;
    }

    h2.wp-block-heading.has-text-align-center.sodan-title {
        margin: 48px 0 27px;
        font-size: 16px;
        color: black;
        line-height: 1.8;
    }

    .wp-block-group.zirei-wrap {
        margin-bottom: 45px;
    }

    .slider-05 .slide {
        flex: 0 0 50%;
        width: 50% !important;
    }

    p.brand-name {
        font-size: 13px;
        margin-top: 7px;
    }

    p.hinban {
        font-size: 10px;
        line-height: 1.3;
        margin-bottom: 6px;
        height: 26px;
    }

    p.has-text-align-center.kakakutitle {
        font-size: 11px;
    }

    .wp-block-group.slide h2.wp-block-heading {
        font-size: 20px;
        margin-top: 2px;
    }

    .wp-block-group.slide h2.wp-block-heading:after {
        font-size: 14px;
    }

    p.att {
        font-size: 12px;
        margin-top: 29px;
    }


    .wp-block-group.point-wrap h2 span {
        font-size: 30px;
    }

    .wp-block-group.point-wrap h2 {
        font-size: 19px;
        margin: 0 auto 48px;
    }

    .wp-block-group.point-wrap {
        padding: 58px 0 13px;
    }

    .wp-block-group.point-wrap h2:after {
        width: 37px;
        height: 45px;
        right: -42px;
        top: 13px;
    }

    .wp-block-group.point-wrap h2:before {
        width: 37px;
        height: 45px;
        left: -42px;
        top: 13px;
    }

    .wp-block-group.point-box figure.wp-block-image.size-full {
        max-width: 108px;
        top: -22px;
    }

    .wp-block-group.point-box {
        background-position: top 85px center;
        position: relative;
        padding: 54px 20px 0;
        background-size: 117px;
        margin-bottom: 27px;
    }

    .wp-block-group.point-txt h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .wp-block-group.point-box:nth-of-type(2) .wp-block-group.point-txt {
        padding: 55px 0 33px;
    }

    .wp-block-group.point-box:nth-of-type(2) .wp-block-group.point-txt p span {
        font-size: 22px;
    }

    .wp-block-group.title h3 {
        font-size: 18px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.title h2 {
        margin-bottom: 42px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    h2 {
        font-size: 24px;
    }

    .wp-block-group.flow-flex figure.wp-block-image.size-full {
        margin: 0 auto 14px;
        max-width: 142px;
    }

    .wp-block-group.flow-txt h3 {
        font-size: 18px;
    }

    .wp-block-group.flow-txt h3:before {
        font-size: 13px;
    }

    .wp-block-group.flow-flex {
        margin: 23px 0;
        padding-bottom: 23px;
    }

    .wp-block-group.flow-wrap h4.wp-block-heading:before {
        width: 37px;
        height: 37px;
        background-repeat: no-repeat;
        position: absolute;
        top: -24px;
        left: 24px;
    }

    .wp-block-group.flow-wrap h4.wp-block-heading {
        font-size: 18px;
        margin: 61px auto 0;
        position: relative;
    }

    .wp-block-group.flow-wrap h4.wp-block-heading:after {
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -26px;
    }

    .wp-block-group.flow-wrap {
        padding: 79px 0 0;
    }

    .wp-block-group.baikyaku-flex {
        max-width: 300px;
    }

    .wp-block-group.baikyaku-flex h3.wp-block-heading.has-text-align-center {
        font-size: 16px;
    }

    .wp-block-group.baikyaku-box {
        padding: 0 15px;
    }

    .wp-block-group.baikyaku-box .wp-block-image figure.aligncenter.size-full {
        max-width: 54px;
    }

    .wp-block-group.baikyaku-box p.has-text-align-left {
        line-height: 1.6;
    }

    .wp-block-group.baikyaku-box:nth-of-type(2)>.wp-block-group__inner-container {
        padding: 44px 0 0;
    }

    p.has-text-align-center.plus {
        font-size: 20px;
        margin: 11px auto;
    }

    .wp-block-group.section2 {
        background-size: 500px;
        padding-bottom: 39px;
    }

    .wp-block-group.voice-wrap {
        padding: 58px 0 30px;
        background-size: 284px;
    }

    .wp-block-group.voice-flex figure.wp-block-image.size-full {
        max-width: 82px;
        margin: 0 auto 19px;
    }

    .wp-block-group.voice-box:nth-of-type(1),
    .wp-block-group.voice-box {
        padding: 24px 18px 20px;
    }

    .wp-block-group.voice-box {
        background-position: bottom -2px left 9px;
        background-size: 203px;
        margin-bottom: 15px;
    }

    .wp-block-group.brand-img h4 {
        padding: 1px 0 2px;
        font-size: 14px;
    }

    .wp-block-group.brand-list>.wp-block-group__inner-container {
        gap: 20px;
    }

    h4.wp-block-heading.has-text-align-center.seiko {
        font-size: 12px;
        letter-spacing: 0;
    }

    .wp-block-image.img-hover.banner {
        margin-top: 47px;
    }

    .wp-block-group.brand-wrap {
        padding: 64px 0 6px;
        background-size: 377px;
    }

    .wp-block-group.faq-wrap {
        padding: 54px 0 17px;
        background-size: 271px;
    }

    p.accordion__button {
        font-size: 14px;
        padding: 19px 20px 20px 27px;
    }

    .wp-block-group.accordion:before {
        left: 8px;
        font-size: 18px;
        top: 13px;
        bottom: 0;
        z-index: 20;
    }

    .accordion {
        margin-bottom: 4px;
    }

    .accordion__button::after {
        width: 16px;
        height: 2px;
        right: 7px;
    }

    .accordion__button::before {
        width: 2px;
        height: 16px;
        right: 14px;
    }

    footer#site-footer {
        padding: 28px 0 85px;
    }

    footer#site-footer .wp-block-image.img-hover.foot-logo {
        max-width: 82px;
        margin: 0 auto 14px;
    }

    footer#site-footer p {
        line-height: 1.8;
        font-size: 11px;
    }

    footer#site-footer p.has-text-align-center.kyoka {
        font-size: 10px;
    }

    .wp-block-group.baikyaku-box p.has-text-align-left span {
        font-size: 12px;
    }

    .wp-block-group.section-line {
        height: 11px;
    }

    .wp-block-group.contact-title h1 span {
        font-size: 35px;
    }

    .wp-block-group.contact-title h1 {
        font-size: 24px;
    }

    .wp-block-group.under-v-flex figure.wp-block-image.size-full img {
        height: 150px;
    }

    .wp-block-group.under-v-flex figure.wp-block-image.size-full,
    .wp-block-group.under-v-flex .wp-block-group.contact-title {
        width: 100% !important;
        height: 150px;
    }

    .wp-block-group.under-v-flex:after {
        width: 189px;
        height: 91px;
        bottom: auto;
        left: auto;
        top: 91px;
        right: 16px;
    }

    .wp-block-group.contact-title .wp-block-image {
        padding-top: 39px;
    }

    ul.step-list li span {
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 1.8;
        margin: 0 auto;
        font-size: 14px;
    }

    ul.step-list:after {
        width: 79%;
        height: 2px;
        top: 12px;
        content: '';
        left: 0;
        right: 0;
        z-index: -1;
    }

    .form-step {
        margin: 71px auto 62px;
        max-width: 300px;
    }

    ul.step-list p {
        font-size: 12px;
    }

    h2.form-title {
        font-size: 20px;
        margin-bottom: 7px;
    }

    p.form-title-txt {
        margin: 0 0 49px;
        font-size: 13px;
    }

    table.contact-form th {
        margin-bottom: 11px;
    }

    span.attention {
        padding: 4px 10px;
        line-height: 1;
        font-size: 11px;
        top: 2px;
        right: 0;
    }

    table.contact-form tr {
        margin-bottom: 21px;
    }

    p.subtxt {
        font-size: 12px;
        line-height: 1.8;
        margin-top: 5px;
        padding-bottom: 6px;
    }

    .form-point-wrap h3 {
        font-size: 14px;
        padding: 4px 8px;
    }

    .form-point-wrap {
        padding: 43px 18px 1px;
    }

    .form-point-box h2 {
        font-size: 14px;
    }

    p.fotm-point-txt {
        margin: 10px 0 20px;
    }

    .form-point-box ul li {
        width: 48%;
    }

    .form-point-box ul li p {
        font-size: 12px;
    }

    .form-point-box ul li h4 {
        font-size: 13px;
    }

    p.fotm-point-txt {
        margin: 10px 0 20px;
    }

    .policy-wrap p,
    .policy-wrap dl {
        font-size: 12px;
    }

    .policy-wrap {
        height: 250px;
    }

    .wp-block-group.inner.contact-wrap {
        padding-bottom: 36px;
    }

    input.wpcf7-form-control.wpcf7-previous,
    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        max-width: 250px;
        padding: 17px 0 !important;
    }

    .image-preview-container img {
        width: 43%;
    }

    .wp-block-group.mainv {
        height: 550px;
    }

    .wp-block-group.mainv-txt h2 {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .wp-block-group.mainv-txt {
        padding: 17px 0 15px;
    }

    .wp-block-group.mainv-txt p {
        font-size: 11px;
        line-height: 1.5;
        max-width: 400px;
        margin: 0 auto;
    }

    .wp-block-group.mainv-inner {
        height: 462px;
    }

    .wp-block-group.mainv .inner-l {
        height: 462px;
        background-repeat: no-repeat;
        background-position: bottom -63px right -7px, left top 88px;
        background-size: 214px, 319px;
    }

    figure.wp-block-image.size-full.main-img.sp {
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }

    .wp-block-group.about {
        padding: 51px 0 0px;
    }

    .wp-block-group.taisyo-box h3 {
        font-size: 12px;
        max-width: 122px;
        width: 100%;
        text-align: left;
        line-height: 1;
        padding-top: 38px;
        letter-spacing: 0;
    }

    .wp-block-group.taisyo-box {
        width: 48% !important;
        padding: 0 9px;
        height: 74px;
    }

    .wp-block-group.taisyo-box.taisyo-1 {
        background-position: right 11px center, left 25px top 29px;
        background-size: 44px, 44px;
    }

    .wp-block-group.taisyo-box.taisyo-2 {
        background-position: right 11px top 23px, top 28px left 10px;
        background-size: 56px, 68px;
    }

    .wp-block-group.taisyo-box.taisyo-3 {
        background-position: right 7px top 24px, top 17px left -1px;
        background-size: 66px, 100px;
    }

    .wp-block-group.taisyo-box.taisyo-4 {
        background-position: right 4px center, top 19px left 24px;
        background-size: 45px, 63px;
    }

    .wp-block-group.taisyo-box.taisyo-5 {
        background-position: right top, top 27px left 20px;
        background-size: 59px, 80px;
    }

    .wp-block-group.taisyo-box.taisyo-6 {
        background-position: right 10px center, top 14px left 22px;
        background-size: 54px, 72px;
    }

    .wp-block-image.img-hover.banner {
        margin-top: 29px;
        margin-bottom: 39px;
    }

    .wp-block-group.taisyo-box h3 span {
        font-size: 9px;
        display: block;
    }

    .wp-block-group.taisyo-box.taisyo-6 h3 {
        text-align: center;
        max-width: fit-content;
        line-height: 1.6;
        padding: 29px 0 0 7px;
    }

    .wp-block-group.taisyo-wrap .wp-block-group-is-layout-flex {
        flex-wrap: wrap;
        gap: 10px !important;
        max-width: 400px;
        margin: 0 auto;
    }

    figure.wp-block-image.size-full.main-img.sp {
        display: none;
    }

    figure.wp-block-image.size-full.main-img.sp-2 {
        display: block;
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 314px;
    }

    .wp-block-group.point-txt {
        padding: 70px 0 39px;
    }

    .wp-block-group.point-box:nth-of-type(2) .wp-block-group.point-txt {
        padding: 68px 0 39px;
    }
}


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

  その他適宜追加する場合は下記に記述

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