@charset "utf-8";
/* CSS Document */
.set-mens {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #222;
}
.set-mens a {
  text-decoration: none;
}
.set-mens ul {
  display: flex;
  padding: 0;
}
.set-mens-main {
  background: url(images/PC_main_mens_back2.png) no-repeat, repeating-linear-gradient(45deg, #f7f9e9, #f7f9e9 20px, #fff 22px, #fff 10px);
  width: 100%;
  margin: 0 auto 80px;
  padding: 40px 0;
  background-position: center;
}
.set-mens-main h1 {
  border: none;
  padding: 0;
  margin: 0 auto;
}
.set-mens-main h1 img {
  text-align: center;
  margin: 0 auto;
}
.set-mens-desc {
  background: #ebfde1;
  border-radius: 20px;
  padding: 80px 0;
  text-align: center;
  margin: 0 auto 80px;
  max-width: 1200px;
}
.set-mens-desc img {
  margin: 0 auto;
}
.set-mens-desc h2 {
  margin-bottom: 50px;
  font-size: 2em;
  border: 0;
  padding: 0;
}
.set-mens-desc h2 span, .set-mens-desc h3 span {
  color: #ee2da1;
}
.set-mens-desc h3 {
  margin: 50px auto 0;
  font-size: 2em;
  padding: 0;
  background: none;
  font-weight: 700;
}
.set-mens-menu {
  margin: 0 auto 100px;
  text-align: center;
}
.set-mens-menu ul {
  justify-content: center;
}
.set-mens-menu ul li {
  width: 600px;
  border: 10px solid;
  position: relative;
  font-weight: 700;
  font-size: 2em;
}
.set-mens-menu ul li a {
  display: block;
  padding: 30px 0;
}
.set-mens-menu ul li:after {
  position: absolute;
  content: '\EA03';
  font-family: iconfont, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  transform: rotate(90deg);
  bottom: -60px;
  margin-top: -.5em;
  font-size: 2em;
}
.set-mens-menu ul li:first-child {
  border-color: #009fa9;
  color: #009fa9;
}
.set-mens-menu ul li:nth-child(2n) {
  border-color: #6fa900;
  color: #6fa900;
}
.tshirts-style {
  margin: 0 auto 80px;
  width: 1200px;
}
.tshirts-style .catch-item > img {
  text-align: center;
  margin: 0 auto;
}
.tshirts-style .heading-item {
  margin: 10px auto;
  font-size: 2.5em;
}
.tshirts-style ul {
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.tshirts-style ul li {
  width: 600px;
  padding-bottom: 80px;
}
.tshirts-style ul li h3 {
  padding: 40px 10px 10px;
  font-size: 2.2em;
  font-weight: 700;
  background: none;
}
.tshirts-style ul li h3 span {
  color: #ee2da1;
}
.tshirts-style ul li a {
  display: block;
}
.tshirts-style ul li.inner-area {
  background: #f2f2f2;
}
.tshirts-style ul li.outer-area {
  background: #ede8df;
}
.inner-area-note, sup, .outer-area-note {
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.5em;
}
.tshirts-style ul li a > p {
  font-size: 2em;
  font-weight: 700;
  padding: 10px;
  margin: 0 auto 40px;
}
.item-detail-catch-inner {
  background: #d8dad9;
  padding: 20px;
  font-size: 2em;
  position: relative;
  margin-bottom: 30px;
}
.item-detail-catch-outer {
  background: #d7ccb9;
  padding: 20px;
  font-size: 2em;
  position: relative;
  margin-bottom: 30px;
}
.item-detail-catch-inner:after {
  position: absolute;
  content: '';
  top: 105%;
  left: 290px;
  border: 20px solid transparent;
  border-top: 15px solid #d8dad9;
  width: 0;
  height: 0;
}
.item-detail-catch-outer:after {
  position: absolute;
  content: '';
  top: 105%;
  left: 280px;
  border: 20px solid transparent;
  border-top: 15px solid #d7ccb9;
  width: 0;
  height: 0;
}
.item-name {
  font-size: 1.2em;
  font-weight: 700;
  margin: 30px auto 10px;
}
.set-mens-item {
  margin: 0 auto;
  text-align: center;
}
.heading-item {
  font-size: 2em;
  font-weight: 700;
}
.heading-item span {
  color: #ee2da1;
}
.item-col {
  margin: 30px auto;
  text-align: center;
  background: #fffbf3;
  padding: 80px 0;
}
.item-col ul {
  justify-content: space-between;
  max-width: 986px;
  margin: 0 auto;
  /* border: solid #5A92CA; */
}
.item-col ul:nth-of-type(1){
	margin-bottom: 40px;
}
.item-col li {
  margin: 20px 5px;
}
.item-copy {
  font-size: 1.8em;
  font-weight: 700;
  position: relative;
  margin: 0 auto 50px;
  text-align: center;
}
.item-copy::after {
  content: "";
  background: url(images/menz_hukidashi.png) no-repeat;
  width: 280px;
  height: 30px;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
.item-neme {
  margin: 30px auto 10px;
  font-size: 1.2em;
  font-weight: 700;
}
.page-Campaign_PriceNormal {
  font-size: 1.6em;
  font-weight: 700;
}
.note-set {
  margin: 80px auto 0;
  border: solid 1px #222;
  padding: 40px 60px;
  max-width: 986px;
  text-align: left;
}
.heading-note-set {
  text-align: center;
  font-weight: 700;
  margin: 0 auto 20px;
}
.note-set dd {
  padding-left: 1em;
  text-indent: -1em;
}
.plus_icon {
  margin: 0 auto 30px;
}
.heading-other-banner {
  font-size: 2em;
  font-weight: 700;
  margin: 80px auto 30px;
}
.other-banner ul {
  justify-content: space-between;
  max-width: 986px;
  margin: 0 auto;
}
.other-banner ul li {
  padding-right: 4%;
}
.other-banner ul li:nth-child(3n) {
  padding-right: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.st-Breadcrumbs_Item div {
  display: inline-block
}
.st-Breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 11px auto 15px;
  font-size: 0
}
.st-Breadcrumbs_Item {
  font-size: 11px;
  display: inline-block
}
.st-Breadcrumbs_Item:after {
  content: '＞';
  margin: 0 7px;
  color: #555
}
.st-Breadcrumbs_Item:last-child:after {
  display: none
}
.st-Breadcrumbs_Link {
  color: #7e7e7e;
  text-decoration: underline
}
.st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
  text-decoration: none
}
.pane-contents > .container {
  width: auto;
}
.heading-copy {
    font-size: 2em;
    font-weight: 700;
    margin: 0 auto 20px;
    background: #6fa900;
    max-width: 989px;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
}
.item-col2 {
  margin: 30px auto;
  text-align: center;
  background: #fffbf3;
  padding: 80px 0;
}
.item-col2 ul {
  justify-content: space-between;
  max-width: 986px;
  margin: 0 auto;
}
.item-col2 ul:nth-of-type(1){
	margin-bottom: 40px;
}
.item-col2 li {
  margin: 20px 5px;
}
.item-col2 li img{
  width:90%;
}
.heading-limit {
    font-size: 2em;
    font-weight: 700;
    padding: 3px;
    margin: 0 0 20px;
}
.heading-limit span{
    color: #72A708;
}
/*スマホ*/
@media screen and (max-width: 480px) {
  .set-mens {
    font-size: 18px;
  }
  .set-mens-main {
    background: #d4e7f7;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .set-mens-main h1 {
    padding: 0;
    margin: 0;
    min-width: 100%;
    border: none;
  }
  .set-mens-desc {
    border-radius: 0;
    padding: 8% 5%;
    text-align: center;
    margin: 0 auto 5%;
    max-width: 100%;
  }
  .set-mens-desc h2 {
    margin-bottom: 2.5%;
    font-size: 1.05em;
  }
  .set-mens-desc h2 span, .set-mens-desc h3 span {
    color: #ee2da1;
  }
  .set-mens-desc h3 {
    margin: 4% auto 0;
    font-size: 1.1em;
    padding: 0;
    text-align: center;
    background: none;
  }
  .set-mens-menu {
    margin: 0 auto 13%;
    text-align: center;
  }
  .set-mens-menu ul {
    justify-content: center;
  }
  .set-mens-menu ul li {
    width: 50%;
    border: 10px solid;
    position: relative;
    font-weight: 700;
    font-size: 1.1em;
  }
  .set-mens-menu ul li a {
    display: block;
    padding: 20px 0;
  }
  .set-mens-menu ul li:after {
    position: absolute;
    content: '\EA03';
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    right: 0;
    left: 0;
    text-align: center;
    transform: rotate(90deg);
    bottom: -35%;
    margin-top: -.5em;
    font-size: 2em;
  }
  .set-mens-menu ul li:first-child {
    border-color: #009fa9;
    color: #009fa9;
  }
  .set-mens-menu ul li:nth-child(2n) {
    border-color: #6fa900;
    color: #6fa900;
  }
  .tshirts-style {
    margin: 0 auto 80px;
    width: 100%;
  }
  .tshirts-style .catch-item > img {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .catch-item > img.copy{
    padding:0 10px;
  }
  .tshirts-style .heading-item {
    margin: 10px auto;
    font-size: 1.3em;
  }
  .tshirts-style ul {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .tshirts-style ul li {
    width: 50%;
    padding: 0 2% 4%;
  }
  .tshirts-style ul li .btn-item{
    margin-bottom:10%;
  }
  .tshirts-style ul li h3 {
    padding: 8% 4% 2%;
    font-size: 1.2em;
    font-weight: 700;
    background: none;
    text-align: center;
  }
  .tshirts-style ul li h3 span {
    color: #ee2da1;
  }
  .tshirts-style ul li a {
    display: block;
  }
  .tshirts-style ul li.inner-area {
    background: #f2f2f2;
  }
  .tshirts-style ul li.outer-area {
    background: #ede8df;
  }
  .inner-area-note, sup, .outer-area-note {
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1.5em;
  }
  .tshirts-style ul li a > p {
    font-size: 0.9em;
    font-weight: 700;
    padding: 10px;
    margin: 0 auto 8%;
  }
  .item-detail-catch-inner {
    background: #d8dad9;
    padding: 20px;
    font-size: 1.1em;
    position: relative;
    margin-bottom: 30px;
  }
  .item-detail-catch-outer {
    background: #d7ccb9;
    padding: 20px;
    font-size: 1.1em;
    position: relative;
    margin-bottom: 30px;
  }
  .item-detail-catch-inner:after {
    position: absolute;
    content: '';
    top: 105%;
    left: 40%;
    border: 20px solid transparent;
    border-top: 15px solid #d8dad9;
    width: 0;
    height: 0;
  }
  .item-detail-catch-outer:after {
    position: absolute;
    content: '';
    top: 105%;
    left: 40%;
    border: 20px solid transparent;
    border-top: 15px solid #d7ccb9;
    width: 0;
    height: 0;
  }
  .item-name {
    font-size: 0.9em;
    font-weight: 700;
    margin: 30px auto 10px;
  }
  .set-mens-item {
    margin: 0 auto;
    text-align: center;
  }
  .heading-item {
    font-size: 2em;
    font-weight: 700;
  }
  .heading-item span {
    color: #ee2da1;
  }
  .set-mens-item {
    margin: 8% auto 0;
    text-align: center;
  }
  .catch-item {
    width: 100%;
    margin: 0 auto;
  }
  .heading-item {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0.5em;
  }
  .lead-item {
    font-size: 0.8em;
  }
  .heading-item span {
    color: #ee2da1;
  }
  .item-col {
    margin: 3% auto;
    text-align: center;
    padding: 10% 0 5%;
  }
  .item-col ul {
    justify-content: space-between;
    max-width: 93%;
    margin: 0 auto;
    flex-wrap: wrap;
    border: none;
  }
  .item-col ul li {
    max-width: 48%;
    margin: 0;
  }
  .item-col ul li a > img {
    padding: 0 6%;
  }
  .item-copy {
    font-size: 0.9em;
    font-weight: 700;
    position: relative;
    margin: 0 auto 20%;
    text-align: center;
  }
  .item-copy::after {
    content: "";
    background: url(images/menz_hukidashi.png) no-repeat;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background-size: contain;
  }
  .item-neme {
    margin: 5% auto;
    font-size: 0.8em;
    font-weight: 700;
  }
  .page-Campaign_PriceNormal {
    font-size: 1.1em;
    font-weight: 700;
  }
  .note-set {
    margin: 8% auto 0;
    border: solid 1px #222;
    padding: 5%;
    max-width: 90%;
    text-align: left;
    font-size: 0.7em;
  }
  .heading-note-set {
    text-align: center;
    font-weight: 700;
    margin: 0 auto 2%;
  }
  .note-set dd {
    padding-left: 1em;
    text-indent: -1em;
  }
  .btn-item {
    margin: 0 auto 30%;
  }
  .plus_icon {
    margin: 5% auto;
    max-width: 15vw;
  }
  .last-ex-set-img {
    margin: 0 5%;
  }
  .heading-other-banner {
    font-size: 1.2em;
    font-weight: 700;
    margin: 8% auto 3%;
  }
  .other-banner ul {
    justify-content: space-between;
    padding: 4% 4% 2%;
    margin: 0 auto;
    flex-wrap: wrap;
    background: #fffbf3;
  }
  .other-banner ul li {
    padding: 1%;
    max-width: 48%;
    margin: 0 0 3%;
  }
  .other-banner ul li:nth-child(3n) {
    padding: 1%;
    max-width: 48%;
  }
  .st-Breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
    list-style: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 11px auto 15px;
    font-size: 0
  }
  .st-Breadcrumbs_Item {
    font-size: 2.933vw;
    display: inline
  }
  .st-Breadcrumbs_Item:after {
    content: '>';
    margin: 0 6px;
    color: #555
  }
  .st-Breadcrumbs_Item:last-child:after {
    display: none
  }
  .st-Breadcrumbs_Link {
    color: #7e7e7e;
    text-decoration: underline
  }
  .st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
    text-decoration: none
  }
  .st-Breadcrumbs_Home {
    color: transparent;
    font-size: 0
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .heading-copy {
    font-size: 1.1em;
    font-weight: 500;
    margin: 0 auto 25px;
    padding: 3px;
    width: 90%;
}
.heading-limit {
    font-size: 1.1em;
    font-weight: 700;
    padding: 3px;
    margin: 15px 15px 8px;
}
.heading-limit span{
    color: #72A708;
}
 .item-col2 {
    margin: 3% auto;
    text-align: center;
    padding: 10% 0 5%;
  }
  .item-col2 ul {
    justify-content: space-between;
    max-width: 93%;
    margin: 0 auto;
    flex-wrap: wrap;
    border: none;
  }
  .item-col2 ul li {
    max-width: 48%;
    margin: 0;
  }
  .item-col2 ul li a > img {
    padding: 0 6%;
  }
}
