@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Scheherazade&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif; }

.inrWidth {
  width: 800px;
  margin-right: auto !important;
  margin-left: auto !important; }

.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.fullWidth {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 1000px) {
  .fullWidth {
    width: 1000px; }
  .inrWidth {
    width: 800px; } }

@media screen and (min-width: 1100px) and (max-width: 1000px) {
  .fullWidth {
    width: 100%; }
  .outerWidth {
    width: 1100px; }
  .inrWidth {
    width: 800px; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .full-spw100 {
    width: 100% !important; }
  .fullWidth {
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .outer-spw100 {
    width: 100% !important; }
  .outerWidth {
    width: 90% !important; } }

@media screen and (min-width: 768px) and (max-width: 800px) {
  .inr-spw100 {
    width: 100% !important; }
  .inrWidth {
    width: 90% !important; } }

@media screen and (max-width: 768px) {
  .spw100 {
    width: 100% !important; }
  .inrWidth {
    width: 90%; }
  .outerWidth {
    width: 90% !important; } }

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards; }

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* -----
PC
----- */
@media print, screen and (min-width: 769px) {
  .mv {
    margin-bottom: 120px; }
    .mv #mvslide {
      position: relative; }
      .mv #mvslide img {
        width: 100%; }
      .mv #mvslide .slide-arrow {
        position: absolute;
        z-index: 50;
        top: 50%;
        margin-top: -21px;
        height: 42px;
        width: 22px; }
      .mv #mvslide .prev-arrow {
        left: 100px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .mv #mvslide .next-arrow {
        right: 100px; }
      .mv #mvslide .slick-dots li button:before {
        width: 50px;
        height: 4px;
        background: #000;
        content: "" !important; }
      .mv #mvslide .slick-dots {
        bottom: 20px;
        left: 100px;
        text-align: left; }
      .mv #mvslide .slick-dots li {
        margin: 0 20px; }
      .mv #mvslide .slick-dots li,
      .mv #mvslide .slick-dots li button {
        height: 0;
        padding: 0; }
  a.more {
    width: 100px;
    margin-left: auto;
    border: 1px solid #000;
    background: #000;
    display: block; }
    a.more span {
      display: block;
      background: white;
      border-radius: 3px;
      line-height: 1;
      padding: 5px 10px;
      position: relative;
      -webkit-transition: 0.8s;
      transition: 0.8s; }
      a.more span:after {
        content: "";
        background: url(../img/common/ico-arrow02.svg) no-repeat;
        background-size: contain;
        width: 6px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px; }
    a.more:hover span {
      background: #000;
      color: #fff; }
    a.more span:hover:after {
	    background: url(../img/common/ico-arrowWhite02.svg) no-repeat;
    }  
  section {
    margin-bottom: 120px; }
  section#area_news {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }
    section#area_news h2 {
      margin-bottom: 20px;
      text-align: center; }
    section#area_news .news {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin-bottom: 30px; }
      section#area_news .news a {
        display: block; }
        section#area_news .news a:not(:last-of-type) {
          border-bottom: 1px solid #ccc; }
        section#area_news .news a:hover {
          text-decoration: underline; }
      section#area_news .news dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 15px 0; }
        section#area_news .news dl dt {
          padding: 0 0 0 15px;
          width: 20%; }
        section#area_news .news dl dd {
          width: 80%;
          padding-right: 15px; }
  section#area_about {
    position: relative; }
    section#area_about .aboutInr {
      overflow: hidden;
      position: relative;
      background: url(../img/bg-about_pc.jpg) no-repeat;
      background-size: cover;
      padding: 90px 150px 75px 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    section#area_about .about--bg {
      background: url(../img/bg-about.jpg) no-repeat;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
      -webkit-transition: 2s;
      transition: 2s; }
    section#area_about h2 {
      text-align: center;
      z-index: 20; }
    section#area_about .aboutop {
      z-index: 20;
      position: relative;
      width: 53.12%;
      margin: 0 0 0 auto; }
    section#area_about .aboutop a.more span:hover {
	    background: black !important;
	    color:#fff !important;
			transition: 0.8s;	    
    }
    section#area_about .aboutop a.more span:hover:after {
			background: url(../img/common/ico-arrowWhite02.svg) no-repeat !important;
			transition: 0.8s;
    }
      section#area_about .aboutop--txt {
        line-height: 2.5; }
        section#area_about .aboutop--txt p:not(:last-of-type) {
          margin-bottom: 30px; }
    section#area_about .more {
      margin-top: 50px; }
      section#area_about .more span {
        background: #F6F5F0; }
  section.logos h2 {
    text-align: center;
    padding-bottom: 120px; }
    section.logos h2:after {
      content: "";
      position: absolute;
      border-left: 1px solid #000;
      height: 60px;
      left: 50%;
      top: 80px; }
  section.logos ul {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.logos a.more {
    margin: auto; }
  section.logos.retail ul li img {
    width: 100%; 
  }
  section.logos.retail ul {
    width:37%;
    max-width: 575px;
    display:flex;
    justify-content:space-between;
    margin-right:auto;
    margin-left:auto;
  }


/*
 --保存--
  section.logos.retail ul li:nth-of-type(1) {
    width: 195px;
    position:relative;
    right:25px;
  }
  section.logos.retail ul li:nth-of-type(2) {
    width: 110px;
  }
  section.logos.retail ul li:nth-of-type(3) {
    width: 75px;
    position: relative;
    left: 15px;
  }
  section.logos.retail ul li:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.logos.retail ul li:nth-of-type(3) a {
      display: block;
      font-size: 2.2rem; }
*/

  section.logos.retail ul li:nth-of-type(1) {
    width: 110px;
  }
  section.logos.retail ul li:nth-of-type(2) {
    width: 75px;
    position: relative;
    left: 15px;
  }
  section.logos.retail ul li:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section.logos.retail ul li:nth-of-type(2) a {
      display: block;
      font-size: 2.2rem; }

	
	section.logos.brand {
    padding: 120px 0 150px;
    background: url(../img/bg-brand_pc.jpg) no-repeat;
    background-size: cover; }
    section.logos.brand ul li {
      margin: 0 25px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      section.logos.brand ul li img {
        width: 100%; }
      section.logos.brand ul li:nth-of-type(1) {
        width: 127px; }
      section.logos.brand ul li:nth-of-type(2) {
        width: 127px; }
      section.logos.brand ul li:nth-of-type(3) {
        width: 120px; }
      section.logos.brand ul li:nth-of-type(4) {
        width: 130px; }
      section.logos.brand ul li:nth-of-type(5) {
        width: 140px; }
	　　　　section.logos.brand ul li:nth-of-type(6),
		.logo6{
        width: 120px; }
      section.logos.brand ul li:hover {
        position: relative;
        top: -3px; }
        section.logos.brand ul li:hover img {
          opacity: 1; }
    section.logos.brand .more {
      background: black; }
      section.logos.brand .more span {
        background: white; }
      section.logos.brand .more span:hover {
        background: black;}
  section#area_info {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 0; }
    section#area_info .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      section#area_info .info__blk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 50%;
        padding: 80px 0 100px;
        text-align: center; }
        section#area_info .info__blk h2 {
          margin-bottom: 35px; }
        section#area_info .info__blk:last-of-type {
          background: #000000;
          color: #fff; }
        section#area_info .info__blk a.more {
          margin: 35px auto 0; }
        section#area_info .info__blk:nth-of-type(2) a.more {
					border: 1px solid #fff;
					background: #fff;
        }
        section#area_info .info__blk:nth-of-type(2) a.more span {
					background: #000;
					color:#fff;
        }
        section#area_info .info__blk:nth-of-type(2) a.more span:after {
	        background: url(../img/common/ico-arrowWhite02.svg) no-repeat !important;
        }
        section#area_info .info__blk:nth-of-type(2) a.more:hover {
	        border: 1px solid #fff !important;
	        transition: 0.8s !important;
        }
        section#area_info .info__blk:nth-of-type(2) a.more span:hover {
					background: #fff;
					color:#000;
        }
        section#area_info .info__blk:nth-of-type(2) a.more span:hover:after {
					background: url(../img/common/ico-arrow02.svg) no-repeat !important;
					transition: 0.8s !important;
        }
  /* RETAIL + BRAND */
  .product {
    padding-top: 100px;
    margin-top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product:not(:last-of-type) {
      padding-bottom: 60px;
      margin-bottom: 60px;
      border-bottom: 1px solid #000; }
	  .product:not(:last-of-type):nth-of-type(3) {
      padding-bottom: 60px;
      margin-bottom: 60px;
      border-bottom: 1px solid #000; }
    /*
	.product__blk.LFT {
      width: 30%;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: center;
     }
	*/
	.product__blk.LFT {
    width: 30%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
    .product__blk.LFT a:nth-of-type(2):hover {
	    opacity: 1;
    }  
    .product__blk.LFT a:nth-of-type(2) img:hover {
	    opacity: .7;
    }
	.product__blk--btn {
		display: none;
	}
    .product__blk--img {
			display: block;
			width: 200px;
			margin-top: 20px;
			margin-right: auto;
			margin-left: 0;
    }
    .product__blk--img img {
			width: 100% !important;
    }
    .product__blk.RGT {
      width: 65%; 
      display: flex;
      flex-direction: column;}
    .product--ttl {
      margin-bottom: 20px;
      font-size: 1.6rem;
      font-weight: bold; }
    .product--txt {
      line-height: 2.5; }
  #area_retail .product--btn {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
/*             justify-content: space-between; */ }
    #area_retail .product--btn a {
      display: block;
      width: 20.5%;
      text-align: center;
      border: 1px solid #000;
      background: #000; 
      margin-right:23px;
      margin-bottom:20px;}
      #area_retail .product--btn a:nth-child(4n) {
				margin-right:0;
      }
      #area_retail .product--btn a span {
        display: block;
        background: white;
        border-radius: 3px;
        line-height: 1;
        padding: 5px 0px;
        position: relative;
        -webkit-transition: 0.6s;
        transition: 0.6s; }
      #area_retail .product--btn a:not(:last-of-type) {
/*         margin-right: 0px; */ }
      #area_retail .product--btn a:hover span {
        background: #000;
        color: #fff; }
  #area_retail .product:nth-of-type(1) .LFT img {
    width: 200px; }
  #area_retail .product:nth-of-type(2) .LFT img {
    width: 150px; }
  #area_retail .product:nth-of-type(3) .LFT img {
    width: 100px; }
    
  #area_brand .product:nth-of-type(1) .LFT img {
    width: 150px; }
  #area_brand .product:nth-of-type(2) .LFT img {
    width: 150px; }
  #area_brand .product:nth-of-type(3) .LFT img {
    width: 150px; }
  #area_brand .product:nth-of-type(4) .LFT img {
    width: 80px; }
  #area_brand .product:nth-of-type(5) .LFT img {
    width: 150px; }
  #area_brand .product:nth-of-type(6) .LFT img {
    width: 150px; }
  #area_brand .product:nth-of-type(7) .LFT img {
    width: 150px; }
  #area_brand .product--btn {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: space-between; }
    #area_brand .product--btn .product--btn-box {
	    display: flex;
	    align-items: flex-end;
	    justify-content: space-between;
    }
		#area_brand .product--btn .onlineshop {
			display: block;
			width: 24%;
			text-align: center;
			border: 1px solid #000;
			background: #000;
		}
		#area_brand .product--btn .onlineshop span {
			display: block;
			background: white;
			border-radius: 3px;
			line-height: 1;
			padding: 7.5px 0px;
			position: relative;
			-webkit-transition: 0.6s;
			transition: 0.6s;
		}
		#area_brand .product--btn .onlineshop span:hover {
			background: #000;
			color: #fff;
		}
    #area_brand .product--btn .sekLogo {
			margin-left: auto;
			margin-right: 36px;
			width: 150px;
      display: block; }
    #area_brand .product--btn .sdgsLogo {
			margin-left: auto;
			margin-right: 36px;
			width: 115px;
      display: block; }
    #area_brand .product--btn .insta {
      width: 24px;
      display: block; }
      #area_brand .product--btn .insta img {
        width: 100%; }
      #area_brand .product--btn a.insta:not(:last-of-type) {
        margin-right: 10px; }
  #area_brand .product--txt {
    line-height: 1.7; }
  /* ABOUT */
  .about .area_message,
  .about .area_company {
    padding: 80px 0;
    background: #ededed; }
  .about .area_message {
    font-family: "Noto Serif JP", serif;
    font-weight: 500; }
    .about .area_message p {
      text-align: center; }
      .about .area_message p:not(:last-of-type) {
        margin-bottom: 30px; }
  .about h2 {
    padding-bottom: 80px !important; }
  .about__blk:not(:last-of-type) {
    margin-bottom: 90px; }
  .about__blk h3 {
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 155px; }
    .about__blk h3 span {
      font-family: "Scheherazade", serif; }
    .about__blk h3 div {
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      margin-top: 10px;
      font-size: 1rem;
      display: block; }
    .about__blk h3:after {
      content: "";
      position: absolute;
      border-left: 1px solid #000;
      height: 60px;
      left: 50%;
      top: 85px; }
  .about__blk p {
    text-align: center;
    line-height: 3; }
    .about__blk p:not(:last-of-type) {
      margin-bottom: 5px; }
  .about--business {
    margin-bottom: 60px;
    line-height: 1; }
  .about--txt {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.25em; }
    .about--txt span:first-of-type {
      position: relative; }
  .about .retails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #000;
    border-left: 1px solid #000; }
  .about dl {
    width: 33.333%;
    padding: 0 20px; }
    .about dl:not(:last-of-type) {
      border-right: 1px solid #000; }
    .about dl dt {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      margin-top: 20px; }
      .about dl dt p {
        margin-bottom: 15px; }
        .about dl dt p img {
          width: 52px; }
      .about dl dt h4 {
        font-size: 1.4rem;
        font-family: "Noto Serif JP", serif;
        font-weight: 500;
        line-height: 1; }
    .about dl dd {
      margin-top: 20px;
      line-height: 2.1; }
      .about dl dd ul li {
        margin-bottom: 20px; }
        .about dl dd ul li p {
          font-weight: bold;
          line-height: 1;
          text-align: left;
          margin-bottom: 8px;
          letter-spacing: 0; }
          .about dl dd ul li p span {
            color: #bec4ff;
            font-size: 1rem; }
        .about dl dd ul li a {
          display: block;
          margin-left: 0;
          text-align: left;
          width: 100px; }
  .about table {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .about table tr {
      line-height: 2.5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about table tr:not(:last-of-type) {
        border-bottom: 1px solid #c6c6c6; }
      .about table tr th {
        width: 16%;
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-weight: bold; }
        .about table tr th span {
          display: block; }
      .about table tr td {
        width: 84%;
        padding: 10px 20px; }
  .about iframe {
    margin-bottom: -5px !important; } }

/* PC End */
/* -----
SP
----- */
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 70px;
    margin-bottom: 90px; }
    .mv #mvslide {
      position: relative; }
      .mv #mvslide img {
        width: 100%; }
      .mv #mvslide .slide-arrow {
        position: absolute;
        z-index: 50;
        top: 50%;
        margin-top: -21px;
        height: 42px;
        width: 22px; }
      .mv #mvslide .prev-arrow {
        display: none !important; }
      .mv #mvslide .next-arrow {
        display: none !important; }
      .mv #mvslide .slick-dots li button:before {
        width: 50px;
        height: 4px;
        background: #000;
        content: "" !important; }
      .mv #mvslide .slick-dots {
        bottom: 20px;
        text-align: center; }
      .mv #mvslide .slick-dots li {
        margin: 0 20px; }
      .mv #mvslide .slick-dots li,
      .mv #mvslide .slick-dots li button {
        height: 0;
        padding: 0; }
  a.more {
    width: 100px;
    margin-left: auto;
    border: 1px solid #000;
    background: #000;
    display: block; }
    a.more span {
      display: block;
      background: white;
      border-radius: 3px;
      line-height: 1;
      padding: 5px 10px;
      position: relative;
      -webkit-transition: 0.8s;
      transition: 0.8s; }
      a.more span:after {
        content: "";
        background: url(../img/common/ico-arrow02.svg) no-repeat;
        background-size: contain;
        width: 6px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px; }
    a.more:hover span {
      background: #000;
      color: #fff; }
  section {
    margin-bottom: 95px; }
  section#area_news {
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
    section#area_news h2 {
      margin-bottom: 25px;
      text-align: center; }
    section#area_news .news {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin-bottom: 14px; }
      section#area_news .news a {
        display: block; }
        section#area_news .news a:not(:last-of-type) {
          border-bottom: 1px solid #ccc; }
      section#area_news .news dl {
        padding: 15px 0; }
        section#area_news .news dl dt {
          padding: 0 0 0 5px; }
        section#area_news .news dl dd {
          padding-left: 5px;
          line-height: 1.3; }
  section#area_about {
    width: 100% !important; }
    section#area_about .aboutInr {
      overflow: hidden;
      position: relative;
      background: url(../img/bg-about_sp.jpg) no-repeat;
      background-position: center;
      background-size: cover;
      padding: 70px 0; }
    section#area_about .about--bg {
      background: url(../img/bg-about.jpg) no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-transition: 2s;
      transition: 2s; }
      section#area_about .about--bg.animated {
        -webkit-transform: scale(1);
                transform: scale(1); }
    section#area_about h2 {
      z-index: 20;
      text-align: center; }
    section#area_about .aboutop {
      z-index: 20;
      position: relative;
      padding: 50px 20px 0 20px; }
      section#area_about .aboutop--txt {
        line-height: 2.5;
        padding-bottom: 50px; }
        section#area_about .aboutop--txt p:not(:last-of-type) {
          margin-bottom: 35px; }
    section#area_about .more {
      background: none; }
      section#area_about .more span {
        background: none; }
  section.logos h2 {
    text-align: center;
    padding-bottom: 125px; }
    section.logos h2:after {
      content: "";
      position: absolute;
      border-left: 1px solid #000;
      height: 50px;
      left: 50%;
      top: 90px; }
  section.logos ul {
    width: 245px;
    margin: 0 auto 60px; }
  section.logos a.more {
    margin: auto; }
  section.logos.retail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.logos.retail ul li img {
      width: 100%; }
    section.logos.retail ul li:nth-of-type(1) {
      margin-bottom: 65px;
      width: 100%;
      font-size: 2.75rem;
      text-align: center; }
	
      section.logos.retail ul li:nth-of-type(1) {
          width: 100%;
          margin-bottom: 65px;
      }
      section.logos.retail ul li:nth-of-type(1) a {
        display:block;
        width: 140px;
        margin-right:auto;
        margin-left:auto;
      }
    section.logos.retail ul li:nth-of-type(2) {
      width: 75px;
      margin-right: 30px; }
    section.logos.retail ul li:nth-of-type(3) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.logos.retail ul li:nth-of-type(3) a {
        display: block;
        font-size: 2.2rem;
        line-height: 1.4; }
	
	/*
	 --保存--
      section.logos.retail ul li:nth-of-type(1) img {
        width: 100%; }
      section.logos.retail ul li:nth-of-type(2) {
          width: 100%;
          margin-bottom: 65px;
      }
      section.logos.retail ul li:nth-of-type(2) a {
        display:block;
        width: 140px;
        margin-right:auto;
        margin-left:auto;
      }
    section.logos.retail ul li:nth-of-type(3) {
      width: 75px;
      margin-right: 30px; }
    section.logos.retail ul li:nth-of-type(4) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.logos.retail ul li:nth-of-type(4) a {
        display: block;
        font-size: 2.2rem;
        line-height: 1.4; }
	*/
  section.logos.brand {
    padding: 100px 0;
    background: url(../img/bg-brand_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover; }
    section.logos.brand ul li {
      margin: 0 auto;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      section.logos.brand ul li:not(:last-of-type) {
        margin-bottom: 60px; }
      section.logos.brand ul li img {
        width: 100%; }
      section.logos.brand ul li:nth-of-type(1) {
        width: 145px; }
      section.logos.brand ul li:nth-of-type(2) {
        width: 155px; }
      section.logos.brand ul li:nth-of-type(3) {
        width: 160px; }
      section.logos.brand ul li:nth-of-type(4) {
        width: 155px; }
      section.logos.brand ul li:nth-of-type(5) {
        width: 155px; }
		section.logos.brand ul li:nth-of-type(6) {
        width: 140px; }
      section.logos.brand ul li:hover {
        position: relative;
        top: -3px; }
        section.logos.brand ul li:hover img {
          opacity: 1; }
    section.logos.brand .more {
      background: none; }
      section.logos.brand .more span {
        background: none; }
  section#area_info {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 0; }
    section#area_info .info__blk {
      padding: 95px 0 100px; }
      section#area_info .info__blk h2 {
        margin-bottom: 45px;
        text-align: center; }
      section#area_info .info__blk:last-of-type {
        background: #000000;
        color: #fff; }
      section#area_info .info__blk a.more {
        margin: 45px auto 0; }
    section#area_info .info--txt {
      line-height: 2.5;
      text-align: center; }
  /* RETAIL + BRAND */
  .product {
    padding-top: 75px;
    margin-top: -120px; 
  }
    .product:not(:last-of-type) {
      padding-bottom: 50px;
      margin-bottom: 100px;
      border-bottom: 1px solid #000; }
    .product__blk.LFT {
      text-align: center;
      margin-bottom: 25px; }
		.product__blk--ttl {
			display: block;
			width: auto;
			height: 30px;
			margin-bottom: 20px;
			float: left;
		}
		.product__blk--ttl img {
			width: auto !important;
			height: 100%;
			display: block;
			margin-right: auto;
		}
		.product__blk--btn {
			display: block;
    		width: 120px;
    		margin: 0 0 0 auto;
    		text-align: center;
   			 border: 1px solid #000;
    		background: #000;
		}
		.product__blk--btn span {
			display: block;
			background: white;
			border-radius: 3px;
			line-height: 1;
			padding: 7px 10px;
			position: relative;
			-webkit-transition: 0.6s;
			transition: 0.6s;
		}
		.product__blk--btn span:hover {
			background: #000;
			color: #fff;
		}
		.product__blk--img img:hover {
			opacity: 1;
			transition: inherit;
		}
		.product__blk--img img {
			display: block;
			width: 100% !important;
		}
    .product--ttl {
      margin-bottom: 15px;
      font-size: 1.6rem;
      font-weight: bold; }
    .product--txt {
      line-height: 2.5; }
  #area_retail .product:nth-of-type(1) .LFT img {
    width: 250px; }
  #area_retail .product:nth-of-type(2) .LFT img {
    width: 175px; }
  #area_retail .product:nth-of-type(3) .LFT img {
    width: 120px; }
  #area_retail .product--btn {
    margin-top: 45px; }

    #area_retail .product--btn a {
      display: block;
      width: 200px;
      margin: auto;
      text-align: center;
      border: 1px solid #000;
      background: #000; }
      #area_retail .product--btn a span {
        display: block;
        background: white;
        border-radius: 3px;
        line-height: 1;
        padding: 10px 10px;
        position: relative;
        -webkit-transition: 0.6s;
        transition: 0.6s; }
      #area_retail .product--btn a:not(:first-of-type) {
        margin-top: 15px; }
      #area_retail .product--btn a:hover span {
        background: #000;
        color: #fff; }
  #area_brand h2 {
    padding-top: 60px !important;
	padding-bottom: 40px !important; }
  #area_brand .product:nth-of-type(1) .LFT img {
    width: 260px; }
  #area_brand .product:nth-of-type(2) .LFT img {
    width: 250px; }
  #area_brand .product:nth-of-type(3) .LFT img {
    width: 220px; }
  #area_brand .product:nth-of-type(4) .LFT img {
    width: 180px; }
  #area_brand .product:nth-of-type(5) .LFT img {
    width: 250px; }
  #area_brand .product:nth-of-type(6) .LFT img {
    width: 260px; }
  #area_brand .product:nth-of-type(7) .LFT img {
    width: 200px; }
  #area_brand .product--btn {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    flex-direction: column;}
		#area_brand .product--btn .onlineshop {
			display: none;
			width: 200px;
			margin:auto;
			text-align: center;
			border: 1px solid #000;
			background: #000;
		}
		#area_brand .product--btn .onlineshop span {
			display: block;
			background: white;
			border-radius: 3px;
			line-height: 1;
			padding: 10px 10px;
			position: relative;
			-webkit-transition: 0.6s;
			transition: 0.6s;
		}
		#area_brand .product--btn .onlineshop span:hover {
			background: #000;
			color: #fff;
		}
    #area_brand .product--btn .sekLogo {
      width: 170px;
      margin-left:auto;
			margin-right:0;
			margin-bottom:40px;
		}
    #area_brand .product--btn .sdgsLogo {
      width: 150px;
      margin-left:auto;
			margin-right:0;
			margin-bottom:25px;
		}
    #area_brand .product--btn .insta {
      display: block;
      width: 38px; 
      /*margin-top:40px;*/
      margin-right:auto;
      margin-left:auto;
      }
      #area_brand .product--btn .insta img {
        width: 100%; }
      #area_brand .product--btn a.insta:not(:first-of-type) {
        margin-left: auto;
        margin-right:auto; }
  #area_brand .product--txt {
    line-height: 1.7; }
  /* ABOUT */
  .about .area_message,
  .about .area_company {
    padding: 85px 0;
    background: #ededed; }
  .about .area_message {
    font-family: "Noto Serif JP", serif;
    font-weight: 500; }
    .about .area_message p {
      text-align: center; }
      .about .area_message p:not(:last-of-type) {
        margin-bottom: 30px; }
  .about h2 {
    padding-bottom: 80px !important; }
  .about h2 {
    padding-bottom: 50px !important; }
  .about__blk:not(:last-of-type) {
    margin-bottom: 90px; }
  .about__blk h3 {
    position: relative;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 125px; }
    .about__blk h3 span {
      font-family: "Scheherazade", serif; }
    .about__blk h3 div {
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      margin-top: 10px;
      font-size: 1rem;
      display: block; }
    .about__blk h3:after {
      content: "";
      position: absolute;
      border-left: 1px solid #000;
      height: 30px;
      left: 50%;
      top: 85px; }
  .about__blk p {
    text-align: center;
    line-height: 3; }
    .about__blk p:not(:last-of-type) {
      margin-bottom: 20px; }
  .about--business {
    margin-bottom: 50px;
    line-height: 1; }
  .about--txt {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 55px; }
    .about--txt span:first-of-type {
      position: relative; }
  .about dl:not(:last-of-type) {
    margin-bottom: 60px; }
  .about dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px; }
    .about dl dt p {
      margin-bottom: 20px; }
      .about dl dt p img {
        width: 50px; }
    .about dl dt h4 {
      font-size: 1.6rem;
      font-family: "Noto Serif JP", serif;
      font-weight: 500;
      line-height: 1; }
  .about dl dd {
    margin-top: 15px;
    line-height: 2; }
    .about dl dd ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .about dl dd ul li:first-of-type {
        margin-bottom: 15px; }
      .about dl dd ul li p {
        font-weight: bold;
        line-height: 1; }
        .about dl dd ul li p span {
          color: #bec4ff;
          font-size: 1rem; }
      .about dl dd ul li a {
        display: block; }
  .about table {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
    .about table tr {
      padding: 15px 10px 10px;
      line-height: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .about table tr:not(:last-of-type) {
        border-bottom: 1px solid #c6c6c6; }
      .about table tr th {
        line-height: 1;
        width: 100%;
        font-weight: bold;
        padding-bottom: 10px; }
      .about table tr td {
        width: 100%; }
  .about iframe {
    height: 250px;
    margin-bottom: -5px !important; } }

	body:not(#TOP) main h2 {
	margin-bottom: 45px;
	}

/* SP End */

/*# sourceMappingURL=maps/style.css.map */

.grecaptcha-badge{
        display: none;
}

img.aoc_logo {
    width: 100px!important;
}

@media screen and (max-width: 768px){
a.product__blk--ttl_aoc {
    display: block;
    width: auto;
    height: 100px;
    margin-bottom: 20px;
    float: left;
}
}

