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

@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');
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;
}
#g_sshirts {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 150%;


  overflow: hidden;
  text-align: center;
  background: #FFF;
  color: #333;
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}
#g_sshirts img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#g_sshirts p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#g_sshirts h1, #g_sshirts h2, #g_sshirts h3, #g_sshirts h4, #g_sshirts h5 {
  color: #333;

  text-align: center;
  font-weight: 500;
  background: none;
  border: none;
}
#g_sshirts h1 {
  font-size: 2.2em;
  line-height: 150%;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin: 40px auto 50px;
}
#g_sshirts h2 {
  font-size: 2.5em;
  font-weight: 500;
  margin-top: 150px;
  margin-bottom: 50px;
}
#g_sshirts h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 10px;
}

#g_sshirts .g_sshirts_wrap {
  width: 100% !important;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#g_sshirts .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#g_sshirts p.main_text {
  margin: 30px auto !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
}

#g_sshirts p.main_text a {
  text-decoration: underline;
}

/*#g_sshirts .text{
 font-family: 'Sawarabi Mincho', sans-serif;
 font-weight: 500;
}*/
#g_sshirts section {
  background: #FFF !important;
}
#g_sshirts section.item {
  width: 100%;
  margin: 60px auto;
}
#g_sshirts section.item div {
  flex-basis: 50%;
}
#g_sshirts section.item img {
  width: 100%;
  max-width: 500px;
}
#g_sshirts section .styleimg img {
 padding-bottom: 20px;
}


#g_sshirts p.itemname {
  font-size: 1em !important;
  margin: 20px auto 10px !important;
  text-align: center;
}
#g_sshirts p.price {
  font-size: 1.1em !important;
  margin: 10px auto !important;
   text-align: center;
 /* width: 100%;
  display: block;*/
 

}
#g_sshirts section.styling {
  width: 100%;
  margin: 100px auto;
  max-width: 800px;
}
#g_sshirts section.styling .style {
  width: 100%;
  margin: 80px auto;
}
#g_sshirts section.styling .itembox {
  width: 90%;
  margin: 50px auto 70px;
}
#g_sshirts section.styling .itembox p.text {
  text-align: center;
  margin-bottom: 50px;
 
}
#g_sshirts section.styling .title {
  margin-bottom: 30px;
}

#g_sshirts p.price span {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}
/* 購入ボタン */
#g_sshirts a.buy, #g_sshirts .itembox .itemlist a, #g_sshirts .coming {
  display: block;
  width: 100%;
  max-width: 150px;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #0d0d0d;
  background: #0d0d0d;
  color: #fff;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: auto;
  font-weight:500;
  font-size: 1em !important;
}
#g_sshirts a.buy {
  width: 40%;
}
#g_sshirts .coming {
  background: #0d0d0d;
  color: #FFF;
}
#g_sshirts a.buy:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #0d0d0d;
  color: #0d0d0d;
}
#g_sshirts .itembox .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;
}

#g_sshirts .itembox .itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#g_sshirts .itembox .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
/* 回遊リンク */
#g_sshirts .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
#g_sshirts .Banner4 h3 {
  font-size: 25px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  color: #0d0d0d;
  letter-spacing: 3px;
}
#g_sshirts .Banner4 ul {
  display: inline;
}
#g_sshirts .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;
  }
  /* profile */
  #g_sshirts section.profile .flex div {
    padding: 0 4%;
  }
  /* ヘッダー・フッターの崩れを直す */
  #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;
  }
  /*まっくろ*/
  /*#news_detail .detail .content{
	background: #0d0d0d;
}

#news_detail .detail .content p {
	background: #0d0d0d;
}

#news_detail .detail .content p:first-child img{
	padding-top: 50px;
}*/
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #g_sshirts h1 {
    font-size: 5vw;
    line-height: 150%;
    margin: 10vw auto 5.5vw;
  }
  #g_sshirts section.style h2 {
    font-size: 9.5vw;
  }
  #g_sshirts h3 {
  font-size: 5vw;
}
  
  #g_sshirts p, #g_sshirts div {
    font-size: 3.5vw !important;
    line-height: 180%;
  }
  #g_sshirts p.main_text {
    display: block !important;
    width: 100%;
    margin: 5.5vw auto 4vw !important;
    padding: 20px 2em 0;
    text-align: left;
     font-size: 3.5vw !important;
  }
  #g_sshirts section.item {
    margin: 10.375vw auto;
  }
  #g_sshirts p.itemname {
    font-size: 3.2vw !important;
  }
  #g_sshirts section.styling {
    margin: 15.375vw auto;
  }
  #g_sshirts section.styling .style {
    margin: 12.375vw auto;
  }
  #g_sshirts p.price, #g_sshirts p.model {
    font-size: 3.2vw !important;
    line-height: 110%;
  }
  #g_sshirts section.styling .itembox {
    margin: 30px auto;
  }
  #g_sshirts .itemlist .coming {
    line-height: 100%;
  }
  #g_sshirts section.styling .itembox p.text {
  text-align: left;
  margin-bottom: 0px;
  line-height: 180%;
 
}
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #g_sshirts .Banner4 {
    text-align: center;
    width: 100%;
  }
  #g_sshirts .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #g_sshirts .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #g_sshirts .header {
    position: relative;
    /*height: 150vw;*/
  }
  #g_sshirts .header .sptitle1 {
    position: absolute;
    width: 45%;
    top: 5vw;
    left: 30vw;
  }
  #g_sshirts .header .sptitle2 {
    position: absolute;
    width: 27%;
    top: 44vw;
    left: 5vw;
  }
  #g_sshirts .header .sptitle3 {
    position: absolute;
    width: 20%;
    bottom: 20vw;
    right: 13vw;
  }
}