@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav .gnavbottom {
  text-align: right;
  font-size: 0;
  margin-top: 15px;
}

header .wrapper .gnav .gnavbottom li:nth-child(1) a {
  border-bottom: 4px solid #2B2B2B;
}

main section.section01 {
  padding-top: 20px;
}

main section.section01 .wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

main section.section01 .wrapper .sliderbox {
  width: 580px;
}

main section.section01 .wrapper .sliderbox .slider {
  width: 100%;
  margin-bottom: 0 !important;
}

main section.section01 .wrapper .sliderbox .slider img {
  width: 100%;
  display: block;
}

main section.section01 .wrapper .sliderbox .slick-dots {
  bottom: 10px;
  display: none !important;
}

main section.section01 .wrapper .sliderbox .slick-dots li {
  margin: 0 5px;
}

main section.section01 .wrapper .sliderbox .slick-dots li button:before {
  color: #fff;
  font-size: 20px;
  opacity: 1 !important;
  width: 15px;
}

main section.section01 .wrapper .sliderbox .slick-dots li.slick-active button:before {
  color: #707070 !important;
  opacity: 1 !important;
}

main section.section01 .wrapper .sliderbox .slick-prev {
  width: 43px;
  height: 43px;
  background-image: url(../assets/icon_prev01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: auto;
  left: 15px;
}

main section.section01 .wrapper .sliderbox .slick-prev::before {
  display: none !important;
}

main section.section01 .wrapper .sliderbox .slick-next {
  width: 43px;
  height: 43px;
  background-image: url(../assets/icon_next01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: 15px;
  left: auto;
}

main section.section01 .wrapper .sliderbox .slick-next::before {
  display: none !important;
}

main section.section01 .wrapper .sliderbox #thumbnail-list {
  width: 300px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main section.section01 .wrapper .sliderbox .thumbnail-item {
  width: calc((100% - 10px) / 3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

main section.section01 .wrapper .sliderbox .thumbnail-item:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .3s opacity linear;
  -o-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

main section.section01 .wrapper .sliderbox .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

main section.section01 .wrapper .sliderbox .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

main section.section01 .wrapper .infowrapper {
  width: 470px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

main section.section01 .wrapper .infowrapper .infobox {
  width: 470px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

main section.section01 .wrapper .infowrapper .infobox h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
}

main section.section01 .wrapper .infowrapper .infobox .box01 {
  letter-spacing: 0;
  font-size: 0;
  margin-top: 15px;
}

main section.section01 .wrapper .infowrapper .infobox .box01 .star {
  width: 13px;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}

main section.section01 .wrapper .infowrapper .infobox .box01 .review {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 13px;
  margin-left: 5px;
}

main section.section01 .wrapper .infowrapper .infobox .box01 .reviewmore {
  font-size: 12px;
  color: #2B2B2B;
  display: inline-block;
  vertical-align: top;
  line-height: 13px;
  margin-left: 5px;
}

main section.section01 .wrapper .infowrapper .infobox .t01 {
  font-size: 12px;
  margin-top: 10px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox {
  border-top: 1px solid #DBDBDB;
  margin-top: 15px;
  padding-top: 15px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl dt {
  width: 110px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl dt ul li {
  margin-bottom: 8px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl dt ul li label {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl dt ul li label input {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 10px 0 0;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl dd {
  width: 350px;
  padding-top: 28px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl dd span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #727272;
}

main section.section01 .wrapper .infowrapper .infobox .buybox dl dd select {
  width: 167px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0;
}

main section.section01 .wrapper .infowrapper .infobox .buybox table {
  width: 100%;
  margin-top: 5px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox table tr th {
  font-size: 14px;
  font-weight: 500;
  color: #727272;
  width: 50px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox table tr td {
  padding: 5px 0;
}

main section.section01 .wrapper .infowrapper .infobox .buybox table tr td select {
  width: 75px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 10px;
  letter-spacing: 0;
}

main section.section01 .wrapper .infowrapper .infobox .buybox table tr td span {
  display: inline-block;
  vertical-align: top;
  color: #009B54;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 10px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox table tr.tr01 td {
  color: #CB0000;
  font-size: 22px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .t02 {
  color: #2A6172;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .buylist {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li {
  width: 228px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li input {
  width: 100%;
  display: block;
  height: 54px;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li input.btn01 {
  background-color: #EDAD00;
  background-image: url(icon_cart04.svg);
  background-size: 22px auto;
  background-position: center left 35px;
  padding-left: 30px;
  background-repeat: no-repeat;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li input.btn02 {
  background-color: #ED7700;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox {
  margin-top: 20px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox .share {
  color: #2A6172;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul {
  display: inline-block;
  vertical-align: top;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li {
  display: inline-block;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li a {
  display: block;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li a img {
  display: block;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox .fav {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox .fav span {
  font-size: 12px;
  line-height: 22px;
  color: #2A6172;
  letter-spacing: 0;
  display: inline-block;
  text-decoration: underline;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .caution {
  margin-top: 17px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .caution li {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 3px;
  padding-left: 15px;
  position: relative;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .caution li::before {
  content: "※";
  display: block;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .cominfo {
  width: 100%;
  margin-top: 15px;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .cominfo tr th {
  color: #2B2B2B;
  width: 80px;
  font-size: 13px;
  font-weight: 500;
  vertical-align: top;
  letter-spacing: 0;
  padding: 5px 0;
}

main section.section01 .wrapper .infowrapper .infobox .buybox .cominfo tr td {
  color: #2B2B2B;
  font-size: 13px;
  font-weight: 500;
  vertical-align: top;
  letter-spacing: 0;
  padding: 5px 0;
}

main section.section01 .wrapper .detailbox {
  margin-top: 40px;
  width: 565px;
}

main section.section01 .wrapper .detailbox .eiyoubox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main section.section01 .wrapper .detailbox .eiyoubox .left {
  width: 220px;
}

main section.section01 .wrapper .detailbox .eiyoubox .left .t01 {
  font-size: 16px;
  font-weight: 500;
}

main section.section01 .wrapper .detailbox .eiyoubox .left ul {
  border: 1px solid #707070;
  border-top: 2px solid #707070;
  padding: 10px;
  margin-top: 5px;
}

main section.section01 .wrapper .detailbox .eiyoubox .left ul li {
  font-size: 16px;
  letter-spacing: 0;
}

main section.section01 .wrapper .detailbox .eiyoubox .right {
  width: 315px;
}

main section.section01 .wrapper .detailbox .eiyoubox .right dl + dl {
  margin-top: 20px;
}

main section.section01 .wrapper .detailbox .eiyoubox .right dl dt {
  border-bottom: 1px solid #DBDBDB;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

main section.section01 .wrapper .detailbox .eiyoubox .right dl dd {
  padding-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

main section.section01 .wrapper .detailbox h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 40px;
}

main section.section01 .wrapper .detailbox .t02 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 13px;
}

main section.section01 .wrapper .detailbox .point_dl {
  width: 550px;
  position: relative;
  margin-top: 40px;
}

main section.section01 .wrapper .detailbox .point_dl + dl {
  margin-top: 35px;
}

main section.section01 .wrapper .detailbox .point_dl dt {
  position: absolute;
  top: -14px;
  left: 0;
}

main section.section01 .wrapper .detailbox .point_dl dt span {
  display: inline-block;
  vertical-align: top;
  background-color: #575757;
  height: 28px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

main section.section01 .wrapper .detailbox .point_dl dd {
  border: 2px solid #E4E6E5;
  padding: 40px 35px 40px;
}

main section.section01 .wrapper .detailbox .point_dl dd ul li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  line-height: 22px;
}

main section.section01 .wrapper .detailbox .point_dl dd ul li + li {
  margin-top: 10px;
}

main section.section01 .wrapper .detailbox .point_dl dd ul li span {
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

main section.section02 {
  margin-top: 80px;
}

main section.section02 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.section02 .wrapper h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
}

main section.section02 .wrapper h4 span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  margin-left: 60px;
}

main section.section02 .wrapper h4 span img {
  width: 18px;
  margin-right: 2px;
}

main section.section02 .wrapper .reviewlist {
  margin-left: 35px;
  width: 800px;
}

main section.section02 .wrapper .reviewlist li {
  margin-top: 40px;
}

main section.section02 .wrapper .reviewlist li .t01 {
  font-size: 16px;
  font-weight: 500;
}

main section.section02 .wrapper .reviewlist li .review {
  margin-top: 5px;
}

main section.section02 .wrapper .reviewlist li .review .star {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}

main section.section02 .wrapper .reviewlist li .review .star img {
  width: 14px;
  vertical-align: top;
}

main section.section02 .wrapper .reviewlist li .review .date {
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}

main section.section02 .wrapper .reviewlist li .reviewtxt {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 10px;
}

main section.section02 .wrapper .reviewlist li .viewmore {
  color: #307083;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}

main section.section02 .wrapper .reviewlist li .viewmore img {
  width: 10px;
  margin-right: 5px;
}

main section.section02 .wrapper .allreview {
  border-top: 1px solid #DBDBDB;
  margin-top: 40px;
  padding: 20px 0 0 35px;
}

main section.section02 .wrapper .allreview a {
  text-decoration: none;
  color: #307083;
  font-size: 16px;
  font-weight: 500;
}

main section.section02 .wrapper .allreview a img {
  width: 8px;
  margin-left: 30px;
}

main section.section03 {
  border-top: 1px solid #DBDBDB;
  margin-top: 80px;
  padding-bottom: 200px;
}

main section.section03 .wrapper {
  width: 1100px;
  margin: 0 auto;
}

main section.section03 .wrapper h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 80px;
}

main section.section03 .wrapper h6 {
  border-top: 1px solid #DBDBDB;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 80px;
  padding-top: 30px;
}

main section.section03 .wrapper .itemlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main section.section03 .wrapper .itemlist li {
  width: 346px;
  margin-top: 30px;
}

main section.section03 .wrapper .itemlist li .photo {
  position: relative;
}

main section.section03 .wrapper .itemlist li .photo a {
  display: block;
}

main section.section03 .wrapper .itemlist li .photo a img {
  width: 100%;
  display: block;
}

main section.section03 .wrapper .itemlist li .photo .iine {
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 17px;
  padding-top: 11.5px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

main section.section03 .wrapper .itemlist li .photo .iine img {
  width: 13px;
  display: block;
  margin: 0 auto;
}

main section.section03 .wrapper .itemlist li .photo .recom {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #CB0000;
  width: 80px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: -8px;
}

main section.section03 .wrapper .itemlist li .photo .sale {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #CB0000;
  width: 80px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: -8px;
}

main section.section03 .wrapper .itemlist li .t01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 15px;
}

main section.section03 .wrapper .itemlist li .price {
  color: #CB0000;
  font-weight: 500;
  margin-top: 5px;
  font-size: 18px;
}

main section.section03 .wrapper .itemlist li .price .oldprice {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 10px;
  -webkit-text-decoration: line-through 1px solid #505050;
  text-decoration: line-through 1px solid #505050;
}

main section.section03 .wrapper .itemlist li .price .off {
  display: inline-block;
  color: #505050;
  font-size: 12px;
  line-height: 20px;
  padding: 0 3px;
  margin-left: 10px;
  background-color: #E2E0DF;
  letter-spacing: 0;
}

main section.section03 .wrapper .itemlist li .price .off span {
  color: #CB0000;
  letter-spacing: 0;
}

main section.section03 .wrapper .itemlist li table {
  width: 245px;
  margin-top: 15px;
}

main section.section03 .wrapper .itemlist li table tr th {
  border-bottom: 1px solid #BABABA;
  font-size: 10px;
  color: #0A0A0A;
  letter-spacing: 0;
  padding-bottom: 5px;
}

main section.section03 .wrapper .itemlist li table tr td {
  font-size: 14px;
  letter-spacing: 0;
  padding-top: 5px;
  font-weight: bold;
  font-weight: 500;
}

main section.section03 .wrapper .itemlist li table tr td span {
  font-size: 10px;
  letter-spacing: 0;
  padding-left: 2px;
  font-weight: 500;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.section01 {
    padding-top: 0;
    margin-top: -10px;
  }
  main section.section01 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.section01 .wrapper .sliderbox {
    width: 100%;
  }
  main section.section01 .wrapper .sliderbox .slider {
    width: 100%;
    margin-bottom: 0 !important;
  }
  main section.section01 .wrapper .sliderbox .slider img {
    width: 100%;
    display: block;
  }
  main section.section01 .wrapper .sliderbox .slick-dots {
    bottom: 0;
    display: block !important;
  }
  main section.section01 .wrapper .sliderbox .slick-dots li {
    margin: 0 -1px;
  }
  main section.section01 .wrapper .sliderbox .slick-dots li button:before {
    color: #fff;
    font-size: 10px;
    opacity: 1 !important;
    width: 15px;
  }
  main section.section01 .wrapper .sliderbox .slick-dots li.slick-active button:before {
    color: #707070 !important;
    opacity: 1 !important;
  }
  main section.section01 .wrapper .sliderbox .slick-prev {
    display: none !important;
  }
  main section.section01 .wrapper .sliderbox .slick-next {
    display: none !important;
  }
  main section.section01 .wrapper .sliderbox #thumbnail-list {
    display: none;
  }
  main section.section01 .wrapper .infowrapper {
    position: static;
    width: 100%;
    padding: 20px;
  }
  main section.section01 .wrapper .infowrapper .infobox {
    position: static;
    width: 100%;
  }
  main section.section01 .wrapper .infowrapper .infobox h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
  }
  main section.section01 .wrapper .infowrapper .infobox .box01 {
    letter-spacing: 0;
    font-size: 0;
    margin-top: 15px;
  }
  main section.section01 .wrapper .infowrapper .infobox .box01 .star {
    width: 13px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
  }
  main section.section01 .wrapper .infowrapper .infobox .box01 .review {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 13px;
    margin-left: 5px;
  }
  main section.section01 .wrapper .infowrapper .infobox .box01 .reviewmore {
    font-size: 12px;
    color: #2B2B2B;
    display: inline-block;
    vertical-align: top;
    line-height: 13px;
    margin-left: 5px;
  }
  main section.section01 .wrapper .infowrapper .infobox .t01 {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox {
    border-top: 1px solid #DBDBDB;
    margin-top: 15px;
    padding-top: 7px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox dl {
    display: none;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox table {
    width: 100%;
    margin-top: 5px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox table tr th {
    font-size: 14px;
    font-weight: 500;
    color: #727272;
    width: 50px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox table tr td {
    padding: 5px 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox table tr td select {
    width: 75px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #BABABA;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 10px;
    letter-spacing: 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox table tr td span {
    display: inline-block;
    vertical-align: top;
    color: #009B54;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 10px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox table tr.tr01 td {
    color: #CB0000;
    font-size: 22px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buytype {
    margin-top: 25px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buytype ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buytype ul li {
    width: calc(50% - 4px);
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buytype ul li label {
    width: 100%;
    display: block;
    border: 1px solid #E3E3E3;
    border-radius: 3.5px;
    height: 59px;
    line-height: 57px;
    text-align: center;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buytype ul li label input {
    display: none;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buytype ul li label.active {
    color: #2A6172;
    border: 2px solid #2A6172;
    line-height: 55px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .hindo {
    padding-top: 20px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .hindo span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    color: #727272;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .hindo select {
    width: 167px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #BABABA;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 10px;
    letter-spacing: 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .t02 {
    color: #2A6172;
    font-size: 13px;
    font-weight: 500;
    margin-top: 20px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buylist {
    margin-top: 15px;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li {
    width: 100%;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li + li {
    margin-top: 10px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li input {
    width: 100%;
    display: block;
    height: 54px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li input.btn01 {
    background-color: #EDAD00;
    background-image: url(icon_cart04.svg);
    background-size: 22px auto;
    background-position: center right calc(50% + 70px);
    padding-left: 30px;
    background-repeat: no-repeat;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .buylist li input.btn02 {
    background-color: #ED7700;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox {
    margin-top: 20px;
    position: relative;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox .share {
    color: #2A6172;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    height: 22px;
    display: block;
    vertical-align: top;
    margin: 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul {
    display: inline-block;
    vertical-align: top;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li:nth-child(1) a img {
    width: 24px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li:nth-child(2) a img {
    width: 24px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li:nth-child(3) a img {
    width: 24px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li:nth-child(4) a img {
    width: 24px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li a {
    display: block;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox ul li a img {
    display: block;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox .fav {
    margin: 0;
    border: 1px solid #E2E0DF;
    width: 41px;
    height: 41px;
    padding-top: 11px;
    border-radius: 22px;
    position: absolute;
    top: 5px;
    right: 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox .fav span {
    font-size: 12px;
    line-height: 22px;
    color: #2A6172;
    letter-spacing: 0;
    display: inline-block;
    text-decoration: underline;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .sharebox .fav img {
    width: 17px;
    margin: 0 auto;
    display: block;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .caution {
    margin-top: 20px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .caution li {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 2px;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .caution li::before {
    content: "※";
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .cominfo {
    width: 100%;
    margin-top: 10px;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .cominfo tr th {
    color: #2B2B2B;
    width: 80px;
    font-size: 13px;
    font-weight: 500;
    vertical-align: top;
    letter-spacing: 0;
    padding: 5px 0;
  }
  main section.section01 .wrapper .infowrapper .infobox .buybox .cominfo tr td {
    color: #2B2B2B;
    font-size: 13px;
    font-weight: 500;
    vertical-align: top;
    letter-spacing: 0;
    padding: 5px 0;
  }
  main section.section01 .wrapper .detailbox {
    margin: -10px auto 0;
    width: calc(100% - 40px);
    padding-top: 15px;
    border-top: 3px solid #DBDBDB;
  }
  main section.section01 .wrapper .detailbox .eiyoubox {
    display: block;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .left {
    width: 100%;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .left .t01 {
    font-size: 14px;
    font-weight: 500;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .left ul {
    border: 1px solid #707070;
    border-top: 2px solid #707070;
    padding: 10px;
    margin-top: 5px;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .left ul li {
    font-size: 15px;
    letter-spacing: 0;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .right {
    width: 100%;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .right dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #DBDBDB;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .right dl:first-child {
    border-bottom: 1px dotted #DBDBDB;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .right dl + dl {
    margin-top: 20px;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .right dl dt {
    width: 70px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 5px;
  }
  main section.section01 .wrapper .detailbox .eiyoubox .right dl dd {
    width: calc(100% - 70px);
    padding-top: 0;
    font-size: 13px;
    font-weight: 500;
  }
  main section.section01 .wrapper .detailbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-top: 20px;
  }
  main section.section01 .wrapper .detailbox .t02 {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    margin-top: 13px;
  }
  main section.section01 .wrapper .detailbox .point_dl {
    width: 100%;
    position: relative;
    margin-top: 20px;
  }
  main section.section01 .wrapper .detailbox .point_dl + dl {
    margin-top: 10px;
  }
  main section.section01 .wrapper .detailbox .point_dl dt {
    position: static;
  }
  main section.section01 .wrapper .detailbox .point_dl dt span {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 0;
    height: auto;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }
  main section.section01 .wrapper .detailbox .point_dl dd {
    padding: 7px 0;
    border: none;
  }
  main section.section01 .wrapper .detailbox .point_dl dd ul li {
    font-size: 13px;
    font-weight: 500;
    padding-left: 17px;
    position: relative;
    line-height: 15px;
  }
  main section.section01 .wrapper .detailbox .point_dl dd ul li + li {
    margin-top: 10px;
  }
  main section.section01 .wrapper .detailbox .point_dl dd ul li span {
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.section02 {
    width: calc(100% - 40px);
    margin: 35px auto 0;
    border-top: 3px solid #DBDBDB;
    padding: 20px 0 50px;
  }
  main section.section02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.section02 .wrapper h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    border: none;
    padding-bottom: 0;
    position: relative;
  }
  main section.section02 .wrapper h4 span {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  main section.section02 .wrapper h4 span img {
    width: 14px;
    margin-right: 1.5px;
  }
  main section.section02 .wrapper .reviewlist {
    width: 100%;
    margin: 0;
  }
  main section.section02 .wrapper .reviewlist li {
    margin-top: 25px;
  }
  main section.section02 .wrapper .reviewlist li .t01 {
    font-size: 14px;
    font-weight: 500;
  }
  main section.section02 .wrapper .reviewlist li .review {
    margin-top: 5px;
  }
  main section.section02 .wrapper .reviewlist li .review .star {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
  }
  main section.section02 .wrapper .reviewlist li .review .star img {
    width: 12px;
    margin-right: 1.5px;
    vertical-align: top;
  }
  main section.section02 .wrapper .reviewlist li .review .date {
    font-size: 10px;
    line-height: 18px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
  }
  main section.section02 .wrapper .reviewlist li .reviewtxt {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    margin-top: 3px;
  }
  main section.section02 .wrapper .reviewlist li .viewmore {
    color: #307083;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
  }
  main section.section02 .wrapper .reviewlist li .viewmore img {
    width: 13px;
    margin-right: 5px;
  }
  main section.section02 .wrapper .allreview {
    border-top: 1px solid #DBDBDB;
    margin-top: 25px;
    padding: 15px 0 0;
  }
  main section.section02 .wrapper .allreview a {
    text-decoration: none;
    color: #307083;
    font-size: 14px;
    font-weight: 500;
  }
  main section.section02 .wrapper .allreview a img {
    width: 8px;
    margin-left: 20px;
  }
  main section.section03 {
    border-top: 1px solid #DBDBDB;
    margin-top: 80px;
    padding-bottom: 200px;
    display: none;
  }
  main section.section03 .wrapper {
    width: 1100px;
    margin: 0 auto;
  }
  main section.section03 .wrapper h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 80px;
  }
  main section.section03 .wrapper h6 {
    border-top: 1px solid #DBDBDB;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 80px;
    padding-top: 30px;
  }
  main section.section03 .wrapper .itemlist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.section03 .wrapper .itemlist li {
    width: 346px;
    margin-top: 30px;
  }
  main section.section03 .wrapper .itemlist li .photo {
    position: relative;
  }
  main section.section03 .wrapper .itemlist li .photo a {
    display: block;
  }
  main section.section03 .wrapper .itemlist li .photo a img {
    width: 100%;
    display: block;
  }
  main section.section03 .wrapper .itemlist li .photo .iine {
    width: 33px;
    height: 33px;
    background-color: #fff;
    border-radius: 17px;
    padding-top: 11.5px;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  main section.section03 .wrapper .itemlist li .photo .iine img {
    width: 13px;
    display: block;
    margin: 0 auto;
  }
  main section.section03 .wrapper .itemlist li .photo .recom {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #CB0000;
    width: 80px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: -8px;
  }
  main section.section03 .wrapper .itemlist li .photo .sale {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #CB0000;
    width: 80px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: -8px;
  }
  main section.section03 .wrapper .itemlist li .t01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 15px;
  }
  main section.section03 .wrapper .itemlist li .price {
    color: #CB0000;
    font-weight: 500;
    margin-top: 5px;
    font-size: 18px;
  }
  main section.section03 .wrapper .itemlist li .price .oldprice {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 10px;
    -webkit-text-decoration: line-through 1px solid #505050;
    text-decoration: line-through 1px solid #505050;
  }
  main section.section03 .wrapper .itemlist li .price .off {
    display: inline-block;
    color: #505050;
    font-size: 12px;
    line-height: 20px;
    padding: 0 3px;
    margin-left: 10px;
    background-color: #E2E0DF;
    letter-spacing: 0;
  }
  main section.section03 .wrapper .itemlist li .price .off span {
    color: #CB0000;
    letter-spacing: 0;
  }
  main section.section03 .wrapper .itemlist li table {
    width: 245px;
    margin-top: 15px;
  }
  main section.section03 .wrapper .itemlist li table tr th {
    border-bottom: 1px solid #BABABA;
    font-size: 10px;
    color: #0A0A0A;
    letter-spacing: 0;
    padding-bottom: 5px;
  }
  main section.section03 .wrapper .itemlist li table tr td {
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 5px;
    font-weight: bold;
    font-weight: 500;
  }
  main section.section03 .wrapper .itemlist li table tr td span {
    font-size: 10px;
    letter-spacing: 0;
    padding-left: 2px;
    font-weight: 500;
  }
}
