@charset "UTF-8";
/*----------------------------------------------------------------------------*/

.pc{display:block}
.sp{display:none}

    /*ページローダー*/
 #loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 10000000000;
}
#loader {
  display: none;
  position: fixed;
  top: 47%;
  left: 50%;
  width: 320px;
  height: auto;
  margin-top: -52px;
  margin-left: -160px;
  text-align: center;
  color: #000;
  z-index: 10000000001;
}
#loader img{width:100%;}

/* TOP */
#item_detail{font-size:18px;background:#000;}


#item_detail #top{
    width:100%;
}

/* init */
#item_detail section .inner{
    width:100%;
    margin:0 auto;
    padding-top:170px;
    position: relative;
}

#item_detail section .inner h2{
    width: 30%;
    margin:0;
    padding:0;
}

/* LEAD */
#item_detail #lead{
    width:100%;
    height: 460px;
    background: url(_image/bg_lead.avif) center top repeat-x;
    background-size: contain;
    padding:0px 0 100px;
    margin-top:-50px;
    position: relative;
    z-index:9;
}

#item_detail #lead .inner {
padding-top: 110px;
}

#item_detail #lead .inner dl{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}

#item_detail #lead .inner dl dt{
    width: 40%;
}

#item_detail #lead .inner dl dd{
    width: 58%;
}
#item_detail #lead .inner dl dd strong{font-family: "a-otf-ryumin-pr6n", serif;
font-weight: 300;
font-style: normal;font-size:30px;line-height:40px;margin-bottom:20px;display:block}

#item_detail #lead .inner .mov{margin-top:200px;}

/* sec1 */
#sec1 {
    padding: 100px 0;
}
#sec1 p {
    font-family: "Noto Serif JP", serif;
    margin: 30px auto 60px;
}
#sec1 p.caption {
    font-weight: 100;
    font-size: 23px;
    margin: -23% auto 23%;
    width: 47%;
}
#sec1 .img2_box {
    width: 65%;
    margin: 100px auto 50px;
}
#sec1 .img2_box img {
    margin-bottom: 60px;
}

/* sec2 */
#sec2 {
    padding-bottom: 100px;
}
#sec2 .title_box {
    width: 80%;
    margin: 0 auto;
}
#sec2 .title_box p {
    font-family: "Noto Serif JP", serif;
    width: 80%;
    margin: 80px auto;
}

#sec2 .img_box {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 60px auto;
}
#sec2 .img_box .left ,
#sec2 .img_box .right {
    width: 45%;
}
#sec2 .img_box p {
    margin-top: 20px;
    font-size: 15px;
}

/* sec3 / sec4 / sec5 */
#sec3 ,#sec4 , #sec5 {
    background: url(_image/sec3_bg.avif) top center no-repeat;
    background-size: cover;
    font-family: "Noto Serif JP", serif;
}
#sec3 .title_box , #sec4 .title_box, #sec5 .title_box{
    margin: 120px 0 0 170px;
}
#sec3 .title_box img , #sec4 .title_box img , #sec5 .title_box img {
    width: 40%;
    margin-bottom: 35px;
}
#sec3 .img_box , #sec5 .img_box {
    width: 75%;
    margin: 0 auto 120px;
}
#sec3 .img_box img , #sec5 .img_box img {
    margin: 40px auto;
}
#sec4 {
    margin: 120px 0;
}
#sec4 .img_box {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 45px auto 120px;
}
#sec4 .img_box .left ,
#sec4 .img_box .right {
    width: 45%;
}
#sec4 .img_box p {
    margin-top: 20px;
    font-size: 20px;
}

/* GALLERY*/
#item_detail section#gallery{ width:100%; background:#000; padding:0px 0 100px; position: relative; z-index:10}
#item_detail section#gallery .inner { width:80%; height:auto; margin:0 auto;}
#item_detail dl#gallery { width:100%; display: flex; justify-content: space-between; margin:80px auto 0;}
#item_detail dl#gallery dt { width:48%;}
#item_detail .slider { width:100%;}
#item_detail .slider img { width:100%;}
dl#gallery dd { width: 48%;}
.slick-initialized .slick-slide  { margin: 0!important;}
#item_detail .thumbnail-img { opacity: 0.5; transition: opacity .3s linear; width: calc(100% / 4) !important;}
#item_detail .thumbnail-img img{width:100%;padding:5px;}
#item_detail .thumbnail .slick-current { opacity: 1;}
.slick-track { transform: unset !important;}
dd .slick-list div.slick-track:last-of-type { width: 100%!important; display: flex; flex-wrap: wrap;}

/* INFO*/
#info .text1 { width:70%; margin:100px auto 0; font-size:12px;}
#info p.caution { width:50%; margin:50px auto; font-size:12px;}
#info .white_boder_area { width: 55%; padding: 20px; margin: 50px auto; border: 1px solid white;}
#info .white_boder_area p.title { font-weight: bold; font-size: 22px; text-align: center; margin-bottom: 10px;}
#item_detail .btnBuy{width:500px;margin:0px auto 0px;}
#copyright1 { width: auto; margin: 100px auto 140px;}
#copyright1 p { font-size: 12px; text-align: center}

@media screen and (max-width: 1050px) {
    #item_detail #lead {
        height: 550px;
    }
    #item_detail #lead .inner {
    padding-top: 6vw;
    } 
    #item_detail #lead .inner dl{
        flex-direction: column;
        width:90%;
        margin:0px auto;
    }
    #item_detail #lead .inner dl dt{
        width: 40%;
        text-align: center;
        margin:0 auto;
        height:auto;
    }
    #item_detail #lead .inner dl dd{
        width: 100%;
    }
}

@media screen and (max-width: 667px) {
    .pc{display:none}
    .sp{display:block}        
    img{width:100%;}
    #loader { top: 47%; left: 50%;width: 160px;margin-top: -26px; margin-left: -80px;}
    #item_detail {font-size: 3.5vw;}
    #item_detail #top{width:100%;}

    /* LEAD */
    #item_detail #lead {height: 550px;}
    #item_detail #lead .inner {padding-top: 27vw;}
    #item_detail #lead .inner dl{flex-direction: column; width:90%; margin:0px auto;}
    #item_detail #lead .inner dl dt{ width:60%; margin:0 auto; height:auto;}
    #item_detail #lead .inner dl dd{ width: 100%;}
    #item_detail #lead .inner dl dd strong{font-size:5.5vw;text-align: center;line-height:1.3;margin-bottom:20px;display:block}
    #item_detail #lead .inner .mov{margin-top:8vw;}

    /* sec1 */
    #sec1 {padding: 0;}
    #sec1 p {font-size: 12px;}
    #sec1 p.caption { font-size: 10px; width: 70%;}
    #sec1 .img2_box { width: 90%; margin: 50px auto;}
    #sec1 .img2_box img { margin-bottom: 30px;}

    /* sec2 */
    #sec2 { padding: 0;}
    #sec2 .title_box { width: 100%;}
    #sec2 .title_box p {width: 90%; margin: 30px auto; font-size: 12px;}
    #sec2 .img_box { width: 85%; margin: 20px auto; flex-direction: column-reverse;}
    #sec2 .img_box .left ,#sec2 .img_box .right{
        width: 100%;
        margin-bottom: 20px;
    }
    #sec2 .img_box p { font-size: 12px;}

    /* sec3 / sec4 / sec5 */
    #sec3 .title_box , #sec4 .title_box, #sec5 .title_box{
        margin: 20px auto;
        width: 90%;
        padding-top: 20px;
    }
    #sec3 .title_box img , #sec4 .title_box img , #sec5 .title_box img {
        width: 70%;
        margin-bottom: 15px;
    }
    #sec3 p , #sec4 p , #sec5 p {
        font-size: 13px;
    }
    #sec3 .img_box , #sec5 .img_box {
        width: 90%;
        margin: 0 auto 30px;
    }
    #sec3 .img_box img , #sec5 .img_box img {
        margin: 20px auto;
    }
    #sec4 {
        margin: 20px 0;
    }
    #sec4 .img_box {
        display: block;
        width: 90%;
        margin: 20px auto;
    }
    #sec4 .img_box .left ,
    #sec4 .img_box .right {
        width: 100%;
        margin: 20px 0;
    }
    #sec4 .img_box p {
        margin-top: 20px;
        font-size: 13px;
    }

    /* GALLERY*/
    #gallery h2{width:40%!important; margin:18px auto;}
    #gallery .inner{width:100%; margin:0 auto; padding:0;}
    #gallery dl#gallery {width:100%; margin:0 auto; flex-direction: column;}
    #gallery dl#gallery  dt{ width:100%;}
    #gallery dl#gallery dd { width: 100%;}
    #gallery .slider{ width:100%;}
    #gallery .slider img{ width:100%;}
        
    /* INFO*/
    #info{ width:100%;}
    #info .text1{ width:90%; font-size:2.5vw; margin: 50px auto 0;}
    #info p.caution{ width:80%; margin:20px auto 0; font-size:2.5vw;}
    #item_detail .btnBuy{ width:80%; margin:5vw auto 10vw;}
    #copyright1 { width: auto; margin: 30px auto 0px;}    
}
