@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: #333;
}
a:hover {
    text-decoration: none;
}
.area-wrapper{
    overflow: hidden;
    background: #fff;
    font-family: "Hiragino Kaku Gothic ProN","Noto Sans JP", "Hiragino Sans",  "Meiryo", sans-serif , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.wrapper{
    background:  #fff;
}
.area-header img {
    width: 100%;
}
:root {
    --white:#fff;
    --black:#333;
    --roboto:'Roboto', sans-serif;
    --classico: 'classico-urw', sans-serif;
    --aktiv:'aktiv-grotesk', sans-serif;
    --adobe:'adobe-caslon-pro', serif;
    --fontEnSub: basic-sans, sans-serif;
    --zenkaku:'Zen Kaku Gothic New', 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-fade2 {
    opacity: 0;
    transform: translate(0, 0px); /*fadein X,Y,*/
    transition: all 2500ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, -20px);
}

.area-body{
    max-width: 1200px;
    margin: 0 auto 100px;
}

.main_lead{
    max-width: 880px;
    margin: 100px auto 0;
}
.main_lead_ttl{
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .1em;
    font-family:var(--roboto);
}
.navi_ttl{
    font-family:var(--adobe);
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 80px auto 50px;
}
.index{
    display: flex;
    flex-flow: wrap;
    max-width: 850px;
    margin: 20px auto 0;
    gap: 2%;
    justify-content: center;
}
.index li{
    width: 32%;
    margin-top: 37px;
}
.index p{
    text-align: center;
    font-family: var(--adobe);
    font-weight: 600;
    margin: 10px auto 16px;
    color: #333;
    font-size: 28px;
    position: relative;
}
.index p::after{
    content: "";
    width: 56px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 87%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.index p:hover{
    text-decoration: none;
} 
.index a{
    transition: .4s;
    text-decoration: none;
}
.index a:hover{
    opacity: .6;
}
section{
    max-width: 1000px;
    padding: 50px 0 0;
    margin: 0 auto;
}
.sec_ttl{
    text-align: center;
    padding: 0 30px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.sec_ttl h1{
    font-size: 5rem;
    font-family:var(--adobe);
    font-weight: 600;
    padding-right: 14px;
}
.sec_ttl h2{
    font-size: 5rem;
    color: #333;
    font-family:var(--adobe); 
    font-weight: 600;
    letter-spacing: .1rem;
}
h2 a,h1 a {
    text-decoration: none;
    transition: .4s;
    color: #333;
}
h2 a:hover,h1 a:hover{
    color: #a6a8aa;
     text-decoration: none;
}
section .item_wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section .item_wrap img {
    width: 53%;
    
}
section .styling_item{
    width: 60%;
}
section .model_item{
    display: flex;
    justify-content: space-between;
    height: 51px;
    align-items: center;
}
section .model_item .model{
    font-family:var(--roboto);
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: .1rem;
    width: 78%;
}
section .model_item .elem-btn{
    width: 20%;
}
section .model_item .elem-btn a {
    width: 80%;
    border-radius: 8px;
    letter-spacing: .1rem;
    font-size: 18px;
    padding: 0 0;
    line-height: 2.2;
    height: 31px;
}
.elem-btn a{
    padding: 0 20px;
    margin:0 auto;
}
.elem-btn a {
  font-size: 18px;
  font-family: var(--adobe);
  font-weight: 300;
  color: #fff;
  background: #333;
  margin:0 auto;
  display: block;
  font-weight: 600;
  text-align: center;
  transition: .4s;
  line-height: 1.6;    
}
.elem-btn a:hover {
    text-decoration: none;
    opacity: .6;
}
.styling_ttl{
    font-family:var(--adobe);
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 80px auto 50px;
}
.model_wrap{
   margin: 0 auto;
} 
.model_wrap {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*box01*/ 
.model_wrap .box01 {
   width: 60%;
   margin: 0 auto 80px;    
}
.model_wrap .box01 img{
    width: 100%;
    margin: 0 auto;
}
/*.box02*/
.model_wrap .box02{  
    margin: 0 0 80px 0;
    width: 53%;
}
.model_wrap .box02 img{
    width: 100%;
}

/*.box03*/
.model_wrap .box03{  
    width: 60%;
    margin: 0 0 80px auto;
}
.model_wrap .box03 img{
    width: 100%;
}
#sec_04 .model_wrap .box03{
    width: 50%;
}
.model_wrap .box03 .model_img{
    width: 100%;
    margin: 0 0 0 0;
}
/*.box04*/
.model_wrap .box04{
    margin: 0 auto;
    width: 60%;
}
.model_wrap .box04 img{
    width: 100%;
}
 section .box01 .visual-slider {
  margin: 0 auto;
  padding: 0;    
}
section .box02 .visual-slider{
  margin: 0 0 ;  
}
 section .visual-slider .slick-dots {
  width: auto;
  display: block !important;
  text-align: right;
  right: 0;
}
 section .visual-slider .slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 0 0 6px;
}
 section .visual-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
}
 section .visual-slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background: #c7c8cb;
  border-radius: 0;
}
 section .visual-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000;
}
.all.elem-btn a{
  width: 300px;
  margin: 100px auto 50px;
  padding: 5px 0; 
  display: block;
  font-size: 22px;
  font-family: var(--adobe); 
  text-align: center;
  font-weight: 600;
  transition: .4s;
  background: #333;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #000; 
  height: 38px;  
}
.all.elem-btn a:hover {
    opacity: 1;
    background: #fff;
    color: #000;  
}
.btn-all a {
  width: 600px;
  margin: 78px auto 50px;
  padding: 10px 0;
  border-bottom : 1px solid #333;
  border-top : 1px solid #333;    
  display: block;
  font-size: 24px;
  font-family: var(--adobe); 
  text-align: center;
  font-weight: 600;
  transition: .4s;  
  height: 54px;
  line-height: 1.8;    
 }
 .btn-all a:hover{
    opacity: 1;
    background: #333;
    color: #fff;
}
@media screen and (max-width: 896px) {
  .elem-btn a {
    padding:0 0;
    font-size: 14px;
    line-height: 34px;
    margin: 0 auto;
    height: 29px;  
}   
   .btn-all a {
    width: 320px;
    margin: 50px auto;
    font-size: 18px;
    height: 45px;   
  }
}

@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%;
    }
    .area-header .brand_logo {
        top: 44%;
        width: 50%;
    }
    section{
        width: 100%;
        margin: 0px auto;
        padding: 50px 0 10px;
    }
    .main_lead{
        width: 100%;
        margin: 50px auto 20px;
    }
    .main_lead_ttl{
        font-size: 14px;
        line-height: 1.8;
        margin: 0 auto;
        width: 90%;
    }
    .model_wrap {
        margin: 0 auto;
    }
    .index {
        margin: 0 auto;
        width: 95%;
        gap: 4%;
    }
    .navi_ttl{
        font-size: 28px;
        margin: 30px auto 50px;
    }
    .index li{
        margin: 0 0 30px 0;
        width: 30%;
    }
    .index p{
        font-size: 21px;
        margin: 10px auto 30px;
    }
    .sec_ttl{
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .sec_ttl h1 {
        font-size:2.8rem; 
    }
    .sec_ttl h2{
        font-size: 2.8rem;
    }
    
    section .item_wrap{
        width: 93%;
        margin: 30px auto 0 ;
    }
    section .item_wrap img{
        width: 100%;
    }
    section .styling_item{
        width: 92%;
    }
    section .model_item{
        margin: 7px auto;
        height: 38px;
    }
    section .model_item .model {
        letter-spacing: .1rem;
        width: 72%;
        font-size: 12px;
        line-height: 1.4;
      }
    section .model_item .elem-btn a{
        width: 100%;
        font-size: 14px;
        line-height: 2.2;
        height: 25px;
    }
    .styling_ttl {
        font-size: 30px;
        margin: 60px auto 30px;
    }
    /*box01*/ 
    .model_wrap .box01{
        width: 100%;
        margin: 0 auto 60px;
    }
    /*.box02*/
    .model_wrap .box02 {
        width: 90%;
        margin: 0 0 60px auto;
    }

    /*.box03*/
    .model_wrap .box03{ 
        width: 90%;
        margin: 0 auto 60px 0;
    }
    #sec_04 .model_wrap .box03{
        width: 90%;
        margin-top: 80px;
    }
    /*.box04*/
    .model_wrap .box04{
        width: 100%;
    }
    section .visual-slider .slick-dots{
        right: 2%;
    }
    .all.elem-btn a{
        height: 38px;
        font-size: 18px;
        width: 220px;
        padding: 1px 0;
        margin: 50px  auto 20px;
        line-height: 42px;
    }

}
@media screen and (min-width:1280px) and (max-width: 1540px){
   
}
@media screen and (min-width:896px) and (max-width: 1279px){
   
}
/*iphone5.6.7*/
@media screen and (max-width:359px){}

.left {
  opacity: 0;
}

.right {
  opacity: 0;
}

.above {
  opacity: 0;
}
.up {
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.up2 {
  animation: VisualImage 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
  -webkit-animation: VisualImage 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
}
.leftup {
  animation: LeftAnimation 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  -webkit-animation: LeftAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.rightup {
  animation: RightAnimation 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  -webkit-animation: RightAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.aboveup {
  animation: AboveAnimation 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  -webkit-animation: AboveAnimation 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}


/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*LeftAnimation*/
@-webkit-keyframes LeftAnimation {
  0% {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes LeftAnimation {
  0% {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 896px) {
  @-webkit-keyframes LeftAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes LeftAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.LeftAnimation {
  -webkit-animation-name: LeftAnimation;
  animation-name: LeftAnimation;
}

/*RightAnimation*/
@-webkit-keyframes RightAnimation {
  0% {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes RightAnimation {
  0% {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 896px) {
  @-webkit-keyframes RightAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes RightAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.RightAnimation {
  -webkit-animation-name: RightAnimation;
  animation-name: RightAnimation;
}

/*AboveAnimation*/
@-webkit-keyframes AboveAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes AboveAnimation {
  0% {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 896px) {
  @-webkit-keyframes AboveAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes AboveAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.AboveAnimation {
  -webkit-animation-name: AboveAnimation;
  animation-name: AboveAnimation;
}
