@charset "UTF-8";
@import url('https://rsms.me/inter/inter.css');
/*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{
    font-family: "source-han-sans-japanese", sans-serif , "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
    color: #000;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #F4F4F4;
}
.wrapper{
    background: #F4F4F4;
}
.area-header img {
    width: 100%;
}

/*<-----resetcss*/

.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: 980px;
    margin: 0 auto;
}
.main_lead{
    max-width: 880px;
    margin: 80px auto;
    line-height: 1.7;
}
.main_lead_ttl{
    text-align: center;
}
.area-title {
   text-align: center;
}
.credit_wrap{
    font-family: 'Inter', sans-serif;
    transform: scaleY(.8);
    width: 426px;
    margin: 60px auto;
    letter-spacing: -.02em;
}
.feelso_item{
    font-weight: 700;
    font-size: 24px;
    margin: 6px 0;
}
.new_text{
    background: #ddd;
    font-size: 12px;
    padding: 6px;
    line-height: 14px;
    vertical-align: middle;
    margin-left: 5px;
}
.feelso_color{
    font-size: 14px;
    margin: 6px 0;
}
.small_photo{
    width: 230px;
}
.feelso_price{
    font-size: 14px;
}
.buy_btn{
    font-size: 30px;
    font-weight: 700;
    border-bottom: solid 2px #000;
    margin: 36px 0 0 auto;
    display: block;
    width: 216px;
    position: relative;
}
a.buy_btn{
    text-decoration: none;
    transition: .6s;
}
a.buy_btn:hover{
    opacity: .6;
}
.buy_btn::after{
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
}
section{
    margin: 80px auto;
}
.sec_ttl{
    font-family: 'Inter', sans-serif;
    transform: scaleY(.8);
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 60px;
    letter-spacing: -.02em;
}
.flex_box{
    display: flex;
    column-gap: 30px;
}

/*sec_01_ORANGE*/
.sec_01 .sec_ttl{
    background: -webkit-linear-gradient(transparent 50%, #f78157 20%);
    background: -o-linear-gradient(transparent 50%, #f78157 20%);
    background: linear-gradient(transparent 50%, #f78157 20%);
}
.sec_01 .img_box{
    display:  flex;
    justify-content: space-between;
}
.sec_01 .img_box img{
    width: 475px;
}
/*sec_02_GREEN*/
.sec_02 .sec_ttl{
    background: -webkit-linear-gradient(transparent 50%, #5ca096 20%);
    background: -o-linear-gradient(transparent 50%, #5ca096 20%);
    background: linear-gradient(transparent 50%, #5ca096 20%);
}
.sec_02{
    text-align: center;
}
.sec_02 .img_box{
    display:  flex;
    flex-flow: column;
    align-items: center;
    grid-gap: 30px;
}
.sec_02 .img_box img{
    width: 500px;
}
/*sec_03_NAVY*/
.sec_03 .sec_ttl{
    background: -webkit-linear-gradient(transparent 50%, #616499 20%);
    background: -o-linear-gradient(transparent 50%, #616499 20%);
    background: linear-gradient(transparent 50%, #616499 20%);
}
.sec_03 .large_photo{
    width: 480px;
    height: auto;
}
.sec_03 .middle_photo{
    width: 360px;
    height: auto;
}
.sec_03 .small_photo{
    width: 300px;
    height: auto;
}
.flex_box_2{
    display: flex;
    margin: 30px 0 0 auto;
    text-align: right;
    align-items: flex-end;
    column-gap: 30px;
    justify-content: flex-end;
}
/*sec_04_NATURAL*/
.sec_04{
    text-align: center;
}
.sec_04 .sec_ttl{
    background: -webkit-linear-gradient(transparent 50%, #EEE5C9 20%);
    background: -o-linear-gradient(transparent 50%, #EEE5C9 20%);
    background: linear-gradient(transparent 50%, #EEE5C9 20%);
}
.sec_04 .img_box .column{
    display:  flex;
    flex-flow: column;
    align-items: center;
    grid-gap: 30px;
}
.sec_04 .img_box .column img{
    width: 480px;
}
.sec_04 .img_box .flex_box{
    display:  flex;
    align-items: center;
    width: 630px;
    justify-content: space-between;
    margin: 30px auto 0;
}
.sec_04 .img_box .flex_box img{
    width:300px;
}
/*sec_05_BEIGE*/
.sec_05 .sec_ttl{
    background: -webkit-linear-gradient(transparent 50%, #EEE5C9 20%);
    background: -o-linear-gradient(transparent 50%, #EEE5C9 20%);
    background: linear-gradient(transparent 50%, #EEE5C9 20%);
}
.sec_05 .img_box{
    display:  flex;
    justify-content: space-between;
}
.sec_05 .img_box img{
    width: 475px;
}
/*sec_06_BLACK*/
.sec_06 .sec_ttl{
    background: -webkit-linear-gradient(transparent 50%, #C5C5C5 20%);
    background: -o-linear-gradient(transparent 50%, #C5C5C5 20%);
    background: linear-gradient(transparent 50%, #C5C5C5 20%);
}
.sec_06{
    text-align: center;
}
.sec_06 .img_box{
    display:  flex;
    flex-flow: column;
    align-items: center;
    grid-gap: 30px;
}
.sec_06 .img_box img{
    width: 500px;
}
a.view_all{
    text-align: center;
    background: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
    transform: scaleY(.8);
    display: block;
    width: 370px;
    margin: 80px auto;
    padding: 10px;
    font-size: 17px;
    text-decoration: none;
    transition: .6s;
    letter-spacing: -.02em;
}
a.view_all:hover{
    opacity: .6;
}
@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%;
    }
    .main_lead_ttl{
        font-size: 14px;
        margin: 0 20px;
        text-align: left;
    }
    .credit_wrap{
        width: 75%;
        overflow-wrap:break-word;
        margin: 10px auto 20px;
    }
    section{
        margin: 60px 20px;
    }
    /*sec_01*/
    .sec_01 .img_box{
        flex-flow: column;
        gap: 30px;
    }
    .sec_01 .img_box img:nth-child(1){
        width: 100%;
    }
    .sec_01 .img_box img:nth-child(2){
        width: 70%;
        margin: 0 0 0 auto;
    }
    /*sec_02*/
    .sec_02 .img_box img {
        width: 100%;
    }
    /*sec_03*/
    .flex_box_2{
        flex-flow: column;
        gap: 30px;
    }
    .sec_03 .middle_photo {
        width: 100%;
        height: auto;
    }
    .sec_03 .large_photo {
        width: 70%;
        height: auto;
        margin: 0 auto 0 0;
    }
    /*sec_04*/
    .sec_04 .img_box .column img:nth-child(1){
        width: 100%;
    }.sec_04 .img_box .column img:nth-child(2){
        width: 70%;
    }
    .sec_04 .img_box .flex_box{
        width: 100%;
        gap:30px;
    }
    /*sec_05*/
    .sec_05 .img_box{
        flex-flow: column;
        gap: 30px;
    }
    .sec_05 .img_box img:nth-child(1){
        width: 100%;
    }
    .sec_05 .img_box img:nth-child(2){
        width: 70%;
        margin: 0 0 0 auto;
    }
    /*sec_06*/
    a.view_all{
        font-size: 14px;
        width: 80%;
        margin: 60px auto;
        padding: 16px 10px;
    }
    .feelso_item{
        font-size: 22px;
    }
    .new_text{
        font-size: 11px;
    }
}
@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){}