@charset "UTF-8";
/* コンテンツ */

.bg_prv {
    position: relative;
    z-index: 1;
    background-image: url("../../img/bg_bwall.jpg");
    background-position: center center;
    background-size: 400px 400px;
    overflow: hidden;
    color: #fff;
}
.swipe {
    display: none;
}
.img1 {
    position: relative;
}
.img1 section img {
    width: 100%;
}

.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.img1_box h3 {
    font-weight: 500;
    font-size: 1.24em;
    letter-spacing: 0.2em;
    line-height: 1.7;
}
.img1_box p {
    line-height: 2;
}

.chu_tx {
    text-align: right;
    font-size: 0.76em;
    line-height: 1.5;
}

.img2 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-image: url("../img/img2.webp");
    background-position: center top;
    background-size: auto 120%;
}
.img2_tx {
    position: static;
    top: 0;
    padding: 6% 7%;
}
.img2_tx {
    text-align: left;
    color: #fff;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img2_tx h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.img2_tx p {
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 2.2;
}
.img2 .stx {
    font-size: 0.76em;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img3 img {
    width: 100%;
}
.img3 ul li {
    width: 47%;
}
.img3 ul li h3 {
    position: relative;
    margin-bottom: 1.5em;
}
.img3 ul li h3 span {
    position: absolute;
    font-weight: 500;
    font-size: 0.76em;
    line-height: 1;
    left: 10px;
    bottom: 10px;
}
.img3 ul li h4 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 1.24em;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.img3 ul li p {
    line-height: 2;
}

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

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}
.img1 section {
    overflow: auto;
}
.img1 section img {
    width: 1300px;
}

.img1_box ul li {
    width: 100%;
}
.img1_box ul li:first-child {
    margin-bottom: 2em;
}


}

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

.img2 {
    aspect-ratio: 4 / 3;
}
.img2_tx {
    position: static;
    top: 0;
    padding: 7% 7%;
}
.img2_tx h2 {
    font-size: 1.6em;
}
.img2_tx p {
    font-size: 1em;
}

.img1_box h3 {
    font-weight: 500;
    font-size: 1.24em;
    letter-spacing: 0.2em;
    line-height: 1.7;
}

.chu_tx {
    text-align: left;
}

}


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

/*.subnavi li:last-child {
    width: 100%;
}*/

.swipe img {
    width: 70px;
}
.img1 section img {
    width: 700px;
}

.img1_box h3 {
    font-weight: 500;
    font-size: 1.16em;
    letter-spacing: 0.2em;
    line-height: 1.7;
}

.img2 {
    aspect-ratio: 1;
    background-position: left 35% top;
}
.img2_tx {
    top: 5%;
    left: 5%;
}
.img2_tx h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.img2_tx p {
    font-size: 1em;
}
.img2 .stx {
    left: 10px;
    bottom: 10px;
}

.img3 ul {
    margin-bottom: -3em;
}
.img3 ul li {
    width: 100%;
    margin-bottom: 3em;
}
.img3 ul li h3 {
    position: relative;
    margin-bottom: 1.5em;
}
.img3 ul li h3 span {
    position: absolute;
    font-weight: 500;
    font-size: 0.76em;
    line-height: 1;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.img3 ul li h4 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 1.24em;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.img3 ul li p {
    line-height: 2;
}

}

