/**
 * 共通
 */

/* root */
@font-face {
    font-family: "Helvetica Neue W01 Roma";
    src: url("/wp-content/themes/arkhe_child/assets/fonts/HelveticaNeueW01-55Roma.ttf") format("truetype");
}
:root {
    --ark-letter_spacing: 0;
    --color-sub: #ea626f;
    --ark-font-size: min(16px, 3.733vw);
    --ark-font_family: "Helvetica Neue W01 Roma", Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --ark-padding--cell: 1.5em 1em;
    --ark-color--border--table: #939598;
}
html {
    font-size: var(--ark-font-size);
}
body {
    font-weight: 500;
    --arkb-marker-start: 0.5em;
    overflow-wrap: anywhere;
}

/* ==== utility ==== */
.u-wsNowrap {
    white-space: nowrap;
}
.u-bold {
    font-weight: bold;
}
.u-ib {
    display: inline-block;
}
@media (max-width: 750px) {
    .u-ta-c_sp {
        text-align: center;
    }
    .u-ta-l_sp {
        text-align: left;
    }
    .u-ta-r_sp {
        text-align: right;
    }
}

/* Android用 */
:where(p, h1, h2, h3, h4, h5, ul, li, td, th, strong, figcaption) {
    max-height: 100%;
}

/* 見出し */
.ark-block-heading .ark-block-heading__sub {
    font-size: 1.25em;
    font-family: "Montserrat", sans-serif;
}

/* 記事装飾 */
:is(.is-style-ark-list-icon--check, .is-style-ark-list-icon--circle, .is-style-ark-list-icon--good) {
    --arkb-list-icon_color: var(--color-sub);
}
h1.wp-block-heading {
    font-size: 2em;
    line-height: 1.4;
}
h2.wp-block-heading {
    padding-bottom: 0.5em;
    font-size: 1.4em;
    border-bottom: 5px solid var(--ark-color_main);
}

h3.wp-block-heading {
    padding-left: 0.5em;
    font-size: 1.3em;
    border-left: 5px solid var(--ark-color_main);
}

h4.wp-block-heading {
    font-size: 1.2em;
    border-left: 2px solid var(--ark-color_main);
    padding: 0.3em 0.5em;
    background-color: rgba(0, 0, 0, 0.025);
}
h5.wp-block-heading {
    font-size: 1.1em;
}
.wp-block-heading.t_2 {
    padding-bottom: 0;
    font-size: 2.5em;
    border: none;
}
@media (max-width: 1000px) {
    .wp-block-heading.t_2 {
        font-size: 2em;
    }
}
/* ボタン */
.ark-block-buttons[data-orientation="horizontal"] .ark-block-button[data-has-width] {
    width: max-content;
}
/* インライン画像入りボタン */
.-display-img img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.7em;
}
.-display-img .ark-block-button__link .ark-block-button__text {
    min-width: 1em;
    z-index: 0;
    display: inline-flex;
    align-items: center;
}
/* インラインアイコン（SVG）入りボタン */
.-has-svg .ark-block-button__link {
    min-height: 8em;
}
.-has-svg .arkb-inline-icon {
    font-size: 3em;
    margin-right: 0.25em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.-has-svg .ark-block-button__text {
    position: relative;
    padding-left: 5em;
}

p.has-text-color a {
    color: inherit;
}

/* 投稿 */
body:where(.single) {
    --ark-width--container: 1200px;
}

/*.見出し */
.wp-block-cover.is-style-contain .wp-block-cover__image-background {
    width: auto;
}

/*.マーカー */
.marker {
    text-decoration: none;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

/*wp-block-quote  */
.wp-block-quote {
    padding: 2em 4em;
    background-color: #f5f5f4;
    border: none;
}
/*.wp-block-author  */
.wp-block-author {
    display: flex;
    justify-content: space-between;
    padding: 2em;
    background-color: #f5f5f4;
    border-radius: 10px;
}
.wp-block-author > .clm_wrap:nth-of-type(1) {
    flex: initial;
    margin-right: 2em;
    width: auto;
}
.wp-block-author > .clm_wrap:nth-of-type(2) {
    flex: auto;
    width: auto;
}
.wp-block-author .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
}
.wp-block-author .img img {
    width: 100%;
}
.wp-block-author .name {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.wp-block-author .desc {
    line-height: 1.6;
}
.wp-block-author .toggle_desc {
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: max-content;
}
@media (max-width: 750px) {
    .wp-block-author {
        display: block;
        padding: 1.5em;
    }
    .wp-block-author > .clm_wrap:nth-of-type(1) {
        margin-right: 0;
    }
    .wp-block-author .img {
        margin: 0 auto 1em;
        width: 70px;
        height: 70px;
    }
    .wp-block-author .name {
        text-align: center;
    }
}
/*.wp-block-profile  */
.wp-block-profile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2em;
    border: 1px solid #868686;
}
.wp-block-profile .ttl {
    width: 100%;
    margin-bottom: 1em;
    font-weight: 700;
}
.wp-block-profile .desc {
    width: calc(50% - 2em);
}
.wp-block-profile .desc + .desc {
    padding-left: 2em;
    border-left: 1px solid #868686;
}
@media (max-width: 750px) {
    .wp-block-profile {
        display: block;
        padding: 1.5em;
    }
    .wp-block-profile .desc {
        width: auto;
    }
    .wp-block-profile .desc + .desc {
        padding-left: 0;
        margin-top: 1em;
        padding-top: 1em;
        border-left: none;
        border-top: 1px solid #868686;
    }
}

/*.wp-block-embed */
.wp-block-embed iframe {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
}
@media (min-width: 1000px) {
    .wp-block-embed.is-type-video {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

/*balloon*/
.balloon {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.balloon-image-wrapper {
    width: 100px;
    text-align: center;
}

.balloon-image-wrapper img {
    display: block;
    width: 80px;
    height: auto;
}

.balloon-name {
    display: none;
    margin-top: 5px;
    width: 80px;
    font-size: 0.8em;
}

.balloon-content {
    position: relative;
    background-color: #f0f2f2;
    border-radius: 10px;
    padding: 15px;
    margin: 0 20px;
    font-weight: 700;
    flex: 1;
    border: 1px solid #868686;
}

.balloon-content:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    background: url(./img/balloon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.balloon.left .balloon-content:before {
    left: -20px;
}

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

.balloon.right .balloon-content:before {
    right: -20px;
    transform: scaleX(-1);
}
/* 成婚インタビュー */
.up_wrap_interview_detail {
    padding: 80px 0;
}
.voice_interview_w {
    /* box-shadow: -3.5px -3.5px 12px 0px rgb(255 255 255 / 70%), 3px 4px 12px 0px rgb(179 204 221 / 30%); */
    box-shadow: unset;
    padding: 50px;
    /* background: #fff; */
    background: transparent;
    border-radius: 8px;
    box-sizing: border-box;
}
.voice_interview_w .flex_w {
    flex-wrap: wrap;
}
.voice_interview_w .bg_blue_02 {
    background-color: #e8fafd;
}
.voice_interview_w .flex {
    display: flex;
}
.voice_interview_w a {
    color: #0087cc;
}
.interview_head {
    margin-bottom: 40px;
}
.interview_head .interview_ttl {
    font-size: 2.2rem;
    letter-spacing: 4px;
    text-align: center;
}
.interview_head .interview_ttl:after {
    width: 30px;
    height: 2px;
    display: block;
    margin: 15px auto 60px;
    background: #1bb8ce;
    content: "";
}
.interview_head .imgarea {
    text-align: center;
}
.interview_head .pairs {
    width: 400px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 3px;
    align-items: center;
    margin: 0 auto 40px;
}
.interview_head .pairs_w {
    align-items: center;
}
.interview_head .pairs .mm {
    align-items: center;
}
.interview_head .pairs .mm .ico {
    margin-right: 10px;
}
.interview_head .pairs .kkr {
    font-weight: 900;
    margin: 0 10px;
}
.interview_head .pairs .period {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 5px;
}
.interviewer_info {
    padding: 20px;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 40px;
}
.interviewer_info .imgarea {
    width: 115px;
    flex-shrink: 0;
    margin-right: 20px;
}
.interviewer_info .name {
    font-weight: 600;
    margin-bottom: 10px;
}
.interviewer_info .desc {
    font-size: 0.8rem;
}
.interview_i_d .txt {
    letter-spacing: 3px;
    line-height: 2;
    margin-bottom: 40px;
}
.interview_i_d .img {
    text-align: center;
    margin-bottom: 40px;
}
.interview_i_d .img .img_cap {
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}
.interview_i_d .talk_w {
    margin-bottom: 40px;
}
.interview_i_d .talk_w .talk_i {
    align-items: flex-start;
    margin-bottom: 10px;
}
.interview_i_d .talk_w .talk_i.talk_r {
    align-items: flex-start;
    flex-direction: row-reverse;
}
.interview_i_d .talk_w .talk_i .ico {
    width: 80px;
    flex-shrink: 0;
    margin-right: 20px;
    text-align: center;
}
.interview_i_d .talk_w .talk_i.talk_r .ico {
    margin-left: 20px;
    margin-right: 0px;
}
.interview_i_d .talk_w .talk_i .ico p {
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 3px;
    line-height: 2;
}
.interview_i_d .talk_w .talk_i p {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 10px 10px 10px;
    margin-top: 15px;
    letter-spacing: 3px;
}
.interview_i_d .talk_w .talk_i.talk_r p {
    background: #f9d5d2;
    border-radius: 10px 0 10px 10px;
}
.interview_i_ttl {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 2px solid #33bbce;
    border-top: 2px solid #33bbce;
    color: #33bbce;
    letter-spacing: 3px;
    margin-bottom: 40px;
    margin-top: var(--ark-mt);
}
.interview_i_subttl {
    margin-bottom: 40px;
}
.interview_i_d .youtube_w {
    justify-content: center;
    margin-bottom: 40px;
}
.interview_i_d .mov_i {
    width: 48%;
    margin: 0 1%;
}
.interview_i_d .mov_i .imgarea {
    position: relative;
}
.interview_i_d .mov_i .imgarea:hover {
    opacity: 0.6;
}
.interview_i_d .mov_i .imgarea {
    position: relative;
}
.interview_i_d .mov_i .imgarea .play_ico {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.interview_i_d .mov_i p {
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
    line-height: 2;
    font-weight: 600;
    color: #0087cc;
}
@media (max-width: 750px) {
    .voice_interview_w {
        padding: 50px 20px;
    }
    .voice_interview_w .flex_w_sp {
        flex-wrap: wrap;
    }
    .interview_head .interview_ttl {
        font-size: 1.8rem;
    }
    .interview_head .pairs {
        width: 100%;
    }
    .interview_head .pairs .kkr {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
    .interview_head .pairs .mm {
        align-items: center;
        margin: auto;
    }
    .interviewer_info .imgarea {
        width: 115px;
        flex-shrink: 0;
        margin-right: 0;
        margin: 0 auto 20px;
    }
    .interview_i_d .talk_w .talk_i p {
        margin-top: 15px;
    }
    .interview_i_d .talk_w .talk_i {
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .interview_i_d .img .img_cap {
        margin-top: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 0.8rem;
    }
    .interview_i_d .talk_w .talk_i .ico {
        width: 70px;
        margin-right: 15px;
    }

    .interview_i_d .mov_i {
        width: 100%;
        margin-bottom: 10px;
    }
}
/*.wp-block-categories-list*/
.wp-block-categories-list {
    display: flex;
    flex-wrap: wrap;
    border: none;
}
.wp-block-categories-list li {
    margin-right: 2em !important;
    margin-bottom: 2em !important;
    width: calc(100% / 2 - 2em);
    border-bottom: none;
}
.wp-block-categories-list li a {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
    border: 2px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.wp-block-categories-list li a:hover {
}

.wp-block-categories-list a > .clm_wrap:nth-of-type(1) {
    flex: none;
    width: 45%;
}
.wp-block-categories-list a > .clm_wrap:nth-of-type(2) {
    padding: 1em;
}
.wp-block-categories-list .img > span {
    display: block;
    padding-top: 72%;
    background-size: cover;
    background-position: center;
}

.wp-block-categories-list .name {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: 700;
}
.wp-block-categories-list .desc {
    font-size: 0.9em;
}
@media (max-width: 750px) {
    .wp-block-categories-list li {
        margin-right: 0 !important;
        margin-bottom: 1em !important;
        width: 100%;
    }
}
