@charset "UTF-8";
html {
}
button,
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; }
body {
	/*line-height: 1;*/
  line-height: 1.3;
	-webkit-text-size-adjust: 100%;
  background:#f5f5f5; }
a {
	text-decoration: none; }
input[type="submit"],
a {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out; }
.btn-box {
  text-align:center;
}
.btn-box a,
.btn,
button,
input.btn,
input[type="submit"] {
  font-size: 15px;
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 18px;
    padding: 6px 20px;
    border: none;
}
input[type="submit"]:hover,
a:hover {
  opacity: .5;
  cursor:pointer; }
.clearfix {
  zoom: 1;
  overflow: hidden; }
.clearfix:after {
  content: "";
  display: block;
  clear: both; }
input {
  font-size: 16px; }
img {
  width: auto;
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
  border: none; }
.wysiwyg {
  word-break: break-word;
  line-height: 1.75; }
.wysiwyg table {
  width: 100%!important; }
.wysiwyg ol {
  margin-left: 16px;
  list-style-type: decimal; }
p {
  line-height: 1.75; }
ol,ul,li,dl,dt,dd {
  margin: 0;
  padding: 0; }
li {
  list-style: none; }
.sp-hide {
  display: block; }
.sp {
  display: none; }
.wrap {
  width: 100%;
  margin: 0 auto; }
.center {
  text-align: center; }
 time {
  display:inline-block; }
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; }
.sns-btn {
	letter-spacing: -.4em;
  margin:16px 0; }
.sns-btn a {
  display: inline-block;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  background: #B5B5B6;
  font-size: 12px;
  min-width: 16%;
  width: 33.3%;
letter-spacing: normal;}
.sns-btn a:nth-child(1) {
  background: #036EB8; }
.sns-btn a:nth-child(2) {
  background: #000; }
.sns-btn a:nth-child(3) {
  background: #13AE67; }
    
@media screen and (max-width: 768px) {
.wysiwyg figure,	
.iframe-wrap {
  position: relative;
  padding-top: 56.25%; }
.wysiwyg figure iframe,
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.wysiwyg figure img {
  margin-top: -56.25%; }
.sp {
  display: block; }
.sp-hide{
  display: none; }
.prev-next a {
  width: 47%;
  margin: 0 1.5% 0 0; }
.prev-next a {
    display: inline-block;
    margin: 8px 16px;
}
.prev-next a:nth-child(2) {
  margin: 0 0 0 1.5%; }
.sns-btn a {
	padding: 10px 4px;
	font-size: 10px;
	width: 33.3%;}
}  

/*★サイトの基準設定 -------------------------------------------------------------------------*/  
body {
  color: #231815;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a {
  color: #231815; }
.prev-next,
.wrap {
  max-width: 1200px; }
nav,h1,h2,h3,h4,h5 {
  letter-spacing: 0.1rem; } 
.prev-next {
  margin: 40px auto 0;
  text-align: center; }
.prev-next a {
  display: inline-block;
  font-size: 12px;
  padding: 4px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background: #c9caca;
  width: 15%;
  margin: 0 8px;
  max-width: 230px;
  float: none; }
.contents {
    margin-top:0px;
    /*text-align:center;*/
    min-height: 100vh;
}
.product2 .contents,
.top .contents {
    margin-top:-80px;
} 
@media screen and (max-width: 768px) {
.wrap,
.contents .wrap {
  padding: 0 16px; }
.prev-next a {
  width: 47%;
  margin: 0 1.5% 0 0; }
.prev-next a:nth-child(2) {
  margin: 0 0 0 1.5%; }
}

/*★header -------------------------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 60px;*/
  /*background:rgba(245, 245, 245, 0);*/
  /*color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  z-index: 10;
  /*padding-top:30px;*/
}
.header.is-scroll {
    position: fixed;
}
.header > div {
  padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    width: 100%;
    /*padding-right: 74px;*/
    margin-right: 0;
    /*background:rgba(245, 245, 245, 0);*/

}
.header .logo {
  width: 219px;
  height:48px;
  background-image: url(../img/logo2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.product2 .header .logo,
.top .header .logo {
  background-image: url(../img/logo.png);
}
.nav-mypage {
  display:inline-block;
  width: 25px;
  height:25px;
  background-image: url(../img/mypage2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.product2 .nav-mypage,
.top .nav-mypage {
  background-image: url(../img/mypage.png);
}
.nav-cart {
  display:inline-block;
  width: 25px;
  height:25px;
  background-image: url(../img/cart2.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 14px;
}
.product2 .nav-cart,
.top .nav-cart {
  background-image: url(../img/cart.png);
}
.bar {
  background: #000;
  color: #fff;
  display:flex;
  justify-content:center;
  align-items:center;
  align-content: center;
  width:100%;
  height:30px;
  /*position:absolute;
  top:0;
  z-index:9999;*/
}
.bar a {
  color:#fff;
}
.bar span {
  margin:0 48px;
}
#menu {
  top:90px;
}
/*ハンバーガーメニュー*/
header .nav nav {
  display: inline-block;
    padding: 0px 0 0 16px;
}
#menuToggle {
  /*position: fixed;
  top: 40px;
  right: 0;
  padding: 15px 24px 8.5px;*/
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #000;
  /*transition: color 0.3s ease;*/
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
font-weight:bold;
}
#menuToggle a:hover {
  opacity: .5;
}
#menuToggle input {
  display: block;
  /*width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;*/
      display: block;
    width: 30px;
    height: 34px;
    position: absolute;
    top: 16px;
    right: 16px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
    display: block;
    width: 30px;
    height: 3.5px;
    margin-bottom: 7px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(7px, 3px);
    background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 5px);
}
#menu {
  position: fixed;
  width: 100%;
  max-width:400px;
  height: calc(100vh + 100px);
  top: 100px;
  right: 0;
  margin: 0 0 0 0;
  padding: 40px 24px;
  /* padding-top: 24px; */
  /*background: rgba(0,0,0,.7);*/
  background: #f5f5f5;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  text-align: center;
}
header .nav {
      display: flex;
    justify-content: flex-start;
    align-items:flex-start;
}
@media screen and (max-width:768px) {
  #menu {
    width: 100%;
    transform: translate(100%, 0);
  }
  /*#menu {
    top: 49px;
  }*/
  #menu > div {
    flex-wrap: wrap;
  }
  #menu > div ul {
    padding: 0;
    width: 100%;
  }
   #menu > div ul + ul{
    margin-top: 24px;
  }
}
#menu > div {
  display: flex;
justify-content: flex-start;
}
#menu > div ul {
  padding: 0 4%;
  text-align:left;
}
#menu li{
  padding: 10px 0;
  font-size: 21px;
}
#menuToggle input:checked ~ div
{
  transform: none;
}
.header.is-scroll .logo {
  background-image: url(../img/logo2.png);
}
.header.is-scroll .nav-mypage {
  background-image: url(../img/mypage2.png);
}
.header.is-scroll .nav-cart {
  background-image: url(../img/cart2.png);
}
#menuToggle span {
  background:#000;
}
.product2 #menuToggle span,
.top #menuToggle span {
  background:#fff;
}
#menuToggle input:checked ~ span {
  background:#000;
}
.product2 #menuToggle input:checked ~ span,
.top #menuToggle input:checked ~ span {
  background:#fff;
}
.header.is-scroll  nav #menuToggle span {
  background:#000;
}
.header.is-scroll  nav #menuToggle input:checked ~ span {
  background:#000;
}
.header.is-scroll {
/*top: 0;
    padding-top: 30px;*/
  background:rgba(245, 245, 245, 1);
  transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);

}
.header.is-scroll #menu {
  top:80px;
}
/*
.header.is-scroll > div {
     background:rgba(245, 245, 245, 1);
   transition: transform 2s cubic-bezier(0.77,0.2,0.05,1.0);

}*/
.header.is-scroll + nav #menuToggle {
  top:12px;
}
/*画像エフェクト*/
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeUpTrigger{
    opacity: 0;
}

/*画像エフェクト*/
.fadeUpZoom{
  animation-name:fadeUpZoomAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpZoomAnime{
  from {
    opacity: 0;
  transform: scale(0.8);
  }

  to {
    opacity: 1;
  transform: scale(1);
  }
}
.fadeUpZoomTrigger{
    opacity: 0;
}

 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*★footer -------------------------------------------------------------------------*/
footer {
  margin-top:40px;
  padding: 24px;
}
footer .wrap {
  display:flex;
  justify-content:space-between;
} 
footer .logo {
  width:199px;
  margin-bottom:24px;
}
footer .sns  {
  display:flex;
justify-content:center;  
}
footer .sns a {
  margin: 0;
}
footer .sns img {
  height:22px;
}
.footer-menu {
  display:flex;
  justify-content:flex-start;
}
.footer-menu > div {
  margin-left:64px;
}
.footer-menu > div h3 {
  text-align:left;
  margin:0 0 24px;
  font-size:15px;
}
  .footer-menu a {
    display:block;
    margin-top:1em;
  }
@media screen and (max-width: 768px) {
  .footer-menu,
footer .wrap {
  flex-wrap:wrap;
  justify-content:center;
}
.footer-menu > div {
  margin: 24px 0 0;
        text-align: center;
        width:100%;
}
.footer-menu > div h3 {
  text-align:center;
}

}

/*★h1 -------------------------------------------------------------------------*/
/*h1 {  
  margin: 0;
  padding: 16px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-weight: normal;
  letter-spacing: normal; }*/
  h1 {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom:64px;
  text-align:center;
}

  h2 {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom:64px;
  text-align:center;
}
  h1 span{
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom:64px;
  text-align:center;
}
  h3 {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  margin-top: 24px;
  margin-bottom:64px;
  text-align:center;
}
h5 {
  font-size:15px;
}
h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size:19px;
  margin:16px 0;
}
.concept-box.company,
.concept-box.faq,
.concept-box.privacy {
  margin-top:-40px;
}
.concept-box.privacy hr{
margin: 40px 0;
}
.concept-box.privacy h2 {
  font-family: "Inter", sans-serif;
  font-size:19px;
  font-weight:bold;
      margin: 40px auto 24px;
      text-align:left;
          padding-left: 10px;
    border-left: 4px solid #000;
}
.privacy h3 {
  text-align:left;
  font-weight:bold;
margin-top: 24px;
    margin-bottom: 16px;
}
.privacy h4 {
  text-align:left;
  font-weight:bold;
  font-size:15px;
}
@media screen and (max-width: 768px) {

h2, h3 {
      margin-top: 16px;
    margin-bottom: 24px;
}
h4 {
  font-size:16px;

}
}
/*★TOP -------------------------------------------------------------------------*/
.catch {
  position:relative;
}
/*.catch-img {
  position:absolute;
  top: 0;
  left:0;
}*/
.catch img{
width:100%;
height: 100%;
    object-fit: cover;
}
.catch-box {
  color:#fff;
position:absolute;
bottom:24px;
left:24px;
text-align:left;
    padding-right: 24px;
} 
.catch-box h4 {
  font-size:25px;
  margin:0 0 16px;
}
.btn-l a {
   color:#fff;
display:inline-block;
border:1px solid #fff;
padding:8px 16px; 
}
section {
  padding:40px 0 80px;
}
.concept-box {
  width:100%;
  max-width:800px;
  margin:0 auto;
  /*display:flex;
  justify-content:space-between;
  align-items:flex-end;*/
}
.concept-box .btn-o {
  margin-top:24px;
}
.catch-concept {
  margin-top:40px;
  padding-right:10%;
}
.catch-concept img {
    width: 100%;
    /* max-width: 985px; */
    padding: 0 10% 0 0;
}
.btn-o a{
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 16px;
  padding: 6px 20px;
}
.item {
  width:100%;
  max-width:800px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  flex-wrap:wrap;

}
.item li {
    width: 40%;
    margin-bottom: 24px;
}
.item li:nth-child(2n) {
margin-top:100px;
}
.item li:nth-child(1+2n) {
margin-top:-100px;
}
.products .item + div {
  width:100%;
  max-width:800px;
  margin:0 auto;
  position:relative;
}
.products .item + div .btn-o {
  position:absolute;
  bottom:40px;
  left:0;
}

.catch-products {
  /*display:flex;
  justify-content:flex-end;*/
  padding-left:10%;
}

.catch-products img {
    width: 100%;
    /* max-width: 985px; */
    padding: 0 0 0 10%;
}
.icon-arrow {
  display:inline-block;
  background:url(../img/icon-arrow.png) no-repeat;
  background-size:contain;
  width:18px;
  height:18px;
}
.cat {
  display:inline-block;
  background:#737373;
  padding: 6px 3em;
  color:#fff;
  margin-right:16px;
}
.news ul {
  width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.news li {
  background:#fff;
  padding:16px 24px;
  margin-bottom:24px;
}
.news li h4 {
  font-size:15px;
}
.news li a {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  position:relative;
}
.news li a .icon-arrow {
position: absolute;
    right: 0;
    top: 16px;
  }
.news .btn-o {
text-align:center;
margin: 40px 0;
font-size:17px;
}
.news .btn-o a {
  border-radius:16px;
}
.news time {
  margin-right:1em;
}
.bg {
  background:#000;
  padding:48px 0;
}
.foot-box ul {
  display:flex;
  justify-content:space-between;
  width:100%;
  max-width:800px;
  margin:0 auto;
  align-items: flex-start;
}
.foot-box ul a {
  color:#fff;
  display:block;
  text-align:center;
}
.foot-box ul a div {
  height:62px;
  margin: 0 auto 16px;
}
.foot-box ul a div img {
  object-fit: contain;
}
.foot-box ul p {
  line-height:2;
}
.foot-box ul li:nth-child(1) div{
  width:58px;
}
.foot-box ul li:nth-child(2) div{
  width:50px;
}
.foot-box ul li:nth-child(3) div{
  width:54px;
}
.foot-box ul li:nth-child(4) div{
  width:74px;
}
  .slider {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

/*スライドは背景画像にする*/
  .slider-img {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    /*height: 100%;*//*スライド画像の高さ*/
  
  }

.slick-list2,
  .slick-list {
    width: 100%;
  }

  .slider-img-03,
.slider-img-02,
.slider-img-01 {
    background-size: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
.slider-pimg-02,
.slider-pimg-01,
.slider-cimg-02,
.slider-cimg-01 {
    background-size: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 197 / 49;
    object-fit: cover;
  }
.product2 .slider-pimg-02,
.product2 .slider-pimg-01{
    background-size: cover;
    width: 100%;
    height: 100%;
    /*aspect-ratio: 2000 / 901;*/
    aspect-ratio: 4488 / 2023;
    object-fit: cover;
  }
@media screen and (max-width: 768px) {
  .product2 .slider-pimg-02,
.product2 .slider-pimg-01{
  background-size: cover;
    width: 100%;
    height: 100vh;
    aspect-ratio: 1500 / 2000;
    object-fit: cover;
  }
  }
.slick-slide {
      width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.catch-concept .slick-slide,
.catch-products .slick-slide {
    aspect-ratio: 197 / 49;

}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}


/*swiper*/
.swiper-container{
  /*max-width: 600px;*/
  width: 100%;
  margin: auto;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.slide-item {
  /*max-width: 500px;*/
  width: 100%;
  margin: auto;
  height:100vh;
  overflow: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img{
  display: block;
}

/*★sp -------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .foot-box ul,
  .news li a,
  .concept-box {
    flex-wrap:wrap;
  }
  .concept-box {
    max-width:none;
  }
  .news li h4 {
    font-size: 15px;
    margin-right: 20px;
  }
  .news li a .icon-arrow {
    top: 40%;
  }
  .foot-box ul li {
    width:50%;
  }
  .item {
    margin-top:16px;
  }
  .item li {
    width: 47%;
  }
  .item li:nth-child(2n){
    margin-top: 0;
  }
  .products .item + div .btn-o {
    position: relative;
    bottom: auto;
    left: auto;
}
.slider-img-03,
.slider-img-02,
.slider-img-01 {
    background-size: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }
.slick-slide {
      width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
/*.catch-concept img,
.catch-products img {
  padding: 0 16px;
}*/
}


/*★information -------------------------------------------------------------------------*/
ul.information {
  letter-spacing: -.4em; }
ul.information li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  text-align: right;
  padding: 24px;
  vertical-align:top; }
ul.information li:nth-child(2n) {
  text-align: left; }
ul.information dt {
  float: left;
  width: 35%; }  
ul.information dt div {
  width: 100%;
  height: 100%;
  padding: 100% 0 0; }
ul.information dd {
  float: left;
  width: 65%;
  text-align: left;
  padding-left:16px; } 

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
ul.information li {
  width: 100%;
  padding: 24px 0; } 
}

/*★information-detail -------------------------------------------------------------------------*/
.information-img,
.information-contents {
  max-width:800px;
  margin: 0 auto; }
/*
.information-img .bx-wrapper {
  margin: 0 auto 32px; }
.information-img .bx-pager {
  letter-spacing: -.4em; }
.information-img .bx-pager a {
  letter-spacing :normal;
  display: inline-block;
  width: 25%; }
*/
@media screen and (min-width: 769px) {
.information-img {
  margin-top: 32px;
  /*float: left;
  width: 40%;*/ }
.information-contents {
 /* margin-top: 32px;*/
  /*float: right;
  width: 60%;
  padding-left: 40px;*/ }
.information-contents .sns-btn {
  /*max-width: 500px;*/ }
}

@media screen and (max-width: 768px) {
.information-contents time {
  margin-top: 24px; }
}
.search-box label img {
  width:21px;
}
.sns-btn + .btn-o {
  margin-top:60px;
  text-align:center;
}


/*★product -------------------------------------------------------------------------*/
.product {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
  margin-top:40px;
}
.search-box input[type="text"]{ 
    border-radius: 4px 0 0 4px;
    padding: 4px 8px;
	border: 1px solid #ccc; }
.search-box input[type="submit"] {display: none;}
.search-box label {
    display: inline-block;
    background: #000;
    padding: 3.4px 9px;
    font-size: 21px;
    border: 0;
    vertical-align: bottom;
    color: #fff;
    cursor: pointer;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
}
.search-box label:hover { opacity:.5;}
.search-box { 
	text-align: center;
	padding:16px; }
.product-cat .flex{
    flex-wrap: wrap;
    /* align-items: flex-start; */
    justify-content: center;
    padding: 16px 0;
background: #fcfcfc; }
.product-cat .flex li {
	margin: 0 8px;
}
ul.product li {
  /*float:left;*/
  margin-bottom:40px; }
ul.product li h3 {
  /*height: 3em;*/
  margin-bottom:16px;
  overflow: hidden; }
  ul.product li h3 + div {
    text-align:center;
  }
ul.product li p {
  height: 5em;
  overflow: hidden; }
.sub-cat {
	background: #fcfcfc;
	margin-bottom: 16px;
	padding: 16px 8px; }
.sub-cat .flex {
	justify-content: center;
	-webkit-justify-content:center; }
.sub-cat .flex li { margin: 0 8px; }
@media screen and (min-width: 769px) {
ul.product li {
  width:23.5%;
 margin-right:2%; }
ul.product li:nth-child(4n) {
  margin-right: 0; }
}
@media screen and (max-width: 768px) {
ul.product li {
  width:49%;
  margin-right:2%; }
ul.product li:nth-child(2n) {
  margin-right: 0; }
}
ul.product li a {
	display: block;
	position: relative; }
ul.product li a div.pimg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 66% 0 0;
}
.pimg-thum {
margin: 0;
    padding-bottom: 68px;
display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}
ul.product .pimg-thum {
  padding-bottom:0;
}
.pimg-thum img {
    width: 25%;
    /*margin-right: 2%;*/
  }
/*
ul.product li a div + span + span,
ul.product li a div + span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block; }*/
/*★product-detail -------------------------------------------------------------------------*/

.product-img .bx-wrapper {
  margin: 0 auto; }

.product-img .bx-wrapper li img {
  margin: 0 auto;
  width:auto!important;
  max-width:100%;
  max-height:100%; }
.product-img #bx-pager {
  letter-spacing: -.4em; }
.product-img #bx-pager a {
  letter-spacing: normal;
  display: inline-block;
  width: 25%; }
.product-img #bx-pager a div {
  padding: 100% 0 0; }
.product-contents dl {
  width: 100%;
  margin: 8px 0;
      display: flex;
    justify-content: flex-start;
    align-items: stretch; }
.product-contents dt, .product-contents dd {
  width: 50%;
  background: #eee;
  text-align: center;
  font-weight: normal;
  padding: 16px;
  border-bottom: 1px solid #fff;
  line-height: 1.3; }
.product-contents dd.td-input {
  background: #000;
  padding: 0;
display: flex;
    align-items: center;
    justify-content: center;
   }
.product-contents dd input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 16px;
  display:block;
  width:100%;
  height:100%; }
.product-contents dd form {
   display:block;
  width:100%;
  height:100%; 
}
.product-contents dd:hover {
  opacity: 0.5; }
.product-contents dd.sold-out {
  color: #fff;
  background: #f00; }
.product-contents dd.sold-out:hover {
  opacity: 1; }
.product-contents .tbl-size {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc; }
.product-contents .tbl-size th,
.product-contents .tbl-size td {
	width: auto;
	padding: 8px 16px;
	background: none;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc; }
.product-contents .tbl-size th {
	background: #eee; }
.soldout {
	color: #f00;
}
.redSale {
  display: inline-block;
  color: rgb(255, 0, 0);
  position: relative;
  padding-left: 8px; }
.redSale::before {
  display: inline-block;
  content: "";
  width: 52px;
  height: 1px;
  bottom: 50%;
  position: absolute;
  left: -94%;
  background: rgb(255, 0, 0); } 
.product-contents h3, .product-contents p {
  margin: 8px auto; }
.item-number {
}
.price {
  font-size: 24px; }
.btn-favorite {
	margin: 16px 0 40px;
	text-align: center;
}
.btn-favorite a {
	display: inline-block;
	padding: 8px 12px;
	background: #000;
	color: #fff; }

@media screen and (min-width: 769px) {
.product-img {
  margin-top: 32px;
  float: left;
  width: 45%; }
.product-contents {
  margin-top: 32px;
  float: right;
  width: 55%;
  padding-left: 40px;
  padding-top:0; }
.product-contents h4 {
  margin-top: 0; }
  .product-contents h3 {
  margin-top: 40px; }
.product-img .bx-wrapper li {
  /*height: 400px;*/ }
}
.product-page h3 {
  margin-top:64px;
}
@media screen and (max-width: 768px) {
.product time {
  margin-top: 24px; }
.tbl-scroll {
	overflow-x: scroll; }
}

/*.privacy {
	width: 76%;
}*/
html {height: 100%;}
body{height: 100%;}
.comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;

}

.relatedItems {
	margin-top: 40px;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.relatedItems {
		padding: 0;
	}
}
.product-contents .itemIcon {
	display: inline-block;
}
.product-contents .itemIcon span {
	margin: 0 -4px 4px 8px;
	padding: 0 4px;
}
.itemIcon span {
	display: inline-block;
	color: #fff;
	padding: 2px 6px;
	font-weight: normal;
	letter-spacing: normal;
	background: #f00;
	font-size: 12px;
	line-height: 1.5;
   margin: 0 0 4px 0;
}
.icon-box {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/*ボタン周り（調整中）*/
/*
.cart .btn {
  padding:16px 0;
  text-align: center; }
.cart .btn a {
  width:200px;
  margin: 0 8px;
  max-width:40%; }
  .mypage .btn.delete {
  background:#ccc; }
  .mypage .input-form input[type="submit"],
.mypage .contents table td a.btn,
.mypage .btn,
.mypage button {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 8px;
  letter-spacing: .05em;
  margin: 16px 0;
  text-decoration:none;
  border: none;
  background: #eee; } 
.mypage .input-form input[type="submit"] {
  margin:0; }
  .input-form form + .input-form-last form input[type="submit"] {
  width: 100%; }
  input[type="submit"],
button.rtn,
.btn a {
  display: inline-block;
  padding: 12px;
  text-decoration :none;
  background: #eee;
 }
 button.rtn {
     width: 30%;
    border: none;
    letter-spacing: 2px;
    font-size: 16px; }
  .cart .btn {
  text-align: center; }
.cart .btn a {
  margin: 0 8px;
  background: #eee;
  width:42%;
  padding:16px; }
@media screen and (max-width: 768px) {
  .cart .btn a {
  margin: 0 8px;
  background: #eee;
  padding:16px; }
}
*/

/*----------------------------------------------------
  #bt_set
    ボタンセット
----------------------------------------------------*/
/*#bt_set {
  width:98%;
  margin: 0 auto;
  margin-top:10%;
  text-align: center;
  display: flex;
  justify-content: center;
}*/

#bt_set #bt_return {
  /* width:20%;
  margin-right: 1%
 margin-right:1%;
  text-align:right;
  float:left;*/
}
#bt_set #bt_next {
  /*width:20%;
  margin-left:1%;
  text-align:left;
  float:left;*/
}
#bt_set #bt_return.btn,#bt_set #bt_next.btn {
  /*background:none;
  display: inline-block*/
}
.cart #bt_set .btn a {
/*  width: auto;
  margin: 0;
  max-width: none;
  display:inline-block;
  width:100%;
  max-width: none;*/
}
/*----------------------------------------------------
  ログイン画面
----------------------------------------------------*/
/*
.notMember .btn{
  margin-bottom:5px;

}*/
/*
#bt_set,.btn-box {
  display: flex;
  justify-content: center;
  align-items: center; 
}
#bt_set {
  margin-top: 16px;
}
input[type="submit"],
button.rtn,
.btn-box a,
.btn {
  display: inline-block;
  padding: 16px;
  text-decoration :none;
  background: #eee;
  cursor:pointer;
  margin:0 8px;
  font-size: 16px;
  width: 30%;
  text-align: center;
  line-height: 1;
  border: none;
}
.btn-mypage-prof {
  text-align: right;
}
.btn-mypage-prof .btn {
  margin: 0 0 16px 0; 
}
#bt_return,#bt_next {
  margin:0 8px;
  width: 20%; 
}
.input-form-last form input[type="submit"],
#bt_return .btn,
#bt_next .btn {
  width: 100%;
  margin:0; 
}
.input-form form + .input-form-last form {
  display: inline-block;
  width:30%;
  margin: 0 8px; }

@media screen and (max-width: 768px) {
  #bt_set {
    flex-wrap: wrap;
  }
  #bt_return,#bt_next {
    margin:0 0 16px;
    width: 80%; 
  }
  .input-form form + .input-form-last form {
   width: 100%;
   margin-bottom: 16px;
  }
}

/*cart.css*/
/*.cart .btn {
  padding:16px 0;
  text-align: center; }
.cart .btn a {
  width:200px;
  margin: 0 8px;
  color:#fff;
  width:42%;
}
.btn-box a,
  a.btn {
  cursor:pointer; }

.contents .cart .table td.td-btn button {
display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
    letter-spacing: .05em;
    margin: 16px 0;
    text-decoration: none;
    border: none;
  background: #eee; }
*/
/*form.css*/
/*
  .input-form input[type="submit"] {
  width: 30%;
  border: none;
  letter-spacing: 2px; }
.input-form form + .input-form-last form input[type="submit"] {
  width: 100%; }

  border-radius: 8px; }
  button.rtn {
    width: 30%;
    border: none;
    letter-spacing: 2px;
    font-size: 16px; }
  @media screen and (max-width: 768px) {
    input[type="radio"] + label { display: inline-block; }
.input-form input[type="submit"],button.rtn {
  width: auto; }
}
  }

.cart .btn-box {
  padding:16px 0;
  text-align: center; }
.cart .btn-box a {

    margin: 0 8px;
 }
  .mypage .btn.delete {
  background:#ccc; }
  .mypage .input-form input[type="submit"],
.mypage .contents table td a.btn,
.mypage .btn,
.mypage button {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 8px;
  letter-spacing: .05em;
  margin: 16px 0;
  text-decoration:none;
  border: none;
  background: #eee; } */

.brand h2 {
  text-align:left;
  margin-bottom: 48px;
}
.brand .concept-box {
  display:block;
}
.brand .concept-box p {
  line-height:2.25;
}
.brand .catch-concept .slick-slide,
.brand .catch-products .slick-slide,
.brand .slider-img {
  aspect-ratio:21/9;
}
.brand .contents .wrap {
    background: #fff;
    padding: 80px 0 40px;
        position: relative;
    z-index: -1;
    margin-top: -100px;
}
.brand section {

}
.brand .catch-products,
.brand .catch-concept{
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
.brand .contents .wrap {
        padding: 80px 16px 40px;
        width: calc(100% - 32px);
        margin-left: 16px;
        margin-right: 16px;
}
}
.faq.concept-box,
.privacy.concept-box,
.company.concept-box {
  display:block;
}
.company dl {
    padding-bottom: 20px;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #000;
      padding-top: 20px;

}
.company dt {
width: 30%;
line-height:1.75;
}
.company dd {
      width: 66%;
line-height:1.75;
}
.company dl:nth-child(1) {
      border-top: 1px solid #000;

}
.faq dl {
  margin-bottom: 40px;
  width:100%;
}
.faq dt {
  font-weight:bold;
  border-bottom: 1px solid #000;
  padding-bottom:4px;
  margin-bottom:16px;
line-height:1.75;
}
.faq dd {
line-height:1.75;

}
.p-img-thum {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  margin:24px 0;
}
.p-img-thum li{
width: 49%;
    margin-bottom: 12px;
}
/*
.scene-slide {
  width:32%;
}
*/
.spec-ul {
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
}
.spec-ul li {
  width:32%;
  margin-right:2%;
}
.spec-ul li p {
  padding:16px;
}
.spec-ul li:nth-child(3n){
  margin-right:0;
}
.dl-leather {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
      max-width: 1200px;
    margin: 0 auto;
}
.dl-leather dt {
  width:50%;
}
.dl-leather dd {
  width:48%;
  padding: 0 40px 0 0;
}
.product-page h3 {
    margin-top: 64px;
    margin-bottom: 40px;
}
.product-page .con-img {
width: 60%;
    margin: 40px auto 64px;
}
@media screen and (max-width: 768px) {
  .spec-ul li{
  width: 100%;
    margin-right:0;
}
.spec-ul,
.dl-leather {
  flex-wrap:wrap;
}
    .dl-leather dt {
      width:100%;
    }
    .dl-leather dd{
            width:100%;
            padding:16px;

    }
    .product-contents {
      padding:16px;
    }
}
.page-free .contents .wrap,
.page-contact .contents .wrap {
background: #fff;
    padding: 28px 24px;
  }
.product2 .swiper-wrapper {
  height:auto!important;
}
.product2 .swiper-button-next,.product2 .swiper-button-prev {

}

.accordion-003 {
    /*max-width: 500px;*/
    margin-bottom: 7px;
    /*border-bottom: 2px solid #f5f5f5;*/
    background:#fff;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #231815;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #231815b3;
    border-right: 3px solid #231815b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #231815;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
.tomkak ul {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap:wrap;
  margin-top:40px;
}
.tomkak ul li {
width:32%;
    margin-right: 2%;
    overflow: hidden;
    margin-top:40px;
}
.tomkak ul li img {
      border-radius: 10px;

}
.tomkak ul li h4 {
  font-size:16px;
}
.tomkak ul li:nth-child(3n){
  margin-right:0;
}
@media screen and (max-width: 768px) {
  .tomkak {
  padding:0 16px;
}
  .tomkak ul li {
width:  100%;
}
  .tomkak ul li{
  margin-right:0;
}
}
.movie {
  text-align:center;
}
.s-scene {
  margin-top:40px;
  background:#000;
}
.product-page .s-scene h3{
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
}

.slider-wrap {
  position:relative;
}
.slider-wrap .slide-bana {
position: absolute;
    left: 16px;
    bottom: 20%;
    z-index: 20;
    width: 20%;
}
.slider-wrap .slide-bana a {
  display:inline-block;
  cursor:pointer;
}
.slider-wrap .slide-bana a img {
    cursor:pointer;

}
.slider-wrap .slide-bana a:hover img {
  opacity:9;

}
.slider-wrap .slide-bana img {

}
.d-bana {
  margin-top:40px;
  
}
@media screen and (max-width: 768px) {

.slider-wrap .slide-bana {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 20;
    width: 90%;
  }
  .d-bana {
    padding: 0 16px;
  }
}

