body {
  background-color: #ffffff;
}
#Contents {
  padding: 0;
  margin: 0;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fnw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcfs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aie {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.mt4 {
  margin-top: 4px;
}
.mla {
  margin-left: auto;
}

/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/****************************/
@font-face {
  font-family: "OptimaLTStd";
  src: url(../font/OptimaLTStd.otf);
}
@font-face {
  font-family: "OptimaLTStdB";
  src: url(../font/OptimaLTStdBold.otf);
}
.OptimaLTStd {
  font-family: "OptimaLTStd";
  font-feature-settings: "palt";
}
.OptimaLTStdB {
  font-family: "OptimaLTStdB";
  font-feature-settings: "palt";
}
.topMin {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}

.example {
  background-repeat: no-repeat;
}
.mainArea {
  margin: 0 auto;
  /* text-align: justify; */
  color: #343434;
}
.lead {
  line-break: anywhere;
}

/* よく使うcss */
.m0Auto {
  margin: 0 auto;
}

.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.taL {
  text-align: left;
}

.flex {
  display: flex;
}
.jcc {
  justify-content: center;
}
.jcfe {
  justify-content: flex-end;
}
.aic {
  align-items: center;
}
.jcsb {
  justify-content: space-between;
}
.ffrr {
  flex-flow: row-reverse;
}
.ffcr {
  flex-flow: column-reverse;
}
.fww {
  flex-wrap: wrap;
}

/* for pc */

.bredlist.lp {
  margin: 60px auto 20px;
  width: 860px;
  font-size: 12px; }

.mainArea {
  margin-top: 84px;
  margin-bottom: 142px;
}

.sec01 {
}
.h2Title {
}
.h2ttlEng {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
}
.h2ttlMain {
  font-size: 33px;
  line-height: 1.6060606061;
  letter-spacing: 0.16em;
}
.h2ttlJp {
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: 0.15em;
}
.ttSubBox {
  max-width: 441px;
  width: 100%;
  margin-top: 13px;
}
.ttSub {
  font-size: 15px;
  letter-spacing: 0.15em;
  border: 1px solid #aeaeac;
  padding: 17px 30px;
}
.ttlLead {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-top: 25px;
}

.sec02 {
  background: #f3f3f3;
  margin-top: 59px;
  padding-top: 60px;
  padding-bottom: 77px;
}
.anchorCont {
  max-width: 858px;
  width: 100%;
}
.anchorCont .imgArea {
  height: 90px;
}
.anchorCont .checkBtn {
  margin-top: 30px;
}
.anchorCont02 {
  max-width: 633px;
  width: 100%;
  margin-top: 35px;
}
.anchorCont02 .imgArea {
  height: 122px;
}
.anchorCont02 .checkBtn {
  margin-top: 24px;
}
.anchorBox {
}
.fig01 {
  max-width: 152px;
  width: 100%;
}
.fig02 {
  max-width: 164px;
  width: 100%;
}
.fig03 {
  max-width: 143px;
  width: 100%;
}
.fig04 {
  max-width: 151px;
  width: 100%;
}
.fig05 {
  max-width: 154px;
  width: 100%;
}
.fig06 {
  max-width: 154px;
  width: 100%;
}
.fig07 {
  max-width: 150px;
  width: 100%;
}
.checkBtn {
  font-size: 14px;
  letter-spacing: 0.09em;
  color: #7d7d7d;
  position: relative;
  display: inline-block;
}
.checkBtn:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #7d7d7d;
  border-right: solid 1px #7d7d7d;
  position: absolute;
  top: 54%;
  left: 116%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.sec03 {
  max-width: 900px;
  width: 100%;
}
.blank {
  margin-top: -96px;
  padding-top: 96px;
}
.imgGroup {
  max-width: 617px;
  width: 100%;
  margin-top: 95px;
}
.videoBox {
  max-width: 330px;
  width: 100%;
}
.video {
  max-width: 330px;
  width: 100%;
}
.imgBox {
  max-width: 260px;
  width: 100%;
  margin: auto 0;
}
.h3TitleArea {
  margin-top: 84px;
}
.h3Title {
  max-width: 447px;
  width: 100%;
  margin-top: 12px;
}
.h3ttlSub {
  font-size: 17px;
  line-height: 1.7647058824;
  letter-spacing: 0.15em;
}
.h3ttlMain {
  font-size: 22px;
  line-height: 1.9;
  letter-spacing: 0.16em;
}
.recommend {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.15em;
  margin-left: 125px;
}
.ml12 {
  margin-left: 12px;
}
.ml10 {
  margin-left: 10px;
}
.itemLead {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: 35px;
}
.price {
  font-size: 12px;
  letter-spacing: 0.115em;
  margin-top: 30px;
  margin-bottom: 90px;
}
.tag {
  line-height: 2.1666666667;
}
.btnBuy {
  max-width: 41px;
  width: 100%;
  height: 19px;
  border: 1px solid #656565;
  margin-top: 4px;
  margin-left: 12px;
}
.mb188 {
  margin-bottom: 188px;
}
.underwear_btn_area {
  margin-top: 200px;
}
.underwear_btn {
  display: block;
  max-width: 460px;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .h2ttlEng {
    line-height: 3.6666;
  }
  .ttSub {
    padding: 17px 30px 0;
    line-height: 2;
  }
  .btnBuy {
    margin-top: -2px;
    padding-top: 11px;
  }
  .underwear_btn {
    padding-top: 18px;
  }
}

@media screen and (min-width: 1026px) {
  .spOnly {
    display: none;
  }
}

/* for tablet */
@media only screen and (min-width: 751px) and (max-width: 1025px) {
  .spOnly {
    display: none;
  }
  .sec01 {
  }
  .h2Title {
  }
  .h2ttlEng {
    font-size: calc(18 * (100vw / 1025));
  }
  .h2ttlMain {
    font-size: calc(33 * (100vw / 1025));
  }
  .h2ttlJp {
    font-size: calc(15 * (100vw / 1025));
  }
  .ttSubBox {
    width: calc(441 * (100vw / 1025));
    margin-top: calc(13 * (100vw / 1025));
  }
  .ttSub {
    font-size: calc(15 * (100vw / 1025));
    border: calc(1 * (100vw / 1025)) solid #aeaeac;
    padding: calc(17 * (100vw / 1025)) calc(30 * (100vw / 1025));
  }
  .ttlLead {
    font-size: calc(15 * (100vw / 1025));
    margin-top: calc(25 * (100vw / 1025));
  }

  .sec02 {
    background: #f3f3f3;
    margin-top: calc(59 * (100vw / 1025));
    padding-top: calc(60 * (100vw / 1025));
    padding-bottom: calc(77 * (100vw / 1025));
  }
  .anchorCont {
    width: calc(858 * (100vw / 1025));
  }
  .anchorCont .imgArea {
    height: calc(90 * (100vw / 1025));
  }
  .anchorCont .checkBtn {
    margin-top: calc(30 * (100vw / 1025));
  }
  .anchorCont02 {
    width: calc(633 * (100vw / 1025));
    margin-top: calc(35 * (100vw / 1025));
  }
  .anchorCont02 .imgArea {
    height: calc(122 * (100vw / 1025));
  }
  .anchorCont02 .checkBtn {
    margin-top: calc(24 * (100vw / 1025));
  }
  .anchorBox {
  }
  .imgArea {
    height: calc(150 * (100vw / 1025));
  }
  .fig01 {
    max-width: 152px;
    width: 100%;
  }
  .fig02 {
    max-width: 164px;
    width: 100%;
  }
  .fig03 {
    max-width: 143px;
    width: 100%;
  }
  .fig04 {
    max-width: 151px;
    width: 100%;
  }
  .fig05 {
    max-width: 154px;
    width: 100%;
  }
  .fig06 {
    max-width: 154px;
    width: 100%;
  }
  .fig07 {
    max-width: 150px;
    width: 100%;
  }
  .checkBtn {
    font-size: calc(14 * (100vw / 1025));
    color: #7d7d7d;
    position: relative;
    display: inline-block;
  }
  .checkBtn:after {
    content: "";
    width: calc(6 * (100vw / 1025));
    height: calc(6 * (100vw / 1025));
    border: 0;
    border-bottom: solid calc(1 * (100vw / 1025)) #7d7d7d;
    border-right: solid calc(1 * (100vw / 1025)) #7d7d7d;
    position: absolute;
    top: 54%;
    left: 116%;
    margin-top: calc(-6 * (100vw / 1025));
    transform: rotate(45deg);
  }

  .sec03 {
    width: calc(900 * (100vw / 1025));
  }
  .blank {
    margin-top: calc(-96 * (100vw / 1025));
    padding-top: calc(96 * (100vw / 1025));
  }
  .imgGroup {
    width: calc(617 * (100vw / 1025));
    margin-top: calc(95 * (100vw / 1025));
  }
  .videoBox {
    width: calc(330 * (100vw / 1025));
  }
  .video {
    width: calc(330 * (100vw / 1025));
  }
  .imgBox {
    width: calc(260 * (100vw / 1025));
    margin: auto 0;
  }
  .h3TitleArea {
    margin-top: calc(84 * (100vw / 1025));
  }
  .h3Title {
    width: calc(447 * (100vw / 1025));
    margin-top: calc(12 * (100vw / 1025));
  }
  .h3ttlSub {
    font-size: calc(17 * (100vw / 1025));
  }
  .h3ttlMain {
    font-size: calc(22 * (100vw / 1025));
  }
  .recommend {
    font-size: calc(14 * (100vw / 1025));
    margin-left: calc(125 * (100vw / 1025));
  }
  .ml12 {
    margin-left: calc(12 * (100vw / 1025));
  }
  .ml10 {
    margin-left: calc(10 * (100vw / 1025));
  }
  .itemLead {
    font-size: calc(15 * (100vw / 1025));
    margin-top: calc(35 * (100vw / 1025));
  }
  .price {
    font-size: calc(12 * (100vw / 1025));
    margin-top: calc(30 * (100vw / 1025));
    margin-bottom: calc(90 * (100vw / 1025));
  }
  .btnBuy {
    width: calc(41 * (100vw / 1025));
    height: calc(19 * (100vw / 1025));
    border: 1px solid #656565;
    margin-top: calc(4 * (100vw / 1025));
    margin-left: calc(12 * (100vw / 1025));
  }
  .mb188 {
    margin-bottom: calc(188 * (100vw / 1025));
  }

  .underwear_btn_area {
    margin-top: calc(200 * (100vw / 1025));
  }
  .underwear_btn {
    display: block;
    width: calc(460 * (100vw / 1025));
  }
}

/* for sp */
@media only screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
	
.bredlist.lp {
  line-height: calc(40 *(100vw / 750));
  font-size: calc(20 *(100vw / 750));
  margin: calc(25 *(100vw / 750)) auto;
  width: 92.592%;
  text-align: left;
  padding: 0; }

  .mainArea {
    margin-top: calc(0 * (100vw / 750));
    margin-bottom: calc(0 * (100vw / 750));
  }

  .sec01 {
  }
  .h2Title {
  }
  .h2ttlEng {
    font-size: calc(23 * (100vw / 750));
    line-height: calc(30 * (100vw / 750));
    letter-spacing: 0.15em;
  }
  .h2ttlMain {
    font-size: calc(48 * (100vw / 750));
    line-height: calc(105 * (100vw / 750));
    letter-spacing: 0.16em;
  }
  .h2ttlJp {
    font-size: calc(22 * (100vw / 750));
    line-height: calc(30 * (100vw / 750));
    letter-spacing: 0.09em;
  }
  .ttSubBox {
    width: calc(647 * (100vw / 750));
    margin-top: calc(63 * (100vw / 750));
  }
  .ttSub {
    font-size: calc(25 * (100vw / 750));
    letter-spacing: 0.09em;
    padding: 11px 2px;
  }
  .ttlLead {
    font-size: calc(23 * (100vw / 750));
    line-height: calc(50 * (100vw / 750));
    letter-spacing: 0.09em;
    margin-top: calc(23 * (100vw / 750));
  }

  .sec02 {
    margin-top: calc(123 * (100vw / 750));
    margin-bottom: calc(96 * (100vw / 750));
    padding: 0;
    background: none;
    margin-bottom: calc(255 * (100vw / 750));
  }
  .anchorCont {
    width: calc(591 * (100vw / 750));
  }
  .anchorCont .imgArea{
    height:calc(86* (100vw / 750));
  }
  .anchorCont .checkBtn{
    margin-top:calc(35*(100vw/750));
  }
  .anchorCont02 {
    width: calc(583 * (100vw / 750));
    margin-top: calc(75 * (100vw / 750));
  }
  .anchorCont02 .imgArea{
    height:calc(111* (100vw / 750));
  }
  .anchorCont02 .checkBtn{
    margin-top:calc(32*(100vw/750));
  }
  .anchorCont03 {
    width: calc(583 * (100vw / 750));
    margin-top: calc(75 * (100vw / 750));
  }
  .anchorCont03 .imgArea{
    height:calc(88* (100vw / 750));
  }
  .anchorCont03 .checkBtn{
    margin-top:calc(38*(100vw/750));
  }
  .anchorBox {
  }
  .fig01 {
    width: calc(162*(100vw / 750));
  }
  .fig02 {
    width: calc(160*(100vw / 750));
  }
  .fig03 {
    width: calc(136*(100vw / 750));
  }
  .fig04 {
    width: calc(138*(100vw / 750));
  }
  .fig05 {
    width: calc(140*(100vw / 750));
  }
  .fig06 {
    width: calc(143*(100vw / 750));
  }
  .fig07 {
    width: calc(139*(100vw / 750));
  }
  .checkBtn {
    font-size: calc(22 * (100vw / 750));
    letter-spacing: 0.09em;
    color: #7d7d7d;
    position: relative;
    display: inline-block;
  }
  .checkBtn:after {
    content: "";
    width: calc(6 * (100vw / 750));
    height: calc(6 * (100vw / 750));
    border: 0;
    border-bottom: solid calc(1 * (100vw / 750)) #7d7d7d;
    border-right: solid calc(1 * (100vw / 750)) #7d7d7d;
    position: absolute;
    top: -64%;
    left: 116%;
    margin-top: calc(16 * (100vw / 750));
    transform: rotate(45deg);
  }

  .sec03 {
    width: calc(723 * (100vw / 750));
    margin-right: calc(10*(100vw/750));
  }
  .blank{
    margin-top: calc(-250 * (100vw / 750));
    padding-top: calc(250 * (100vw / 750));
  }
  .h3Title {
	max-width: 100%;
    margin-top: 0;
    margin-left: calc(22 * (100vw / 750));
  }
  .h3ttlSub {
    font-size: calc(24 * (100vw / 750));
    line-height: calc(48 * (100vw / 750));
    letter-spacing: 0.15em;
  }
  .h3ttlMain {
    font-size: calc(37 * (100vw / 750));
    line-height: calc(66 * (100vw / 750));
    letter-spacing: 0.16em;
  }
  .imgGroup {
    width: calc(723 * (100vw / 750));
    margin-top: 12px;
    margin-right: calc(10*(100vw/750));
  }
  .videoBox {
    width: calc(391 * (100vw / 750));
  }
  .video {
    width: calc(391 * (100vw / 750));
  }
  .imgBox {
    width: calc(314 * (100vw / 750));
    margin: auto 0;
  }
  .price {
    font-size: calc(24 * (100vw / 750));
    letter-spacing: 0.115em;
    margin-top: calc(20 * (100vw / 750));
	margin-left: 3px;
    margin-bottom: 0;
  }
  .tag {
    line-height: calc(40 * (100vw / 750));
    margin-top: calc(9 * (100vw / 750));
  }
  .btnBuy {
    width: calc(81 * (100vw / 750));
    height: calc(36 * (100vw / 750));
    border: 1px solid #656565;
    margin-top: 4px;
    margin-left: calc(10 * (100vw / 750));
  }
  .leadBox {
    width:calc(680*(100vw/750));
    margin-bottom:calc(280*(100vw/750));
    margin-left: calc(35*(100vw/750));
  }
  .itemLead {
    font-size: calc(25 * (100vw / 750));
    line-height: calc(50 * (100vw / 750));
    letter-spacing: 0.09em;
    margin-top: calc(30 * (100vw / 750));
    white-space: nowrap
  }
  .recommend {
    font-size: calc(25 * (100vw / 750));
    line-height: calc(54 * (100vw / 750));
    letter-spacing: 0.15em;
    padding-top: calc(24 * (100vw / 750));
    margin-left: calc(0 * (100vw / 750));
  }
  .rmdColor {
    color: #757575;
  }
  .rmdBorder {
    border: 1px solid #b9b9b9;
    border-radius: calc(3 * (100vw / 750));
    margin-left: 3px;
    padding: calc(7 * (100vw / 750)) calc(14 * (100vw / 750));
  }
  .rmdBorderBox {
    width: calc(498 * (100vw / 750));
    height: calc(92 * (100vw / 750));
    border: 1px solid #b9b9b9;
    border-radius: calc(3 * (100vw / 750));
    line-height: calc(36 * (100vw / 750));
    margin-left: 3px;
  }
  .mt282 {
    margin-top: calc(282 * (100vw / 750));
    margin-left: calc(11 * (100vw / 750));
  }

  .underwear_btn_area {
    margin-top: calc(200 * (100vw / 750));
  }
  .underwear_btn {
    display: block;
    width: calc(460 * (100vw / 750));
  }
}
