@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,p,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figblock-event--day-name {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
body{
    color: #333;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.01em;
    line-height: 1.6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #fff;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.wrapper{
    background:  #fff;
}
.area-header img {
    width: 100%;
}
:root {
    --white:#fff;
    --black:#000;
    --roboto:'Roboto', sans-serif;
    --classico: 'classico-urw', sans-serif;
}
/*<-----resetcss*/

/*fadein
.fade_in {
    opacity: 0;
}*/
.area-header{
    padding-top: 20px;
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein X,Y,*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, -20px);
}

.area-body{
    max-width: 1200px;
    margin: 0 auto;
}
.main_lead{
    max-width: 880px;
    margin: 100px auto 0;
}
.main_lead_ttl{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.area-title {
   text-align: center;
}
section{
    max-width: 1000px;
    padding: 100px 0;
    margin: 0 auto;
}
.first_offer{
    text-align: left;
    display: block;
    width: 530px;
    margin: 20px auto 60px;
}
.first_offer a{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    font-family: brown-pro,sans-serif;
}
.first_offer a:nth-child(1){
    margin: 24px auto 0;
}
.first_offer a .offer_price{
    font-family: prohibition, sans-serif;
    margin: 0 0 0 20px;
    font-size: 20px;
    color: #000;
    position: relative;
    transition: .3s;
}
.first_offer a .offer_price::after{
    content:"";
    display:block;
    width:100%;
    height:2px;
    background-color:#333;
    position:absolute;
    bottom: -4px;
    left:0px;
}
.first_offer a .offer_price:hover{
    color: #fff;
    text-stroke: 1px #333;
    -webkit-text-stroke: 1px #333;
}
.first_offer a .offer_price:hover:after {
    content:"";
    display:block;
    width:100%;
    height:3px;
    background-color:#fff;
    position:absolute;
    bottom: -5px;
    left:0px;
    border: #333 solid 1px;
}
.first_offer a .offer_name{
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
    color: #333;
    padding-left: 30px;
}
.direction{
    position: relative;
}
.right_space{
    padding-right: 9px;
}
.first_offer a .direction:after {
    background: #555;
    content: "";
    height: 1px;
    right: -27px;
    position: absolute;
    top: 50%;
    width: 20px;
}
/*item_slide*/
.item_slide{
    width: 600px;
    margin: 0 auto;
}
.slide_wrap{
    position: relative;
    z-index: 1;
    margin: 0 auto 100px;
    max-width: 700px;
}
#sec_01,#sec_02{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
#sec_01 h2 ,#sec_02 h2{
    left: -10rem;
    top: 12.2rem;
    font-size: 5rem;
    position: absolute;
    font-family: var(--classico);
    font-style: normal;
    line-height: 1;
    z-index: 99;
}
.model_wrap{
    display: flex;
    margin: 100px auto;
}
#sec_02 .model_wrap {
    margin: 0 auto;
}
/*box01*/
.box01{
    width: 80%;
}
.box01_img{
    text-align: center;
    max-width: 700px;
    margin: 0 0 auto 0;
    width: 100%;
    background: #fff;
}
/*box02*/
.box02{
    margin: 56vh 0 0 -50px;
    width: 60%
}
.box02_img{
    width: 100%;
    max-width: 500px;
}
/*box03*/
.box03{
    width: 60%;
}
.box01_img{
    text-align: center;
    max-width: 700px;
    margin: 0 0 auto 0;
    width: 100%;
    background: #fff;
}
/*box04*/
.box04{
    margin: 36vh 0 0 -50px;
    width: 50%
}
.box04_img{
    width: 100%;
    max-width: 500px;
}
/*box05*/
.box05{
    width: 80%;
}
.box05_img{
    text-align: center;
    max-width: 700px;
    margin: 0 0 auto 0;
    width: 100%;
    background: #fff;
}
/*box06*/
.box06{
    margin: 56vh 0 0 -50px;
    width: 60%
}
.box06_img{
    width: 100%;
    max-width: 500px;
}
/*box07*/
.box07{
    margin: -14vh 0 0 100px;
    width: 50%;
}
.box06_img{
    width: 100%;
    max-width: 500px;
}
/*print_image*/
.print_image{
    margin: 50px auto;
    width: 100%;
}
.credit_wrap{
    text-align: left;
    margin: 40px auto;
    font-size: 14px;
}
.sec_01credit{
    max-width: 540px;
}
.sec_02credit {
    max-width: 610px;
}
.credit_wrap li{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}
.credit_wrap li a{
    font-weight: 600;
    text-decoration: none;
    transition: .4s;
    font-family: var(--roboto);
    display: block;
    margin-left: 50px;
    position: relative;
}
.credit_wrap li a::before{
    content:"";
    display:inline-block;
    width:40px;
    height:2px;
    background-color:#000;
    position:absolute;
    top: 50%;
    left: -50px;
}
.credit_wrap li .cat{
    font-weight: 600;
    margin-right: 10px;
    font-family: var(--roboto);
    display: block;
}
.credit_wrap li .item_price{
    margin: 0 14px 0 10px;
    font-family: var(--roboto);
}
a.credit_ttl{
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin: 10px auto;
    color: #333;
    text-decoration: none;
    transition: .3s;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}af
.credit_wrap ul{
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}
.color_image{
    margin: 0px auto;
}
a.view_item{
    font-family: prohibition, sans-serif;
    font-size: 38px;
    color: #333;
    transition: .3s;
    margin: 20px auto 0;
    position: relative;
    text-decoration: none;
}
.goods_feature_content{
    margin-top: 100px;
}
.color3{
    font-family: prohibition, sans-serif;
    font-size: 38px;
    margin: 100px auto 0;
}
.block-feature-title{
    margin-top: 120px;
}
.item_wrap{
    background: #e4edfe;
    padding: 120px 0;
}
.material{
    width: 900px;
    margin: 0 auto;
}
.item_ttl{
    font-family: var(--classico);
    font-style: normal;
    line-height: 1;
    font-size: 6rem;
    margin-bottom: 40px;
}
.color_ttl{
    font-family: var(--classico);
    font-style: normal;
    line-height: 1;
    font-size: 6rem;
    margin: 100px auto 40px;
}
.item_image{
    width: 600px;
    margin: 0 auto;
}
.item_image p{
    font-size: 16px;
    margin: 20px 0;
}
.detail{
    width: 900px;
    margin: 100px auto 0;
}
.detail_image{
    width: 700px;
    margin: 0 auto;
}
.detail_image ul.slick-dots li button{
    width: 10px;
    height: 10px;
    background: #fff;
}
.detail_image ul.slick-dots li.slick-active button{
    background: #555;
}
.blue_video_wrap{
    width: 1000px;
    margin: 180px auto 60px;
}
.blue_video {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.blue_video iframe {
    width: 100%;
    height: 100%;
}
.view_all_wrap{
    margin: 0 auto;
    position: relative;
}
.view_all_wrap img{
    width: 100%
}
.view_all_btn{
position: absolute;
top: calc(50% - 43px);
left: calc(50% - 232px);
}
.view_all_wrap a{
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 100px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

/*<--clipslide-----*/
.clip-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}
.clip-wrap img {
    vertical-align: top;
}
.clip-wrap .spacer img {
    width: 100%;
    opacity: 0; /*---親要素の高さ確保用img---*/
}
.clip-wrap .clipslide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.clip-wrap .clipslide.slide-next {
    /*	左からまっすぐ*/
    clip-path:inset(0 100% 0 0);
    /*	右からやや斜めに*/
    /*clip-path: polygon(90% 0, 100% 0, 100% 100%, 105% 100%);*/
    transition: 1.1s clip-path 0.1s ease-out;
}
.clip-wrap .clipslide.active {
    z-index: 10;
    /*	左からまっすぐ*/
    clip-path:inset(0 0 -1px 0);
    /*	右からやや斜めに*/
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);*/
    opacity: 1;
}
.clip-wrap .clipslide.prev {
    z-index: 9;
    opacity: 1;
}
@media (any-hover: hover) {
    .credit_wrap li a:hover {
       opacity: .7;
    }
}
@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    .area-body{
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    section{
        width: 100%;
        margin: 0px auto;
        padding: 60px 0;
    }
    .main_lead{
        width: 100%;
        margin: 60px auto;
    }
    .main_lead_ttl{
        font-size: 14px;
        margin: 0 auto;
        text-align: left;
        width: 80%;
    }
    #sec_01 h2 {
        left: 2rem;
        top: 1rem;
        font-size: 3rem;
    }
    #sec_02 h2 {
        font-size: 3rem;
        top: .5rem;
        left: 2rem;
    }
    .item_slide{
        width: 90%;
    }
    .credit_wrap li{
        font-size: 13px;
        width: 84%;
        margin: 0 auto 10px;
        line-height: 1.6;
    }
    #sec_01 .credit_wrap{
        padding-bottom: 60px;
    }
    .item_wrap .credit_wrap{
        margin: 0px auto 40px;
    }
    .model_wrap{
        flex-flow: column;
        margin: 40px auto;
    }
    .box01{
        width: 90%;
    }
    .box02{
        margin: 40px 0 0 auto;
        width: 80%;
    }
    .box03{
        width: 90%;
    }
    .box04{
        margin: 40px 0 0 auto;
        width: 80%;
    }
    .box05{
        width: 90%;
    }
    .box06{
        margin: 40px 0 0 auto;
        width: 70%;
    }
    .box07{
        margin: 40px auto 0 10px;
        width: 70%;
    }
    .material{
        width: 100%;
    }
    .item_ttl{
        font-size: 4rem;
        margin: 0 0 20px 1rem;
    }
    .color_ttl{
        font-size: 4rem;
        margin: 60px 0 20px 1rem;
    }
    .item_image{
        width: 90%;
    }
    .item_image p {
        font-size: 14px;
        width: 90%;
        margin: 20px auto;
    }
    .item_wrap{
        padding: 60px 0;
    }
    .detail{
        width: 90%;
    }
    .detail_image{
        width: 100%;
    }
    #sec_02{
        margin: 80px 0 40px;
    }
    .blue_video_wrap {
        width: 90%;
        margin: 40px auto;
    }
    .view_all_wrap {
        margin: 0 auto;
    }
    .view_all_btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }
    .view_all_btn a{
        font-size: 11px;
        padding: 13px 33px;
    }
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}

/*animation*/
.look-img {
    overflow: hidden;
    position: relative;
}

.look-img img {
    display: block;
    height: auto;
    width: 100%;
}
.look-img.look-animation {
    animation: sample-second-img 2s cubic-bezier(.4, 0, .2, 1);
}

.look-img.look-animation:before {
    animation: sample-second-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.item_wrap .look-img.look-animation:before {
    background: #e4edfe;
}
@keyframes sample-second-img {
    0% {
        opacity: 0;
    }
}

@keyframes sample-second-before {
    100% {
        transform: translateX(100%);
    }
}
