@charset "utf-8";

/* guardian_article ページ専用スタイル */
.section01__title {
    font-size: 1.7rem;
    letter-spacing: 0.15em;
    padding-left: 4rem;
    position: relative;
    margin-bottom: 1.2rem;
    margin-top: 8rem;
}

.section01__title::before {
    content: "";
    display: block;
    background: url(../../images/guardian_detail/title_icon.png) no-repeat center center;
    width: 22px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px;
}

.section01__date {
    font-size: 1.4rem;
    color: #aaaaaa;
    padding-bottom: 0.8rem;
    border-bottom: 1px dotted #aaaaaa;
    margin-bottom: 2.4rem;
}

p.section01__text {
    margin: 2.4rem 0;
}

.section01__image img {
    margin-bottom: 0.8rem;
}

.arrow_btn {
    display: flex;
    justify-content: space-between;
    padding: 3rem 0;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    margin: 4rem 0;
}

.arrow_btn a {
    font-size: 1.4rem;
    color: #191e1f;
    font-weight: 500;
    letter-spacing: 0.15em;
    position: relative;
}

.arrow_btn .left_arrow a {
    padding-left: 1.8rem;
    position: relative;
}

.arrow_btn .right_arrow a {
    padding-right: 1.8rem;
    position: relative;
}

.arrow_btn a:hover {
    color: #e07f81;
}

.arrow_btn .left_arrow a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    background: url(../../images/guardian_detail/arrow_left.png) no-repeat center center;
    background-size: 80%;
}

.arrow_btn .right_arrow a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    background: url(../../images/guardian_detail/arrow_right.png) no-repeat center center;
    background-size: 80%;
}

.back_link a {
    display: block;
    text-align: center;
    color: #191e1f;
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 5rem;
}

.back_link a:hover {
    color: #e07f81;
}

.back_link a::before {
    content: "";
    display: block;
    background: url(../../images/guardian_detail/menu.png) #e07f81 no-repeat center center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    left: 30%;
    top: 51%;
    transform: translateY(-50%);
    background-size: 60%;
}

/* ハンバーガーメニュー時のロゴ切り替え(下層ページのみ） */
.header__logo-img--normal {
    display: none;
}

.header__logo.is-visible .header__logo-img--white {
    display: none;
}

.header__logo.is-visible .header__logo-img--normal {
    display: block;
}

.hero {
    background: #f7eff0;
    padding-bottom: 60px;
}

.hero__container {
    aspect-ratio: 750/1084;
    position: relative;
}

.hero__image {
    position: relative;
    height: 100%;
    width: 100%;
}

.hero__tittle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.7rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    letter-spacing: 0.14em;
    text-shadow: 0 0 4px #3b3b3b, 0 0 8px #3b3b3b, 0 0 12px #3b3b3b;
}

.hero__mask {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.hero__logo {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 85px;
}

.hero__text {
    margin-top: 30px;
    padding: 0 20px;
}

.section {
    position: relative;
}

.section__title .title__lang {
    display: block;
}

.section__title .title__lang--en {
    color: #e07f81;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section__title .title__lang--jp {
    font-size: 2.3rem;
    font-weight: 500;
}

.section__title .title--center {
    text-align: center;
}

.section__title .title--left .title__lang--en {
    margin-bottom: 10px;
}

.section--guardian {
    padding-bottom: 80px;
    padding-top: 70px;
}

.breadcrumb {
    margin-top: 4rem;
}


/* =====================
Archive Select
===================== */
.archive-select__header {
    background: #e07f81;
    padding: 10px 20px;
    text-align: center;
}

.archive-select.-category {
    margin-bottom: 2.4rem;
}

.archive-select__title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0;
}

.archive-select__body {
    background: #fff;
    padding: 0;
    text-align: center;
}

.archive-select__wrapper {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.archive-select__select {
    width: 100%;
    padding: 21px 14px 21px 12px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #191e1f;
    font-size: 1.5rem;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.archive-select__wrapper::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e07f81;
    pointer-events: none;
}

.archive-select__select:hover {
    border-color: #e07f81;
}

/* Dynamic Content Styling */
.post-content p {
    margin: 2.4rem 0;
}

.post-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
}

.section01__image img {
    max-width: 100%;
    height: auto;
}

/* Dynamic Photo Grid (JS generated) - CSS Grid方式 */
.dynamic-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 2.4rem;
}

/* グリッド内の子要素 */
.dynamic-photo-grid > * {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* グリッド内の画像 */
.dynamic-photo-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
    display: block;
}

/* figure要素の余白リセット */
.dynamic-photo-grid figure {
    margin: 0;
    padding: 0;
}

/* リンク内画像のスタイル */
.dynamic-photo-grid a {
    display: block;
}

/* Adjust standard post content images just in case script fails or single image */
.post-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
}