@charset "euc-jp";
html{
    scroll-behavior: smooth;
}

body {
    font-family: "Avenir LT Std", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    background-color: #ede5dc;
    background-image: url(../img/line.png),url(../img/line.png);
    background-repeat: repeat-x;
    background-size: inherit;
    background-position: top, bottom;
    line-height: normal;
}

a{
    text-decoration: none;
    transition: .5s;
}

a:hover{
    opacity: .8;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

h1 {
    width: 180px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 90px;
}

#fv_slider {
    overflow: hidden;
    width: 100%;
    height: 488px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fv_slider ul {
    position: absolute;
    left: 0;
    top: 0;
}

#fv_slider ul li {
    float: left;
    width: 640px;
    list-style: none;
}

.header_tlt {
    position: absolute;
    width: 376px;
}

.nav_box {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.scroll_box {
    position: absolute;
    top: 25px;
    right: -10%;
}

.scroll_box p {
    color: #41312e;
    writing-mode: tb;
    font-weight: 600;
}

.scroll_line {
    position: relative;
    background-color: #41312e;
    width: 1px;
    height: 117px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.scroll_line div {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    opacity: 0;
    animation-name: zoomin_scroll;
    /* animation-delay: -3s; */
}

@keyframes zoomin_scroll {
    0% {
        opacity: 1;
        transform: translate(0, -100%);
    }
    12.5%,
    20% {
        opacity: 1;
    }
    27.5% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(0, 100%);
    }
}

.nav {
    padding-top: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav a {
    display: block;
    width: 325px;
    height: 325px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.nav a img {
    position: absolute;
    transition: .8s;
}

.nav a:hover img {
    transition: .8s;
    transform: scale(1.25);
}

.nav a p {
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
    /* transform: translate(50%,0);
	right: 50%; */
    /* top: 50%; */
    margin-top: 15%;
    letter-spacing: 2px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 600;
    z-index: 1;
}

.nav a p::before {
    content: "";
    display: block;
    width: 42px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 30px;
    background-image: url(../img/fire_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.nav a p::after {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url(../img/nav_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.about {
    position: relative;
    margin-top: 290px;
    margin-bottom: 220px;
}

.about>p {
    position: absolute;
    top: -8vw;
    font-size: 205px;
    color: #fff;
    opacity: .8;
    font-weight: 800;
    letter-spacing: 1vw;
    z-index: -1;
}

.about>div {
    margin-left: 310px;
}

.about>div p {
    color: #333333;
    letter-spacing: 1px;
}

.about>div p:nth-child(1) {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 65px;
    letter-spacing: .2vw;
}

.about>div p:nth-child(1) span {
    color: #891919;
}

.about>div p:nth-child(2) {
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
}

.susume_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex-wrap: wrap;
    margin-bottom: 220px;
}

.susume_box>img {
    margin: 0 auto;
    width: 546px;
}

.susume_box>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex-wrap: wrap;
    margin-top: 55px;
}

.susume_box>ul li {
    width: 49%;
    height: 20vw;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.susume_box>ul li img {
    position: absolute;
    transition: .8s;
    z-index: -1;
}

.susume_box>ul li:hover img {
    transition: .8s;
    transform: scale(1.25);
}

.susume_box>ul li:nth-child(1) {
    border-radius: 0 30px 30px 0;
}

.susume_box>ul li:nth-child(2) {
    border-radius: 30px 0px 0px 30px;
}

.susume_box>ul li p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2vw;
    line-height: 1.6;
}

.susume_box>ul li p::before {
    margin-bottom: 45px;
}

.susume_box>ul li p::after {
    margin-top: 45px;
}

.susume_box>ul li p::after,
.susume_box>ul li p::before {
    content: "";
    width: 377px;
    height: 18px;
    display: block;
    background-image: url(../img/line_w.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.item_box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.cyui{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 265px auto;
}

.circle {
    position: absolute;
    z-index: -1;
}

.circle01{
    width: 323px;
    left: 35%;
}

.circle_box{
    width: 249px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle02{
    width: 249px;
}



@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.circle img {
    -webkit-transform: rotate(360deg);
    animation: rotation 20s linear infinite;
    -moz-animation: rotation 20s linear infinite;
    -webkit-animation: rotation 20s linear infinite;
    -o-animation: rotation 20s linear infinite;
}

.item_box .tlt {
    padding-top: 135px;
    padding-bottom: 240px;
    text-align: center;
    font-size: 69px;
    color: #fff;
    font-weight: 800;
    line-height: .5;
    letter-spacing: .4vw;
}


.item_box .tlt span {
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .2vw;
}


.item_box .cyui .tlt02 {
    text-align: center;
    font-size: 48px;
    color: #891919;
    font-weight: 800;
    letter-spacing: .4vw;
}

.item_tlt{
    position: relative;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
}

.item_box .cyui .txt{
    width: 810px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_box .cyui .txt img{
    width: 303px;
}

.item_box .cyui .txt p{
    color: #891919;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .2vw;
}

.item_tlt div.tlt_img {
    width: 696px;
    border-radius: 30px;
    overflow: hidden;
}

.item_tlt div.tlt_txt {
    position: absolute;
    
}

.tlt_txt_right{
    right: 0;
}

.tlt_img_right{
    margin-left: 37%;
}

.item_tlt div.tlt_txt p:nth-child(1){
    font-size: 93px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: .5vw;
    line-height: 5.5vw;
}

.item_tlt div.tlt_txt p:nth-child(2){
    /* width: fit-content; */
    width: 515px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 0 30px 0 30px;
}

.bouen{
    text-align: center;
    color: #891919;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: .2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.bouen::before{
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background-image: url(../img/no_fire_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 30px;
}

.item_s{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    
}

/*-------------------------item-------------------------*/

.item_s li{
    width: 340px;
}

.item_l li{
    width: 100%;
    margin-bottom: 35px;
}

.item_l li:last-child{
    margin-bottom: 0;
}

.item_s li a img{
    vertical-align: bottom;
}

.item_l li a div.item_img{
    width: 50%;
    height: 18vw;
}

.item_l li a div.item_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.item_l li a,
.item_s li a{
    display: block;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 30px 0 30px;
}

.item_l li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_s li a p.point{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    background-color: #ff8403;
    padding: 5px;
    letter-spacing: .2vw;
}

.item_l li a p.point{
    font-size: 30px;
    color: #333333;
    font-weight: 600;
}

.item_s li a .text_box{
    padding: 30px;
}

.item_l li a .text_box{
    padding: 30px;
    width: 50%;
    box-sizing: border-box;
}

.item_s li a .text_box p.brand{
    color: #ff8403;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.item_s li a .text_box img.brand{
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.item_l li a .text_box img.brand{
    width: auto;
    margin-bottom: 15px;
}

.item_l li a .text_box p.text,
.item_s li a .text_box p.text{
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px #333333 solid;
    padding-top: 15px;
    padding-bottom: 20px;
}

.item_l li a .text_box p.price,
.item_s li a .text_box p.price{
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #333333;
    font-size: 36px;
    margin-top: 20px;
    line-height: 1;
}

.item_l li a .text_box p.price::before,
.item_s li a .text_box p.price::before{
    content: "¡ï";
    font-size: 23px;
}

.item_l li a .text_box p.price::after,
.item_s li a .text_box p.price::after{
    content: "(ÀÇ¹þ)";
    font-size: 23px;
}

.item_box .line{
    margin: 165px auto;
}

.item_box .line::before{
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-image: url(../img/line_s.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.item_top{
    margin-top: 35px;
}

.txt_top{
    padding-top: 0 !important;
}

footer{
    width: 100%;
    height: 400px;
    background-image: url(../img/footer_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

footer >div{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer >div p{
    color: #fff;
}

footer >div p.tlt{
    font-size: 70px;
    font-weight: 700;
    letter-spacing: .2vw;
}

footer >div div.but a{
    width: 543px;
    height: 95px;
    background-image: url(../img/shop_but.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    font-size: 30px;
}

footer >div div.but a p{
    margin-left: 10%;
    font-weight: 700;
}

footer >div div.but a p.mask{
    overflow: hidden;
    position: relative;
    display: block;
}


footer >div div.but a p.mask>span{
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}

footer >div div.but a:hover span:first-child{
    transform:translate3d(0,-100%,0);
}

footer >div div.but a span:last-child{
    position: absolute;
    transform:translate3d(0,100%,0);
}

footer >div div.but a:hover span:last-child{
    transform:translateZ(0);
}

.last_txt{
    font-family: "Helvetica",sans-serif;
    color: #333333;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: .1vw;
    margin: 90px auto;
}

@media screen and (max-width:1366px){
    /* .susume_box>ul li{
        width: 49%;
        height: 20vw;
    } */

    .item_l li a div.item_img{
        height: 25vw;
    }

    .item_tlt div.tlt_txt p:nth-child(1){
        line-height: 7.5vw;
    }
}

@media screen and (max-width:1024px){
    #fv_slider ul li{
        width: 46.852vw;
    }
    #fv_slider{
        height: 35.725vw;
    }

    .header_tlt{
        width: 33%;
    }

    .scroll_box{
        right: 0;
    }

    .scroll_line{
        height: 8vw;
    }

    .nav_box{
        width: 95%;
    }

    .nav a{
        width: 29.792vw;
        height: 29.792vw;
    }

    .nav a p{
        margin-top: 11%;
    }

    .about{
        margin-top: 21vw;
        margin-bottom: 16vw;
    }

    .about>p{
        font-size: 15vw;
        top: -7vw;
    }

    .about>div{
        margin-left: 18vw;
    }

    .susume_box{
        margin-bottom: 16vw;
    }

    .susume_box>ul li p{
        font-size: 2vw;
    }

    .susume_box>ul li p::after, .susume_box>ul li p::before{
        width: 28vw;
    }

    .susume_box>ul li p::before{
        margin-bottom: 3vw;
    }

    .susume_box>ul li p::after{
        margin-top: 3vw;
    }

    .circle01{
        left: 33%;
    }

    .item_box{
        width: 95%;
    }
    .item_tlt div.tlt_img{
        width: 50.952vw;
    }
    .tlt_img_right{
        margin-left: 46%;
    }

    .item_tlt div.tlt_txt p:nth-child(1){
        line-height: 9.5vw;
    }

    .item_tlt div.tlt_txt p:nth-child(2){
        width: 100%;
        font-size: 3vw;
    }

    .item_s li{
        width: 31%;
    }

    .item_l li a div.item_img{
        height: 33vw;
    }

    .item_l li a .text_box p.text, 
    .item_s li a .text_box p.text{
        font-size: 19px;
    }

    .item_l li a .text_box p.price, 
    .item_s li a .text_box p.price{
        font-size: 34px;
    }

    .cyui{
        margin: 19.400vw auto;
    }

    .item_box .cyui .txt{
        width: 70%;
    }
    
    .item_box .cyui .txt img{
        width: 23vw;
    }

    footer >div{
        width: 95%;
    }
}

@media screen and (max-width:768px){
    .nav a p{
        font-size: 3vw;
        line-height: 3.5vw;
        margin-top: 12%;
    }

    .nav a p::before{
        width: 4.469vw;
        height: 6.292vw;
        margin-bottom: 2.906vw;
    }

    .nav a p::after{
        width: 5.380vw;
        height: 5.380vw;
        margin-top: 2.906vw;
    }

    .about>div{
        margin-left: 12vw;
    }

    .about>p{
        top: -8vw;
    }

    .about>div p:nth-child(1){
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .about>div p:nth-child(2){
        font-size: 2.7vw;
    }

    .susume_box>img{
        width: 60vw;
    }

    .susume_box>ul li{
        margin: 0 auto;
        width: 95%;
        height: 35vw;
        margin-bottom: 2vw;
    }

    .susume_box>ul li:last-child{
        margin-bottom: 0;
    }

    .susume_box>ul li:nth-child(1),
    .susume_box>ul li:nth-child(2){
        border-radius: 30px;
    }

    .susume_box>ul li p{
        font-size: 3.5vw;
    }

    .susume_box>ul li p::after,
    .susume_box>ul li p::before{
        width: 48vw;
    }

    .circle01{
        left: 28%;
    }

    .item_tlt div.tlt_img{
        width: 64vw;
    }

    .tlt_img_right{
        margin-left: 33%;
    }

    .item_tlt div.tlt_txt p:nth-child(1){
        line-height: 11.5vw;
        margin-bottom: 3vw;
        font-size: 10vw;
    }

    .item_s li{
        width: 48%;
        margin-bottom: 5vw;
    }

    .item_s li:last-child{
        margin-bottom: 0;
    }

    .item_l li a div.item_img{
        height: 46vw;
    }

    .item_l li a .text_box{
        padding: 1.5vw;
    }

    .circle_box{
        width: 100%;
        margin-bottom: 18vw;
    }

    .item_box .cyui .txt{
        width: 100%;
    }

    .item_box .cyui .txt p{
        width: 100%;
        text-align: center;
        margin-bottom: 6vw;
    }

    .item_box .cyui .txt img{
        width: 33vw;
        margin: 0 auto;
    }

    footer >div div.but{
        margin: 0 auto;
    }

    footer >div div.but a{
        width: 70vw;
    }

    footer >div p.tlt{
        width: 100%;
        text-align: center;
        margin-bottom: 5vw;
    }

    @media screen and (max-width:375px){
        .pc{
            display: none;
        }

        .sp{
            display: block;
        }

        h1{
            padding-top: 23vw;
            padding-bottom: 15vw;
        }

        #fv_slider{
            height: 57vw;
        }

        #fv_slider ul li{
            width: 75vw;
        }

        .scroll_line{
            height: 20vw;
        }

        .nav{
            justify-content: center;
        }

        .nav a{
            width: 46vw;
            height: 46vw;
            margin-bottom: 4vw;
        }

        .nav a:first-child{
            margin-right: 3vw;
        }

        .nav a:last-child{
            margin-bottom: 0;
        }

        .nav a p{
            font-size: 4vw;
            line-height: 5.5vw;
            margin-top:20%;
        }

        .header_tlt{
            width: 47vw;
            
        }

        .circle01{
            left: 18%;
            width: 60vw;
        }

        .about>div{
            margin-left: 0;
        }

        .about>p{
            font-size: 22vw;
        }

        .about>div p:nth-child(1){
            font-size: 11vw;
        }

        .about>div p:nth-child(2){
            font-size: 6vw;
        }
        
        .susume_box>img{
            width: 85vw;
        }

        .susume_box>ul li{
            height: 40vw;
        }

        .susume_box>ul li p{
            font-size: 4vw;
        }

        .susume_box>ul li p::after,
        .susume_box>ul li p::before{
            width: 60vw;
        }

        .item_box .tlt{
            padding-top: 24vw;
            padding-bottom: 39vw;
            font-size: 15vw;
        }

        .item_tlt div.tlt_img{
            width: 100%;
        }

        .item_tlt div.tlt_txt p:nth-child(1){
            line-height: 13.5vw;
            font-size: 13vw;
            text-shadow:4px 4px 10px #3f3f3f3f;
        }

        .item_tlt div.tlt_txt p:nth-child(2){
            font-size: 3.5vw;
        }

        .tlt_txt_right{
            right: 4vw;
        }

        .item_tlt div.tlt_txt{
            left: 4vw;
        }

        .tlt_img_right{
            margin-left: 0;
        }

        .bouen{
            font-size: 7vw;
        }

        .bouen::before{
            margin-right: 0;
            margin-bottom: 3vw;
        }

        .item_s li a p.point{
            font-size: 4vw;
        }

        .item_s li a .text_box{
            padding: 4vw;
        }

        .item_l li a .text_box{
            padding: 4vw;
        }

        .item_s li a .text_box p.brand{
            font-size: 5vw;
        }

        .item_l li a .text_box p.text,
        .item_s li a .text_box p.text{
            font-size: 3vw;
        }

        .item_l li a .text_box p.price,
        .item_s li a .text_box p.price{
            font-size: 5vw;
            margin-top: 3vw;
        }

        .item_l li a .text_box p.price::before,
        .item_s li a .text_box p.price::before{
            font-size: 3vw;
        }

        .item_l li a .text_box p.price::after,
        .item_s li a .text_box p.price::after{
            font-size: 3vw;
        }

        .item_s li a .text_box img.brand{
            margin-bottom: 1vw;
        }

        .item_l li a p.point{
            font-size: 5vw;
        }

        .item_l li a div.item_img{
            height: 63vw;
        }

        .cyui{
            margin: 40.4vw 0 30vw 0;
        }

        .circle_box{
            margin-bottom: 32vw;
        }

        .item_box .cyui .txt p{
            font-size: 5.7vw;
        }
        
        .item_box .cyui .txt img{
            width: 64vw;
        }

        footer{
            height: 58vw;
        }

        footer >div p.tlt{
            font-size: 12vw;
        }

        footer >div div.but a{
            height: 13vw;
        }

        footer >div div.but a{
            font-size: 3.9vw;
        }
    }
}