.mb16 img{
    margin-bottom:16px!important;
}
.mb24 img{
    margin-bottom:24px!important;
}
.mb-16{
    margin-bottom:16px!important;
}
.mb-24{
    margin-bottom:24px!important;
}
.mt0{
    margin-top:0!important;
}
.mb0{
    margin-bottom:0!important;
}
.bg-accent01 {
    background-color: #f7f6f3;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 100px;
}
.bg-accent02{
    background-color: #413d3c;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 100px;
}
.bg-accent02 p, .bg-accent02 h2, .bg-accent02 h3, .bg-accent02 h4{
    color:white!important;
}
.bg-accent03 {
    background-color: #eae8e2;
    padding-top: 100px;
    padding-bottom: 10px;
    margin-bottom: 100px;
}





@media (max-width: 768px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .sp-only {
        display: none !important;
    }

    .pc-only {
        display: block !important;
    }
}

/* ==================================================
l-hero
================================================== */

.l-hero {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
}

@media (max-width: 768px) {
    .l-hero {
        width: 100%;
        height: 80vh;
    }
}

.l-hero__elements {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    padding-bottom: 84px;
    z-index: 100;
    color: #fff;
}

@media (max-width: 768px) {
    .l-hero__elements {
        padding-bottom: 24px;
    }
}

.l-hero__catch {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .l-hero__catch {
        padding: 0 32px;
    }
}

.l-hero__catch img {
    width: 100%;
    height: auto;
}

.l-hero__btn {
    margin-top: 67px;
    text-align: center;
}

@media (max-width: 768px) {
    .l-hero__btn {
        margin-top: 24px;
        width: 100%;
        padding: 0 24px;
    }
}

.l-hero__btn a {
    display: inline-flex;
    justify-content: center;
    gap: 0 15px;
    text-align: center;
    border-radius: 4px;
    background: #967d1e;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5;
    letter-spacing: 0.05em;
    padding: 24px 32px;
    transition: all .5s;
}

@media (max-width: 768px) {
    .l-hero__btn a {
        display: flex;
        font-size: 15px;
        padding: 16px 24px;
        transition: all .5s;
    }
}

.l-hero__btn a:hover {
    background: rgb(65, 61, 60);
}

/* ==================================================
swiper
================================================== */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* overwrite */

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    margin: 10px 0 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #7F7437 !important;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 26px !important;
}

/* ==================================================
l-intro
================================================== */

.l-intro {
    background: #9f9c90 url(../images/all-on-4/l-intro-bg2.png) no-repeat bottom right / auto 100%;
    padding: 120px 0 120px 0;
    text-align: center;
    position: relative;
}

.l-intro::after {
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translate(-50%,0);
    content: "";
    width: 1px;
    height: 76px;
    background: #303030;
}

.l-intro__title {
    color: #303030;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.05em;
}

.l-intro__title span {
    color: #fff!important;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    display: block;
}

.l-intro__en {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.12;
    text-align: center;
    margin-top: 32px;
}

@media (max-width: 768px) {
    .l-intro {
        background: #AEAEAE url(../images/all-on-4/l-intro-bg.png) no-repeat bottom right / auto 50%;
        padding: 80px 20px;
    }
    
    .l-intro::after {
        bottom: -30px;
        height: 60px;
    }
    
    .l-intro__title {
        font-size: 18px;
    }
    
    .l-intro__title span {
        font-size: 30px;
    }
    
    .l-intro__en {
        font-size: 20px;
        margin-top: 16px;
    }
}

/* ==================================================
l-second
================================================== */

.l-second {
    padding: 105px 0 30px 0;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.l-second p {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .l-second {
        padding: 80px 20px 40px 20px;
    }
    
    .l-second p {
        font-size: 18px;
    }
}



/* ==================================================
セクション個別
================================================== */

.comparison{
    background-color: #f7f6f3;
    padding:50px 50px 10px 50px;
}
@media (max-width: 768px) {
    .comparison{
    padding:15px 15px 1px 15px;
}
}


.mokuji {
    background-color: #f7f6f3;
    padding: 30px 50px 50px 50px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative; /* これはそのまま */
}

@media (max-width: 768px) {
    .mokuji{
    width:90%;
    padding:10px 15px 15px 15px;
    margin:0 auto;
    margin-bottom:20px; 
}
}

.ul-mokuji li{
    font-size:1.2em;
    line-height:2em;
}

.mokuji-title_cover {
    position: absolute;
    top: -40px; /* タイトルをボックスの上に配置 */
    left: 50%; /* 左から50%の位置に配置 */
    transform: translateX(-50%); /* タイトルを左に50%ずらして中央に配置 */
    padding: 5px 10px; /* タイトルの周りに余白を設定 */
}

.mokuji-title { 
    font-size: 40px!important;
    font-weight: 700;
    color: #967d1e;
    font-family: 'Roboto', sans-serif;
}

