@charset "utf-8";

.des_tx1 h3 {
    width: 60%;
    max-width: 650px;
    margin-bottom: 3em;
}
.des_tx1 h4 {
    font-size: 1.4em;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.des_tx1 p {
    line-height: 1.7;
    margin-top: 0.5em;
}
.des_img1 {
    margin: 4em 0 0 10%;
}

.gaikan_img {
    background-image: url("../img/img1.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 200 / 132;

}
.appr_img {
    background-image: url("../img/img2.webp");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    aspect-ratio: 2 / 1;

}

.des_tx2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.des_tx2 ul li:first-child {
    width: 28em;
}
.des_tx2 ul li:last-child {
    width: calc(95% - 28em);
}
.des_tx2 ul li h4 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.des_tx2 ul li p {
    font-size: 1em;
    line-height: 1.7;
}

.bg_ap {
    background-image: url("../img/bg1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.des_tx3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.des_tx3 ul li:first-child {
    width: 40%;
}
.des_tx3 ul li:last-child {
    width: 55%;
}
.app_tx h3 {
    font-size: 1.16em;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #d5b227;
}
.app_tx h4 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.app_tx p {
    font-size: 1em;
    line-height: 1.7;
    margin-top: 1em;
}

.ld_tx1 {
    text-align: center;
    margin-bottom: 1em;
}
.ld_tx1 span {
    font-size: 4em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    color: #f3efe3;
}

.tra_img {
    position: relative;
    width: 100%;
}

.swipe {
    display: none;
}

.ld_img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.ld_img1 ul li {
    width: 22%;
    margin-bottom: 3em;
}
.ld_sub {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}
.ld_sub strong {
    background-color: #036;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    font-family: "EB Garamond", serif;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
    flex-shrink: 0;
}
.ld_sub h4 {
    color: #036;
    font-weight: 500;
    line-height: 1.5;
}
.ld_sub h4 span {
    font-size: 1.5em;
    line-height: 1;
}
.ld_img1 ul li p {
    line-height: 1.5;
    margin-top: 0.5em;
    font-size: 0.92em;
}

.bg_sky {
    position: relative;
    background-image: url("../img/bg_sky.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
    aspect-ratio:2 / 1;
}
.land_img {
    position: absolute;
    right: -5%;
    bottom: 0;
    width: 60%;
}

.sky_tx1 {
    margin-bottom: 3em;
}
.sky_tx1 h4 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.sky_tx1 p {
    line-height: 1.7;
    margin-top: 1em;
}
.sky_tx2 h4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.sky_tx2 h4 strong {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.sky_tx2 h4 span {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #c6909e;
    border-top: 1px solid #c6909e;
}
.sky_tx2 p {
    line-height: 1.7;
    margin-top: 1em;
}

@media screen and (min-width: 561px) {
.tx3adj ul {
    flex-direction: row-reverse !important;
}
}

@media screen and (max-width: 560px) {
.des_tx1 h3 {
    width: 80%;
    margin-bottom: 2em;
}
.des_tx1 h4 {
    font-size: 4vw;
}
.des_img1 {
    margin: 2em 0 0;
}

.gaikan_img {
    background-size: auto 120%;
    aspect-ratio: 4 / 3;

}

.des_tx2 ul {
}
.des_tx2 ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.des_tx2 ul li:last-child {
    width: 100%;
}
.des_tx2 ul li h4 {
    font-size: 4vw;
}

.des_tx3 ul {
    justify-content: space-around;
}
.des_tx3 ul li:first-child {
    width: 100%;
    margin-bottom: 1.5em;
}
.des_tx3 ul li:last-child {
    width: 100%;
}
.app_tx h4 {
    font-size: 4vw;
}

.tra_img section {
    overflow: auto;
}
.tra_img section img {
    width: 660px !important;
}
.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 !important;
}

.ld_tx1 {
    margin-bottom: 1em;
}
.ld_tx1 span {
    font-size: 6vw;
    font-weight: 400;
}

.ld_img1 {
    width: 70%;
    margin: 0 auto;
}
.ld_img1 ul {
    justify-content: space-around;
    margin-bottom: -3em;
}
.ld_img1 ul li {
    width: 100%;
    margin-bottom: 3em;
}

.bg_sky {
    background-size: 100% auto;
    aspect-ratio: auto;
}
.sky_tx1 {
    margin-bottom: 3em;
}
.sky_tx1 h4 {
    font-size: 4vw;
}
.sky_tx2 h4 strong {
    font-size: 4vw;
}
.sky_tx2 p {
    margin-bottom: -1em;
}

}
