@charset "utf-8";

/*-----------------------------------
セクション
-----------------------------------*/
.sec {
    height: 100%;
    padding-left: 12dvh;
}
.sec .inner {
    display: flex;
}
@media screen and (max-width:768px){
    .sec {
        padding-left: 8dvh;
    }
}

/*-----------------------------------
セクションタイトル
-----------------------------------*/
.sec_ttl {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sec_1 .sec_ttl { aspect-ratio: 380 / 535; }
#sec_2 .sec_ttl,
#sec_3 .sec_ttl,
#sec_4 .sec_ttl,
#sec_5 .sec_ttl,
#sec_6 .sec_ttl { aspect-ratio: 220 / 535; }
#sec_7 .sec_ttl { aspect-ratio: 185 / 535; }
.sec_ttl img {
    height: 18%;
}
.sec_ttl .ttl_txt {
    flex: 1;
    font-size: 3dvh;
    line-height: 1.8em;
    color: #5d8351;
    font-weight: bold;
    font-weight: bold;
    writing-mode: vertical-rl;
    white-space: pre;
    font-feature-settings: "palt";
    margin: 3dvh auto 0;
}
@media screen and (max-width:768px){

}

/*-----------------------------------
セクションメイン
-----------------------------------*/
.sec_main {
    height: 100%;
    display: flex;
}
.sec_main .img_area {
    height: 100%;
}
.sec_main ul.img_area {
    display: flex;
    flex-direction: column;
}
.sec_main .img_area li {
    width: 100%;
    height: 46%;
    border-radius: 1.5dvh;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.sec_main .img_area li:last-child {
    margin-top: auto;
}
.sec_main .img_area li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec_main .img_area li p {
    font-size: 3dvh;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 4%;
    z-index: 2;
}
.sec_main .img_area li:first-child p {
    top: 6%;
}
.sec_main .img_area li:last-child p {
    bottom: 6%;
}
.sec_main .img_area.large li {
    margin-top: auto;
    height: 77%;
}
.sec_main .img_area.b_comment .img {
    width: 100%;
    height: 54%;
    border-radius: 1.5dvh;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 8%;
}
#sec_1 .sec_main .img_area,
#sec_3 .sec_main .img_area { aspect-ratio: 345 / 535; }
#sec_2 .sec_main .img_area,
#sec_7 .sec_main .img_area { aspect-ratio: 590 / 535; }
#sec_4 .sec_main .img_area,
#sec_5 .sec_main .img_area { aspect-ratio: 405 / 535; }
@media screen and (max-width:768px){

}
.sec_main .comment_area { 
    height: 100%;
    aspect-ratio: 345 / 535;
    margin-left: 5dvh;
}
#sec_2 .sec_main .comment_area,
#sec_7 .sec_main .comment_area {
    margin-right: 5dvh;
}
.comment {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.com_ttl {
    font-size: 3dvh;
    line-height: 1;
    font-weight: bold;
    color: #5d8351;
    position: relative;
    display: inline-block;
    margin: 0 auto 0.6em;
}
.com_ttl::before,
.com_ttl::after {
    content: "";
    width: 2em;
    height: 1px;
    background-color: #5d8351;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.com_ttl::before {
    left: -2.5em;
}
.com_ttl::after {
    right: -2.5em;
}
.com_box {
    background-color: #5d8351;
    border-radius: 1.3dvh;
    color: #fff;
    font-size: 2dvh;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 0.8em 1.3em 1em;
    letter-spacing: 0.05em;
    position: relative;
}
.com_box::after {
    content: "";
    width: 12%;
    height: 25%;
    background: url(../img/actually/hukidashi.png) no-repeat top center / contain;
    position: absolute;
    bottom: calc(-25% + 1px);
    right: 9%;
}
.com_box + .com_box {
    margin-top: 9%;
}
.com_box + .com_box::after {
    transform: scale(-1, 1);
    right: inherit;
    left: 10%;
}
.b_comment .com_ttl {
    font-size: 2.7dvh;
}
.b_comment .com_box {
    max-width: 90%;
}
.com_txt {
    font-size: 2dvh;
    line-height: 1.6em;
    margin-top: 10%;
    margin-bottom: 1em;
}
.button_ore {
    width: 100%;
    aspect-ratio: 345 / 46;
    font-size: 2dvh;
    margin-top: auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px 0 25px;
    position: relative;
    background-color: #f08300;
    border: 1px solid #f08300;
    color: #fff;
}
.button_ore:hover {
    background-color: #fff;
    color: #f08300;
}
.button_ore::before {
    content: "";
    width: auto;
    height: 57%;
    aspect-ratio: 1 / 1;
    background: url("../img/arrow.svg") no-repeat center center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9px;
    margin: auto;
    z-index: 2;
}
.button_ore:hover::before {
    background: url("../img/arrow_orange.svg") no-repeat center center / contain;
}
@media screen and (max-width: 768px){
    .com_box::after {
        width: 10%;
    }
    .com_box + .com_box {
        margin-top: 7%;
    }
    .com_txt {
        margin-top: 9%;
    }
}
.sec_main .txt_img_area {
    height: 100%;
    aspect-ratio: 660 / 535;
    display: flex;
    flex-direction: column;
    margin-left: 5dvh;
}
.sec_main .txt_img_area .top_box {
    width: 100%;
    height: 48%;
    display: flex;
    justify-content: space-between;
}
.sec_main .txt_img_area .btm_box {
    width: 100%;
    height: 51%;
    margin-top: auto;
}
.sec_main .txt_img_area .img {
    border-radius: 1.5dvh;
    overflow: hidden;
}
.sec_main .txt_img_area .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec_main .txt_img_area .top_box .txt {
    width: 44%;
    font-size: 2dvh;
    line-height: 1.7em;
    margin-top: 1em;
}
.sec_main .txt_img_area .top_box .img {
    width: 48%;
    height: 84%;
}
.sec_main .txt_img_area .btm_box .img {
    width: 60%;
    height: 100%;
    margin-left: 10%;
}

/*-----------------------------------
sec_1
-----------------------------------*/
#sec_1.sec {
    padding-left: 0;
}

/*-----------------------------------
sec_2
-----------------------------------*/
#sec_2 .img_area_org {
    height: 100%;
    aspect-ratio: 1090 / 990;
}
#sec_2 .img_area_org img {
    width: 100%;
}

/*-----------------------------------
sec_4
-----------------------------------*/
#sec_4 .sec_main .txt_img_area {
    margin-right: -20dvh;
}

/*-----------------------------------
sec_6
-----------------------------------*/
.bd_area {
    height: 100%;
    aspect-ratio: 950 / 535;
    display: flex;
    flex-direction: column;
}
.bd_area .img_area {
    width: 100%;
    height: 56%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bd_area .img_area .img {
    width: 64%;
    height: 100%;
    margin-right: 2%;
}
.bd_area .img_area p {
    flex: 1;
    font-size: 2dvh;
    line-height: 1.7em;
}
.bd_area .txt_area {
    width: 90%;
    height: 40%;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comment_list {
    display: flex;
    justify-content: space-between;
}
.comment_list li {
    width: 49%;
}
.comment_list li .com_box {
    height: 100%;
}
@media screen and (max-width: 768px){
    .bd_area .txt_area {
        width: 80%;
    }
}

/*-----------------------------------
sec_7
-----------------------------------*/
#sec_7 {
    margin-right: 20dvh;
}
#sec_7 .img_area_org {
    height: 100%;
    aspect-ratio: 1050 / 990;
}
#sec_7 .img_area_org img {
    width: 100%;
}
@media screen and (max-width: 768px){
    #sec_7 {
        margin-right: 15dvh;
    }
}