html {
  font-size: 62.5%;
}
h1, h2, .h1 {
  padding: 0;
  font-weight: normal
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}
[class^=cmn-].width-full {
  max-width: 100%
}
.pane-main, .wrapper {
  overflow: hidden
}
.cmn-container {
/*  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;*/
  margin-bottom: 40px;
}
.cmn-container h1, .cmn-container h2, .cmn-container h3, .cmn-container h4, .cmn-container h5, .cmn-container h6 {
/*  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
*/  padding: 0;
  background: 0 0
}
.cmn-container .inner {
  box-sizing: content-box;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px
}
.cmn-container .PC {
  display: none !important
}
.cmn-container .SP {
  display: block !important
}
.cmn-container a:hover {
  text-decoration: none
}
.cmn-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.cmn-container .cmn-lead {
  margin-bottom: 50px
}
.cmn-visual {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 50px;
}
.cmn-products {
  /*    padding: 30px 0;
    background: #000;
*/
}
.cmn-products .secTtl {
  width: 150px;
  margin: 0 auto 40px
}
.cmn-products .no-scroll {
  display: flex;
  justify-content: center
}
.cmn-products .no-scroll .cmn-product {
  width: 25%;
  max-width: 350px
}
.cmn-products .cmn-product {
  width: 300px
}
.cmn-products .cmn-product a {
  display: block
}
.cmn-products .cmn-product a .speechBubble {
  font-size: 15px;
  position: relative;
  display: flex;
  height: 60px;
  margin: 0 10px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: #fff;
  align-items: center;
  justify-content: center
}
.cmn-products .cmn-product a .speechBubble::after {
  position: absolute;
  bottom: -12px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 25px 12px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent
}
.cmn-products .cmn-product a:hover figure figcaption {
  z-index: 2
}
.cmn-products .cmn-product a:hover figure img {
  opacity: .3
}
.cmn-products .cmn-product a figure {
  position: relative
}
.cmn-products .cmn-product a figure figcaption {
  /* font-family: Abel; */
  font-size: 1.3rem;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transition: all ease .3s;
  transform: translate(-50%, -50%);
  color: #444;
  border-bottom: 1px solid #444;
}
.cmn-products .cmn-product a img {
  max-width: 100%;
  height: auto;
  transition: all ease .3s
}
.cmn-products .cmn-product__type {
  font-family: Abel;
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #fff
}
.cmn-btn-cart {
  position: fixed;
  right: 0;
  bottom: 70px;
  visibility: hidden;
  transition: all ease .3s;
  opacity: 0
}
.scroll .cmn-btn-cart {
  visibility: visible;
  opacity: 1
}
.cmn-btn-cart a {
  display: block;
  width: 60px;
  height: 60px
}
.cmn-nav {
  display: flex;
  padding: 30px 0;
  background: #000;
  align-items: center;
  justify-content: center
}
.cmn-nav ul {
  display: flex;
  width: 100%;
  max-width: 800px;
  justify-content: space-evenly
}
.cmn-nav ul li a {
  padding: 10px;
  color: #fff
}
.cmn-nav ul li a:hover {
  border-bottom: 1px solid #fff
}
.cmn-material {
  padding: 50px 0;
  background: #eee
}
.cmn-material .inner {
  max-width: 600px
}
.cmn-material__ttl {
  font-family: Cinzel !important;
  font-size: 25px
}
.cmn-material p {
  color: #444
}
.cmn-thumbnails {}
.cmn-thumbnails ul li a span {
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff
}
footer {
  margin-top: 50px;
  padding: 40px 0 20px 0;
  background: #000
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  z-index: 100;
  left: 25px;
  background: url(/img/features/outer_collection/ico-back.png) no-repeat center center;
  background-size: cover
}
.slick-next {
  right: 25px;
  background: url(/img/features/outer_collection/ico-next.png) no-repeat center center;
  background-size: cover
}
.slick-dots {
  line-height: 1;
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px 5px 0;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  display: block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  text-indent: 100%;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: #ccc
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}
.slick-dots li.slick-active button {
  background: #222
}
.bx-wrapper {
  max-width: 100% !important;
  border: none;
  background: 0 0;
  box-shadow: none
}
.bx-loading {
  background-image: url(/img/features/ut/one/bx_loader.gif) !important
}
.swiper-wrapper {
  transition-timing-function: linear !important
}
.cmn-area-hdg-lead {
  margin: 0 auto 60px;
  padding: 0 15px;
}
.cmn-hdg-logo {
  width: 31%;
  max-width: 246px;
  margin: 0 auto 45px;
}
.cmn-hdg-lv1 {
    /* width: 65%; */
    margin: 0px auto 12px;
    font-size: 1.5rem;
    /* font-weight: 500; */
    text-align: center;
}
.cmn-container .cmn-lead {
  /* text-align: center; */
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
.cmn-container .cmn-lead2 {
  /* text-align: center; */
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
.cmn-btn {
  margin: 0 0 70px;
  text-align: center;
}
.cmn-btn a {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 1.2cm;
  padding: 0 10px;
  letter-spacing: .1em;
  color: #fff;
  border: 2px solid #3f3f3f;
  background: #3f3f3f;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 230px;
  width: 100%;
  font-size: 1.2rem;
}
.cmn-btn a:hover {
  color: #3f3f3f;
  background: #fff;
}
/*ホバーエフェクト*/
.block1 {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  margin: 50px 0 40px;
  /* justify-content: space-around; */
  justify-content: space-between;
  justify-content: center;
  justify-content: space-evenly;
}
/*


<!--   PC     -->


*/
@media screen and (min-width:960px) {
  .sp {
    display: none
  }
  .pc {
    display: block
  }
  .cmn-container .PC {
    display: block !important
  }
  .cmn-container .SP {
    display: none !important
  }
  .cmn-container .cmn-hdg-lv1 {
    font-size: 65px
  }
  .cmn-container .cmn-hdg-lv1 br {
    display: none
  }
  .cmn-container .cmn-lead {}
  .cmn-container .cmn-lead p {
    font-size: 1.5rem;
    text-align: center
  }
  .cmn-container {}
  .cmn-visual {
    width: 100%;
    margin: 0 auto 70px;
  }
.cmn-area-hdg-lead {
    margin: 25px auto 70px;
    max-width: 785px;
}
  .cmn-container .cmn-lead2 {
    /* text-align: center; */
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 20px;
  }
  .cmn-hdg-logo {
    width: 18%;
    max-width: 246px;
    margin: 0 auto 45px;
  }
  .cmn-container .cmn-hdg-lv1 {
   font-size: 1.9rem;
/*    font-weight: 600;
*/  }
  .cmn-container .cmn-lead {
    /* text-align: center; */
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
  }
  .cmn-btn {
    margin: 0 0 170px;
    text-align: center;
  }
  .cmn-products .cmn-product a figure figcaption {
    /* font-family: Abel; */
    font-size: 1.4rem;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transition: all ease .3s;
    transform: translate(-50%, -50%);
    color: #444;
    border-bottom: 1px solid #444;
    font-weight: bold;
  }
  .cmn-products .cmn-product a .speechBubble {
    font-size: 18px
  }
  .cmn-btn-cart {
    right: 20px;
    bottom: 0
  }
  .cmn-nav {
    font-size: 16px;
    padding: 50px 0
  }
  .cmn-material {
    padding: 80px 0
  }
  .cmn-material__ttl {
    font-size: 30px
  }
  .cmn-material p {
    font-size: 15px
  }
  .cmn-thumbnails ul {
    margin: 0 10%
  }
  .cmn-thumbnails ul li {}
  .cmn-thumbnails ul li a span {
    font-size: 20px
  }
  .cmn-btn a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.5cm;
    padding: 0 60px;
    letter-spacing: .1em;
    color: #fff;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    font-size: 1.4rem;
  }
}