@charset "utf-8";
/* CSS Document */

html{
    font-size: 62.5%;
}

.pc {
  display: none
}
@font-face {
  font-family: mplusM;
  font-display: swap;
  src: url(../fonts/unhinted-mplus-1p-medium.woff2) format('woff2'), url(../fonts/unhinted-mplus-1p-medium.ttf) format('truetype')
}
@font-face {
  font-family: mplusB;
  font-display: swap;
  src: url(../fonts/unhinted-mplus-1p-heavy.woff2) format('woff2'), url(../fonts/unhinted-mplus-1p-heavy.ttf) format('truetype')
}
@font-face {
  font-family: mplusL;
  font-display: swap;
  src: url(../fonts/unhinted-mplus-1p-light.woff2) format('woff2'), url(../fonts/unhinted-mplus-1p-light.ttf) format('truetype')
}
.mt20 {
  margin-top: 20px
}
[class^=cmn-].width-full {
  max-width: 100%
}
.pane-main, .wrapper {
  overflow: visible
}
.cmn-container {
    font-size: 1.4rem;

    /* color: #595959; */
}

.cmn-container .inner {
    box-sizing: content-box;
    max-width: 1020px;
    margin: 0 auto 60px;
    padding: 0 12px;
}
.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 .title1 {
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 90px;
  margin: 0 auto 30px;
}
.cmn-container .title2 {
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 190px;
  margin: 0 auto 30px;
}
.cmn-container .title3 {
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 98px;
  margin: 0 auto 30px;
}
.btn_1 a {
  text-decoration: underline
}
.cmn-btn {
    margin: 0 0 30px;
    text-align: center;
}
.cmn-btn a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.4cm;
    padding: 0 10px;
    letter-spacing: .1em;
    color: #fff;
    border: 2px solid #222;
    background: #222;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    /* font-size: 1.2rem; */
}
.cmn-btn a:hover {
  color: #3f3f3f;
  background: #fff;
}
.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.1rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 35px;
}
.cmn-container .cmn-lead3 {
  /* text-align: center; */
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
.cmn-container .cmn-lead3 span {
 
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.cmn-lead-1 {
    line-height: 1.8;
    text-align: center;
    /* font-size: 1.4rem; */
    margin-bottom: 15px;
}
.cmn-lead-2 {
    line-height: 1.8;
    text-align: center;
    font-size: 1.3rem;
}
.cmn-lead-1 ul li {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}
.cmn-lead-1 ul li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 5px;
    -webkit-transform: rotate(
50deg
);
    -ms-transform: rotate(50deg);
    transform: rotate(
50deg
);
    width: 5px;
    height: 9px;
    border-right: 2px solid #e20012;
    border-bottom: 2px solid #e20012;
}
.cmn-lead-1 ul li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #121212;
    /* border-radius: 2px; */
}
.cmn-lead-2-title{
    font-weight:bold;
}

.cmn-line {
    text-align: center;
    font-size: 2rem;
    margin: 10px 0;
}
.cmn-visual {
    width: 100%;
    /* max-width: 1600px; */
    margin: 0 auto 40px;
}
.cmn-visual_v {
    width: 90%;
    max-width: 1500px;
    margin: 35px auto 40px;
}
.cmn-fig-credit {
  max-width: 940px;
  width: 100%;
  margin: 0px auto 37px;
}
.cmn-products {
  padding: 30px 0 45px;
}
.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: 1.5rem;
  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: .5
}
.cmn-products .cmn-product a figure {
  position: relative
}
.cmn-products .cmn-product a figure figcaption {
    font-size: 13px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transition: all ease .3s;
    transform: translate(-50%, -50%);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.cmn-products .cmn-product a img {
  max-width: 100%;
  height: auto;
  transition: all ease .3s
}
.cmn-btn {
    text-align: center;
}
.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;
  z-index: 5;
}
.cmn-btn-cart a {
  display: block;
  width: 60px;
  height: 60px
}
.cmn-recommend-owner-list {
}
.cmn-recommend-owner-list ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
 .cmn-recommend-owner-list {
  }

.cmn-recommend-owner-list ul li {
    width: 50%;
    padding: 1px;
}
#owner01,#owner02 ,#owner03 {
  margin-top: -60px;
  padding-top: 60px;
}
.cmn-hdg-logo {
    width: 30%;
    max-width: 246px;
    margin: 0 auto 45px;
}
.cmn-hdg-lv1 {
    /* width: 65%; */
    margin: 0 auto 15px;
    font-size: 2.8rem;
    font-weight: 600;
    background-color: transparent;
    /* font-family: 'Ovo', serif; */
    text-align: center;
    line-height: 1.2;
    /* letter-spacing: 0.8px; */
}

h2.cmn-hdg-lv1-sub {
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.lead {
  margin: 0 0 10px;
}
.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
}
.look_wrapper{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 55px;
    padding: 0 15px;
}



.cmn-styling {
    max-width: 1200px;
    margin: 0 auto 95px;
}
.cmn-styling .width-xs {
  width: 45%;
  max-width: 380px
}
.cmn-styling .width-s {
  width: 50%;
  max-width: 400px
}
.cmn-styling .width-mm {
  width: 45%;
  max-width: 570px;
}
.cmn-styling .width-m {
  width: 49%;
  max-width: 570px;
}
.cmn-styling .width-o {
  width: 75%;
  max-width: 620px;
}
.cmn-styling .width-l {
  width: 90%;
  max-width: 800px
}
.cmn-styling .width-xl {
  width: 95%;
  max-width: 900px
}
.cmn-styling .width-full {
  width: 100%;
  max-width: 100%
}
.cmn-styling .cmn-styling-group {
  transition: all ease .8s;
  transform: translateY(20px);
  opacity: 0
}
.cmn-styling .cmn-styling-group-last {
  margin-bottom: 0
}
.cmn-styling .cmn-styling-group.fade-in {
  transform: translateY(0);
  opacity: 1
}
.cmn-styling .cmn-styling-group.m-r-10p {
  margin-right: 10%
}
.cmn-styling .cmn-styling-group.m-l-10p {
  margin-left: 10%
}
.cmn-styling .cmn-styling-ly-around {
  display: flex;
  justify-content: space-between
}
.cmn-styling .cmn-styling-ly-around .margin-top370 {
  margin-top: 370px
}
.cmn-styling .cmn-styling-ly-around .margin-top120 {
  margin-top: 120px
}
.cmn-styling .cmn-styling-ly-around .margin-top100 {
  margin-top: 100px
}
.cmn-styling .cmn-styling-ly-around .margin-top60 {
  margin-top: 60px
}
.cmn-styling .cmn-styling-ly-right {
  display: flex;
  justify-content: flex-end
}
.cmn-styling .cmn-styling-ly-center {
  display: flex;
  justify-content: center
}

section.cmn-point {
    margin: 0 0 65px;
}
section.cmn-styling_area{
    margin: 0 0 100px;
}
li.creater-name {
    
}
.cmn-point ul {
}
.txt ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.1rem;
    line-height: 1.6;
}
.txt p {
    font-size: 1.1rem;
    margin: 4px 0 0;
}
.cmn-point ul li.creater-category {
    font-size: 1.1rem;
    margin-bottom: 25px;
    /* width: 80%; */
    /* margin: 0 auto 15px; */
    padding: 0 10px;
    text-align: center;
    line-height: 1.6;
}
.cmn-point ul li.creater-name {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 6px;
}
li.creater-name-sub {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: normal;
}

ul li.creater-num {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.01em;
}
ul li.creater-cat {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
li.style-color {
    font-style: italic;
    font-size: 1.7rem;
    margin-bottom: 7px;
    text-align: center;
    font-weight: bold;
}
li.style-description {
    font-size: 1.4rem;
    padding: 0 25px;
    text-align: center;
}
ul li.style-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 11px;
    text-align: center;
}
.cmn-hdg-pnt {
    width: 100%;
    max-width: 92px;
    /* margin: 0 0 5px; */
}
.itemlist ul {
    margin: 5px 0 0;
}
.itemlist ul:nth-child(n+X) {
     margin: 5px 0 0; 
}
.itemlist ul :nth-of-type(n+5) {
    margin-bottom: 0;
}
.itemlist ul:nth-last-child(-n+2){
    margin-bottom: 0;
}


.itemlist ul li {
    font-size: 1.3rem;
    line-height: 1.6;
}

.cmn-point ul li.staff-name {
    font-size: 1.2rem;
}
.cmn-point ul li.staff-category {
    font-size: 1.2rem;
    font-weight: bold;
}
.cmn-point ul li.staff-spec {
    font-size: 1.2rem;
    /* font-weight: bold; */
}
.txt h2 {
    margin-bottom: 5px;
    
}
.cmn-area-hdg-lead {
    margin: 0 auto 60px;
    padding: 0 10px;
}

.cmn-area-hdg-lead2 ul {
    padding: 0 15px;
}
.cmn-area-hdg-lead2 ul {
    padding: 0 35px;
}
.cmn-area-hdg-lead2 ul li{
    font-size: 1.5rem;
}

.point_title{
/*     font-weight: 700;
    line-height: 1.3;
    width: 100%;
    background-color: transparent;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
*/    
}
.point_list{
    margin-bottom: 5px;
}

.cmn-styling ul li a {
    font-size: 1.3rem;
    color: #121212;
}
.cmn-thumbnails {
  padding: 40px 0
}
.cmn-thumbnails ul {
  display: flex;
  flex-flow: wrap
}
.cmn-thumbnails ul li {
  box-sizing: border-box;
  width: 33%;
  margin-bottom: 10px;
  padding: 0 5px
}
.cmn-thumbnails ul li a {
  position: relative;
  display: block
}
.cmn-thumbnails ul li a span {
  font-size: 1.0rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff
}
.cmn-credit {}
.cmn-credit li {
  margin-bottom: 10px;
  color: #aaa;
}
.cmn-credit li a {
  color: #222;
}
.icn-buy {
  color: #fff;
  background: #3f3f3f;
  text-decoration: none;
  padding: 1px 15px;
  margin-left: 10px;
}
.point-img {
  margin: 0 0 10px;
}

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-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}
.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: 2.0rem;
  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
}
/*	■画像位置（div）*/
.sp-mr-10 {
  margin-right: 10%
}
.sp-ml-10 {
  margin-left: 10%;
}
.sp-mr-20 {
  margin-right: 20%
}
.sp-ml-20 {
  margin-left: 20%;
}
.sp-mt-5 {
  margin-top: 5%;
}
.sp-mt-10 {
  margin-top: 10%;
}
.sp-mt-20 {
  margin-top: 20%;
}
.sp-mt-30 {
  margin-top: 30%;
}
.sp-mt-40 {
  margin-top: 40%;
}
.sp-mt-100px {
  margin-top: 100px;
}
.sp-mt-120px {
  margin-top: 120px;
}
.sp-mt-200px {
  margin-top: 200px;
}
.sp-mb-5 {
  margin-top: 5%;
}
.sp-mb-10 {
  margin-top: 10%;
}
.sp-mb-20 {
  margin-top: 20%;
}
.sp-mb-30 {
  margin-top: 30%;
}
.sp-mb-40 {
  margin-top: 40%;
}
.sp-mb-100px {
  margin-top: 100px;
}
.sp-mb-120px {
  margin-top: 120px;
}
.cmn-styling .cmn-styling-ly-around {
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-around /* 各アイテムを均等に配置し 各アイテムの両側に半分の大きさの 間隔を置く; */
    margin: 10px 0px;
}
.cmn-styling .cmn-styling-ly-around .margin-top {
  margin-top: 100px
}
.cmn-styling .cmn-styling-ly-right {
  display: flex;
  justify-content: flex-end
}
.cmn-styling .cmn-styling-ly-center {
  display: flex;
  justify-content: center
}
/*画像サイズ（figure）*/
.cmn-styling .width-s {
  width: 45%;
  max-width: 460px;
}
.cmn-styling .width-m {
  /*width: 50%;
max-width: 600px*/
}
.cmn-styling .width-l {
  /*width: 90%;
max-width: 800px*/
}
.cmn-styling .width-full {
  width: 100%;
  max-width: 100%
}
.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
}
.point-area {
    max-width: 900px;
    width: 100%;
    background: #f6f6f6;
}
.cmn-recommend-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.cmn-recommend-item:last-child {
    margin: 0 auto;
}
.cmn-recommend-item .item-image {
    width: 50%;
}
.cmn-recommend-item .txt {
    width: 50%;
    padding: 25px 0 0 13px;
}
.cmn-recommend-item .cmn-hdg-lv2 {
    margin: 5px 0 4px;
    letter-spacing: 0.01em;
    font-size: 1.4rem;
}
.item-image img, .item-image video {
}
.cmn-recommend-item .description {
    line-height: 1.6;
}
.cmn-recommend-item.reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}

.cmn-sentaku-item {
   isplay: flex;
    -webkit-box-pack: justify;
    /* justify-content: space-between; */
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.cmn-recommend-item .sentaku-image {
  width: 30%;
}
.sentaku-image figure {
    width: 45px;
    /* max-width: 150px; */
}
.sentaku-image2 figure {
    width: 42px;
    /* max-width: 150px; */
}
.sentaku-image3 figure {
    width: 46px;
    /* max-width: 150px; */
}
.sentaku-image2 {
    padding-left: 2px;
    padding-top: 2px;
}
.sentaku_txt .description {
    font-size: 1.3rem;
}

.sentaku_txt1 {
    padding-left: 15px;
    /* vertical-align: middle; */
    display: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sentaku_txt2 {
    padding-left: 16px;
    /* vertical-align: middle; */
    display: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sentaku_txt3 {
    padding-left: 15px;
    /* vertical-align: middle; */
    display: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.material_bnr{
    margin-bottom: 15px
}


.item-image img, .item-image video {
}
.cmn-hdg-lv2 {
    font-weight: 700;
    width: 100%;
    background-color: transparent;
    margin-bottom: 10px;
}
.cmn-hdg-lv3 {
    line-height: 1.3;
    width: 100%;
    background-color: transparent;
    font-size: 2.0rem;
}
.cmn-hdg-lv2 li{
}
.slide-in-wrap {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slide-in-wrap::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  background: #000;
}
.slide-in-wrap.slide-in-animation::before {
  -webkit-animation: passing-bar .8s ease 0s 1 normal forwards;
  animation: passing-bar .8s ease 0s 1 normal forwards;
}
.slide-in-wrap .slide-in {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.slide-in-wrap.slide-in-animation .slide-in {
  -webkit-animation: passing-txt 0s ease .4s 1 normal forwards;
  animation: passing-txt 0s ease .4s 1 normal forwards;
}




.cmn-area-hdg-lead2 {
    margin: 40px auto 50px;
    padding: 25px 0 30px;
    background: #f7f7f7;
}
.cmn-area-hdg-lead h4 {
  font-size: 1.6rem;
  margin-bottom: 3px;
}
.cmn-area-hdg-lead p {
}

.block1 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    margin: 0 0 25px;
    justify-content:space-between;
}
.itemlist {
    width: 49.5%;
    text-align: center;
    margin-bottom: 5px;
}
.itemlist:nth-of-type(-n+5) {
/*    margin-bottom: 15px;
*/}
.cmn-styling ul li {
}
.itemlist ul li.item-name {
    font-size: 1.1rem !important;
}
li.sale-price {
    color: #f00000;
    font-weight: bold;
}
span.small {
    font-size: 1.7rem;
    display: block;
    margin: 0;
    padding: 0;
}
/*    TOPICS*/

section.cmn-topic {
    margin: 100px 0 65px;
}

ul li.topic-title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 11px;
    text-align: center;
}
.cmn-topic-lists{
    display: flex;
    flex-flow: wrap;
    width: 100%;
    /* box-sizing: border-box; */
    justify-content: space-around;
    /* justify-content: center; */
    justify-content: space-evenly;
}

.cmn-topic-lists .topicslist{
    border: 1px solid #ddd;
    width: 46%;
    margin-bottom: 2%;
}
.cmn-topic-lists a {
    border-bottom: none;
}
.cmn-topic-lists .topicslist figure {
    padding: 7px;
}
.cmn-topic-lists .topicslist ul {
    margin: 0 auto;
    padding: 2px 7px 10px;
}
.cmn-topic-lists .topicslist .category {
    font-size: 1.2rem;
}
.cmn-topic-lists .topicslist .name {
    line-height: 1.3;
    font-size: 1.3rem;
    color: #121212;
}
/*   // TOPICS*/
span.attention {
    margin-top: 5px;
    display: block;
}
/*ホバーエフェクト*/
.snip1552 {
/* font-family: 'Alata', sans-serif;
*/  position: relative;
  display: inline-block;
  overflow: hidden;
  /*  min-width: 300px;
max-width: 400px;*/
  color: #fff;
  text-align: left;
  background-color: #000;
     width: 50%;
}
.snip1552 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1552 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1552 figcaption {
    position: absolute;
    top: 42px;
    bottom: 40px;
    left: 16px;
    right: 20px;
    z-index: 1;
    bottom: 0;
}


.snip1552 h3, .snip1552 ul li {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
.snip1552 h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 1.3rem;
        color: #fff;
}
.snip1552 ul li {
    font-weight: normal;
    /* font-style: italic; */
    color: #e2e2e2;
    font-size: 1.1rem;
    /* padding-left: 5px; */
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    text-indent: -1em;
    padding-left: 1em;
}
.snip1552 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1552:hover > img, .snip1552.hover > img {
  opacity: 0.2;
}
.snip1552:hover h3, .snip1552.hover h3, .snip1552:hover ul li, .snip1552.hover ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/*アコーディオンメニュー*/
.accordion{
  margin: 0 0 60px;
}

.accordion__container {
    width: 100%;
    margin: 0 auto;
}
.accordion__title {
  background-color: #222;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 15px 15px 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 1px;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
  background-color: #9b9b9b;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0px 0px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 1;
  transition-duration: .3s;
}

.accordion__content.is-open {
  /* border: 1px solid #00aaa7; */
  padding: 5px 0px;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
/*//アコーディオンメニュー*/

.accordion__title_all{
  background-color: #e12f00;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 15px 15px 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 1px;
}
.icon {
/*  width: 100%;
  margin: 80px auto 0;
*/}
.icon a {
    position: relative;
    display: block;
    width: 100%;
    /* padding: 1em 2em; */
    box-sizing: border-box;
    /* background: #357ecf; */
    /* border: 1px solid #357ecf; */
    /* border-radius: 30px; */
    text-decoration: none;
    /* text-align: center; */
    color: #fff;
    /* font-size: 14px; */
    transition: all 0.3s;
}
.icon a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
.icon a:hover {
}
.icon a:hover:after {
  right: 15px;
}

@media screen and (min-width: 960px) {
  .sp {
    display: none
  }
  .pc {
    display: block
  }
.cmn-hdg-logo {
    width: 24%;
    max-width: 246px;
    margin: 0 auto 65px;
}
    .look_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 70px;
    padding: 0 15px;
}
    
.cmn-recommend-owner-list {
  margin-bottom: 100px;
}
.cmn-recommend-owner-list ul {
      display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
}
 .cmn-recommend-owner-list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    margin: 0 0 40px;
  }
 .point-area {
    width: 100%;
    margin: 0 auto 70px;
}
  .cmn-container .PC {
    display: block !important
  }
  .cmn-container .SP {
    display: none !important
  }
  .cmn-container {
  font-size: 1.6rem;
}  
    

 .cmn-container .cmn-hdg-lv1 {
    font-size: 3.5rem;
    line-height: 1.2;
}
  .cmn-container .cmn-lead p {
    font-size: 1.5rem;
    text-align: center
  }
 .cmn-visual {
    width: 100%;
    margin: 0px auto 80px;
}
    
 section.cmn-point {
    margin: 85px auto 160px;
}
   .cmn-point ul li.creater-name {
    font-size: 3.2rem;
    font-weight: bold;
}
 .cmn-recommend-owner-list ul li {
    width: 50%;
}
    .itemlist ul li {
    font-size: 1.4rem;
}
    .itemlist ul li.item-name {
    font-size: 1.3rem;
}
    
  ul li.creater-num {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 5px;
}
    .cmn-point ul li.staff-name {
    
}
.cmn-point ul li.staff-category {
    font-size: 1.5rem;
    font-weight: bold;
}
.cmn-point ul li.staff-spec {
    font-size: 1.6rem;
    font-weight: bold;
}
.point_title {
    
    margin-bottom: 10px !important;
}
    
    .itemlist {
    width: 49%;
    text-align: center;
    margin-bottom: 7px;
}
    .creater-category {
}
     .cmn-lead-1 ul li {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
} 
    .cmn-lead-1 ul li:before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 5px;
    -webkit-transform: rotate( 
50deg
 );
    -ms-transform: rotate(50deg);
    transform: rotate( 
50deg
 );
    width: 5px;
    height: 9px;
    border-right: 2px solid #e20012;
    border-bottom: 2px solid #e20012;
}
    .cmn-lead-1 ul li:after {
    content: "";
    position: absolute;
    top: 0.32em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #121212;
    /* border-radius: 2px; */
}
    
    .cmn-lead-2 {
    line-height: 1.8;
    text-align: center;
    font-size: 1.5rem;
}


    
 .cmn-area-hdg-lead2 ul {
    /* padding: 0 15px; */
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
 .cmn-point ul li.creater-category {
    font-size: 1.3rem;
    margin-bottom: 20px;
}
  li.style-color {
    font-style: italic;
    font-size: 2.1rem;
    margin-bottom: 12px;
    text-align: center;
    font-weight: bold;
}
li.style-description {
    font-size: 1.6rem;
    padding: 0 25px;
    text-align: center;
    margin-bottom: 15px;
}
ul li.style-title {
    font-size: 2.9rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
    .cmn-recommend-item .cmn-hdg-lv2 {
    margin: 5px 0 4px;
    letter-spacing: 0.01em;
    font-size: 2.1rem;
}
    
 .cmn-styling ul {
    margin: 7px auto 10px;
    line-height: 1.7;
    max-width: 740px;
}
  .cmn-area-hdg-lead {
    margin: 25px auto 50px;
     padding: 0; 
}  
  .material_bnr {
    margin-bottom: 25px;
}  
 .cmn-visual_v {
    width: 55%;
    margin: 45px auto 75px;
}
.cmn-hdg-lv2 {
    font-weight: 700;
    /* line-height: 1.3; */
    width: 100%;
    background-color: transparent;
    font-size: 3rem;
    margin: 0 0 5px;
}
 .cmn-hdg-lv2 ul li {
    text-align: center;
    font-size: 3.5rem;
    margin: 0;
}
li.creater-name-sub {
    font-size: 1.7rem !important;
    margin-bottom: 7px !important;
} 
    
    
  .cmn-area-hdg-lead {
    margin: 25px auto 85px;
    max-width: 785px;
}
  .cmn-line {
    text-align: center;
  }
  .point-img {
    margin: 0 0 20px;
  }
  .cmn-hdg-lv1 {
    /* width: 65%; */
    margin: 0 auto 15px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
  }
    
    .cmn-container .cmn-lead {
    /* text-align: center; */
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
}
    .cmn-container .cmn-lead2 {
    /* text-align: center; */
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 50px;
}
.cmn-container .cmn-lead3 {
  /* text-align: center; */
  font-size: 1.3rem;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 20px;
}   
.cmn-container .cmn-lead3 span {
 
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}

.cmn-area-hdg-lead p {
    line-height: 1.7;
    text-align: center;
    margin-bottom: 35px;
}
  .cmn-recommend-owner-list {
    margin: 0 0 65px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    /* margin: 0 0 40px; */
}
  .cmn-fig-credit {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 85px;
  }
  .cmn-products .cmn-product a .speechBubble {
    font-size: 18px
  }
  .cmn-btn-cart {
    right: 20px;
    bottom: 0
  }
  .cmn-nav {
    font-size: 1.6rem;
    padding: 50px 0
  }
  .cmn-material {
    padding: 80px 0
  }
  .cmn-material__ttl {
    font-size: 30px
  }
  .cmn-material p {
    font-size: 15px
  }
  .cmn-styling {
    max-width: 1180px;
    margin: 0 auto 120px;
}
  .cmn-styling figure + figure {
    /*margin-top: 0
*/
  }
  .cmn-styling .cmn-styling-group {
    margin-bottom: 15px;
  }
  .cmn-styling .cmn-styling-group-last {
    margin-bottom: 0
  }
  .cmn-styling .position {
    /*    margin-bottom: 470px
*/
  }
  .cmn-styling .cmn-styling-ly-around {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    position: relative;
  }
  .cmn-styling .cmn-styling-ly-around figure + figure {
    margin-left: 0
  }
  .absolute {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 450px;
  }
  .cmn-styling ul li a {
    font-size: 1.5rem;
    color: #121212;
}
  .cmn-thumbnails ul {
    margin: 0 10%
  }
  .cmn-thumbnails ul li {
    width: 25%;
    padding: 0 5px
  }
  .cmn-thumbnails ul li a span {
    font-size: 20px
  }
  .cmn-credit {
    max-width: 600px;
    padding: 0 20px;
    margin: 35px auto 75px
  }
  .cmn-credit li {
    margin-bottom: 10px;
    color: #aaa;
    text-align: center
  }
  .cmn-credit li a {
    color: #222;
  }
  .icn-buy {
    color: #fff;
    background: #222;
    padding: 10px;
    text-decoration: none;
    padding: 1px 15px;
    margin-left: 10px;
  }
  /*about*/
.cmn-recommend-item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /* max-width: 620px; */
    width: 100%;
    /* margin: 0 auto 50px; */
}
.cmn-recommend-item .item-image {
    width: 50%;
}
  .cmn-recommend-item .txt {
    width: 50%;
  }
  .cmn-recommend-item .description {
    line-height: 1.7;
    font-size: 1.6rem;
}
 .cmn-styling .cmn-styling-ly-around {
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-around /* 各アイテムを均等に配置し 各アイテムの両側に半分の大きさの 間隔を置く; */
    margin: 15px 0px;
}
    
  .cmn-container .inner {
    box-sizing: content-box;
    max-width: 740px;
     margin: 0 auto 110px;
    padding: 0 15px;
  }
  .cmn-area-hdg-lead h4 {
    font-size: 2.2rem;
    margin-bottom: 3px;
    font-weight: bold;
  }
.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;
}
  /*about*/
  /*	■画像位置（div）
*/ .mr-10 {
    margin-right: 10%
  }
  .ml-10 {
    margin-left: 10%;
  }
  .mr-20 {
    margin-right: 20%
  }
  .ml-20 {
    margin-left: 20%;
  }
  .mt-5 {
    margin-top: 5%;
  }
  .mt-10 {
    margin-top: 10%;
  }
  .mt-20 {
    margin-top: 20%;
  }
  .mt-30 {
    margin-top: 30%;
  }
  .mt-40 {
    margin-top: 40%;
  }
  .mt-100px {
    margin-top: 100px;
  }
  .mt-120px {
    margin-top: 120px;
  }
  .mb-5 {
    margin-top: 5%;
  }
  .mb-10 {
    margin-top: 10%;
  }
  .mb-20 {
    margin-top: 20%;
  }
  .mb-30 {
    margin-top: 30%;
  }
  .mb-40 {
    margin-top: 40%;
  }
  .mb-100px {
    margin-top: 100px;
  }
  .mb-120px {
    margin-top: 120px;
  }
  .cmn-styling .cmn-styling-ly-around {
    display: flex !important;
    flex-flow: wrap;
    justify-content: space-around /* 各アイテムを均等に配置し
各アイテムの両側に半分の大きさの
間隔を置く */
  }
  .cmn-styling .cmn-styling-ly-around .margin-top {
    margin-top: 100px
  }
  .cmn-styling .cmn-styling-ly-right {
    display: flex;
    justify-content: flex-end
  }
  .cmn-styling .cmn-styling-ly-center {
    display: flex;
    justify-content: center
  }
  /*画像サイズ（figure）*/
  .cmn-styling .width-s {
    width: 45%;
    max-width: 460px;
  }
  .cmn-styling .width-m {
    width: 48%;
    max-width: 600px
  }
  .cmn-styling .width-l {
    width: 90%;
    max-width: 700px
  }
  .cmn-styling .width-full {
    width: 100%;
    max-width: 100%
  }
.block1 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    margin: 0 auto 55px;
    justify-content: space-around;
    max-width: 740px;
}
    
/*    topics*/   
    
    .cmn-topic-lists .topicslist {
    border: 1px solid #ddd;
    width: 24%;
    margin-bottom: 2%;
} 

  section.cmn-topic {
    margin: 100px auto 65px;
}  
/*ホバーエフェクト*/
.snip1552 {
/* font-family: 'Alata', sans-serif;
*/  position: relative;
  display: inline-block;
  overflow: hidden;
  /*  min-width: 300px;
max-width: 400px;*/
  color: #fff;
  text-align: left;
  background-color: #000;
     width: 50%;
}
.snip1552 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1552 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1552 figcaption {
    position: absolute;
    top: 112px;
    bottom: 40px;
    left: 50px;
    right: 20px;
    z-index: 1;
    bottom: 0;
}

.snip1552 h3, .snip1552 ul li {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
.snip1552 h3 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 2.1rem;
    color: #fff;
}
.snip1552 ul li {
    font-weight: normal;
    /* font-style: italic; */
    color: #e2e2e2;
    font-size: 1.3rem;
    /* padding-left: 5px; */
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
    text-indent: -1em;
    padding-left: 1em;
}
.snip1552 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1552:hover > img, .snip1552.hover > img {
  opacity: 0.2;
}
.snip1552:hover h3, .snip1552.hover h3, .snip1552:hover ul li, .snip1552.hover ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.cmn-products {
    padding: 30px 0 95px;
}
 /*アコーディオンメニュー*/
.accordion{
  margin: 0 auto 60px;
  max-width: 740px;
}

.accordion__container {
    width: 100%;
    margin: 0 auto;
}
.accordion__title {
  background-color: #222;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 15px 15px 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 1px;
  font-weight: bold;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
  background-color: #9b9b9b;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0px 0px;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 1;
  transition-duration: .3s;
}

.accordion__content.is-open {
  /* border: 1px solid #00aaa7; */
  padding: 5px 0px;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
/*//アコーディオンメニュー*/

.accordion__title_all{
  background-color: #e12f00;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 15px 15px 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-bottom: 1px;
  font-weight: bold;
}

}
@media screen and (max-width: 959px) {
  .cmn-container .title1 {
    line-height: 1.2;
    text-align: center;
    width: 100%;
    max-width: 70px;
    margin: 0 auto 30px;
  }
  .absolute {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 200px;
  }
  #owner1, #owner2, #owner3, #owner4{
    margin-top: -60px;
    padding-top: 60px;
  }
  .cmn-styling .width-full {
    width: 100%;
    max-width: 100%
  }
 
  .cmn-styling .cmn-styling-ly-around .margin-top20 {
    margin-top: 20px
  }
  .cmn-styling .cmn-styling-ly-around .margin-top40 {
    margin-top: 60px
  }
  .cmn-styling .cmn-styling-ly-around .margin-top110 {
    margin-top: 110px
  }
  /*	instagram API  */
  .instagram-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
  }
  .instagram-container li {
    width: 33%;
  }
  /*	//instagram API  */
 
  .cmn-container .title2 {
    line-height: 1.2;
    text-align: center;
    width: 100%;
    max-width: 145px;
    margin: 0 auto;
  }
  .cmn-container .title3 {
    line-height: 1.2;
    text-align: center;
    width: 100%;
    max-width: 80px;
    margin: 0 auto 30px;
  }

}