main.main_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
h1 {
  width: 100%;
}
h1 img {
  margin: auto;
}
h2 {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 2.64px;
  text-align: center;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2.64px;
  text-align: center;
}

h4 {
  text-align: center;
}

.category_area {
  background-color: #E4F5F2;
  padding: 1px 0 10px;
  margin-bottom: 100px;
}
div.category_box {
  width: 1040px;
  margin: 0 auto;
  color: #243363;
  text-align: center;
}
p.category_text {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3.64px;
  margin: 50px 0 0;
}
p.category_text_sub {
  font-size: 15px;
  letter-spacing: 3.64px;
  margin: 0 0 10px;
}
div.list_box {
  margin: 0px auto;
}
.brand_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand_list_item{
  margin: 0 10px 10px 10px;  
  width: calc((100% - 240px) / 4);
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 328px; /*　カテゴリ3つ以上の場合470pxに*/
   margin: 10px auto 50px;
}
.anchor_list_item {
  margin: 0 20px;
}
.anchor_list_item_link {
  display: block;
}
div.btn_brandlist_price {
  padding-bottom: 50px;
}
ul.btn_brandlist_ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
li.btn_brandlist_li {
  margin-right: 42px;
  margin-bottom: 17.3px;
}
li.btn_brandlist_li:nth-child(4n) {
    margin-right: 0;
}
a.btn_linkwrap_yoko {
  background-color: #fff;
  border-radius: 6px;
  padding: 14px 26px 14px 16px;
  position: relative;
  width : calc((1040px - (42px * 3))  / 4) ;
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #1C1F79 !important;
  text-decoration: none;
  text-align: center;
}
.text_box {
  margin-top: 0px !important;
}
.item_list_item_btn {
  margin-top: 15px;
}
.item_list_item_btn__link:link, .item_list_item_btn__link:visited {
  color: #000000;
}
.item_list_item_btn__link {
  display: block;
  padding: 13px;
  border: 1px solid #ffd700;
  font-size: 16px;
  text-align: center;
  color: #000000;
  background-color: #ffd700;
}

.section_content .marker {
  display: inline;
}
.section_content .isMens .marker {
  background: linear-gradient(transparent 80%, #93D5EA 0%);
}
.section_content .isLadies .marker {
  background: linear-gradient(transparent 80%, #f3e727 0%);
}
.section_content .ruleList {
  margin-top: 60px;
  padding: 25px 30px;
  background: #F5F5F5;
}
.section_content .ruleList dt {
  font-weight: bold;
}
.section_content .ruleList dd {
  padding-left: 1em;
  text-indent: -1em;
}
.section_content .couponList {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
	margin: 60px 0;
}
.section_content .couponList li {
  position: relative;
  width: 30%;
  padding: 25px 30px 30px;
  background: #F5F5F5;
  overflow: hidden;
	    margin: 20px auto;
}
.section_content .couponList li::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  left: -35px;
}
.section_content .couponList li.isMens::before {
  background: #f3e727;
}
.section_content .couponList li.isLadies::before {
  background: #f3e727;
}
.section_content .couponList p {
  letter-spacing: 0.05em;
  text-align: center;
}
.section_content .couponList p + p {
  margin-top: 5px;
}
.section_content .couponList p.txt02 .isBold {
  font-weight: bold;
  font-size: 16px;
}
.section_content .couponList p.txt02 .isLarge {
  font-size: 28px;
}
.section_content dl.coupon {
  position: relative;
  display: table;
  margin: 25px auto 0;
  letter-spacing: 0.05em;
  text-align: center;
}
.section_content .isMens dl.coupon {
  border: 8px solid #02A5D9;
  background: #02A5D9;
}
.section_content .isLadies dl.coupon {
  border: 8px solid #e559a5;
  background: #e559a5;
}
.section_content dl.coupon dt {
  position: relative;
  top: -4px;
  display: table-cell;
  width: 164px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.section_content dl.coupon dd.couponCode {
  display: table-cell;
  width: 250px;
  background: #fff;
}
.section_content dl.coupon dd textarea {
  display: block;
  width: 100%;
  height: 44px;
  border: none;
  resize: none;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  transition-duration: 0.3s;
}
.section_content dl.coupon dd textarea:hover,
.section_content dl.coupon dd textarea:active {
  color: rgba(26,26,26,0.5);
}
.section_content dl.coupon dd textarea:focus {
  border-color: #fff;
  background-color: #fff;
  outline: none;
}
.section_content dl.coupon dd textarea::selection {
  background: #fff;
  color: #1a1a1a;
}
.section_content dl.coupon dd textarea::-moz-selection {
  background: #fff;
  color: #1a1a1a;
}
.section_content dl.coupon dd.info {
  position: absolute;
  display: block;
  width: 250px;
  font-size: 14px;
  font-weight: bold;
  right: 0;
  bottom: -38px;
}
.section_content .linkBtn {
  height: 60px;
}
.section_content .linkBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  border-radius: 30px;
  padding-top: 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.section_content .linkBtn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34px;
  transition-duration: 0.3s;
  z-index: 1;
}

.section_content .linkBtn.isMens a {
  background: #02A5D9;
}
.section_content .linkBtn.isLadies a {
  background: #e559a5;
}

.section_content .linkBtn.isLadies.green a {
  background: #009b0f;
}


.flex_items_itemLink_inr{
	text-align: center;
}

.flex_items_itemLink_img_red{
		overflow: hidden;
    border-radius: 50%;
    border: 2px solid #dc3333;
    background: #fff;
	}

.btn-flat-gray-foel {
    position: relative;
    display: inline-block;
    padding: 1.3em 8.5em;
    text-decoration: none;
    color: #fff!important;
    background: #096944;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 80px 0;
}

.btn-flat-mens-foel {
    position: relative;
    display: inline-block;
    padding: 1.3em 8.5em;
    text-decoration: none;
    color: #fff!important;
    background: #02A5D9;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 50px 0;
}

.btn-flat-ladies-foel {
    position: relative;
    display: inline-block;
    padding: 1.3em 8.5em;
    text-decoration: none;
    color: #fff!important;
    background: #e559a5;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 50px 0;
}

.btn-flat-ladies-foel1 {
    position: relative;
    display: inline-block;
    padding: 1.3em 8.5em;
    text-decoration: none;
    color: #fff!important;
    background: #cf1019;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 50px 0;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
	
	.mb30 {
    margin-bottom: 70px !important;
}
	
	
	
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  main p,
  main li {
    line-height: 32px;
  }
  .bread-crumb li {
    font-size: 10px;
  }
  .bcWrap,
  .mv,
  .section_content {
    width: 100%;
    padding: 0 15px;
  }
  .section_content .ruleList {
    margin-top: 30px;
    padding: 15px 15px;
  }
  .section_content .couponList {
    display: block;
  }
  .section_content .couponList li {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    padding: 15px 15px 30px;
  }
  .section_content .couponList li::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .section_content .couponList p + p {
    margin-top: 5px;
  }
  .section_content .couponList p.txt02 .isBold {
    font-size: 16px;
  }
  .section_content .couponList p.txt02 .isLarge {
    font-size: 24px;
  }
  .section_content dl.coupon {
    display: block;
    margin: 20px auto 0;
  }
  .section_content .isMens dl.coupon {
    border: 3px solid #02A5D9;
  }
  .section_content .isLadies dl.coupon {
    border: 3px solid #e559a5;
  }
	
	
	
  .section_content dl.coupon dt {
    display: block;
    width: 100%;
    top: -2px;
  }
  .section_content dl.coupon dd.couponCode {
    display: block;
    width: 100%;
  }
  .section_content dl.coupon dd textarea {
    width: 100%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .section_content dl.coupon dd.info {
    width: auto;
    right: 0;
    left: 0;
    bottom: -34px;
  }
  .section_content .linkBtn a {
        padding: 20px 0 20px 0;
    font-size: 15px;
  }
  .section_content .linkBtn a::before {
    right: 18px;
  }
  .section_content .linkBtn a:active {
    opacity: 0.7;
  }
	

.section_content .linkBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.section_content .linkBtn a::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34px;
  transition-duration: 0.3s;
  z-index: 1;
}
	
	.btn-flat-gray-foel {
    position: relative;
    display: inline-block;
    padding: 0.5em 2.5em;
    text-decoration: none;
    color: #fff!important;
    background: #096944;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 80px 0;
}
	
	.btn-flat-mens-foel {
    position: relative;
    display: inline-block;
    padding: 0.5em 2.5em;
    text-decoration: none;
    color: #fff!important;
    background: #02A5D9;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 50px 0;
}

.btn-flat-ladies-foel {
    position: relative;
    display: inline-block;
    padding: 0.5em 2.5em;
    text-decoration: none;
    color: #fff!important;
    background: #e559a5;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 50px 0;
}


.btn-flat-ladies-foel1 {
    position: relative;
    display: inline-block;
    padding: 0.5em 2.5em;
    text-decoration: none;
    color: #fff!important;
    background: #cf1019;
    transition: .4s;
    font-size: 22px;
	    margin: 0 0 50px 0;
}
	
	
}

