@charset "UTF-8";
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
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;
}
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*/
/*inview*/
.fadeIn_up {
    opacity: 0;
    transform: translate(0, 5%);
    transition: 2s;
}
.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
/*bace_layout*/
html{
    font-size: 62.5%;
}
body{
    font-family:  Meiryo,  "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
    color: #444;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    line-height: 1.8;
    letter-spacing: .15em;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    cursor: pointer;
    color: #444;
}
.wrapper{
    background: #fff;
}
.area-wrapper a {
    cursor:pointer;
    text-decoration: none!important;
}
.area-wrapper {
    margin: 0 auto;
    padding-bottom: 0;
    background-color: #fff;
    color: #444;
    line-height: 1.8;
    font-family: Roboto,Noto Sans JP,sans-serif;
    overflow: hidden;
    letter-spacing: .1em;
}
.bodyWrap__inner{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
.area-body section{
    max-width: 1200px;
    margin: 0 auto 220px;
}
.item-tumb{
    max-width: 1200px;
    margin: 0px auto 10px;
    display: flex;
}
.area-wrapper .intro{
    position: relative;
    text-align: right;
    margin: 80px auto;
}
.item_detail{
    font-size: 13px;
    margin: 40px auto 10px;
    text-align: center;
}
.item_ttl{
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    display: block;
    margin: 100px auto 0px;
}
.item-text{
    margin: 0 auto;
    text-align: center;
}
.info-info{
    text-align: center;
    margin: 20px 0px;
    letter-spacing: 5px;
}
.view-btn{
    color: white;
    display: inline-block;
    background-color: #313131;
    padding: 5px 10px 5px 10px;
    margin: 40px auto;
}
.intro_detail{
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
}
.sec02 .intro_detail{
    flex-flow: row;
}
.intro_ttl{
    position: absolute;
    top: -180px;
    margin: 0 auto;
    left: 0;
    max-width: 550px;
}
.sec02 .intro_ttl{
    position: absolute;
    top: -20px;
    right: 0;
    left: auto;
}
.intro_img{
    margin-top: 80px;
    width: 75%;
    }
.intro_credit{
    width: 30%;
}
.other_credit {
    font-size: 14px;
    margin: 6rem auto 6rem;
    text-align: center;
    letter-spacing: 3px;
}
.product-list{
    width: 35%;
    font-size: 13px;
    padding: 50px 50px 50px 0px;
    margin-top: auto;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}
.sec01 .product-list{
    color:#B9001F;
}
.sec01 .product-list a{
    color:#B9001F;
}
.sec01 .intro_detail .product-list .product_ttl{
    color:#B9001F;
}
.sec02 .product-list{
    padding: 50px 0px 50px 50px;
    color:#005294;
    text-align: left;
}
.sec02 .product-list a{
    color:#005294;
}
.sec02 .intro_detail .product-list .product_ttl{
    color:#005294;
}
.sec03 .product-list{
    color:#FE581A;
}
.sec03 .product-list a{
    color:#FE581A;
}
.sec03 .intro_detail .product-list .product_ttl{
    color:#FE581A;
}
.product-list li{
    margin-bottom: 13px;
}
.intro_detail .product-list .product_ttl{
    font-size: 14px;
    font-weight: 300;
    text-decoration:none;
    display: block;
    color: #999;
}
.image_slide{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}
.detai_credit{
    text-align: center;
    font-size: 14px;
    margin: 10px auto 80px;
}
.credit_text{
    text-decoration: underline;
}
.detai_credit .product_ttl{
    font-size: 15px;
    font-weight: 300;
    color: #999;
    text-decoration:none;
    display: block;
}
.feature-text {
    padding: 96px 0 34px;
    border-top: 1px solid;
    width: 90%;
    margin: 30px auto;
}
/*slick*/
.area-body .slick-arrow {
    display: block!important;
}
.area-body .slide-arrow{
    display: block!important;
}
.next-arrow{
    display: block!important;
    position: absolute;
    cursor: pointer;
    padding: 5px;
    background: #a5a5a5;
    top:40%;
    z-index: 99;
    right: 0;
}
.prev-arrow {
    display: block!important;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    padding: 5px;
    background: #a5a5a5;
    top: 40%;
    left: 0;
}
.slide_wrap{
    max-width: 690px;
    margin: 0 auto;
    position: relative;
}
/*title_area*/
.header-text {
    color: #2b2b2b;
    margin: 50px auto;
    padding: 40px 0;
    text-align: center;
    font-weight: 700;
    display: block;
    max-width: 1045px;
    font-size: 17px;
}
.area-header{
    height: auto;
width: 100%;
    text-align: center;
}
.view_more_btn{
    font-family: mono45-headline, monospace;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all  0.5s ease;
    padding: 3px 5px;
    margin-left: 20px;
    color: #fff;
}
a.view_more_btn:hover{
    opacity: .7;
}
.sec01 a.view_more_btn{
    background: #313131;
}
.sec02 a.view_more_btn{
    background: #313131;
}
.sec03 a.view_more_btn{
    background: #FE581A;
}
.mask_view{
    color: #444;
    display: inline-block;
    background-color: white;
    padding: 5px 10px;
    font-family: mono45-headline, monospace;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all  0.5s ease;
}
.mask_view:hover{
    opacity: .7;
}
.view-btn:hover{
    opacity: .7;
}
.item-name{
    font-size: 30px;
    font-weight: 700;
}
.item-ttl{
    font-size: 40px;
    font-weight: 700;
    margin: 0px auto;
    margin-bottom: -50px;
    text-align: center;
}
.item-ttl:after {
    content: '';
    width: 300px;
    height: 2px;
    background: #444;
    position: absolute;
    bottom: 4px;
    left: 24.97%;
}
.v_line_fix {
  margin-left: 50%;
    margin-bottom: 2%;
    margin-top: 0px;
    width: 1px;
    height: 45px;
    background-color: #444;
}
.view_all_btn{
    font-family: mono45-headline, monospace;
    font-weight: 400;
    font-style: normal;
    border: solid 2px #444;;
    padding: 12px 90px;
    font-size: 24px;
    background: #fff;
    letter-spacing: .6px;
    display: inline-block;
    margin: 0px 0 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
    position: relative;
}
.viewmore-btn{
    text-align: center;
    margin-top: -130px;
}
.view_all_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: 30px;
    top: calc(50% - 5px);
}
a.view_all_btn:hover{
    background: #444;
    color: #fff;
}
a.view_all_btn:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.itemthumb{
    width: calc(100% - 8px);
    margin: 0;
    padding: 0 0 60px;
    overflow: hidden;
}
.itemthumb ul{
    width: calc(100% + 10px);
}
.itemthumb li{
    width: calc(100% / 4 - 10px);
    float: left;
    margin: 0 10px 18px 0;
    font-size: 10px;
    display: none;
    transition-duration: 0.5s;
}
.color_area{
    margin-top: 140px;
    text-align: center;
}
.color_area .heavy_t_content_ttl {
    margin-bottom: 30px;
    text-align: center;
}
.color_area_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 20px;
}
.color_area_img {
    width: 27%;
    text-align: center;
    font-size: 12px;
    font-family: arial,sans-serif;
    font-weight: 600;
    margin: 0 2%;
}
.item_link {
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    font-family: arial,sans-serif;
}
.color_area .view_more_btn, .coordinate_area .view_more_btn {
    margin: 50px auto 30px;
}
.heavy_t_content_ttl {
    color: #444444;
    font-size: 3.8rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: .3rem;
}
.news {
    display: inline-block;
    background-color: #bf8d8d;
    color: #fff;
    font-family: system-ui,"Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";
    font-weight: bold;
    font-size: 19px;
    padding: 17px 100px;
    margin-top: -23px;
    letter-spacing: 2px;
}
/*.labelItemsThumbImg {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #ecebe8;
}
.labelItemsThumbImg img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.labelItemsThumbImg img:nth-child(2) {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}*/
.main-photo1 {
    width: 48%;
    margin-top: -9px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.main-photo1, .main-photo2 {
    position: relative;
}
.slick01{
    position: relative;
}
.mask_ {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* background-color: rgba(0,0,0,0.7);*/
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.main-photo1 .mask_:hover {
    opacity:1;
    width: 100%;
}
.main-photo2 .mask_:hover {
    opacity:1;
}
.mask_text {
    letter-spacing: .5px;
    font-size: 1.3rem;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.credit{
    color: white;
    text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
    font-size: 30px;
}
.slick-slide img{
    display: block;
    margin: 0 auto;
}
@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--sp_layout_max896px------*/
@media screen and (max-width: 896px){
.media_pc {
        display: none !important;
    }
.media_sp {
        display: block !important;
    }
.bodyWrap{
        width:100%;
        margin: auto; 
    }
.area-body section {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
    line-height: 1.8;
    }
.area-body section {
        margin: 0 auto;
    padding: 0;
        box-sizing: border-box;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
/*header*/
.area-header {
    }
.header-text{
        width: 84%;
    margin: 30px auto 0;
        font-size: 13px;
        padding: 0;
    }
    .area-body .slick-arrow{
        width: 30px;
    }
a.view_more_btn{
   font-size: 13px;
    margin-left: 8px;
    }
.view_all_btn{
        font-size: 4vw;
    padding: 12px 30px;
    margin: 15% 0px 3%;
    }
.view_all_btn:after{
        right: 10px;
    width: 8px;
    height: 8px;
    }
.intro_ttl{
    position: static;
    width: 70%;
    }
    .area-wrapper .intro{
        margin: 0;
    }
    .sec01 .intro {
        padding-top: 0%;
        text-align: left;
    }
    .sec03 .intro{
    padding-top: 8%;
        text-align: left;
    }
    .sec02 .intro{
        text-align: right;
        padding-top: 8%;
    }
    .sec01 .intro .intro_ttl{
        position: static;
        margin: 24% 0% 4% 8%;
    }
    .sec02 .intro .intro_ttl{
        position: static;
        margin: 24% 8% 4% 0;
    }
    .sec03 .intro .intro_ttl{
        position: static;
        margin: 24% 0 4% 8%;
    }
    .intro_detail{
        display: block;
    }
    .intro_img{
        width: 100%;
        margin-top: 0;
    }
    .sec01 .product-list{
        width: 84%;
        margin: 0 auto;
        padding: 8% 0 0;
        font-size: 11px;
        text-align: left;
    }
    .sec02 .product-list{
        width: 84%;
        margin: 0 auto;
        padding: 8% 0 0;
        font-size: 11px;
    }
    .sec03 .product-list{
        width: 84%;
        margin: 0 auto;
        padding: 8% 0 0;
        font-size: 11px;
    }
    .item_ttl {
        width: 84%;
    letter-spacing: 0.8px;
    font-size: 7vw;
    font-weight: 700;
    margin: 16% auto 4%;
    }
    .detai_credit{
        text-align: center;
        width: 84%;
        margin: 15px auto;
    }
    .item_detail{
        width: 84%;
        margin: 8% auto;
        text-align: left;
    }
    .credit_text{
        font-size: 11px;
    }
.view_all_sp_btn{
    margin: 16% 8%;
    width: 84%;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.item-info{
    max-width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    margin-top: 30px;
    }
.item-ttl {
    font-size: 35px;
    font-weight: 700;
    margin: 50px auto;
    margin-bottom: 31px;
    text-align: center;
}
.item-ttl:after {
    content: '';
    width: 150px;
    height: 2px;
    background: #444;
    position: absolute;
    bottom: 4px;
    left: 7.97%;
}
.item-name {
    font-size: 21px;
    font-weight: 700;
}
.v_line_fix {
  margin-left: 50%;
    margin-bottom: 3%;
    margin-top: -20px;
    width: 1px;
    height: 40px;
    background-color: #444;
}
.item-tumb {
    max-width: 1200px;
    margin: 0px auto 10px;
    display: block;
}
.credit {
    color: white;
    text-shadow: 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000, -1px 0px 0px #000000, 0px -1px 0px #000000;
    font-size: 20px;
}
.main-photo1 {
    width: 80%;
    margin-top: -9px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.view_more_btn {
    font-family: mono45-headline, monospace;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 3px 5px;
    margin-left: 20px;
    color: #fff;
}
.viewmore-btn {
    text-align: center;
    margin-top: 0px;
}
.info-info{
    font-size: 13px;
    text-align: center;
    margin: 20px 0px;
    letter-spacing: 5px;
}
.view-btn {
    color: white;
    display: inline-block;
    background-color: #313131;
    padding: 5px 10px 5px 10px;
    margin: 10px auto;
}
.color_area, .coordinate_area {
    margin-top: 80px;
    text-align: center;
}
.heavy_t_content_ttl, .main_lead_ttl, .lead_text {
    padding: 0 40px;
}
.heavy_t_content_ttl {
    font-size: 3rem;
}
.color_area_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px 20px;
}
.color_area_img {
    margin: 0 5px;
    width: 45%;
}
.news {
    display: inline-block;
    background-color: #bf8d8d;
    color: #fff;
    font-family: system-ui,"Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";
    font-weight: bold;
    font-size: 13px;
    padding: 15px 50px;
    margin-top: 15px;
    letter-spacing: 2px;
}
}
@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){
}
