@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, section, article, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, figure, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  list-style-type: none;
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  box-sizing: border-box;
}

/* common */
body{
    background-color: #f2f2e5;
}
.wrapper {
    width: 100%;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.between {
    justify-content: space-between;
}
h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #502208;
}
h3 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #502208;
}
img {
    width: 100%;
}
p {
    color: #502208;
}
.sp {
    display: none;
}
.dn {
    display: none;
}
.db {
    display: block;
}

.meritto .img.sp,
.event h2 img,
.event .tirasi,
.modelhouse,
.banner img,
footer .row {
    margin-bottom: 40px;
    }



@media screen and (max-width: 1200px) {
    .inner {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .meritto .img.sp,
    .event h2 img,
    .event .tirasi,
    .modelhouse,
    .banner img,
    footer .row {
    margin-bottom: 30px;
    }
}


/* header */
header {
    max-width: 1920px;
}
header .mv {
    margin-bottom: 50px;
}
header .mv img{
    width: 100%;
}
h1 {
    font-size: 90px;
    color: #502208;
    line-height: 0.8;
    font-weight: bold;
}
/* h1 .ttl {
    font-size: 65px;
}
h1 .ttl2 {
    font-size: 34px;
    
} */
header .btn img {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 163px;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    header .mv {
        margin-bottom: 20px;
    }
    header .btn img {
        width: 25%;
        bottom: 54px;
        right: 15px;
    }

}


/* present */
.present {
    text-align: center;
}
.present img{
    width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    .present img {
        width: 100%;
    }
}
.presents {
    margin-bottom: 50px;
}
/* meritto */
.meritto {
    padding-top: 40px;
}
.meritto h2 img{
    width: 550px;
}
.meritto .img.pc img{
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width: 900px) {
    .meritto {
        padding-top: 30px;
    }
    .meritto .list {
        
    }
    .meritto .list .box {
        width: 200px;
        height: 200px;
    }
    .meritto .list .box p {
        font-size: 24px;
        margin-top: 60px;
    }
    .meritto .links img {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .meritto h2 img{
        width: 70%;
    }
    .meritto .img.sp {
        text-align: center;
        
    }
    .meritto .img.sp img {
        width: 80%;
        margin: 0 auto;
    }
}
/* @media screen and (max-width: 700px) {
    .meritto .list .box {
        width: 150px;
        height: 150px;
    }
    .meritto .list .box p {
        font-size: 18px;
        margin-top: 50px;
    }
}
@media screen and (max-width: 530px) {
    .meritto .row {
        display: block;
        text-align: center;
    }
    .meritto .list {
        margin-bottom: 40px;
    }
    .meritto .list .box {
        margin: 0 auto 40px;
        width: 240px;
        height: 240px;
    }
    .meritto .list .box p {
        font-size: 32px;
        margin-top: 80px;
    }
} */


/* event */ 
.event h2 img {
    width: 100%;
}
.event .tirasi {
    width: 1000px;
    display: flex;
    margin: 0 auto 40px;
    align-items: flex-start;
    justify-content: space-between;
}
.event .tirasi img {
    width: 48%;
    margin-bottom: 30px;
    cursor: pointer;
}

.event .tirasi img:last-child {
    margin-bottom: 0;
}
.event .tirasi.tirasi_c img{
    width: 100%;
}
/* .event .tirasi img:last-child {
    margin-bottom: 0;
}  */
@media screen and (max-width: 1000px) {
    .event .tirasi {
        width: 90%;
        display: block;
    }
    .event .tirasi img {
        width: 100%;
    }


    /* .event .tirasi img {
        width: 49%;
    } */
}
@media screen and (max-width: 376px) {
    .event h3 {
        font-size: 28px;
    }
}

/* modelhouse */
.modelhouse h2 img{
    width: 100%;
}
.modelhouse p{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #502208;
    width: 100%;
}
.modelhouse .list {
    margin-top: 10px;
}
.modelhouse .list::after {
    content: "";
    max-width: 380px;
    width: 100%;
}
.modelhouse .list .img {
    position: relative;
}
.modelhouse .list .img img {
    width: 380px;
}
.modelhouse .list .img a {
    text-decoration: none;
}
.gaikan {
    margin-bottom: 25px;
}
p.yoyaku {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    opacity: 0.6;
    padding: 7px;
    /* margin-bottom: 10px; */
    width: 100%;
}
p.yoyaku.br {
    bottom: 34px;
}
.spbtn {
    display: none;
}
.spbtn {
    padding: 10px;
    font-size: 16px;
}
.close {
    transition: .3s;
}
.sp.yoyaku {
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .modelhouse .list::after {
        content: "";
        max-width: 454px;
        width: 100%;
    }
    .modelhouse .list .img img{
        max-width: 454px;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .pc.yoyaku {
        display: none !important;
    }
    .sp.yoyaku {
        display: block !important;
    }
    p.yoyaku.br {
        bottom: 14px;
    }
    p.yoyaku.br2 {
        bottom: 34px;
    }
}
@media screen and (max-width: 1010px) {
    .modelhouse {
        
    }
    .modelhouse .list.between {
        justify-content: space-between;
    }
    .modelhouse .list {
        margin-bottom: 0;
        
    }
    .modelhouse .list .img {
        
    }
    /* .modelhouse .list .img img {
        width: 100%;
    } */

    /* .modelhouse .list .img img {
        max-width: 100%;
        width: 100%;
    } */
    .gaikan {
        width: 48%;
    }
    .spbtn.dn {
        display: none;
    }
    .modelhouse .spbtn, .modelhouse .close{
        padding: 5px 10px;
        font-size: 16px;
        border-radius: 5px;
        font-weight: normal;
    }
    .spimg {
        display: none;
    }
}
.banner {
    text-align: center;
}
.banner img{
    width: 700px;
}

@media screen and (max-width: 768px) {
    .banner img{
        width: 80%;
    }
    .gaikan {
        width: 48%;
    }
}

/* footer */
footer {
    padding: 40px 0;
}
footer .row {
    justify-content: center;
}
footer .logo img {
    width: 130px;
    margin-right: 40px;
}
footer h3 {
    font-size: 32px;
    margin-bottom: 0;
}
footer .copyright {
    text-align: center;
}
footer .copyright  a {
    color: #502208;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    footer {
        padding-bottom: 35px;
        padding-top: 25px;
    }
    footer .row {
        display: block;
    }
    footer h3 {
        font-size: 18px;
        text-align: center;
    }
    footer .address {
        font-size: 14px;
        text-align: center;
    }
    footer .logo  {
        width: 25%;
        
        margin: 0 auto;

    }
    footer .logo img {
        width: 100%;
    }
}

@media screen and (max-width: 1010px) {
.spbtn {
    display: block;
}
.spbtn img {
    width: 270px;
    margin: 0 auto;
    cursor: pointer
}
.close img {
    width: 270px;
    margin: 0 auto;
    cursor: pointer
}
.spimg {
    display: none;
}
}

.present_2 img{
    width: 100px;
}
.present_2 .sp_dn{
    display: block;
}
.present_2 .sp_db{
    display: none;
}

.present_2 img{
    width: 100%;
}
.present_2 .sp_dn{
    display: block;
}
.present_2 .sp_db{
    display: none;
}

.present_banner {
    margin-bottom: 50px;
}
.present_banner img {
    
}
.line_banner {
    width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .present_2 .sp_dn {
        display: none;
    }
    .present_2 .sp_db {
        display: block;
    }
    .present_banner {
        margin-bottom: 20px;
    }
    .line_banner {
        width: 100%;
    }
}

.present_2 {
    margin-bottom: 50px;
}
.present_2 .inner {
    width: 1000px;
}
.present_2 .main {
    
    margin: 0 auto 9px; 
}
.present_2 .row {
    
}
.present_2 .row a{
    display: block;
    width: 49.5%;
}
.present_2 .sp_db{
    display: none !important;
}
@media screen and (max-width: 1200px) {
    .present_2 .inner {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .present_2 .sp_db {
        display: block !important;
    }
    .present_2 .sp_dn {
        display: none !important;
    }
    .present_2 .row a {
        width: 100%;
        margin-bottom: 5px;
    }
}

/* 追加 */
.modelhouse .new_mark {
    position: absolute;
    background-color: #FF0015;
    padding: 5px 15px;
    top: 0;
    right: 0;

}
.modelhouse .new_mark p {
    display: block;
    width: auto;
    font-size: 18px;
    color: #fff;
}
@media screen and (max-width: 599px) {
    .modelhouse .new_mark {
        padding: 3px 10px;
    }
    .modelhouse .new_mark p {
        font-size: 14px;
    }
}