@charset "utf-8";

/* ==================================================================
    index.css

=================================================================== */

.contents main > section {
    padding: 80px 0;
    margin-bottom: 0;
}

/* --------------------------------
   background 水色
-------------------------------- */

section:nth-child(odd){
    background: #DEECEF;
}

/* --------------------------------
   □ title
-------------------------------- */

#index main h2.title{
    text-align: center;
    border-bottom: none;
    font-size: 175%; /*28px*/
    font-weight: 700;
}
    #index main h2.title span.inline{
        display: inline-block;
    }
#index main h2.title small{
    font-size: 47%;
    display:inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 0 27px;
}
    #index main h2.title small:before,
    #index main h2.title small:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 23px;
        height: 2px;
        background-color: #444;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
    }
    #index main h2.title small:before{
        left:0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    #index main h2.title small:after{
        right: 0;
    }
    #index main h2.title span.marker{
        background: linear-gradient(transparent 60%, #FCF069 60%);
    }
    #index main h2.title span.en{
        display: block;
        font-size: 47%;
        margin-top: 15px;
    }

/* --------------------------------
   □ collection
-------------------------------- */

#collection h2.title,
#contact h2.title{
    color: #FCF069;
}

#collection h2.title span,
#contact h2.title span{
    display: block;
    font-size: 55%;
    margin-top: 10px;
}

/* --------------------------------
   □ ranking
-------------------------------- */

#ranking .tabarea{
    margin-bottom: 50px;
    overflow: hidden;
}
#ranking .tabarea ul.tab li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    text-align: center;
}
    #ranking .tabarea ul.tab li a{
        display: block;
        text-decoration: none;
        color: #959595;
        padding-bottom: 10px;
        border-bottom: 2px solid #959595;
        padding: 10px 20px;
    }
    #ranking .tabarea ul.tab li:last-child{
        margin-right: 0;

    }
    #ranking .tabarea ul.tab li.active a{
        color: #3486BF;
        border-bottom: 2px solid #3486BF;
    }

.tabContents {
    display: none;
}
    .tabContents.active {
         display: block;
    }
.tabContents ul.list{
    overflow: hidden;
    display: flex;
    align-items: stretch;
    gap: 0 30px;
}
    .tabContents ul.list > li{
        width: 340px;
        min-height: 659px;
        box-sizing: border-box;
    }
    .tabContents ul.list > li a{
        display: block;
        box-sizing: border-box;
        height: 100%;
        padding: 30px 20px 30px 20px;
        color: #444;
        background: #F5F5F5;
    }
    .tabContents ul.list > li a:hover{
        text-decoration: none;
        background-color: #dadada;
    }
    .tabContents ul.list > li:last-child{
        margin-right: 0;
    }
    .tabContents ul.list > li p.no{
        padding-bottom: 5px;
        padding-left: 50px;
        font-size: 125%;
    }
    .tabContents ul.list > li p.no em{
        font-size: 188%;
        margin-left: 5px;
    }
        .tabContents ul.list > li p.no1{
            border-bottom: 1px solid #BFA86E;
            background: url("../../images/index/crown_1.png") 0 50% no-repeat;
            color: #BFA86E;
        }
        .tabContents ul.list > li p.no2{
            border-bottom: 1px solid #ACA9A9;
            background: url("../../images/index/crown_2.png") 0 50% no-repeat;
            color: #ACA9A9;
        }
        .tabContents ul.list > li p.no3{
            border-bottom: 1px solid #B97D6B;
            background: url("../../images/index/crown_3.png") 0 50% no-repeat;
            color: #B97D6B;
        }
    .tabContents ul.list > li dl dt{
        margin-bottom: 20px;
        background-color: #FFF;
        width: 300px;
        height: 300px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
        .tabContents ul.list > li dl dt img{
            max-width: 100%;
            max-height: 100%;
        }
    .tabContents ul.list > li dl dd p{
        margin-bottom: 10px;
    }
        .tabContents ul.list > li dl dd p.name{
            font-size: 113%;
            font-weight: 700;
            margin-top: 10px;
        }
        .tabContents ul.list > li dl dd p.makerprice{
            font-size: 82%;
            margin-bottom: 4px;
        }
        .tabContents ul.list > li dl dd p.price{
            font-size: 82%;
            color: #DF2C2C;
            margin-bottom: 0;
            font-weight: 700;
        }
        .tabContents ul.list > li dl dd p.price em{
            font-size: 250%;
            color: #DF2C2C;
        }
        .tabContents ul.list > li dl dd p.number{
            font-size: 82%;
        }
    .tabContents ul.list > li dl dd ul.spec {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap:5px;
        margin-bottom: 8px;
    }
    .tabContents ul.list > li dl dd ul.spec li{
        display: inline-block;
        padding: 3px 15px;
        border: 1px solid #D4D4D4;
        background-color: #FFF;
        font-size: 82%;
    }
    .tabContents ul.list > li dl dd p.text{
        margin-bottom: 0;
    }

/* --------------------------------
   □ slide
-------------------------------- */

#slide{
    padding-top: 40px;
    padding-bottom: 60px;
}
    #slide .container{
        position: relative;
    }
        #slide .swiper-container{
            padding-bottom: 20px;
        }
        #slide .swiper-slide{
            box-sizing: border-box;
        }
        #slide .swiper-slide a{
            display: block;
            color: #333;transition: 0.5s;
            margin: 0 15px;
        }
        #slide .swiper-slide a img{
            width: 100%;
        }
        #slide .swiper-slide a:hover{
            background:rgba(255,255,255,0.50);
        }
        #slide .swiper-slide a span{
            display: block;
            margin-top: 10px;
            padding-bottom: 10px;
            text-align: center;
        }

        #slide .swiper-button-prev, #slide .swiper-button-next{
            position: absolute;
            top: 50%;
            width: 50px;
            height: 50px;
            margin-top: -50px;
            -moz-background-size: 50px 50px;
            -webkit-background-size: 50px 50px;
            background-size: 50px 50px;
        }
            #slide .swiper-button-prev{
                background-image: url(../../images/common/prev_sml.png);
                left: -64px;
            }
            #slide .swiper-button-next{
                background-image: url(../../images/common/next_sml.png);
                right: -64px;
            }
            #slide .swiper-button-next:after, #slide .swiper-button-prev:after{
                content: none;
            }
        #slide .swiper-pagination{
            position: static;
        }
            #slide .swiper-pagination-bullet{
                width: 10px;
                height: 10px;
                background: #444;
                opacity: 0.2;
                margin-right: 8px;
            }
                #slide .swiper-pagination-bullet-active{
                    width: 10px;
                    height: 10px;
                    background: #004499;
                    opacity: 1;
                }

/* --------------------------------
   □ lineup
-------------------------------- */

#lineup ul.items{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px 68px;
}
    #lineup ul.items > li{
        width: 148px;
        text-align: center;
    }
        #lineup ul.items > li a{
            display: block;
            color: #444;
        }
            #lineup ul.items > li a:hover{
                text-decoration: none;
                color: #959595;
            }
        #lineup ul.items > li img{
            width: 148px;
            height: 148px;
            display: block;
            margin: auto auto 20px auto;
        }
            #lineup ul.items > li img:hover{
                opacity: 0.7;
            }


/* --------------------------------
   □ scene
-------------------------------- */

#scene .scenelist{
    display: flex;
    flex-wrap: wrap;
}
#scene .scenelist .type{
    margin-right: 34px;
    margin-bottom: 80px;
    }
    #scene .scenelist .type.noMb{
        margin-bottom: 0;
        }
    #scene .scenelist .type:nth-child(3n){
        margin-right: 0;
        }
    #scene .scenelist .type .title span{
        width: 337px;
        height: 121px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        display: inline-block;
        margin:0;
        padding:0;
        line-height: 121px;
        font-size: 113%;
        font-weight: 700;
        text-decoration: none;
    }
        #scene .scenelist .type:first-child .title{
            background: url("../../images/index/scene_1.jpg") no-repeat;
        }
        #scene .scenelist .type:nth-child(2) .title{
            background: url("../../images/index/scene_2.jpg") no-repeat;
        }
        #scene .scenelist .type:nth-child(3) .title{
            background: url("../../images/index/scene_3.jpg") no-repeat;
        }
        #scene .scenelist .type:nth-child(4) .title{
            background: url("../../images/index/scene_4.jpg") no-repeat;
        }
        #scene .scenelist .type:nth-child(5) .title{
            background: url("../../images/index/scene_5.jpg") no-repeat;
        }
    #scene .scenelist .type dd{
        display: block;
        text-align: center;
        border-bottom: 1px solid #BABABA;
    }
        #scene .scenelist .type dd:nth-child(2){
            border-top: 1px solid #BABABA;
            margin-top: 25px;
        }
        #scene .scenelist .type dd a{
            position: relative;
            display: block;
            padding-right: 20px;
            text-decoration: none;
            color: #444;
            padding: 1em;
        }
            #scene .scenelist .type dd a:before{
                content: '';
                width: 8px;
                height: 8px;
                border: 0;
                border-top: solid 1.5px #444;
                border-right: solid 1.5px #444;
                position: absolute;
                top: 50%;
                right: 30px;
                margin-top: -6px;
                transform: rotate(45deg);
            }
        #scene .scenelist .type dd a:hover{
            background: #F5F5F5;
        }

/* --------------------------------
   □ collection
-------------------------------- */

#collection{
    background: url("../../images/index/collection_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
    #collection:before,
    #contact:before{
        position: absolute;
        top: 5%;
        left: 2%;
        content:"";
        border: 1px solid #FCF069;
        height: 90%;
        width: 96%;
    }

/* --------------------------------
   □ blog
--------------------------------  */

#blog h2{
    margin-bottom: 45px;
}
#blog ul.itemslist{
    display: flex;
    flex-wrap: wrap;
}
    #blog ul.itemslist li{
        width: 47%;
        margin-right: 6%;
        margin-bottom: 80px;
    }
        #blog ul.itemslist li:nth-child(2n){
            margin-right: 0;
        }
    #blog ul.itemslist li a{
        color: #444;
        display: block;
        text-decoration: none;
    }
    #blog ul.itemslist li dl dt{
        margin-bottom: 15px;
    }
        #blog ul.itemslist li dl dt img{
            width: 100%;
        }
    #blog ul.itemslist li dl dd.date{
        margin-bottom: 5px;
    }
    #blog ul.itemslist li.new{
        position: relative;
    }
        #blog ul.itemslist li.new:before{
            content: "NEW";
            position: absolute;
            display: inline-block;
            background: #FCF069;
            font-weight: 700;
            padding: 7px 15px;
            left: -10px;
            top: -20px;
            z-index: 2;
        }

/* --------------------------------
   □ order
-------------------------------- */

#order ul.flow{
    overflow: hidden;
    margin-bottom: 50px;
}
    #order ul.flow li {
        width: 110px;
        float: left;
        margin-right: 84px;
        text-align: center;
        font-size: 88%;
        font-weight: 700;
    }
    #order ul.flow li img{
        margin-bottom: 10px;
    }
        #order ul.flow li:last-child{
            margin-right: 0;
        }
#order dl.caution{
    font-size: 88%;
    margin-bottom: 65px;
}
    #order dl.caution dt{
        font-weight: 700;
        margin-bottom: 5px;
    }
    #order dl.caution dd span{
        font-weight: 700;
    }
#order ul.buttonStyle li{
    float: left;
    margin-right: 62px;
}
    #order ul.buttonStyle li a{
        display: block;
    }
    #order ul.buttonStyle li:last-child{
        margin-right: 0;
    }

/* --------------------------------
   □ about
-------------------------------- */

#about{
    background: url("../../images/index/about_bg.png") 100% 0% no-repeat;
    overflow: hidden;
}
    #about h2{
        padding-bottom: 0;
    }
    #about .explain{
        width: 48%; /*525px;*/
        float: left;
    }
        #about .explain p.text{
            line-height: 2;
        }
    #about .rightarea{
        width: 48%;
        float: right;
    }
        #about .rightarea p.caution {
            font-size: 82%;
            margin-top: 5px;
        }

/* --------------------------------
   □ contact
-------------------------------- */

#contact{
    background: url("../../images/index/contact_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    position: relative;
}
    #contact:before{
        position: absolute;
        top: 5%;
        left: 2%;
        content:"";
        border: 1px solid #FCF069;
        height: 90%;
        width: 96%;
    }
#contact p.introtext{
    color: #fff;
    display: inline-block;
    margin-left: 100px;
    margin-bottom: 50px;
    line-height: 2;
}

/* --------------------------------
   □ news
-------------------------------- */

#news ul.newslist{
    margin-bottom: 65px;
}
    #news ul.newslist li{
        margin-bottom: 10px;
        overflow: hidden;
    }
        #news ul.newslist li a{
            color: #444;
            display: block;
            padding: 15px 10px;
        }
        #news ul.newslist li a:hover{
            text-decoration: none;
            background: #F5F5F5;
        }
    #news ul.newslist li dl dt{
        width: 18%;
        float: left;
    }
        #news ul.newslist li dl dt span{
            border: 1px solid #444;
            display: inline-block;
            padding: 3px 10px;
            margin-left: 15px;
        }
        #news ul.newslist li dl dd{
            width: 82%;
            padding: 3px 0;
        }

/* --------------------------------
   □ sns
-------------------------------- */

#sns h2.title{
    text-align: left!important;
    background: url("../../images/index/sns_title.png") 0 50% no-repeat;
    padding-left: 45px;
    padding-top: 17px;
}
    #sns h2.title span.en {
        display: inline-block!important;
        font-size: 55%;
        margin-left: 15px;
}
#sns .twitter{
    width: 50%;
    float: left;
}
#sns .insta{
    width: 46%;
    float: right;
}



/*
   スマホ
-------------------------------- */


@media only screen and
(max-width : 767px) {

    #index main h2.title{
        font-size: 150%; /*24px*/
        padding-bottom: 30px;
    }
        #index main h2.title span.marker {
            font-size: 100%; /*24px*/
            margin-bottom: 5px;
        }
        #index main h2.title small,
        #index main h2.title span.en{
            font-size: 63%; /*15px*/
        }

    /* --------------------------------
       □ ranking
    -------------------------------- */

    #ranking .tabarea {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    #ranking .tabarea ul.tab li a {
        padding: 0 0 8px 0;
        line-height: 1.2;
        font-size: 1.4rem;
    }

    #ranking .tabContents ul.list{
        display: block;
    }

    #ranking .tabContents ul.list > li {
        width: 100%;
        height: auto;
        min-height: 100px;
        margin-right: 0;
        margin-bottom: 20px;
    }
        #ranking .tabContents ul.list > li a {
            padding: 20px;
        }
        #ranking .tabContents ul.list > li dl dt {
            width: 25%;
            height: 25%;
            float: left;
            margin-right: 5%;
            box-sizing: border-box;
            padding: 8px;
            background:#fff;
        }
        #ranking .tabContents ul.list > li dl dt img{
            max-height: 100px;
        }
        #ranking .tabContents ul.list > li dl dd{
            display: inline-block;
            width: 70%;
        }
        #ranking .tabContents ul.list > li p.no{
            font-size: 100%;
            padding-bottom: 0;
        }
        #ranking .tabContents ul.list > li p.no em{
            font-size: 150%;
        }
        #ranking .tabContents ul.list > li dl dd p.name {
            margin-bottom: 0;
            font-size: 100%;
        }
        #ranking .tabContents ul.list > li dl dd ul.spec li{
            padding: 3px 10px;
        }

    /* --------------------------------
       □ slide
    -------------------------------- */

    #slide{
        padding-bottom: 50px;
    }
        #slide .swiper-container{
            width: auto;
            text-align: center;
        }
        #slide .swiper-slide a{
            margin: 0;
        }
            #slide .swiper-button-prev{
                left: -0px;
            }
            #slide .swiper-button-next{
                right: -0px;
            }

    /* --------------------------------
       □ lineup
    -------------------------------- */

    #lineup ul.items{
        gap: 3%;
    }
    #lineup ul.items > li{
        width: 31%;
        font-size: 88%;
        font-weight: 400;
        line-height: 1.2;
        margin-bottom: 20px;
    }
        #lineup ul.items li img{
            width: 100%;
            height: auto;
            display: block;
            margin: auto auto 10px auto;
        }

    /* --------------------------------
       □ collection
    -------------------------------- */

    #scene .scenelist .type{
        width: auto;
        margin: auto;
    }
        #scene .scenelist .type:nth-child(3n) {
            margin-right: auto;
        }

    /* --------------------------------
       □ collection
    -------------------------------- */

    #collection{
        padding-top: 50px;
        padding-bottom: 50px;
    }
        #collection:before,
        #contact:before {
            position: absolute;
            top: 5%;
            left: 5%;
            content: "";
            border: 1px solid #FCF069;
            height: 90%;
            width: 90%;
        }

    /* --------------------------------
       □ blog
    -------------------------------- */

    #blog ul.itemslist li{
        width: 42%;
        margin: 10px 4% 30px 4%;
    }

    /* --------------------------------
       □ #order
    -------------------------------- */

    #order ul.flow{
        margin-bottom: 20px;
    }
        #order ul.flow li{
            width: 28%;
            float: left;
            margin: 2.6%;
            margin-bottom: 20px;
        }
        #order ul.flow li img{
            width: 80%;
            margin-bottom: 10px;
            padding: 0 10px;
        }
    #order ul.buttonStyle li{
        clear: both;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }

/* --------------------------------
   □ about
-------------------------------- */

    #about{
        background-position: right 150% top 5%;
        background-size: 150% auto;
        overflow: hidden;
        padding-bottom: 0;
    }
    #about .explain,
    #about .rightarea{
        width: 100%;
        padding-bottom: 40px;
    }

/* --------------------------------
   □ contact
-------------------------------- */

    #contact{
        padding: 50px 20px;
    }
    #contact p.introtext{
        margin: auto 0 30px 0;
        line-height: 1.5;
    }
    #contact .buttonStyle.yellow a {
        width: 60%;
    }

/* --------------------------------
   □ news
-------------------------------- */

    #news ul.newslist li dl dt{
        width: 100%;
        padding-bottom: 0.5em;
    }
    #news ul.newslist li dl dd{
        width: 100%;
    }
    #news ul.newslist{
        margin-bottom: 30px;
    }
    #news ul.newslist li dl dt span{
        font-size: 88%;
    }

/* --------------------------------
   □ sns
-------------------------------- */

    #sns .twitter{
        width: 100%;
        text-align: center;
    }

    #sns .insta{
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    #sns .container h2.title{
        text-align: left;
        background: url(../../images/index/sns_title.png) 0 100% no-repeat;
        padding-left: 40px;
        padding-bottom: 0;
    }
        #sns .container h2.title span.en{
            display: inline-block;
            margin-top: 0;
        }
    #sns .container .area{
        margin-top: 20px;
    }


}
