@charset "UTF-8";

/* 横幅削除用 */
@media (min-width: 768px) {
    #mock_app .contents .contents__left {
        max-width: 100%;
    }

    .contents {
        max-width: 100%;
    }
}

/* お知らせ (notices) */
.notices {
    padding: 0 1rem 0 1rem;
}

.notices a {
    margin: auto;
    display: block;
    text-align: center;
    max-width: 500px;
    margin-top: 20px;
    color: #000;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
}

.notices>* {
    position: relative;
    display: block;
    padding: 0.75rem 40px 0.75rem 25px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    border-radius: 24px;
}

.notices>*::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    vertical-align: middle;
    content: "";
    background-repeat: no-repeat;
    background-image: url(/brand-tokei/wp-content/themes/otakaraya/assets/img/common/icon_arrow_red01.png);
    background-size: contain;
}

.notices a:hover {
    background-color: #f2f2f2;
    border: 2px solid #b31e00;
}

#mock_app section.column-section,
#mock_app .reason_section {
    margin-top: 0;
}

#mock_app .titleMain--lead {
    margin-bottom: 1.2rem;
}

/* 総合TOP新デザイン共通：見出し＋赤バー */
.app-top-body .top-section-title {
    text-align: center;
}

.app-top-body .top-section-title::after {
    content: "";
    display: block;
    width: 25cqw;
    height: 0.5cqw;
    background: var(--color-red);
    border-radius: 0.25cqw;
    margin: 2.5cqw auto 0;
}

@media (max-width: 767px) {
    .app-top-body .top-section-title::after {
        width: 53.333cqw;
        height: 1.0667cqw;
        border-radius: 0.5334cqw;
    }

    #mock_app>main>article>section.handling-products {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    #mock_app .handling-brand .colBox>.col {
        width: 100%;
    }

    .colBox.sp__col02>.col {
        width: 47.4%;
    }

    #mock_app .newsList {
        max-width: 65%;
    }
}

/* PC版：注意書き */
@media (min-width: 768px) {
    .cautionary_note {
        margin: 6px auto -2rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cautionary_note img {
        width: 80px;
    }
}

/* SP版：注意書き */
@media (max-width: 767px) {
    .cautionary_note {
        margin: 20px auto -1rem;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        font-size: 12px;
    }

    .cautionary_note img {
        width: 48px;
    }
}

/* TOP用セクションコンテンツ幅調整 */
#mock_app section {
    max-width: 100%;
}

.handling_products_section,
.handling_brand_section {
    padding: 0 5% !important;
}

.cta_section {
    padding: 5% !important;
}

.reason_section {
    padding: 5% 5% 0 5% !important;
}

.btn__red>a {
    font-size: clamp(0.6em, 1vw, 3em);
    border-radius: 10em;
    text-align: center;
    width: 20em;
    margin: auto;
}

.columnbox .btn__wrap.btn__red,
.columnbox+.btn__wrap.btn__red {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .titleMain--main {
        font-size: clamp(1em, 2.8vw, 3em);
    }
}

.titleMain--lead {
    font-size: clamp(0.8em, 1vw, 3em);
}

@media (min-width: 768px) {
    .columnbox {
        margin: 2.2rem auto 0;
    }

    .contents {
        padding: 0;
    }

    .news_section {
        margin-bottom: 4.3%;
    }
}

/* TOPctaスタイル */
#mock_app .cta_band_img_area+section {
    margin-top: 0 !important;
}

.cta_band_img_area {
    margin-top: 4rem;
}

.products_area a:hover img {
    transform: scale(1.15);
}

.cta_section {
    background-color: #eeeeee;
}

img.cta_section_content_area_svg {
    position: absolute;
    top: -3%;
    left: -3%;
    width: 12%;
}

.cta_section_content_text_area_wrap h4 {
    position: relative;
}

.cta_section_content_text_area_wrap h4::before,
.cta_section_content_text_area_wrap h4::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: red;
    top: 50%;
    transform-origin: right center;
}

.cta_section_content_text_area_wrap h4::before {
    left: -1em;
    transform: translateY(-50%) rotate(-35deg);
}

.cta_section_content_text_area_wrap h4::after {
    right: -1em;
    transform: translateY(-50%) rotate(35deg);
}

.cta_section_content_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.cta_section_content {
    width: 48%;
}

.cta_section_content_ttl span:nth-child(1) {
    font-family: "din-condensed", "DIN Condensed", "sans-serif";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: clamp(1em, 1.3em, 3em);
}

.cta_section_content_ttl {
    width: fit-content;
    margin: auto;
    font-size: clamp(1.5em, 2vw, 3em);
    margin-top: 5%;
    margin-bottom: 3%;
    font-weight: bold;
}

.cta_section_content_area {
    position: relative;
    display: flex;
    background-color: #ffffff;
    border-radius: 24px;
    flex-wrap: wrap;
}

.cta_section_content_text_area_wrap {
    padding: 5%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cta_section_content_area a {
    font-size: clamp(0.3em, 0.8vw, 3em);
    text-align: center;
    padding: 5% 0;
    border-radius: 5em;
}

.cta_section_content_area .btn__wrap>*::after {
    right: 0.5rem;
}

.cta_section_content_area_img {
    width: 50%;
    border-radius: 24px 0em 0em 24px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.cta_section_content_text_area_wrap p {
    font-size: clamp(0.3em, 0.8vw, 3em);
    position: relative;
}

.cta_section_content_text_area_wrap p::before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: -3%;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
}

.cta_section_content_text_area_wrap h4 {
    font-size: clamp(0.5em, 1.2vw, 3em);
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.cta_section_content_text_area_wrap .btn__wrap {
    margin: 0rem auto 0;
}

.cta_section_content_area_tel {
    width: 70%;
    margin: auto;
    display: block;
    margin-top: 5%;
}

.cta_section_content_area_tel img {
    width: 100%;
}

@media (max-width: 1024px) {
    .cta_section_content_text_area_wrap h4 {
        font-size: clamp(0.7em, 4vw, 3em);
    }

    .cta_section_content_area a {
        font-size: clamp(0.3em, 3vw, 3em);
    }

    .cta_section_content_area_img {
        border-radius: 24px 24px 0em 0em;
        aspect-ratio: 4 / 2.5;
        width: 100%;
    }

    .cta_section_content_text_area_wrap {
        padding: 5% 7%;
        width: 100%;
    }

    .cta_section_content_text_area_wrap p {
        font-size: clamp(0.7em, 3vw, 3em);
    }

    img.cta_section_content_area_svg {
        width: 25%;
    }

    .columnbox__wrap .col {
        margin: 0rem 0;
        width: 50vw;
        margin-right: 0.1%;
    }

    #mock_app .newsList {
        max-width: 88%;
    }

    .cta_section_content_area_tel {
        width: 100%;
    }

    .cta_section_content_text_area_wrap h4 {
        font-size: clamp(0.7em, 2vw, 3em);
    }

    .cta_section_content_text_area_wrap p {
        font-size: clamp(0.7em, 2vw, 1.5em);
    }

    .cta_section .btn__red>a {
        width: 100%;
    }

    .cta_section_content_area a {
        font-size: 1em;
    }

    .cta_section_content_text_area_wrap p {
        font-size: clamp(0.7em, 1.6vw, 1em);
    }

    .cta_section_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cta_section_content_area {
        align-content: space-between;
        height: 100%;
    }

    .cta_section_content_text_area_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 7% 20px 7%;
        width: 100%;
        height: 50%;
    }

    .cta_section_content_area_img {
        height: 50%;
    }

    #mock_app .column_section .flex--slide__pagenation .pagenation--arrows::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: calc(100% - 96px);
        height: 100%;
        content: "";
        background-color: #fff;
        background-image: url(../img/parts/flex/icon_slide_guide.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto calc(100% - 8px);
        border-radius: 50vw;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #mock_app .column_section .flex--slide__pagenation .pagenation--dots {
        display: flex;
        position: absolute;
        top: -100%;
        margin: auto;
        width: 100%;
    }

    #mock_app .column_section .columnbox__wrap+.flex--slide__pagenation {
        display: block;
        background-color: #e6001200;
    }

    .column_section .flex--slide__pagenation .pagenation--dots .slick-dots button {
        background: #000000;
    }
}

@media (max-width: 767px) {
    .cta_section_content_text_area_wrap h4 {
        font-size: clamp(0.7em, 4vw, 3em);
    }

    .cta_section_content_area a {
        font-size: clamp(0.3em, 3vw, 3em);
    }

    .cta_section_content {
        width: 100%;
    }

    .cta_section_content_text_area_wrap p {
        font-size: clamp(0.7em, 3vw, 3em);
    }

    .cta_section_content_area_tel {
        width: 100%;
    }

    .columnbox__wrap .col {
        width: 70vw;
        margin-right: 0%;
    }

    #mock_app .newsList {
        max-width: 100%;
    }

    .cta_section {
        padding: 7% 5% !important;
    }
}

/* 検索ボックス */
.btn__wrapper__flex {
    display: flex;
    justify-content: center;
}

.btn__wrapper__flex .btn__wrap {
    margin: 0;
}

.search_section {
    overflow: visible !important;
}

.search_section .wd_predictive_dropdown {
    width: 100% !important;
}

#app_top_search_box form {
    display: flex;
}

#app_top_search_box .search_box_wrap {
    width: 60%;
    margin: auto;
    max-width: 1840px;
}

#app_top_search_box .search_box_head {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 32px auto 1em;
    font-size: min(2vw, 24px);
    font-weight: 600;
    color: #000;
    padding-left: 0;
}

#app_top_search_box .search_box_placeholder {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 90%;
    height: 50px;
    border: 2px solid #333333;
    background-color: #FFFFFF;
    padding: 0px 8px;
    border-radius: 10px 0px 0px 10px;
    border-right: none;
}

#app_top_search_box .input_block {
    width: 10%;
}

#app_top_search_box .input_block input[type="submit"] {
    background: #E60012 !important;
    color: #FFF;
    box-shadow: none !important;
    border-radius: 0px 10px 10px 0px !important;
    width: 100%;
    text-align: center;
    border: 2px solid #333333;
    border-left: none;
    height: 100%;
}

#app_top_search_box .common_header_searchinput {
    border-color: #000 !important;
}

@media(max-width: 767px) {
    #app_top_search_box .search_box_wrap {
        width: 100%;
        margin-bottom: 2em;
    }

    #app_top_search_box .search_box_head {
        font-size: 4vw !important;
    }

    #app_top_search_box .input_block input[type="submit"] {
        padding: 0 !important;
        font-size: 3.8vw;
    }

    #app_top_search_box .search_box_placeholder {
        font-size: 3vw;
        width: 84%;
    }

    #app_top_search_box .input_block {
        width: 16%;
    }

    #app_top_search_box form.header_form_search_result {
        gap: 0;
    }
}

@media (max-width: 767px) {
    .btn__wrapper__flex {
        display: grid;
        grid-template-columns: max-content;
        gap: 5.0667cqw;
        margin-top: 2rem;
    }
}

/* TOP用CTA調整 */
.middle_cta_section {
    margin: 0 auto 0;
    width: 70%;
    padding: 5% 5% 0 5%;
    max-width: 1400px;
}

@media (max-width: 767px) {
    .middle_cta_section {
        width: 100%;
        padding: 5% 0% 0 0%;
    }
}

/* 理由セクション (理由セクションのPC向け幅調整) */
@media (min-width: 768px) {
    .reason_section_content {
        width: 65%;
        margin: auto;
    }
}