@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;900&display=swap');
html,body{
    height: auto;
}
#youtube-area{
    min-height: 800px;
    margin-bottom: 0;
}
.preloader{
    background-color: #000;
}
main{
    /*font-family: YuGothic,Yu Gothic,sans-serif;*/
    font-family: 'Zen Old Mincho', serif;
}
.spbr{
    display: none;
}
main{
    background-color: #000;
    color: #fff;
    padding: 30px 0px;
}
.contents{
    padding: 0px;
    box-sizing: border-box;
    max-width: 1050px;
    padding: 0 10px;
    margin: auto;
}
.contents h1,.contents h2,.contents h3{
    font-family: 'Zen Old Mincho', serif;
    font-style: italic;
    color: #fff;
}
.contents h1{
    margin-top: 0;
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 58px;
}
.contents h2{
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 50px;
    line-height: 60px;
}
.contents h3{
    margin: 160px 0 80px;
    font-size: 34px;
    text-align: center;
}
#title_area p,
#title_area2 p,
#title_area3 p,
#titanium_area p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 0;
    margin: 0;
}
#title_area,
#title_area3{
    min-height: 550px;
    background-image: url(../img/front.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
#title_area3{
    background-image: url(../img/background-03.png);
    background-size: cover;
    min-height: 450px;
    align-content: center;
}
#title_area2,
#title_area3_inner{
    display: flex;
    align-items: center;
}
#title_area2 .half,
#title_area3 .half{
    width: 50%;
}
#products_area{
/*    padding-bottom: 100px;*/
    background-color: #000;
    background-image: url(../img/background-01.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-top: 30px;
}
#img_area{
    text-align: center;
    position: relative;
    font-size: 0;
}
#img_area .line{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#img_area .half{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
}
#img_area .half p{
    font-size: 16px;
    color: #fff;
}
.margin-top{
    margin-top: 120px;
}
#titanium_area{
    min-height: 400px;
    background-image: url(../img/image.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
#titanium_area div{
    margin-left: auto;
    width: 550px;
}
#titanium_area h2{
    text-align: center;
}
#gallery_area{
    font-size: 0;
}
#gallery_area ul{
    margin: 0;
    padding: 0;
    text-align: center;
}
#gallery_area ul li{
    list-style: none;
    width: 33.3%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
#gallery_area ul li h4{
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 15px 5px;
}

#item_area{
    text-align: center;
    position: relative;
    font-size: 0;
}
#item_area h4{
    color: #fff;
}
#item_area .half,
#option_area .half{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0px 30px;
    box-sizing: border-box;
    text-align: center;
}
#item_area .half{
    width: 33.3%;
}
#item_area .half p{
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: right;
    color: #fff;
}
#item_area .half p.min{
    font-size: 12px;
}
.caution{
    margin: 40px 0px 30px;
    color: red;
    font-size: 14px;
    text-align: left;
}

#option_area_inner{
    font-size: 0;
}
#option_area{
    height: 400px;
    background-image: url(../img/background-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#option_area .half{
    width: 100%;
}
#option_area .half a{
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 20px 0px;
    margin-top: 130px;
    outline: #fff solid 2px;
    transition: 0.3s;
}
#option_area .half a:hover{
    opacity: 0.7;
}
.iziModal {
    font-family: 'Zen Old Mincho', serif;
}
.iziModal-content .half_l,
.iziModal-content .half_r{
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box;
}
.iziModal-content .half_l{
    width: 60%;
}
.iziModal-content .half_r{
    width: 39%;
    padding-top: 35px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
#selectarea{
    display: flex;
    justify-content: space-between;
}
#selectarea .half{
    width: 45%;
    text-align: center;
}
#selectarea .half div.half_inner{
    border: 2px solid #af1e23;
    display: inline-block;
    padding: 15px 30px;
    box-sizing: border-box;
    max-width: 100%;
}
#selectarea .half a{
    color: #fff;
}
#selectarea .triangle-down{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #af1e23;
    margin: 10px auto;
}
#footpeg_imgs{
    position: relative;
}
#footpeg_imgs #body2{
    width: 100%;
}
#footpeg_imgs #line2{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#footpeg_imgs #footpegitem{
    position: absolute;
    bottom: 15%;
    right: 0%;
    margin: auto;
    width: 25%;
    text-align: center;
}
#footitem_area{
    background-image: url(../img/background-04.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
    padding-bottom: 40px;
}
#footitem_area .footitem_detail{
    margin: auto;
    max-width: 100%;
    width: 350px;
}
#footitem_area h4{
    color: #fff;
    text-align: center;
}
#footitem_area p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: right;
    color: #fff;
}
#footitem_area p.min{
    font-size: 12px;
}
#footitem_area .link a {
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 20px 0px;
    margin-top: 80px;
    outline: #fff solid 2px;
    transition: 0.3s;
    text-align: center;
}
#footitem_area .link a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 1024px){
    #youtube-area{
        min-height: 600px;
    }
}
@media screen and (max-width: 767px) {
    #youtube-area{
        min-height: 400px;
    }
    .spbr{
        display: block;
    }
    .contents h1{
        font-size: 30px;
        padding-top: 30px;
        line-height: 40px;
    }
    .contents h1,
    .contents h2{
        text-align: center;
        margin-bottom: 40px;
    }
    .contents h2{
        font-size: 36px;
    }
    .contents h3{
        font-size: 22px;
        margin: 100px 0 60px;
    }
    .margin-top{
        margin-top: 60px;
    }
    #title_area p, 
    #title_area2 p, 
    #title_area3 p, 
    #titanium_area p{
        font-size: 16px;
    }
    #title_area{
        background-image: url(../img/front_sp.png);
        min-height: 400px;
    }
    #title_area2,
    #title_area3_inner{
        min-height: 400px;
        display: block;
    }
    #title_area3_inner{
        padding-bottom: 30px;
    }
    #title_area2 .half,
    #title_area3 .half{
        width: 100%;
    }
    #titanium_area{
        padding-top: 60px;
        min-height: 350px;
        background-image: url(../img/image_sp.png);
    }
    #titanium_area div{
        width: auto;
    }
    #products_area{
        background-size: 150%;
    }

    #gallery_area ul li{
        width: 50%;
        padding: 5px;
    }
    #gallery_area ul li h4{
        width: 100%;
        position: unset;
        padding: 10px 5px;
        font-size: 12px;
        font-weight: normal;
    }

    #item_area .half{
        display: block;
        width: 100%;
        padding: 0px;
    }
    #item_area .half p{
        padding-right: 10px;
    }
    #option_area .half{
        width: 100%;
        padding: 0px;
    }
    #option_area .half a{
        margin-top: 70px;
    }
    .iziModal-content .half_l,
    .iziModal-content .half_r{
        width: 100%;
    }
    .iziModal-content .half_r{
        padding-top: 10px;
    }
    #selectarea .half{
        width: 48%;
    }
    #selectarea .half div.half_inner{
        padding: 5px;
        font-size: 0.9em;
    }
    #footpeg_imgs #footpegitem{
        width: 40%;
        bottom: 15%;
        font-size: 0.8em;
    }
    #footitem_area{
        margin-bottom: 60px;
    }
}