@charset "utf-8";

img{
    width: 100%;
    vertical-align: bottom;
}

a{
    text-decoration: none;
    color: inherit;
}

*{
    box-sizing: border-box;
}

body {
    background:linear-gradient(to bottom,#3f4274,#77849c);
}

section p{
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
}

section .b{
    color: #002351;
    font-size: 38px;
    background: linear-gradient(transparent 70%, #ffff00 30%);
    display: inline;
}

section .green{
    color: #005952;
}

section{
    overflow-x: hidden;
    padding: 5% 0;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

.rel{
    position: relative;
}

.inner{
    padding: 0 4%;
}


small{
    display: block;
    text-align: center;
    width: 100%;
    color: #333;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 0;
    background: url(./img/obi_grey.png) no-repeat center center / cover;
}

span.sm{
    font-size: 80%;
}

#content_wrapper{
    max-width: 1560px;
    margin: 0 auto;
    background: #fff;
}


#mv{
    padding: 0;
}

#mv .el_l,
#mv .el_r{
    position: absolute;
    top: 0;
    left: 0;
}

#mv .lead{
    background: url(./img/lead_bg.png) no-repeat center center / 100%;
    padding: 10% 0;
}



#anc .anc_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}

#anc .anc_wrap a{
    display: block;
    width: calc(50% - 40px * 1 / 2);
}

#anc .anc_wrap a:hover{
    opacity: 0.8;
    transition: all .3s;
}

#lm .catch{
    color: #002351;
    margin: 0 0 20px;
}

#lm .ttl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
}

#lm .ttl h2{
    font-size: 4.6vw;
    color: #002351;
        font-style: italic;
        font-weight: 700;
        letter-spacing: 2px;
    white-space: nowrap;
}

#lm .catch .en{
    font-size: 42px;
    line-height: 1.4;
}

#lm .catch .ja{
    font-size: 20px;
}

#lm .design_wrapper{
    position: relative;
    height: 1500px;
}

#lm .design{
    padding: 0 4% 5%;
    background: url(./img/design_bg.png) no-repeat center bottom / contain;
}

#lm .design_wrapper .img{
    position: sticky;
    top: 0px;
    height: 200px;
    left: 0;
}

#lm .design .item1{
    width: 45%;
}
#lm .design .item2{
    width: 45%;
    margin: -20% 0 0 auto;
}

#lm .design .item3{
    width: 45%;
    margin: -20% 0 0;
}
#lm .design .item4{
    width: 45%;
    margin: -20% 0 0 auto;

}
#lm .design .item5{
    width: 45%;
    margin: 0;
}

#lm .movie{
    padding: 4%;
    background: url(./img/movie_bg.png) no-repeat center center / cover;
}

#lm .video_wrapper{
    aspect-ratio: 16 / 9;
    max-width: 800px;
    margin: 0 auto;
}

#lm .video_wrapper video{
    width: 100%;
    height: 100%;
}

#lm .util_content .util_h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8% 0 6%;
}

#lm .util_content .util_h3 h3{
    width: 18%;
    min-width: 270px;
    margin-right: 10px;
}

#lm .util_content .util_h3 .img{
    width: 16%;
}

#lm .util_content .util_h3 p{
    text-align: left;
    width: 100%;
}

#lm .img_int{
    width: 70%;
    margin: 0 auto;
}

#lm .util_content.color{
    margin: 0 0 6%;
}

#lm .util_content.color h3{
    width: 55%;
}

#lm .util_content:last-of-type{
    margin: 0 0 8%;
}

#lm .special{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    width: 84%;
    margin: 4% auto;
}

#lm .special li{
    width: calc(100% / 4 - 20px * 3 / 4);
}

#lm .img.line{
    width: 84%;
    margin: 0 auto;
    text-align: left;
}

#lm .cost{
    font-weight: 700;
    margin: 2% 0;
}

#lm .cost p{
    font-size: 42px;
    line-height: 1;
    text-align: left;
    width: 80%;
    display: block;
    margin: 0 auto;
}

#lm .cost p span{
    font-size: 16px;
}

#lm .cost p span.blue{
    vertical-align: super;
    font-size: 24px;
}

#lm .cost p span.num{
    font-size: 24px;
    padding: 2px 14px 4px;
    vertical-align: middle;
}

#lm_plan,
#modellista_plan{
    width: 84%;
    margin: 6% auto 0;
}

.util_ul li{
    text-align: left;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.util_ul li h4{
 text-indent: -2.5em;
  padding-left: 2.5em;
  font-weight: 700;
  margin-bottom: 10px;
  flex-grow: 1;
  font-size: 17px;
}

.util_ul li .img{
    margin-bottom: 16px;
}

.util_ul li .kakaku{
    text-align: right;
    font-weight: 700;
    font-size: 150%;
}

.util_ul li .kakaku span.sm{
    font-size: 60%;
}

span.num{
    background-color: #2c5fb6;
    color: #fff;
    padding: 2px 11px 4px;
    border-radius: 50px;
    margin-right: 10px;
}

#modellista{
    padding: 5% 0 0;
}

#modellista .txt{
    position: absolute;
    width: 100%;
    top: 39%;
    left: 50%;
    transform: translateX(-50%);
}

#modellista .txt p{
    font-size: 20px;
}

#modellista h3:not(:has(#modellista_plan)){
    background: url(./img/obi_grey.png) no-repeat center center / 100% 100%;
    font-size: 32px;
    font-weight: 700;
    padding: 2% 0;
}

#modellista ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #c6cbd6;
    padding: 4% 10%;
}

#modellista ul li{
    width: calc(100% / 3 - 20px * 2 / 3);
}

#modellista small{
    background: #c6cbd6;
    padding-bottom: 4%;
}

#modellista ul li .kakaku{
    color: #001331;
}
#modellista span.green.b{
    font-size: 160%;
}


.fade{
opacity: 0;
}
.fade_anim{
animation-name: fade_anim;
animation-duration:2s;
animation-fill-mode:forwards;

}
@keyframes fade_anim{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade_left_anim{
animation-name: fade_left_anim;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fade_left_anim{
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade_right_anim{
animation-name: fade_right_anim;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fade_right_anim{
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.curtain{
    position: relative;
}

.curtain_anim::before{
    content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 2;
top: 0;
right: 0;
animation-name: curtain_anim;
animation-duration:3s;
animation-fill-mode:forwards;
}

@keyframes curtain_anim{
  from {

    width: 100%;
  }
  to {
    width: 0;
  }
}

#link .btn_flex{
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    width: 80%;
    margin: 0 auto;
}

#link .btn_flex a{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 0 10px;
    background-color: #005952;
    width: calc(50% - 40px * 1 / 2);
    padding: 6px;
    position: relative;
    border-radius: 4px;
}

#link .btn_flex a img{
    width: 120px;
}

#link .btn_flex a::after{
    content: '';
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
}

#link .btn_flex a:hover{
    opacity: 0.8;
    transition: all .3s;
}


@media screen and (max-width:1279px){
#modellista .txt p{
    font-size: 16px;
}
}


.sp{display:none;}
@media screen and (max-width:768px){
.sp{display:block;}
.pc{display:none;}

section{
    padding: 10% 0;
}

section .b{
    font-size: 28px;
}

small{
    font-size: 12px;
}

section p{
    font-size: 15px;
}

section p.b{
    font-size: 24px;
}

#anc .anc_wrap{
flex-direction: column;
    gap: 20px 0;
}

#anc .anc_wrap a{
    width: 100%;
}

#lm .ttl{
    align-items: unset;
    margin-bottom: 6%;
}

#lm .ttl h2 {
    font-size: 8.6vw;
}

#lm .catch .en {
    font-size: 26px;
}

#lm .catch .ja {
    font-size: 16px;
}

#lm .design{
    margin: 8% 0 0;
}

#lm .design .item1 {
    width: 60%;
}

#lm .design .item2 {
    width: 60%;
    margin: 6% 0 0 auto;
}

#lm .design .item2 img{
    transform-origin: right center;
}

#lm .design .item3 {
    width: 60%;
    margin: 8% 0 0;
}

#lm .design .item4 {
    width: 50%;
    margin: 6% 0 0 auto;
}

#lm .design .item5 {
    width: 53%;
    margin: 9% 0 6% 0;
}

#lm .movie {
    padding: 10% 0;
    background: url(./img/movie_bg.png) no-repeat right center / cover;
}

#lm .util_content .util_h3{
flex-wrap: wrap;
}

#lm .util_content .util_h3 h3{
    min-width: 160px;
    margin-right: 0;
}

#lm .util_content .txt{
    order: 4;
    width: 92%;
    margin: 8% auto;
}

#lm .img_int {
    width: 92%;
}

.util_content{
    margin: 12% 0;
}

.util_content {
        margin: 16% 0 20%;
}

#lm .util_content.color {
    margin: 0 0 16%;
}

#lm .cost p span.num {
    font-size: 14px;
    padding: 2px 9px 4px;
    margin: 0;
}

#lm .cost p span.blue{
    font-size: 16px;
}

#lm .cost p {
    font-size: 32px;
    width: 100%;
}

#lm .cost {
margin: 6% 0;
}

#lm .img.line{
    width: 100%;
}

#lm .special{
    width: 100%;
    gap: 30px 10px;
}

#lm .special li{
    width: calc(50% - 10px * 1 / 2);
}

span.num{
padding: 2px 8px 4px;
    font-size: 12px;
}

.util_ul li h4{
    font-size: 15px;
    margin-bottom: 16px;
}

#lm .special{
    margin: 8% auto 12%;
}

#lm_plan, #modellista_plan {
    width: 100%;
}

#modellista h3{
    font-size: 18px;
}

#modellista ul{
    padding: 6% 4%;
    gap: 20px 10px;
    flex-wrap: wrap;
}

#modellista ul li{
    width: calc(50% - 10px * 1 / 2);
}

#modellista small{
    padding: 6% 4%;
}
#modellista{
    padding: 10% 0 0;
}

#modellista .txt p{
    font-size: 15px;
}

#modellista .txt{
    top: 35%;
}

#modellista .txt p{
    font-size: 20px;
}

#modellista_plan{
    width: 92%;
    margin: 6% auto;
    
}

#modellista h3:not(:has(#modellista_plan)){
    font-size: 20px;
}

#modellista img{
    vertical-align: top;
}

#link .btn_flex{
    flex-direction: column;
    gap: 20px 0;
    width: 100%;
}

#link .btn_flex a{
    width: 100%;
    max-width: 320px;
    font-size: 15px;
    margin: 0 auto;
}


.util_ul li h4 {
    text-indent: -2.2em;
    padding-left: 2.2em;

}

#lm .util_content .util_h3 p{
    text-align: center;
}

.util_ul li .kakaku{
    font-size: 130%;
}

}

@media screen and (max-width:540px){
    #modellista .txt p {
        font-size: 15px;
    }
}

