@charset "utf-8";
/* CSS Document */

/* ヘッダー */
.oem-wrapper-main {
  background: #1AADCF url(/assets/img/biz/partnership/partnership_0.png);
	background-repeat: no-repeat;
	background-position: 85% bottom;
  min-height: 300px;
}
.oem-wrapper-main h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  text-shadow: none;
}
.oem-wrapper-main h1 span {
	font-size: 48px;
	font-weight: bold;
	background: none;
	color: #fff;
}
.partnership-contact {
	display: inline-block;
	background-color: #fff;
}
.partnership-contact a {
	display: inline-block;
	background-color: #fff;
	padding: 5px 60px;
	margin-top: 20px;
	border-radius: 8px;
	font-size: 26px;
	line-height: 1.6em;
	text-decoration: none;
}
.partnership-contact a:hover {
	opacity: 0.7;
}

.oem-wrapper-main-sp {
  text-align: center;
  position: relative;
  background: #1AADCF;
  min-height: 250px;
  max-width: 899px;
  background-position: center;
}
.oem-wrapper-main-sp h1 {
  width: 100%;
	text-align: center;
  position: absolute;
	font-weight: bold;
	font-size: 26px;
	color: #ffffff;
	line-height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  text-shadow: none;
}
.oem-wrapper-main-sp h1 span {
	font-size: 30px;
	font-weight: bold;
	background: none;
	color: #fff;
}

/* 出品するメリット */

.oemPointCircleContent {
  max-width: 1200px;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.oemPointCircle {
  width: 380px;
  height: 380px;
}
.oemPointContent {
  padding: 35px 20px;
  text-align: center;
  background: #ffffff;
  background-position: center;
  
}
.oemPointContent h2,
.oemList h2 {
  color: #333333;
  text-align: center;
  font-size: 20px;
  text-shadow: none;
}
.oemPoint {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    width: 85%;
    height: 85%;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0px 0px 15px 0px #1AADCF;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.oemPoint p {
    text-align: center;
    position: relative;
	vertical-align: middle;
    font-weight: bold;
    font-size: 200%;
    color: #1AADCF;
    line-height: 1.6em;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
}
.oemPoint p span {
    font-size: 130%;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #E7F8FB 50%, #E7F8FB 100%);
}

.tshirt-print {
  background-color: #E7F8FB;
}
.entertainment-contact {
  background: #eeeeee;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}
  .entertainment-contact .content-inner {
    background: none;
    max-width: 800px;
    display: inline-block;
    height: auto;
    padding: 50px 0 50px 0;
    margin: 0 auto;
  }
  .entertainment-contact-box {
    display: block;
    color: #333;
    font-weight: bold;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  .entertainment-contactbtn-box {
    display: block;
  }
.entertainment-contactbtn-col {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.entertainment-contactbtn-col a {
	display: inline-block;
	background-color: #1AADCF;
	color: #FFFFFF;
	padding: 5px 60px;
	margin: 20px auto 0 auto;
	border-radius: 8px;
	font-size: 26px;
	line-height: 1.6em;
	text-decoration: none;
}
.entertainment-contactbtn-col a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 899px) {
  article {
    padding: 0 0 0 0;
  }
  .entertainment-contact .content-inner {
    background: none;
    height: auto;
    padding: 20px 0 20px 0;
  }
}

@media only screen and (max-width: 599px) {
  .oemPointCircleContent .oemPointCircle {
    width: 180px;
    height: 180px;
  }
  .oemPointCircleContent .oemPointCircle .oemPoint p {
	  font-size: 16px;
  }
}

ul.topFavorite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto 0 auto;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

p.contact-txt {
  font-size: 20px;
}

@media screen and (max-width: 899px) {
  ul.topFavorite {
    width: 580px;
  }
}
@media screen and (max-width: 599px) {
  ul.topFavorite {
    width:100%;
  }
}

ul.topFavorite li  {
  width: calc( (100% - 120px) / 4 );
  margin: 0 15px 15px 0;
  position: relative;
}
ul.topFavorite li:nth-child(8n) {
  margin-right:0;
}
ul.topFavorite li:last-child {
  margin-right: 0;
}
ul.topFavorite li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-9999px;
}
ul.topFavorite li:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background-color: transparent;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
ul.topFavorite li figure {
  width:100%;
  margin:0 0 10px 0;
  padding:0 0 0 0;
}
ul.topFavorite li figure img {
  display: block;
  /*100％化推進202002田中*/
  /*max-width: 100%;*/
  width:100%;
  height: auto;
  margin:0 auto 0 auto;
  border-radius: 8px;
}
ul.topFavorite li h3 {
  width:100%;
  margin:0 0 6px 0;
  padding:0 0 0 0;
  text-align:center;
  font-size: 14px;
}
ul.topFavorite li p {
  width:100%;
  margin:0 0 0 0;
  padding:0 0 0 0;
  text-align:center;
}
ul.topFavorite li p span.yen {
  width:80%;
}

@media screen and (max-width: 599px) {
  ul.topFavorite li  {
    width:calc( (100% - 30px) / 4 );
    margin: 0 0 20px 0;
  }
  ul.topFavorite li:nth-child(4n) {
    margin-right:0;
  }
  ul.topFavorite li h3,
  ul.topFavorite li p {
    font-size:90%;
    margin:0;
  }
}

/* FAQ */
.faqBox {
	width: 100%;
	max-width: 1200px;
	background-color: #BAE6F1;
	padding: 20px;
	border-radius: 10px;
	margin: 10px auto 30px auto;
}
.faqBox .faq-q {
	font-weight: bold;
	font-size: 20px;
	margin: 10px auto;
	text-align: left;
}
.faqBox .faq-a {
	font-size: 16px;
	margin: 10px auto;
	text-align: left;
	line-height: 1.6em;
}

.partnership_3 {
  width: 100%;
  height: auto;
  max-width: 900px;
  display: block;
  margin: -20px auto 30px auto;
}

/****************************************
ブランドリスト
****************************************/

.top_special_list_box {
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px 20px 0px;
}
.top_special_list_box h2 {
  display: none;
}

.top_special_list {
  padding: 10px 0 30px 0;
}
.top_special_list::-webkit-scrollbar {
  height: 6px;
}
.top_special_list::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 8px;
  border-right: 4px solid transparent; /* 透明なボーダーをつける */
  border-left: 4px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}
.top_special_list::-webkit-scrollbar-track {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 899px) {
  .top_special_list_box {
    width: 100%;
    margin: 50px auto;
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .top_special_list_box {
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0px 0px 20px 0px;
  }
  .top_special_list_box h2 {
    text-align: left;
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 10px auto 20px auto;
    font-size: 16px;
    vertical-align: middle;
    line-height: 21px;
  }
  .top_special_list_box h2 span {
    font-size: 70%;
    font-weight:normal;
    vertical-align: middle;
    line-height: 21px;
  }
}
/* ▼ここから削除 */
/*.top_special_list_box .top_special_list ul li  {
  width: calc( (100% - 100px) / 3 );
  margin: 0 20px 5px 0;
  position: relative;
}
.top_special_list_box .top_special_list ul li:nth-child(3n) {
  margin-right:0;
}
.top_special_list_box .top_special_list ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-9999px;
  cursor: pointer;
  z-index: 1;
}*/

.top_special_list_box .top_special_list ul li figure {
  width:100%;
  margin:0 0 0 0;
  padding:0 0 0 0;
  position: relative;
}
.top_special_list_box .top_special_list ul li figure img {
  display: block;
  width:100%;
  height: auto;
  margin:0 auto 0 auto;
  border-radius: 5px;
}
.top_special_list_box .top_special_list ul li .top_special_spec.specilal_bg1 {
  background-color: #f3f8e9;
  }
.top_special_list_box .top_special_list ul li .top_special_spec.specilal_bg2 {
  background-color: #fce5e7;
  }
.top_special_list_box .top_special_list ul li .top_special_spec.specilal_bg3 {
  background-color: #f8ca7f;
  }
.top_special_list_box .top_special_list ul li .top_special_spec.specilal_bg4 {
  background-color: #7f9fcb;
  }
.top_special_list_box .top_special_list ul li .top_special_spec_txt {
  padding: 25px 20px 25px 20px;
  }
.top_special_list_box .top_special_list ul li h3 {
  width:100%;
  margin: 0 0 0 0;
  padding:0 0 0 0;
  color: #333333;
  text-decoration: none;
}
.top_special_list_box .top_special_list ul li h3.specilal_ttl1 {
  color: #86bf24;
  }
.top_special_list_box .top_special_list ul li h3.specilal_ttl2 {
  color: #e50111;
  }
.top_special_list_box .top_special_list ul li h3.specilal_ttl3 {
  color: #f8ca7f;
  }
.top_special_list_box .top_special_list ul li h3.specilal_ttl4 {
  color: #7f9fcb;
  }
.top_special_list_box .top_special_list ul li:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  zoom:1;
}
.top_special_list_box .top_special_list ul li h3:hover,
.top_special_list_box .top_special_list ul li a:hover {
  text-decoration: none;
}
/* ▲ここまで削除 */

.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img figure {
  width:100%;
  margin:0 0 0 0;
  padding:0 0 0 0;
  position: relative;
}
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img figure img {
  display: block;
  width:100%;
  height: auto;
  margin:0 auto 0 auto;
  border-radius: 5px;
}
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img .top_special_spec.specilal_bg1 {
  background-color: #f3f8e9;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img .top_special_spec.specilal_bg2 {
  background-color: #fce5e7;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img .top_special_spec.specilal_bg3 {
  background-color: #f8ca7f;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img .top_special_spec.specilal_bg4 {
  background-color: #7f9fcb;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img .top_special_spec_txt {
  padding: 25px 20px 25px 20px;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img h3 {
  width:100%;
  margin: 0 0 0 0;
  padding:0 0 0 0;
  color: #333333;
  text-decoration: none;
}
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img h3.specilal_ttl1 {
  color: #86bf24;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img h3.specilal_ttl2 {
  color: #e50111;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img h3.specilal_ttl3 {
  color: #f8ca7f;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img h3.specilal_ttl4 {
  color: #7f9fcb;
  }
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img:hover {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity:0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  zoom:1;
}
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img h3:hover,
.top_special_list_box .top_special_list div.top_special_list_inner div.slider-img a:hover {
  text-decoration: none;
}

.top_special_sns_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.top_special_sns_box .top_special_sns_button {
  width: 192px;
  height: auto;
  margin: 10px 20px;
}

.top_special_sns_box .top_special_sns_button:hover {
  opacity: 0.7;
}
.top_special_sns_box .top_special_sns_button a {
  display: block;
  border-radius: 8px;
  text-align: center;
  padding: 8px 0px 8px 0px;
  width: 100%;
  height: auto;
}
.top_special_sns_box .top_special_sns_button.youtube a {
  border: 1px solid #FF0000;
}

.top_special_sns_box .top_special_sns_button.instagram a {
  border: 1px solid #5851DB;
}
.top_special_sns_box .top_special_sns_button.youtube a img {
  max-width: 130px;
  height: auto;
}

.top_special_sns_box .top_special_sns_button.instagram a {
  border: 1px solid #5851DB;
}
.top_special_sns_box .top_special_sns_button.instagram a img {
  max-width: 144px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .top_special_sns_box {
    padding: 0 20px 0 20px;
  }
  .top_special_sns_box .top_special_sns_button {
    width: 46%;
    height: auto;
    margin: 10px auto;
  }
  .top_special_sns_box .top_special_sns_button.youtube {
    margin-right: 10px;
  }
  .top_special_sns_box .top_special_sns_button.instagram {
    margin-left: 10px;
  }
  .top_special_sns_box .top_special_sns_button a {
    padding: 4px 6px 4px 6px;
    max-width: 100%;
    height: auto;
  }
  .top_special_sns_box .top_special_sns_button.youtube a img {
    width: auto;
    max-height: 24px;
  }
  .top_special_sns_box .top_special_sns_button.instagram a img {
    width: auto;
    max-height: 24px;
  }
}

.slider {
  margin: 0 auto;
  width: 100%;
}
.slider .slick-track {
  padding: 10px 0 10px 0;
}
.slider .slider-img {
  width: 900px;
  margin: 0 10px;
}
.slider .slider-img img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px #ccc;
}

.top_special_list_box .top_special_list .top_special_list_inner {
  margin: 0 auto;
  width: 100%;
}

.top_special_list_box .top_special_list .top_special_list_inner .slick-track {
  padding: 10px 0 10px 0;
}
.top_special_list_box .top_special_list .top_special_list_inner .slider-img {
  margin: 0 10px;
}
.top_special_list_box .top_special_list .top_special_list_inner .slider-img img {
  height: auto;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px #ccc;
}
