@charset "utf-8";
/*---------------------------------------------------------------------
PC Style
pc.css
-----------------------------------------------------------------------
Copyright 2025 (c) linkpath Allrights Reserved.
Coding: Hinako Hayashi
Last Update: 2025.06.12
---------------------------------------------------------------------*/
/*===========================================================
    font-size
===========================================================*/
.flow-title h2 {
    font-size: 600%;
}
.second-view__content h2 {
    font-size: 200%;
}
.second-view__content p,
.flow-list dt {
    font-size: 110%;
}
.flow-title h2 span {
    font-size: 20%;
}


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

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

/*===========================================================
    article-view
===========================================================*/
/* article-view__second */
.article-view__second {
    padding-bottom: 5em;
}

.article-view__second .section-slide {
    margin-top: 2.5em;
}
.second-view__content {
    text-align: center;
    padding-top: 5em;
}
.second-view__content p {
    line-height: 2em;
    margin-top: 2em;
}

/*===========================================================
    article-flow
===========================================================*/
.article-flow {
    display: flex;
    flex-direction: column;
    gap: 5em;
    padding-bottom: 7.5em;
}
.article-flow__section {
    max-width: 90%;
    width: fit-content;
    justify-content: space-between;
    gap: 3em 5em;
    border-radius: 3em;
    padding: 5em;
    padding-top: 0;
    margin: 0 auto;
}
.flow-title {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
    padding-top: 5em;
}
.flow-title h2,
.flow-title p {
    position: relative;
    z-index: 2;
}
.flow-title h2 {
    text-align: center;
    line-height: 1em;
}
.flow-title h2 span {
    line-height: 1em;
    letter-spacing: 0.1em;
    display: block;
    border-radius: 100px;
    padding: 0.25em 3em;
    padding-top: 0.15em;
    margin-top: 1em;
}
.flow-title p {
    max-width: 300px;
    line-height: 2em;
}

/* flow-title__img */
.flow-title__img {
    width: 800px;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: left;
    position: absolute;
    top: 0;
    left: -5em;
    opacity: 0.5;
    transform: scaleY(-1);
    pointer-events: none;
}
#summer .flow-title__img {
    opacity: 0.1;
}
#autumn .flow-title__img {
    opacity: 0.1;
}
#winter .flow-title__img {
    opacity: 0.3;
}

.flow-list {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3em;
    padding-top: 5em;
    position: relative;
    z-index: 2;
}
.flow-list dt {
    width: fit-content;
    letter-spacing: 0.1em;
    border-radius: 100px;
    padding: 0.25em 1em;
    padding-top: 0.15em;
}
.flow-list dd {
    line-height: 2em;
    margin-top: 1.5em;
}
.flow-list dd .flow-img__s {
    width: 30%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    float: right;
    margin-left: 2em;
}
.flow-list dd .flow-img__l {
    aspect-ratio:  16 / 9;
    object-fit: cover;
}