@charset "utf-8";
/* CSS Document */
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.blog_inner ul {
  margin-bottom: 0px;
  margin-left: 0;
}
#summerset {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: center;
  
  /*background: #000;
	color: #fff;*/
}
#summerset img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#summerset p {
  font-size: 1em !important;
  margin-top: 0 !important;

}
#summerset h1, #summerset h2, #summerset h3, #summerset h4, #summerset h5 {
  color: #151515;
  text-align: center;
  font-weight: 600;
  background: none;
  border: none;
}
#summerset h1 {
  font-size: 3.5em;
  line-height: 130%;
  margin: 1em auto;
}
#summerset h1 .small {
  font-size: 0.6em;
}
#summerset h1 .blue {
  color: #002770;
}
#summerset h1 .yellow {
  color: #FBAB00;
}
#summerset h2 img {
  width: 30%;
  margin: 0 auto;
  padding-bottom:15px;
}
#summerset h3 {
  font-size: 1.8em;
  line-height: 140%;
  margin: 70px auto 20px;
}
#summerset h3 span {
  font-size: 0.65em;
  color: black;
}
#summerset .limited_series_2512_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#summerset .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#summerset .categorylist {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  border-radius: 5px;
  justify-content: center;
}
#summerset section.category {
  margin: 15px auto;
  width: 95%;
  max-width: 870px;
}
#summerset .categorylist div {
  flex-basis: calc(100% / 3 - 1%);
  padding: 1%;
}

#summerset .categorylist div a {
  color: #fff;
  display: block;
  padding: 3%;
  text-align: center;

  text-decoration: none;
}
#summerset .categorylist div a:hover {
  /*  color: #2ea7e0;
  display: block;
  background-color: #fff;
  border: 1px solid #2ea7e0;
   border-radius: 5px;*/
}
#summerset p.main_text {
  margin: 25px auto 25px !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;

}
#summerset p.main_text2 {
  margin: 25px auto 25px !important;
  text-align: left;
  line-height: 180%;
  display: block !important;
}

#summerset section {
  margin: 100px auto;
}
#summerset section.pickupitem .flex div {
  flex-basis: calc(100% / 2);
  padding: 1%;
}
#summerset section.pickupitem .flex div p.itemname {
  text-align: center;
  margin: 15px auto 5px !important;
  font-size: 1em !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#summerset p.price {
  margin: 10px auto;
  text-align: center;
  font-size: 1.2em !important;
 
}
#summerset p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}
#summerset section.style .textaria {
  margin: 50px auto;
  width: 90%;
}
#summerset section.style .textaria p {
  display: block !important;
  margin-bottom: 30px !important;
  text-align: left;
}
#summerset .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
}
#summerset .itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#summerset .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
/* 購入ボタン */
#summerset .itemlist a, #summerset .itemlist span, #summerset .buy {
  display: block;
  width: 100%;
  max-width: 120px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #151515;
  background: #151515;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 5px;
}
#summerset .buy {
  display: block;
  width: 100%;
  max-width: 130px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #151515;
  background: #151515;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto 2em;
  text-decoration: none;
  border-radius: 5px;
}



#summerset .itemlist span {
  border: 1px solid #151515;
  background: #FFF;
  color: #151515;
}
#summerset .itemlist a:hover, #summerset .buy:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #151515;
  color: #151515;
}
#summerset .bluewaku {
  border: 5px solid #002770;
}
#summerset .gagroup .buy{
background: #002770;
border: 1px solid #002770;
}
#summerset .gagroup .buy:hover {
 background: #FFF;
  border: 1px solid #002770;
  color: #002770;
}

#summerset .kurowaku {
  border: 5px solid #151515;
}

#summerset .akawaku {
  border: 5px solid #c63135;
}
#summerset .akagroup .buy{
background: #c63135;
border: 1px solid #c63135;
}
#summerset .akagroup .buy:hover {
 background: #FFF;
  border: 1px solid #c63135;
  color: #c63135;
}
#summerset .graywaku {
  border: 5px solid #727171;
}
#summerset .gragroup .buy{
background: #727171;
border: 1px solid #727171;
}
#summerset .gragroup .buy:hover {
 background: #FFF;
  border: 1px solid #727171;
  color: #727171;
}
#summerset .goldwaku {
  border: 5px solid #a68226;
}

#summerset .goldgroup .buy{
background: #a68226;
border: 1px solid #a68226;
}
#summerset .goldgroup .buy:hover {
 background: #FFF;
  border: 1px solid #a68226;
  color: #a68226;
}
/* 回遊リンク */
#summerset .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#summerset .Banner4 h3 {
  font-size: 30px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #000;
  border-bottom: 1px solid #000;
  color: #000;
}
#summerset .Banner4 ul {
  display: inline;
}
#summerset .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #summerset h1 {
    font-size: 8.5vw;
    line-height: 150%;
  }

 #summerset h2 img {
  width: 60%;
  margin: 0 auto;
  padding-bottom:10px;
}
  #summerset h3 {
    font-size: 5vw;
    margin: 30px auto 5px;
  }
  #summerset p.main_text, #summerset p.main_text2 {
    font-size: 3.8vw !important;
  }
  #summerset p.main_text2 span {
    font-size: 4vw !important;
  }
  #summerset p, #summerset div, #summerset .other_text {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #summerset p.price {
    font-size: 3.8vw !important;
  }
  #summerset p.price span {
    font-size: 4vw !important;
  }
  #summerset section {
    margin: 15.375vw auto;
  }
  #summerset section.pickupitem {
    margin: 8vw auto 15.375vw;
  }
  #summerset section.pickupitem .flex div p.itemname {
    font-size: 3.8vw !important;
  }
  #summerset .itemlist div {
    font-size: 3.8vw !important;
    line-height: 150% !important;
  }
  #summerset .buy {
    width: 60%;
    padding: 6px 0;
  }
  #summerset .categorylist div {
    flex-basis: calc(100% / 2 - 1%);
    padding: 1%;
  }
  #summerset section.pickupitem .flex div {
    flex-basis: calc(100% / 2);
    padding: 1%;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #summerset .Banner4 {
    text-align: center;
    width: 100%;
  }
  #summerset .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #summerset .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
}