@charset "UTF-8";
header{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
header:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-image: url(https://img21.shop-pro.jp/PA01424/460/etc/gradient.png?cmsp_timestamp=20181126135708);
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat: repeat-x;
  background-repeat-y: no-repeat;
  display: block;
}
header .inner h1{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/logo.png?cmsp_timestamp=20200110123033);
  background-size: contain;
  background-repeat: no-repeat;
}
header nav ul li a:hover{
  color: #fff;
  opacity: 0.8;
}
header nav ul li a,
header{
  color: #fff;
}
header .inner nav ul li.mypage a:before{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/mypage.png?cmsp_timestamp=20181112200604);
  background-size: contain;
  background-repeat: no-repeat;
}
header .inner nav ul li.login a:before{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/login.png?cmsp_timestamp=20181112200630);
  background-size: contain;
  background-repeat: no-repeat;
}
.kv{
  padding: 0;
}
.kv ul.images {
  position: relative;
  z-index: 1;
}
.kv ul.images li{
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.kv img{
  width: 100%;
}
.kv ul.news{
  margin: 50px auto 0;
}
.kv ul.news li a.toggle{
  display: none;
}
.kv ul.news.fixed{
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: #fff;
  padding: 20px 0px;
  margin: 0;
  z-index: 101;
  width: 100%;
}
.kv ul.news.fadein{
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.kv ul.news,
.kv ul.news.fixed li{
  width: 720px;
}
.kv ul.news.fixed li,
.kv ul.news li{
  margin: 5px auto 0;
}
.kv ul.news.fixed li:first-child,
.kv ul.news li:first-child{
  margin: 0 auto;
}
.kv ul.news li .date{
  display: block;
  float: left;
  color: #AF0000;
}
.kv ul.news li p{
  margin-left: 112px;
}
section{
  padding: 100px 0;
}
h2{
  font-size: 32px;
  line-height: 48px;
  font-weight: normal;
  text-align: center;
}
section h2:before{
  content: '';
  display: block;
}
.lead h2:before{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/lead.png?cmsp_timestamp=20200110123033);
  width: 41px;
  height: 42px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}
.lead p{
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 40px;
}
.product{
  background-color :#F5F0E9;
}
.product h2:before{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/product.png?cmsp_timestamp=20181109151048);
  width: 45px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}
.about h3,
.product h3{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.about ul,
.product ul{
  font-size: 0;
  padding: 0px;
  text-align: center;
  width: 1210px;
  margin: 0 auto;
}


.product ul li{
  float: left;
  width: 584px;
  height: 522px;
  position: relative;
}
.about ul li{
  width: 1210px;
  height: 191px;
  position: relative;
}
.product ul li:first-child{
  margin-right: 40px;
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/image1.jpg?cmsp_timestamp=20181109194609) no-repeat 50% 50%;
  background-size: cover;
}
.product ul li{
  background: url(https://img07.shop-pro.jp/PA01424/460/etc_base64/aW1hZ2Uy.jpg?cmsp_timestamp=20250303152607) no-repeat 50% 50%;
  background-size: cover;
}
.about ul li:first-child{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr1.jpg?cmsp_timestamp=20181109220339) no-repeat 50% 50%;
  background-size: cover;
}
.about ul li{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr2.jpg?cmsp_timestamp=20181109222359) no-repeat 50% 50%;
  background-size: cover;
}
.about ul li a .inner,
.product ul li a .inner{
  display: block;
  overflow: hidden;
  background: rgba(0,0,0,.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms 150ms ease;
  transition: all 300ms 150ms ease;
}
.about ul li:nth-child(2) a .inner {
  background: none;
}
.about ul li a:hover .inner,
.product ul li a:hover .inner{
  background:rgba(0,0,0,0);
}
.about ul li a .inner .table,
.product ul li a .inner .table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 80px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 0;
}
.about ul li a .inner .table{
  padding: 35px;
}
.about ul li a .inner .table .text,
.product ul li a .inner .table .text {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  /*position: relative;*/
  z-index: 100;
}
.about ul li a .inner .table .text .text_thumb,
.product ul li a .inner .table .text .text_thumb{
  position: relative;
  z-index: 99;
}
.product ul li a .inner .table .text .text_thumb img.icon{
  display: inline-block;
  margin-bottom: 30px;
  /*
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  */
}
.product ul li a:hover .inner .table .text .text_thumb img.icon{
  /*
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px);
  -webkit-transition:all 300ms 100ms ease;
  transition:all 300ms 100ms ease;
  */
}
.product ul li a .inner .table .text .text_thumb .label{
  /*
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: transform 300ms ease, opacity 200ms ease;
  transition: transform 300ms ease, opacity 200ms ease;
  */
}
.product ul li a .inner .table .text .text_thumb .label p{
  font-size: 15px;
}
.product ul li a .inner .table .text .text_thumb .label h3{
  font-size: 26px;
  margin-bottom: 20px;
}
.about ul li a .inner .table .text .text_thumb h3{
  margin-bottom: 0;
  text-align: left;
  font-size: 24px;
  padding-left: 50px;
  /*
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  */
}
.about ul li a:hover .inner .table .text .text_thumb h3{
  opacity: 1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  -webkit-transition:all 300ms 100ms ease;
  transition:all 300ms 100ms ease;
}
/*
.product ul li a:hover .inner .table .text .text_thumb .label{
  opacity:1;
  -webkit-transform:translateY(5px);
  transform:translateY(5px);
  -webkit-transition:all 300ms 100ms ease;
  transition:all 300ms 100ms ease;
}*/
.about ul li a .inner .table .text .panel,
.product ul li a .inner .table .text .panel{
  width: 474px;
  height: 434px;
  background: rgba(175, 0, 0, .5);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -237px;
  margin-top: -217px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 98;
  -webkit-transform: scale(1.15,1.15);
  transform: scale(1.15,1.15);
  -webkit-transition: transform 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000), opacity 400ms 100ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
  transition: transform 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000), opacity 400ms 100ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
}
.about ul li a .inner .table .text .panel{
  width: 1100px;
  height: 130px;
  margin-left: -550px;
  margin-top: -65px;
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.product ul li:first-child a .inner .table .text .panel{
  background: rgba(0, 7, 175, .5);
}
.about ul li a:hover .inner .table .text .panel,
.product ul li a:hover .inner .table .text .panel{
  visibility:visible;opacity:1;
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
  -webkit-transition:all 450ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
  transition:450ms cubic-bezier(0.000, 0.605, 0.435, 1.000);
}


.about h2:before{
  background: url(https://img21.shop-pro.jp/PA01424/460/etc/about.png?cmsp_timestamp=20181109150946);
  width: 46px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto 40px;
}
.about ul li:first-child{
  margin-bottom: 50px;
}
.about ul li img{
  display: inline;
}
/** smart phone **/
@media screen and (max-width: 767px){
  header:before{
    display: none;
  }
  header nav ul li a:hover{
    color: #382721;
  }
  header .inner a.menu{
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/menu.png?cmsp_timestamp=20200110123033);
    background-size: contain;
    background-repeat: no-repeat;
  }
  section {
    padding: 10% 0;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .about ul,
  .product ul,
  .lead p,
  .kv ul.news {
    width: auto;
    padding: 0 20px;
  }
  .kv{
    padding: 0;
  }
  .kv ul.news {
    width: auto;
    margin: 5% auto 0;
  }
  .kv ul.news.fixed li,
  .kv ul.news li{
    margin: 3% auto 0;
  }
  .kv ul.news.fixed li:first-child,
  .kv ul.news li:first-child{
    margin: 0 auto;
  }
  .kv ul.news.fixed{
    width: 75%;
    padding: 5%;
    left: 0px;
    bottom: 0px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .kv ul.news.fixed li{
    width: auto;
    position: relative;
  }
  .kv ul.news.fixed li a.toggle{
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .kv ul.news.fixed li a.toggle:after{
    display: block;
    position: static;
    top: 0;
    right: 0;
    width: 7px;
    height: 7px;
    margin-top: -16px;
    border-top: solid 1px #382721;
    border-right: solid 1px #382721;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    margin-right: auto;
    margin-left: auto;
  }
  .kv ul.news.fixed li a.toggle.open:after{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .kv ul.news.fixed li p{
    overflow: hidden;
    height: 20px;
  }
  .kv ul.news li .date{
    float: none;
  }
  .kv ul.news li p{
    margin-left: 0;
  }

  .lead{
    padding: 15% 0 10%;
  }
  .about h2:before,
  .product h2:before,
  .lead h2:before{
    margin: 0 auto 8%;
  }
  .lead p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 8%;
  }


  .about h3,
  .product h3{
    margin-bottom: 5%;
  }
  .about ul li:first-child,
  .product ul li:first-child{
    margin-right: 0;
    margin-bottom: 5%;
  }
  .about ul li,
  .product ul li{
    display: block;
    float: none;
    width: 100%;
    height: auto;
  }
  .about ul li:first-child {
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr1_sp.jpg?cmsp_timestamp=20181109225231) no-repeat 50% 50%;
    background-size: cover;
  }
  .about ul li {
    background: url(https://img21.shop-pro.jp/PA01424/460/etc/bnr2_sp.jpg?cmsp_timestamp=20181109225240) no-repeat 50% 50%;
    background-size: cover;
  }
  .about ul li:before,
  .product ul li:before{
    content: "";
    display: block;
  }
  .product ul li:before{
    padding-top: 89%;
  }
  .about ul li:before{
    padding-top: 41%;
  }
  .about ul li a:hover,
  .product ul li a:hover{
    opacity: 1;
  }
  .product ul li a .inner .table{
    padding: 20px;
  }
  .about ul li a .inner .table{
    padding: 15px;
  }
  .product ul li a .inner .table .text .text_thumb img.icon{
    width: 59px;
    margin-bottom: 20px;
  }
  .product ul li a .inner .table .text .text_thumb .label h3{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about ul li a .inner .table .text .text_thumb h3{
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }
  .product ul li a .inner .table .text .text_thumb .label p{
    font-size: 14px;
  }
  .about ul li a .inner .table .text .panel,
  .product ul li a .inner .table .text .panel{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
}