html{
    font-size:62.5% !important;
}

.pc {
  display: none
}


.mt20 {
  margin-top: 20px
}
[class^=cmn-].width-full {
  max-width: 100%
}
.pane-main, .wrapper {
  overflow: visible
}
.cmn-container {
  line-height: 1.8;
  color: #222;
}
.cmn-container h1, .cmn-container h2, .cmn-container h3, .cmn-container h4, .cmn-container h5, .cmn-container h6 {
  padding: 0;
  background: 0 0
}
.cmn-container .inner {
  /* box-sizing: content-box; */
  /* max-width: 1600px; */
  /* margin: 0 auto; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-around; */
  /* justify-content: space-evenly; */
  /* justify-content: space-between; */
}
.cmn-area-hdg-lead {
     /* font-family: 'Sawarabi Gothic', sans-serif; */
}
.inner {}
.inner_2{
	 padding: 0 20px;
}
  .cmn-container .cmn-hdg-lv1 {
  margin: 0px auto;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
  font-family: 'Jost', sans-serif;
  }

.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: 85px; */
  margin: 0 auto 15px;
  font-family: BAHNSCHRIFT;
  font-size: 1.9rem;
}
.cmn-container .title2 {
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 190px;
  margin: 0 auto 25px;
}
.cmn-container .title3 {
  /* line-height: 1.2; */
  text-align: center;
  width: 100%;
  max-width: 110px;
  margin: 0px auto 25px;
}
.btn_1 a{
	text-decoration: underline
}
.cmn-btn {
        margin: 25px auto 110px;
        text-align: center;
}
.cmn-btn a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.5cm;
    /* padding: 0 60px; */
    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;
    font-family: 'Jost', sans-serif;
    max-width: 254px;
    width: 100%;
}
.cmn-btn a:hover {
    color: #222;
    background: #fff;
}
.cmn-btn1 {
        /* margin: 30px 0; */
        text-align: center;
        font-family: 'Jost', sans-serif;
        margin-bottom: 45px;
        /* font-family: 'Oswald', sans-serif; */
}
.cmn-btn1 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1cm;
    padding: 0 60px;
    letter-spacing: .1em;
    color: #fff;
    border: 2px solid #636363;
    background: #636363;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 80%;
}
.cmn-btn1 a:hover {
    color: #222;
    background: #fff;
}
.cmn-btn1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate( 
45deg);
    margin-top: -4px;
}
.cmn-container .cmn-lead {
  margin-bottom: 20px;
  /* padding: 0 0px; */
  text-align: center;
  font-size: 1.3rem;
}
.cmn-visual {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 40px;
}
.cmn-fig-credit {
    max-width: 940px;
    width: 100%;
    margin: 30px auto 35px;
}
.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: .5
}
.cmn-products .cmn-product a figure {
  position: relative
}
.cmn-products .cmn-product a figure figcaption {
  font-family: Abel;
  font-size: 19px;
  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-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 {
    margin: 60px auto 65px;
    position: sticky;
    z-index: 10;
    top: 50px;
    background-color: #fff;
}
.cmn-recommend-owner-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    /* padding-right: 10px; */
}
.cmn-recommend-owner-list ul li {
    /* width: 175px; */
    /* overflow: hidden; */
    font-family: BAHNSCHRIFT;
    font-size: 1.6rem;
    width: 33%;
    text-align: center;
    font-family: 'Jost', sans-serif;
}
#owner01{
margin-top: -100px;
    padding-top: 105px;
}
#owner02{
margin-top: -100px;
    padding-top: 105px;
}#owner03{
	margin-top: -100px;
    padding-top: 105px;
}
#owner04{
	margin-top: -100px;
    padding-top: 105px;
}



.lead{
	margin:0 0 10px;
	
}
span.font-strong {
    font-size: 1.4rem;
    color: #000;
}
.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-styling {
  /* max-width: 1200px; */
  margin: 0 auto 35px;
  padding: 0 15px;
}

.block1 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    
}

/* fadeIn */
.transition-fadein{
  transition: all ease .8s;
  transform: translateY(20px);
  opacity: 0;
  position: relative;
}
.transition-fadein.fade-in {
  transform: translateY(0);
  opacity: 1
}
/* fadeIn */


.itemlist {
    width: 49%;
    text-align: center;
    /* margin-bottom: 45px; */
}
.itemlist ul {
    margin: 5px 0 10px;
}
.itemlist ul:nth-last-child(-n+2) {
    /* margin-bottom: 0; */
}
.itemlist ul li {
    font-size: 1.1rem;
}
.block2 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.catelist {
    width: 49%;
    text-align: center;
    margin-bottom: 7px;
}
.catelist ul li {
    width: 49%;
    margin-bottom: 6px;
    line-height: 1.2;
}
.cmn-styling .width-xs {
  width: 45%;
  max-width: 380px
}
.cmn-styling .width-s {
  width: 50%;
  max-width: 400px
}
.cmn-styling .width-mm {

    width: 46%;
    max-width: 570px;
}
.cmn-styling .width-m {
    width: 75%;
    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.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
}
.cmn-styling ul {
    line-height: normal;
}
.cmn-styling ul li a {
  /* font-size: 20px; */
  /* color: #8d8d8d; */
  /* border-bottom: 1px solid currentColor; */
}
.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: 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-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: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  z-index: 100;
  left: 2%;
  background: url(/img/features/outer_collection/ico-back.png) no-repeat center center;
  background-size: cover;
}
.slick-next {
  right: 2%;
  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
}
.txt{
	/* text-align: center; */
}
.cmn-hdg-lv2 {
    text-align: center;
    margin-bottom: 30px;
    /* font-family: 'Jost', sans-serif; */
}
ul li.creater-num {
    font-size: 2.1rem;
    font-weight: bold;
    /* padding: 0; */
    /* margin: 0; */
    /* margin-bottom: 2px; */
    font-family: 'Jost', sans-serif;
    margin-bottom: 7px;
}
.cmn-line {
    text-align: center;
    font-size: 2rem;
    margin: 10px 0;
}
.cmn-point ul li.creater-name {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 6px;
}
.cmn-point ul li.creater-category {
    font-size: 1.4rem;
}
.menu_list a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 9px 0;
    color: #222;
    border: 1px solid #222;
}
.menu_list a:hover {
  color: #fff;
    background: #222;


}
li.creater-category {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #4d4d4d;
}

li.creater-name {
    font-size: 1.7rem;
    font-family: 'Jost', sans-serif;
}
.creater-txt{
    text-align:center;
    font-size: 1.2rem;
    line-height: 1.7;
}
.cmn-hdg-lv3 {
    font-size: 2rem;
    font-weight: bold;
    /* padding: 0; */
    /* margin: 0; */
    /* margin-bottom: 2px; */
    /* text-align: center; */
    /* font-family: 'Jost', sans-serif; */
    font-weight: 500;
    /* text-align: center; */
    font-family: 'Jost', sans-serif;
}
.point-area {
  /* background: #f7f7f7; */
  padding: 0 15px 1px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 10px;
}
.cmn-recommend-item {
  /* display: -webkit-box; */
  /* display: flex; */
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}
.cmn-recommend-item .item-image {
  width: 100%;
}
.item-image img, .item-image video {
  /* border-radius: 4%; */
}
.cmn-recommend-item .txt {
  width: 100%;
  font-size: 14px;
  margin-top: 11px;
}
.cmn-recommend-item .cmn-hdg-lv2 {
    margin: 5px 0 4px;
    font-family: 'Vollkorn', serif;
    font-style: italic;
}
.cmn-recommend-item .description {
  line-height: 1.6;
}
.cmn-recommend-item.reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
.title-logo {
    width: 100%;
    max-width: 165px;
    margin: 0 auto 35px;
}
.item-cate-bnr {
    margin-bottom: 20px;
    padding: 0 15px;
}
span.weight-b {
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    font-size: 1.5rem;
}

li.wallet-point {
    margin-bottom: 5px;
}

@media screen and (min-width:960px) {
  .sp {
    display: none
  }
  .pc {
    display: block
  }
    html{
    font-size:75% !important;
}
    .inner {
    max-width: 820px;

    width: 100%;
    margin: 0 auto;
}
.cmn-recommend-owner-list ul {
    display: -webkit-box;
    display: -webkit-flex;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 820px;
    margin: auto;
    color: #fff;
    width: 100%;
}
    .cmn-recommend-owner-list ul li {
    /* width: 150px; */
    /* overflow: hidden; */
}
    
    
.cmn-recommend-owner-list {
    /* width: 60%; */
    margin: 0 auto 70px;
    top: 40px;
    /* background-color: #fff; */
}
  .cmn-container .PC {
    display: block !important
  }
  .cmn-container .SP {
    display: none !important
  }
  .cmn-container .cmn-hdg-lv1 {
  margin: 0px auto 6px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  }
  .cmn-container .cmn-hdg-lv1 br {
    display: none
  }
  .cmn-container .cmn-lead {
    margin: 0 0 55px;
  }
  .cmn-container .cmn-lead p {
    font-size: 15px;
    text-align: center
  }
  .cmn-container {
    padding-top: 50px;
    /* font-size: 1.5rem; */
  }
.cmn-visual {

width: 100%;

max-width: 1080px;

margin: 0px auto 82px;
}	
	.cmn-fig-credit{
		max-width: 900px;
		width: 100%;
		margin: 55px auto 45px;
	}
	
  .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-styling {
  padding: 0 110px;
  margin-bottom: 20px;
  }
  .cmn-styling figure + figure {
    margin-top: 0
  }
  .cmn-styling .cmn-styling-group {
    width: 33.3333%;
    position: relative;
    padding: 2.1%;
    margin-bottom: 32px;
  }
	.cmn-styling .cmn-styling-group.fade-in {
  transform: translateY(0);
  opacity: 1
}
	.cmn-styling .cmn-styling-group:nth-child(3n+2) {
    transform: translateY(20%);
}
	.cmn-styling .cmn-styling-group:nth-child(3n+3) {
    transform: translateY(40%);
}
	
	.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: 13px
  }
  .cmn-thumbnails ul {
    margin: 0 10%
  }
  .cmn-thumbnails ul li {
    width: 25%;
    padding: 0 5px
  }
  .cmn-thumbnails ul li a span {
    font-size: 20px
  }
    .itemlist {
    width: 49%;
    text-align: center;
    margin-bottom: 25px;
}
    .itemlist ul {
    margin: 10px 0 20px;
}
    .catelist {
    width: 49%;
    /* text-align: center; */
    margin-bottom: 15px;
}
    
    
    
	/*about*/
.cmn-recommend-item {
    /* display: -webkit-box; */
    /* display: flex; */
    /* margin-bottom: 50px; */
    /* -webkit-box-pack: justify; */
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /* justify-content: space-between; */
}	
.cmn-recommend-item .image {
    /* width: 50%; */
}	
.cmn-recommend-item .txt {
    width: 47%;
}	
	.cmn-recommend-item .description {
    line-height: 1.8;
    font-size: 17px;
}
	/*about*/
	.lead {
    margin: 0 0 15px;
    font-size: 1.2rem;
}
	/*	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-btn {
    margin: 0 0 110px;
    text-align: center;
}
    .cmn-btn1 {
    /* margin: 50px 0 0; */
    text-align: center;
}
    .cmn-hdg-lv2 {
    text-align: center;
    margin-bottom: 30px;
    /* font-family: 'Jost', sans-serif; */
}
ul li.creater-num {
    font-size: 2.5rem;
    font-weight: bold;
    /* padding: 0; */
    /* margin: 0; */
    /* margin-bottom: 2px; */
    font-family: 'Jost', sans-serif;
}
.cmn-line {
    text-align: center;
    font-size: 2rem;
    margin: 10px 0;
}
.cmn-point ul li.creater-name {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 6px;
}
.cmn-point ul li.creater-category {
    font-size: 1.4rem;
}
.menu_list a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 9px 0;
    color: #222;
    border: 1px solid #222;
}
li.creater-category {
    font-size: 1.1rem;
    margin-bottom: 20px;
    /* color: #4d4d4d; */
}

li.creater-name {
    font-size: 1.7rem;
    font-family: 'Jost', sans-serif;
}
.creater-txt{
    text-align:center;
    font-size: 1.2rem;
    line-height: 1.7;
}
.cmn-hdg-lv3 {
    font-size: 2.1rem;
    font-weight: bold;
    /* padding: 0; */
    /* margin: 0; */
    /* margin-top: 120px; */
    /* text-align: center; */
    font-family: 'Jost', sans-serif;
}
 
.block1::after{
  content:"";
  display: block;
  width: 32%;
}
    span.weight-b {
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    font-size: 1.5rem;
}

li.wallet-point {
    margin-bottom: 5px;
}
    .point-area {
  /* background: #f7f7f7; */
  padding: 0 15px 1px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
}
.cmn-recommend-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}
.cmn-recommend-item .item-image {
  width: 48%;
}
.item-image img, .item-image video {
  /* border-radius: 4%; */
}
.cmn-recommend-item .txt {
  width: 45%;
  font-size: 14px;
  margin-top: 11px;
}
.cmn-recommend-item .cmn-hdg-lv2 {
    margin: 5px 0 4px;
    font-family: 'Vollkorn', serif;
    font-style: italic;
}
.cmn-recommend-item .description {
  line-height: 1.6;
}
.cmn-recommend-item.reverse {
  flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
    .item-cate-bnr {
    margin-bottom: 40px;
    padding: 0 15px;
}
.cmn-btn a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.5cm;
  
    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;
    font-family: 'Jost', sans-serif;
    max-width: 254px;
    width: 100%;
    font-size: 1.3rem;
}
    .title-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 65px;
}
}
@media screen and (max-width: 959px){
	.cmn-recommend-owner-list ul li {
    /* width: 20%; */
}
		.absolute{
	margin-right: 0;
    position: absolute;
    right: 0;
	top: 170px;
	}
#owner01,#owner02,#owner03,#owner04{
margin-top: -110px;
    padding-top: 110px;
}
.cmn-styling .width-xs {
  width: 45%;
  max-width: 380px
}
.cmn-styling .width-s {
  width: 42%;
  max-width: 400px
}
.cmn-styling .width-mm {
    width: 48%;
    max-width: 570px;
}
.cmn-styling .width-m {
    width: 55%;
    max-width: 570px;
}
.cmn-styling .width-o {
    width: 55%;
    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-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
}


.cmn-styling {
    /* max-width: 1200px; */

    /* margin: 0 auto 65px; */
}
	.cmn-styling .cmn-styling-group:nth-child(2n) {
    /* transform: translateY(40%); */
}
    .cmn-container .title1 {
  /* width: 100%; */
  /* max-width: 75px; */
  /* margin: 0 auto 15px; */
  /* font-family: BAHNSCHRIFT; */
}
	.cmn-container .title2 {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 20px;
}
	.cmn-container .title3 {
     width: 100%; 
     max-width: 80px; 
     margin: 0 auto 30px; 
}

}