@charset "utf-8";

/*-----------------------
    page_top.css
------------------------*/

/*----- mv -----*/

.top_mv {
    display: flex;
    justify-content: flex-end;
}
.top_slider {
    width: 80%;
}
.top_slider .pic img {
    aspect-ratio: 156/85;
    border-radius: 5px 0 0 5px;
}

@media screen and (min-width: 768px) and (max-width: 1500px){
    
    .top_slider {
        width: 82.5%;
    }
    .top_slider .pic img {
        aspect-ratio: 156/85;
        border-radius: 5px 0 0 5px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .top_slider {
        width: 80%;
    }
    
}
@media screen and (max-width: 767px){
    
    .top_slider {
        width: 100%;
    }
    .top_slider .pic img {
        height: 60vw;
    }
    
}

/*----- top_live -----*/

.top_live {
    position: relative;
    padding: 150px 0 320px;
}
.top_live .scroll_x {
    position: absolute;
    z-index: 99;
    bottom: 70px;
}
.top_live .scroll_x .catch {
    color: var(--white);
    font-size: 170px;
    font-weight: 500;
}
.top_live .frame {
    display: flex;
    justify-content: space-between;
}
.top_live .frame .conts {
    width: 50%;
}
.top_live .frame .conts .pm {
    width: 82.5%;
}
.top_live .frame .pics {
    position: relative;
    width: 46%;
}
.top_live .frame .pics .pic {
    position: absolute;
    top: 0;
    right: 0;
}
.top_live .frame .pics .pic img {
    aspect-ratio: 33/25;
    border-radius: 5px;
}
.top_live .frame .pics .pic:nth-of-type(2) {
    top: 240px;    
    right: auto;
    left: -150px;
}
.top_live .frame .pics .pic:nth-of-type(2) img {
    aspect-ratio: 54/41;
}

/* for CMS */
body:has(#wrapper) .top_live .frame .pics .pic {
    position: relative;
    top: 0!important;
    left: 0!important;
}


@media screen and (min-width: 768px) and (max-width: 1600px){
    
    .top_live .scroll_x .catch {
        font-size: 10vw;
    }

}
@media screen and (min-width: 768px) and (max-width: 1500px){
    
    .top_live .frame .pics .pic:nth-of-type(2) {
        top: 200px;    
        right: auto;
        left: -120px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .top_live {
        padding: 9vw 0 20vw;
    }
    .top_live .scroll_x {
        bottom: 5vw;
    }
    .top_live .frame {
        display: flex;
    }
    .top_live .frame .conts {
        width: 50%;
    }
    .top_live .frame .conts .pm {
        width: 82.5%;
    }
    .top_live .frame .pics {
        position: relative;
        width: 46%;
    }
    .top_live .frame .pics .pic:nth-of-type(2) {
        top: 15vw;    
        right: auto;
        left: -9vw;
        width: 40vw;
    }
    
}
@media screen and (max-width: 767px){
    
    .top_live {
        padding: 50px 0;
    }
    .top_live .scroll_x {
        bottom: 36px;
    }
    .top_live .scroll_x .catch {
        font-size: 10vw;
    }
    .top_live .frame {
        display: block;
    }
    .top_live .frame .conts {
        width: 100%;
    }
    .top_live .frame .conts .pm {
        width: 100%;
    }
    .top_live .frame .pics {
        position: relative;
        margin-top: 30px;
        width: 100%;
        height: 90vw;
    }
    .top_live .frame .pics .pic {
        width: 75vw;
    }
    .top_live .frame .pics .pic:nth-of-type(2) {
        top: 35vw;    
        right: auto;
        left: 0;
    }
    
}

/*----- what -----*/

.top_what {
    position: relative;
    padding: 100px 0 150px;
}
.top_what .illust {
    position: absolute;
    z-index: 999;
    right: 6vw;
    bottom: -10px;
    width: 481px;
}
.top_what .ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_what .ul .li {
    position: relative;
    width: 47.5%;
    margin-bottom: 45px;
}
.top_what .ul .li .ttl {
    position: absolute;
    z-index: 999;
    top: -12px;
    right: 30px;
    padding: 30px 15px;
    background: var(--brown);
    color: var(--white);
    font-size: 23px;
    writing-mode: vertical-rl;
      border-radius: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1500px){
    
    .top_what .illust {
        right: 15px;
        width: 33vw;
    }
    .top_what .ul .li {
        width: 48.333%;
        margin-bottom: 40px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .top_what {
        padding: 7vw 0 9vw;
    }
    .top_what .ul {
        margin-top: 5vw;
    }
    .top_what .ul .li {
        margin-bottom: 4vw;
    }
    .top_what .ul .li .ttl {
        top: -1.2vw;
        right: 3vw;
        padding: 3vw 1.5vw;
        font-size: 2vw;
    }

}
@media screen and (max-width: 767px){
    
    .top_what {
        padding: 50px 0 75px;
    }
    .top_what .illust {
        right: 3vw;
        width: 36%;
    }
    .top_what .ul {
        margin-top: 30px;
        display: block;
    }
    .top_what .ul .li {
        width: min(400px,100%);
        margin: 0 auto 20px;
    }
    .top_what .ul .li .ttl {
        top: -10px;
        right: 24px;
        padding: 20px 10px;
        font-size: 19px;
    }

    
}


/*----- owner -----*/

.top_owner {
    padding: 120px 0 60px;
}
.top_owner .frame {
    margin-top: 60px;
    padding: 80px 100px;
    background: url("/system_panel/uploads/images/top_03.jpg") no-repeat;
    background-size: cover;
    color: var(--white);
}
.top_owner .frame .m_ttl {
    color: var(--beige_text);
}

@media screen and (min-width: 768px) and (max-width: 1500px){
    
    .top_owner .frame {
        padding: 4vw 5vw;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .top_owner {
        padding: 9vw 0 5vw;
    }
    .top_owner .frame {
        margin-top: 5vw;
        padding: 3vw 4vw;
    }
    
}
@media screen and (max-width: 767px){
     
    .top_owner {
        padding: 50px 0;
    }
    .top_owner .frame {
        margin-top: 30px;
        padding: 30px 5vw 40px;
    }
   
}


/*----- active -----*/

.top_act {
    padding: 100px 0 60px;
}
.top_act .ul {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 75px;
}
.top_act .ul .li {
    width: 48%;
}
.top_act .ul .li a {
    display: block;
    padding: 40px;
    background: url("/system_panel/uploads/images/bg_top_04_1.jpg") no-repeat;
    border-radius: 5px;
    background-size: cover;
    color: var(--white);
    font-size: 20px;
    text-align: center;
}
.top_act .ul .li:nth-of-type(2) a {
    background: url("/system_panel/uploads/images/bg_top_04_2.jpg") no-repeat;
    background-size: cover;
}
.top_act .bnr {
    display: flex;
    box-sizing: border-box;
}
.top_act .bnr .pic {
    width: 50%;
}
.top_act .bnr .conts {
    padding: 30px 40px;
    width: 50%;
    background: var(--brown);
    color: var(--white);
}
.top_act .bnr .conts a {
    margin-bottom: 15px;
    padding: 10px 0;
    display: block;
    color: var(--beige_text);
    font-size: 31px;
}

@media screen and (min-width: 768px) and (max-width: 1260px){
    
    .top_act {
        padding: 8vw 0 5vw;
    }
    .top_act .ul {
        margin: 5vw 0 6vw;
    }
    .top_act .ul .li a {
        padding: 3vw;
        font-size: 1.8vw;
    }
    .top_act .bnr .conts {
        padding: 2vw 3vw;
    }
    .top_act .bnr .conts a {
        margin-bottom: 1.5vw;
        padding: 1vw 0;
        font-size: 2.5vw;
    }

}
@media screen and (max-width: 767px){
    
    .top_act {
        padding: 50px 0;
    }
    .top_act .ul {
        display: block;
        margin: 30px 0;
    }
    .top_act .ul .li {
        margin: 0 auto 15px;
        width: min(400px,100%);
    }
    .top_act .ul .li a {
        padding: 25px;
        font-size: min(4vw,16px);
        text-align: left;
    }
    .top_act .bnr {
        display: block;
    }
    .top_act .bnr .pic {
        width: 100%;
    }
    .top_act .bnr .pic img {
        height: 50vw;
    }
    .top_act .bnr .conts {
        padding: 20px 4vw;
        width: 100%;
    }
    .top_act .bnr .conts a {
        font-size: 21px;
    }
    
}
