@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: Montserrat-Medium;
  src: url('../../webfont/montserrat/Montserrat-Medium.ttf') format("truetype");
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../../webfont/montserrat/Montserrat-Bold.ttf') format("truetype");
}
@font-face {
  font-family: NotoSansJP-Light;
  src: url('../../webfont/NotoSans/NotoSansJP-Light.otf') format("opentype");
}
@font-face {
  font-family: NotoSansJP-Regular;
  src: url('../../webfont/NotoSans/NotoSansJP-Regular.otf') format("opentype");
}
@font-face {
  font-family: NotoSansJP-Medium;
  src: url('../../webfont/NotoSans/NotoSansJP-Medium.otf') format("opentype");
}
@font-face {
  font-family: NotoSansJP-Bold;
  src: url('../../webfont/NotoSans/NotoSansJP-Bold.otf') format("opentype");
}
/*.iframe-wrap {padding: 0 !important;}	*/
.img_pc {
  display: block;
}
.img_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .img_pc {
    display: none;
  }
  .img_sp {
    display: block;
  }
}
.bacolor_gold {
  background-color: #bf9d67 !important;
}
/*///////////////// Product ///////////////// */
.section_itemnavi {
  width: 100%;
  margin: 0 auto 70px;
}
.section_itemnavi > ul {
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
  display: table;
  table-layout: fixed;
}
.section_itemnavi > ul > li {
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
}
.section_itemnavi > ul > li > .itemlink, .section_itemnavi > ul > li > .itemlink:link, .section_itemnavi > ul > li > .itemlink:visited {
  display: block;
  width: 100%;
  padding: 10px 0 10px;
  margin: 0 auto 0;
  font-size: 11px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #565656;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #dfdfdf;
  text-decoration: none;
}
.section_itemnavi > ul > li > .itemlink:hover {
  background-color: #efefef;
}
.section_item {
  width: 100%;
  margin: 0 auto 100px;
  margin-top: -50px;
  padding-top: 100px;
}
.section_item > .item_cate {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "NotoSansCJKjp-light", sans-serif;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.3em;
  color: #ffffff;
  padding: 8px 0;
  margin: 0 auto 30px;
  background-color: #6f6f6f;
}
.section_item > ul {
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
  text-align: left;
}
.section_item > ul > li {
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3 - 35px);
  margin: 0 2% 60px;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
}
.section_item > ul > li > a > img {
  width: 100%;
  padding: 0;
  margin: 0 auto 10px;
  border: 1px solid #000000;
}
/*.section_item>ul>li:first-child, .section_item>ul>li:nth-child(4) {margin-left: 0;}
.section_item>ul>li:nth-child(3), .section_item>ul>li:nth-child(6) {margin-right: 0;}*/
.section_item > ul > li > .productcomp {
  width: 100%;
  margin: 0 auto 12px;
  padding: 5px 0;
  font-size: 15px;
  font-family: "NotoSansCJKjp-Light";
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
  border: 1px solid #000000;
}
.section_item > ul > li > .productname {
  width: 100%;
  margin: 0 auto 5px;
  font-size: 19px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
}
.section_item > ul > li > .productname > span {
  font-size: 75%;
}
.section_item > ul > li > .price {
  width: 100%;
  margin: 0 auto 0;
  font-size: 15px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
}
.section_item > ul > li > .price > b {
  font-size: 120%;
}
.section_item > ul > li > .price > span {
  font-size: 70%;
}
.section_item > ul > li > .price > .normalprice {
  font-size: 90%;
  text-decoration: line-through;
}
.section_item > ul > li > .price > .cpprice {
  font-size: 150%;
  color: #d20000;
}
.section_item > ul > li > .price > .cpprice > span {
  font-size: 70%;
  color: #d20000;
}
.section_item > ul > li > .caption {
  width: 100%;
  height: 75px;
  margin: 0 auto 0;
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
.section_item > ul > li > .productlink, .section_item > ul > li > .productlink:link, .section_item > ul > li > .productlink:visited {
  display: block;
  width: 100%;
  padding: 15px 0 15px;
  margin: 5px auto 15px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  border: 1px solid #000000;
  background-color: #000000;
  text-decoration: none;
}
.section_item > ul > li > .productlink:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border: 1px solid #6f6f6f;
}
.section_item > ul > li > .productlink_m, .section_item > ul > li > .productlink_m:link, .section_item > ul > li > .productlink_m:visited {
  display: block;
  width: 100%;
  padding: 15px 0 15px;
  margin: 5px auto 0;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  border: 1px solid #000000;
  background-color: #efefef;
  text-decoration: none;
}
.section_item > ul > li > .productlink_m:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border: 1px solid #6f6f6f;
}
.section_item > ul > .bnr_onecolumn {
  display: block;
  width: 96%;
  margin: 0 auto 50px;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
}
.section_item > ul > .bnr_onecolumn > a > img {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
}
.section_item > ul > .bnr_onecolumn > .price {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
.section_item > ul > .bnr_onecolumn > .caption {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
.section_item > ul > .bnr_onecolumn > .productlink, .section_item > ul > .bnr_onecolumn > .productlink:link, .section_item > ul > .bnr_onecolumn > .productlink:visited {
  display: block;
  width: 60%;
  padding: 15px 0 15px;
  margin: 10px auto 10px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  border: 1px solid #000000;
  background-color: #000000;
  text-decoration: none;
}
.section_item > ul > .bnr_onecolumn > .productlink:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border: 1px solid #6f6f6f;
}
.section_item > ul > .bnr_onecolumn > .productlink_m, .section_item > ul > .bnr_onecolumn > .productlink_m:link, .section_item > ul > .bnr_onecolumn > .productlink_m:visited {
  display: block;
  width: 60%;
  padding: 15px 0 15px;
  margin: 10px auto 0;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  border: 1px solid #000000;
  background-color: #efefef;
  text-decoration: none;
}
.section_item > ul > .bnr_onecolumn > .productlink_m:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border: 1px solid #6f6f6f;
}
.section_item > ul > .bnr_twocolumn {
  display: inline-block;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2 - 35px);
  margin: 0 2%;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
}
.section_item > ul > .bnr_twocolumn > .productname {
  width: 100%;
  margin: 0 auto 5px;
  font-size: 16px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
}
.section_item > ul > .bnr_twocolumn > a > img {
  dwidth: 100%;
  margin: 0 auto 10px;
  padding: 0;
  border: none;
}
.section_item > ul > .bnr_twocolumn > .price {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
.section_item > ul > .bnr_twocolumn > .caption {
  width: 100%;
  height: 20px;
  margin: 0 auto 20px;
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
.section_item > ul > li > .btn_coupon, .section_item > ul > li > .btn_coupon:link, .section_item > ul > li > .btn_coupon:visited {
  display: block;
  width: 60%;
  padding: 10px 0 10px;
  margin: 5px auto 10px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  border: 1px solid #d20000;
  border-radius: 20px;
  background-color: #d20000;
  text-decoration: none;
}
.section_item > ul > li > .btn_coupon:hover {
  color: #d20000;
  background-color: #ffffff;
  border: 1px solid #d20000;
}
/*キャンペーンページ ワンカラム*/
.section_item > ul > .cp_onecolumn {
  display: block;
  width: 85%;
  margin: 0 auto 60px;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .section_itemnavi {
    width: 95%;
    margin: 0 auto 30px;
  }
  .section_itemnavi > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    list-style: none;
    display: table;
    table-layout: fixed;
  }
  .section_itemnavi > ul > li {
    display: inline-block;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    margin: 0 auto 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
  }
  .section_itemnavi > ul > li > .itemlink, .section_itemnavi > ul > li > .itemlink:link, .section_itemnavi > ul > li > .itemlink:visited {
    display: block;
    width: 100%;
    padding: 13px 0 13px;
    margin: 0 auto 0;
    font-size: 11px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #565656;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #dfdfdf;
    text-decoration: none;
  }
  .section_itemnavi > ul > li > .itemlink:hover {
    background-color: #efefef;
  }
  .section_item {
    width: 95%;
    margin: 0 auto 50px;
    margin-top: -30px;
    padding-top: 30px;
  }
  .section_item > .item_cate {
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: "NotoSansCJKjp-light", sans-serif;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 8px 0;
    margin: 0 auto 30px;
    background-color: #6f6f6f;
  }
  .section_item > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    list-style: none;
  }
  .section_item > ul > li {
    display: inline-block;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3 - 40px);
    margin: 0 2% 40px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
  }
  .section_item > ul > li > a > img {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    border: 1px solid #000000;
  }
  /*.section_item>ul>li:first-child, .section_item>ul>li:nth-child(4), .section_item>ul>li:nth-child(7) {margin-left: 0; margin-right: 2%;}
.section_item>ul>li:nth-child(3), .section_item>ul>li:nth-child(6), .section_item>ul>li:nth-child(9) {margin-left: 2%; margin-right: 0;}*/
  .section_item > ul > li > .productcomp {
    width: 100%;
    margin: 0 auto 12px;
    padding: 5px 0;
    font-size: 11px;
    font-family: "NotoSansCJKjp-Light";
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: center;
    border: 1px solid #000000;
  }
  .section_item > ul > li > .productname {
    width: 100%;
    margin: 0 auto 5px;
    font-size: 14px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
  }
  .section_item > ul > li > .productname > span {
    font-size: 60%;
  }
  .section_item > ul > li > .price {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 13px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
  }
  .section_item > ul > li > .price > b {
    font-size: 120%;
  }
  .section_item > ul > li > .price > span {
    font-size: 80%;
  }
  .section_item > ul > li > .price > .normalprice {
    font-size: 90%;
    text-decoration: line-through;
  }
  .section_item > ul > li > .price > .cpprice {
    font-size: 150%;
    color: #d20000;
  }
  .section_item > ul > li > .price > .cpprice > span {
    font-size: 80%;
    color: #d20000;
  }
  .section_item > ul > li > .caption {
    width: 100%;
    height: 55px;
    margin: 0 auto 0;
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  .section_item > ul > li > .productlink, .section_item > ul > li > .productlink:link, .section_item > ul > li > .productlink:visited {
    display: block;
    width: 100%;
    padding: 15px 0 15px;
    margin: 10px auto 20px;
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    border: 1px solid #000000;
    background-color: #000000;
    text-decoration: none;
  }
  .section_item > ul > li > .productlink:hover {
    color: #ffffff;
    background-color: #6f6f6f;
    border: 1px solid #6f6f6f;
  }
  .section_item > ul > li > .productlink_m, .section_item > ul > li > .productlink_m:link, .section_item > ul > li > .productlink_m:visited {
    display: block;
    width: 100%;
    padding: 15px 0 15px;
    margin: 10px auto 0;
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    border: 1px solid #000000;
    background-color: #efefef;
    text-decoration: none;
  }
  .section_item > ul > li > .productlink_m:hover {
    color: #ffffff;
    background-color: #6f6f6f;
    border: 1px solid #6f6f6f;
  }
  .section_item > ul > .bnr_onecolumn {
    display: block;
    width: 96%;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
  }
  .section_item > ul > .bnr_onecolumn > a > img {
    dwidth: 100%;
    margin: 0 auto 10px;
    padding: 0;
  }
  .section_item > ul > .bnr_onecolumn > .price {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 13px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
  }
  .section_item > ul > .bnr_onecolumn > .caption {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  .section_item > ul > .bnr_onecolumn > .productlink, .section_item > ul > .bnr_onecolumn > .productlink:link, .section_item > ul > .bnr_onecolumn > .productlink:visited {
    display: block;
    width: 80%;
    padding: 15px 0 15px;
    margin: 10px auto 20px;
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    border: 1px solid #000000;
    background-color: #000000;
    text-decoration: none;
  }
  .section_item > ul > .bnr_onecolumn > .productlink:hover {
    color: #ffffff;
    background-color: #6f6f6f;
    border: 1px solid #6f6f6f;
  }
  .section_item > ul > .bnr_onecolumn > .productlink_m, .section_item > ul > .bnr_onecolumn > .productlink_m:link, .section_item > ul > .bnr_onecolumn > .productlink_m:visited {
    display: block;
    width: 80%;
    padding: 15px 0 15px;
    margin: 10px auto 0;
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    border: 1px solid #000000;
    background-color: #efefef;
    text-decoration: none;
  }
  .section_item > ul > .bnr_onecolumn > .productlink_m:hover {
    color: #ffffff;
    background-color: #6f6f6f;
    border: 1px solid #6f6f6f;
  }
  .section_item > ul > .bnr_twocolumn {
    display: inline-block;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2 - 15px);
    margin: 0 1% 10px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
  }
  .section_item > ul > .bnr_twocolumn > a > img {
    dwidth: 100%;
    margin: 0 auto 8px;
    padding: 0;
  }
  .section_item > ul > .bnr_twocolumn > .productname {
    width: 100%;
    margin: 0 auto 5px;
    font-size: 13px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
  }
  .section_item > ul > .bnr_twocolumn > .price {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 12px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
  }
  .section_item > ul > .bnr_twocolumn > .caption {
    width: 100%;
    height: 30px;
    margin: 0 auto 20px;
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  /*キャンペーンページ ワンカラム*/
  .section_item > ul > .cp_onecolumn {
    display: block;
    width: 95%;
    margin: 0 auto 40px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .section_item > ul > li {
    display: inline-block;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2 - 15px);
    margin: 0 1% 30px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
  }
  /*.section_item>ul>li:first-child, .section_item>ul>li:nth-child(3), .section_item>ul>li:nth-child(5) {margin-left: 0; margin-right: 2%;}
.section_item>ul>li:nth-child(2), .section_item>ul>li:nth-child(4), .section_item>ul>li:nth-child(6) {margin-left: 2%; margin-right: 0;}*/
}
/*///////////////// Brand ///////////////// */
.section_brand {
  width: 100%;
  margin: 0 auto 100px;
  margin-top: -100px;
  padding-top: 100px;
}
.section_brand > ul {
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
}
.section_brand > ul > li {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
  border: 1px solid #cfcfcf;
}
.section_brand > ul > li > a > img {
  width: 100%;
  padding: 0;
  margin: 0 auto 10px;
}
.section_brand > ul > li:nth-child(2n+1) {
  margin-left: 0;
}
.section_brand > ul > li:nth-child(2n) {
  margin-right: 0;
}
.section_brand > ul > li > .brandconcept {
  width: 100%;
  margin: 10px auto 10px;
  font-size: 16px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
.section_brand > ul > li > .textWrap {
  width: 85%;
  margin: 0 auto 0;
}
.section_brand > ul > li > .textWrap > .brandname {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 20px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
}
.section_brand > ul > li > .textWrap > .brandname > span {
  display: block;
  font-size: 60%;
}
.section_brand > ul > li > .textWrap > .caption {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
.section_brand > ul > li > .productlink, .section_brand > ul > li > .productlink:link, .section_brand > ul > li > .productlink:visited {
  display: block;
  width: 85%;
  padding: 15px 0 15px;
  margin: 0 auto 20px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  border: 1px solid #000000;
  background-color: #000000;
  text-decoration: none;
}
.section_brand > ul > li > .productlink:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border: 1px solid #6f6f6f;
}
@media screen and (max-width: 1000px) {
  .section_brand {
    width: 100%;
    margin: 0 auto 50px;
    margin-top: -100px;
    padding-top: 100px;
  }
  .section_brand > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    list-style: none;
  }
  .section_brand > ul > li {
    display: inline-block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
    border: 1px solid #cfcfcf;
  }
  .section_brand > ul > li > a > img {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
  }
  .section_brand > ul > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .section_brand > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .section_brand > ul > li > .brandconcept {
    width: 100%;
    margin: 10px auto 10px;
    font-size: 15px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
  }
  .section_brand > ul > li > .textWrap {
    width: 90%;
    margin: 0 auto 0;
  }
  .section_brand > ul > li > .textWrap > .brandname {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 17px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
  }
  .section_brand > ul > li > .textWrap > .brandname > span {
    display: block;
    font-size: 60%;
  }
  .section_brand > ul > li > .textWrap > .caption {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 13px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  .section_brand > ul > li > .productlink, .section_brand > ul > li > .productlink:link, .section_brand > ul > li > .productlink:visited {
    display: block;
    width: 90%;
    padding: 15px 0 15px;
    margin: 0 auto 20px;
    font-size: 14px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    border: 1px solid #000000;
    background-color: #000000;
    text-decoration: none;
  }
  .section_brand > ul > li > .productlink:hover {
    color: #ffffff;
    background-color: #6f6f6f;
    border: 1px solid #6f6f6f;
  }
}
@media screen and (max-width: 768px) {
  .section_brand > ul {
    width: 90%;
    padding: 0;
    margin: 0 auto 0;
    list-style: none;
  }
  .section_brand > ul > li {
    display: block;
    width: 100%;
    margin: 0 auto 35px;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
    border: 1px solid #cfcfcf;
  }
  .section_brand > ul > li > .textWrap > .caption {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    font-size: 13px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  .section_brand > ul > li > .brandconcept {
    width: 100%;
    margin: 10px auto 10px;
    font-size: 15px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
  }
}
/*Brand Footer*/
.iframe-wrap > .frm_brand {
  width: 100%;
  height: 880px;
  border-style: none;
}
.section_brand_ft {
  width: 1000px;
  margin: 50px auto 50px;
}
.section_brand_ft > ul {
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
}
.section_brand_ft > ul > li {
  display: inline-block;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4 - 25px);
  margin: 0 1% 35px;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
  border: 1px solid #cfcfcf;
}
.section_brand_ft > ul > li > a > img {
  width: 100%;
  padding: 0;
  margin: 0 auto 10px;
}
.section_brand_ft > ul > li > .brandconcept {
  width: 100%;
  margin: 10px auto 10px;
  font-size: 13px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
.section_brand_ft > ul > li > .textWrap {
  width: 85%;
  margin: 0 auto 0;
}
.section_brand_ft > ul > li > .textWrap > .brandname {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
}
.section_brand_ft > ul > li > .textWrap > .brandname > span {
  display: block;
  font-size: 60%;
}
.section_brand_ft > ul > li > .textWrap > .caption {
  width: 100%;
  height: 100px;
  margin: 0 auto 20px;
  font-size: 13px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
.section_brand_ft > ul > li > .productlink, .section_brand_ft > ul > li > .productlink:link, .section_brand_ft > ul > li > .productlink:visited {
  display: block;
  width: 85%;
  padding: 15px 0 15px;
  margin: 0 auto 20px;
  font-size: 13px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  border: 1px solid #000000;
  background-color: #000000;
  text-decoration: none;
}
.section_brand_ft > ul > li > .productlink:hover {
  color: #ffffff;
  background-color: #6f6f6f;
  border: 1px solid #6f6f6f;
}
/*COSMEDON Footer*/
.iframe-wrap > .frm_cosmedon {
  width: 100%;
  height: 5400px;
  border-style: none;
}
@media screen and (min-width:1600px) {
  .iframe-wrap > .frm_cosmedon {
    height: 5800px;
  }
}
@media screen and (min-width:2000px) {
  .iframe-wrap > .frm_cosmedon {
    height: 6000px;
  }
}
.section_cosmedon_ft {
  width: 90%;
  margin: 50px auto 50px;
}
#okaz {
  width: 100%;
  padding: 0 0 0;
  margin: 0 auto 50px;
  text-align: center;
}
#okaz > div > .maincaption {
  margin: 40px 0 60px;
  font-size: 17px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 2.0;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
}
#okaz > div > figure {
  display: inline-block;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4 - 80px);
  margin: 0 2% 60px;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
#okaz > div > figure > .product_category {
  width: 160px;
  margin: 0 auto 10px;
  padding: 5px 0;
  font-size: 12px;
  font-family: "NotoSansJP-Light";
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
}
#okaz > div > .trial_category {
  width: 90%;
  margin: 0 auto 20px;
  padding: 10px 0;
  font-size: 12px;
  font-family: "NotoSansJP-Light";
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
}
#okaz > div > .pcdis {
  background-color: transparent !important;
  border: none !important;
  margin: 0;
}
#okaz > div > figure > .product_name {
  margin: 0 0 0;
  font-size: 17px;
  font-family: 'Montserrat-Bold', sans-serif;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
#okaz > div > figure > .product_name > span {
  display: inline-block;
  font-size: 60%;
  font-family: 'Montserrat-Bold', sans-serif;
  margin-right: 10px;
}
#okaz > div > figure > .product_name_s {
  margin: 0 0 15px;
  font-size: 13px;
  font-family: 'NotoSansJP-Bold', sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
}
#okaz > div > figure > .price {
  margin: 20px auto 5px;
  font-size: 16px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
}
#okaz > div > figure > .price > b {
  font-size: 120%;
  font-weight: 600;
}
#okaz > div > figure > .price > span {
  font-size: 70%;
}
#okaz > div > figure > .thumbWrap {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  margin: 0 3% 0 0;
}
#okaz > div > figure > .thumbWrap > a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  zoom: 1;
}
#okaz > div > figure > .thumbWrap > a > img {
  width: 100%;
}
#okaz > div > figure > .thumbWrap > a > img:hover {
  transform: scale(1.03, 1.03);
  transition: 0.3s all;
}
#okaz > div > figure > .effectWrap {
  width: 90%; /*height: 250px;*/ margin: 20px auto 20px;
  display: block;
  vertical-align: top;
}
#okaz > div > figure > .effectWrap > .component {
  display: block;
  margin: 0 auto 10px;
  padding: 8px 0 10px;
  border-radius: 15px;
  font-size: 11px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
}
#okaz > div > figure > .effectWrap > .component > sup {
  font-size: 40%;
}
#okaz > div > figure > .effectWrap > .bgc_gohan {
  background-color: #747474;
}
#okaz > div > figure > .effectWrap > .bgc_nicopan {
  background-color: #7ca1d6;
}
#okaz > div > figure > .effectWrap > .bgc_fuller {
  background-color: #8888a0;
}
#okaz > div > figure > .effectWrap > .bgc_oilfuller {
  background-color: #aca55a;
}
#okaz > div > figure > .effectWrap > .bgc_namac {
  background-color: #ff9639;
}
#okaz > div > figure > .effectWrap > .bgc_retinomild {
  background-color: #8bb70d;
}
#okaz > div > figure > .effectWrap > .bgc_retinodx {
  background-color: #fcef0c;
  color: #000000 !important;
}
#okaz > div > figure > .effectWrap > .bgc_nicogg {
  background-color: #8885d2;
}
#okaz > div > figure > .effectWrap > .bgc_matrimix {
  background-color: #c75c99;
}
#okaz > div > figure > .effectWrap > .bgc_azagg {
  background-color: #90d1d4;
}
#okaz > div > figure > .effectWrap > .bgc_motimoti {
  background-color: #ef7697
}
#okaz > div > figure > .effectWrap > .bgc_shiratama {
  background-color: #ebc523;
}
#okaz > div > figure > .effectWrap > .bgc_mukitama {
  background-color: #4C82CC;
}
#okaz > div > figure > .effectWrap > .bgc_pdrn {
  background-color: #f6475b;
}
#okaz > div > figure > .effectWrap > .effect_inner {
  width: 100%;
  margin: 10px auto 0;
  padding: 0px;
}
#okaz > div > figure > .effectWrap > .effect_inner > .effect {
  width: 100%;
  display: block;
  padding: 8px 0 10px;
  border-radius: 15px;
  border: 1px solid #000000;
  font-size: 13px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 1.0;
  letter-spacing: 0.01em;
  color: #000000;
  text-align: center;
}
#okaz > div > figure > .effectWrap > .effect_inner > .effect_pt {
  width: 40%;
  display: inline-block;
}
#okaz > div > figure > .effectWrap > .effect_inner > .effect_pt > i {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #8c8c8c;
  text-align: left;
  letter-spacing: 1.5px;
}
#okaz > div > figure > .textWrap {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: static;
  top: 0;
  text-align: left;
}
#okaz > div > figure > .textWrap > .caption {
  width: 100%;
  margin: 0 0 30px; /*height: 60px;*/ font-size: 12px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#okaz > div > figure > .productlink {
  display: block;
  background: #000000;
  width: 95%;
  padding: 20px 0 20px 0;
  font-size: 14px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
  margin: 10px auto 20px;
  border: 1px solid #000000;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
#okaz > div > figure > .productlink:hover {
  background: #ffffff;
  color: #000000;
}
/*#okaz>div>figure>.productlink::after{content: ""; display: block; position: absolute; top: calc(50% - 5px); right: 20px; width: 15px; height: 5px; border: none; border-right: 1.5px solid #ffffff; border-bottom: 1px solid #ffffff; transform: skew(45deg); transition: .3s;}
#okaz>div>figure>.productlink:hover::after{right: 20px; width: 20px; border-right: 1.5px solid #000000; border-bottom: 1px solid #000000;}*/
#okaz > div > figure > .productlink_m {
  display: block;
  background: #ffffff;
  width: 95%;
  padding: 20px 0 20px 0;
  font-size: 14px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  margin: 10px auto 20px;
  border: 1px solid #000000;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
#okaz > div > figure > .productlink_m:hover {
  background: #666666;
  color: #ffffff;
}
/*#okaz>div>figure>.productlink_m::after{content: ""; display: block; position: absolute; top: calc(50% - 5px); right: 20px; width: 15px; height: 5px; border: none; border-right: 1.5px solid #000000; border-bottom: 1px solid #000000; transform: skew(45deg); transition: .3s;}
#okaz>div>figure>.productlink_m:hover::after{right: 20px; width: 20px; border-right: 1.5px solid #ffffff; border-bottom: 1px solid #ffffff;}*/
#okaz > div > .attenarea {
  width: 85%;
  margin: auto;
  text-align: left;
}
#okaz > div > .attenarea > .comp_atten_sc {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: left;
}
#okaz > div > .attenarea > .comp_atten {
  display: inline-block;
  margin-right: 10px;
  font-size: 11px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: left;
}
@media screen and (max-width:1200px) {
  .iframe-wrap > .frm_cosmedon {
    height: 6400px;
  }
  #okaz > div > figure {
    display: inline-block;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3 - 100px);
    margin: 0 2% 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    border-right: none;
  }
  #okaz > div > figure > .thumbWrap {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto 15px;
  }
  #okaz > div > figure > .effectWrap {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
  }
  #okaz > div > figure > .productlink {
    display: block;
    background: #000000;
    width: 97%;
    padding: 20px 0;
    font-size: 13px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ffffff;
    margin: 10px auto 20px;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
  #okaz > div > figure > .productlink_m {
    display: block;
    background: #ffffff;
    width: 97%;
    padding: 20px 0;
    font-size: 13px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000000;
    margin: 10px auto 90px;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
}
@media screen and (max-width:1000px) {
  .iframe-wrap > .frm_cosmedon {
    height: 10500px;
  }
  #okaz > div > figure {
    display: inline-block;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2 - 50px);
    margin: 0 2% 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    border-right: none;
  }
  #okaz > div > figure > .product_name {
    margin: 0 0 0;
    font-size: 18px;
    font-family: 'Montserrat-Bold', sans-serif;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
  }
  #okaz > div > figure > .product_name > span {
    display: block;
    font-size: 60%;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-right: 0;
  }
  #okaz > div > figure > .product_name_s {
    margin: 0 0 5px;
    font-size: 14px;
    font-family: 'NotoSansJP-Bold', sans-serif;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
  }
  #okaz > div > figure > .productlink {
    display: block;
    background: #000000;
    width: 97%;
    padding: 20px 0;
    font-size: 13px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ffffff;
    margin: 10px auto 20px;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
  #okaz > div > figure > .productlink_m {
    display: block;
    background: #ffffff;
    width: 97%;
    padding: 20px 0;
    font-size: 13px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000000;
    margin: 10px auto 100px;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
}
@media screen and (max-width:768px) {
  .iframe-wrap > .frm_cosmedon {
    height: 9000px;
  }
  .section_cosmedon_ft {
    width: 100%;
  }
  #okaz {
    width: 100%;
    padding: 80px 0 50px;
    margin: 0 auto 0;
    text-align: center;
    background-color: /*#ffffff*/ #f8f8f5;
  }
  #okaz > div > .maincaption {
    margin: 40px 0 30px;
    font-size: 15px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 2.0;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
  }
  #okaz > div > figure {
    display: inline-block;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2 - 30px);
    margin: 0 2% 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    border-right: none;
  }
  #okaz > div > figure > .product_category {
    width: 90%;
    margin: 0 auto 10px;
    padding: 5px 0;
    font-size: 12px;
    font-family: "NotoSansJP-Light";
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
    border: 1px solid #000000;
    text-align: center;
  }
  #okaz > div > figure:nth-of-type(2n) {
    border-right: none;
  }
  #okaz > div > figure:nth-of-type(3n) {
    border-right: none;
  }
  #okaz > div > .pcdis {
    background-color: transparent !important;
    border: none !important;
  }
  #okaz > div > figure > .product_name {
    margin: 0 0 0;
    font-size: 16px;
    font-family: 'Montserrat-Bold', sans-serif;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
  }
  #okaz > div > figure > .product_name > span {
    display: block;
    font-size: 60%;
    font-family: 'Montserrat-Bold', sans-serif;
    margin-right: 0;
  }
  #okaz > div > figure > .product_name_s {
    margin: 0 0 10px;
    font-size: 12px;
    font-family: 'NotoSansJP-Bold', sans-serif;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
  }
  #okaz > div > figure > .price {
    margin: 0 auto 10px;
    font-size: 15px;
    font-family: 'NotoSansJP-Regular', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
  }
  #okaz > div > figure > .price > b {
    font-size: 120%;
    font-weight: 600;
  }
  #okaz > div > figure > .price > span {
    font-size: 70%;
  }
  #okaz > div > figure > .thumbWrap {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto 15px;
  }
  #okaz > div > figure > .thumbWrap > a:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    zoom: 1;
  }
  #okaz > div > figure > .thumbWrap > a > img {
    width: 100%;
  }
  #okaz > div > figure > .thumbWrap > a > img:hover {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
  }
  #okaz > div > figure > .effectWrap {
    width: 100%;
    height: auto;
    margin: 20px auto 10px;
    display: block;
    vertical-align: top;
  }
  #okaz > div > figure > .effectWrap > .component {
    display: block;
    margin: 0 auto 10px;
    padding: 8px 0 10px;
    border-radius: 15px;
    font-size: 11px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
  }
  #okaz > div > figure > .effectWrap > .effect_inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 3px;
  }
  #okaz > div > figure > .effectWrap > .effect_inner > .effect {
    width: 100%;
    display: inline-block;
    padding: 8px 0 10px;
    font-size: 11px;
    font-family: 'NotoSansJP-Regular', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.01em;
    color: #565656;
    text-align: center;
  }
  #okaz > div > figure > .effectWrap > .effect_inner > .effect_pt {
    width: 40%;
    display: inline-block;
  }
  #okaz > div > figure > .effectWrap > .effect_inner > .effect_pt > i {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #8c8c8c;
    text-align: left;
    letter-spacing: 1.5px;
  }
  #okaz > div > figure > .textWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: static;
    top: 0;
    text-align: left;
  }
  #okaz > div > figure > .textWrap > .caption {
    width: 100%;
    margin: 0 0 30px;
    height: 80px;
    font-size: 12px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1.8;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  #okaz > div > figure > .productlink {
    display: block;
    background: #000000;
    width: 97%;
    padding: 20px 0;
    font-size: 13px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ffffff;
    margin: 10px auto 20px;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
  #okaz > div > figure > .productlink:hover {
    background: #ffffff;
    color: #000000;
  }
  #okaz > div > figure > .productlink::after {
    display: none;
  }
  #okaz > div > figure > .productlink:hover::after {
    right: 30px;
    width: 30px;
    border-right: 1.5px solid #000000;
    border-bottom: 1px solid #000000;
  }
  #okaz > div > figure > .productlink_m {
    display: block;
    background: #ffffff;
    width: 97%;
    padding: 20px 0;
    font-size: 13px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000000;
    margin: 10px auto 80px;
    border: 1px solid #000000;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
  #okaz > div > figure > .productlink_m:hover {
    background: #666666;
    color: #ffffff;
    border: 1px solid #666666;
  }
  #okaz > div > figure > .productlink_m::after {
    display: none;
  }
  #okaz > div > figure > .productlink_m:hover::after {
    right: 30px;
    width: 30px;
    border-right: 1.5px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  #okaz > div > .attenarea {
    width: 85%;
    margin: auto;
    text-align: left;
  }
  #okaz > div > .attenarea > .comp_atten_sc {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: left;
  }
  #okaz > div > .attenarea > .comp_atten {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    font-family: 'NotoSansJP-Light', sans-serif;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: left;
  }
}
/*///////////////// Component ///////////////// */
.section_comp {
  width: 100%;
  margin: 0 auto 50px;
  margin-top: -100px;
  padding-top: 100px;
}
.section_comp > .caption {
  width: 95%;
  margin: 0 auto 20px;
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
.section_compnavi {
  width: 100%;
  margin: 70px auto 50px;
}
.section_compnavi > ul {
  width: 100%;
  padding: 0;
  margin: 0 auto 0;
  list-style: none;
  display: table;
  table-layout: fixed;
}
.section_compnavi > ul > li {
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
  text-align: left;
}
.section_compnavi > ul > li > .itemlink, .section_compnavi > ul > li > .itemlink:link, .section_compnavi > ul > li > .itemlink:visited {
  display: block;
  width: 100%;
  padding: 10px 0 10px;
  margin: 0 auto 0;
  font-size: 11px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #565656;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #dfdfdf;
  text-decoration: none;
}
.section_compnavi > ul > li > .itemlink:hover {
  background-color: #efefef;
}
.section_comp > img {
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .section_compnavi {
    width: 95%;
    margin: 50px auto 80px;
  }
  .section_compnavi > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto 0;
    list-style: none;
    display: table;
    table-layout: fixed;
  }
  .section_compnavi > ul > li {
    display: inline-block;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    margin: 0 auto 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
    text-align: left;
  }
  .section_compnavi > ul > li > .itemlink, .section_compnavi > ul > li > .itemlink:link, .section_compnavi > ul > li > .itemlink:visited {
    display: block;
    width: 100%;
    padding: 13px 0 13px;
    margin: 0 auto 0;
    font-size: 11px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #565656;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #dfdfdf;
    text-decoration: none;
  }
  .section_compnavi > ul > li > .itemlink:hover {
    background-color: #efefef;
  }
}
/*///////////////// Review ///////////////// */
.reviewcpWrap {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 80px;
  background-color: #b4272d;
}
.reviewcpWrap > img {
  width: 100%;
  margin: auto;
}
.reviewcpWrap > .cpinner {
  width: 95%;
  margin: 0 auto;
}
.reviewcpWrap > .cpinner > img {
  width: 90%;
  margin: 20px auto 30px;
}
.reviewcpWrap > .cpinner > .title {
  font-size: 24px;
  margin: auto;
  padding: 0 0 10px;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  color: #b9a57d;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
}
.reviewcpWrap > .cpinner > .midashi {
  width: 95%;
  font-size: 17px;
  margin: 60px auto 15px;
  padding: 7px;
  border: 2px solid #ffffff;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
}
.reviewcpWrap > .cpinner > .midashi a {
  display: inline-block;
  padding: 1em 0;
  color: #F4E450;
}
.reviewcpWrap > .cpinner > .caption {
  width: 90%;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.0;
  color: #ffffff;
  text-align: justify;
}
.reviewcpWrap > .cpinner > .caption img {
  padding: 30px 130px 50px;
}
.reviewcpWrap > .cpinner > .attention_imp {
  width: 90%;
  margin: 20px auto 0;
  padding: 15px 5%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #ffffff;
  text-align: left;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.reviewcpWrap > .cpinner > .attention_imp > span {
  font-size: 85%;
  font-weight: 300;
}
.reviewcpWrap > .cpinner > .attention {
  width: 90%;
  margin: 0 auto 15px;
  padding: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.0;
  color: #ffffff;
  text-align: left;
}
.reviewcpWrap > .cpinner > .ngproduct {
  width: 90%;
  margin: 0 auto 15px;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.0;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .reviewcpWrap > .cpinner > img {
    width: 100%;
    margin: 20px auto 30px;
  }
  .reviewcpWrap > .cpinner > .title {
    font-size: 20px;
    margin: auto;
    padding: 0 0 10px;
    font-weight: 300;
    line-height: 1.7;
    text-align: left;
    color: #b9a57d;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
  }
  .reviewcpWrap > .cpinner > .midashi {
    width: 95%;
    font-size: 16px;
    margin: 50px auto 15px;
    padding: 7px;
    border: 2px solid #ffffff;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    color: #ffffff;
    font-family: "NotoSansCJKjp-Bold", sans-serif;
  }
  .reviewcpWrap > .cpinner > .attention_imp {
    width: 90%;
    margin: 20px auto 0;
    padding: 15px 5%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #ffffff;
    text-align: left;
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .reviewcpWrap > .cpinner > .attention_imp > span {
    font-size: 85%;
    font-weight: 300;
  }
  .reviewcpWrap > .cpinner > .caption {
    width: 90%;
    margin: 0 auto 14px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff;
    text-align: justify;
  }
  .reviewcpWrap > .cpinner > .caption img {
    padding: 10px 0px;
  }
  .reviewcpWrap > .cpinner > .attention {
    width: 90%;
    margin: 0 auto 14px;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff;
    text-align: left;
  }
  .reviewcpWrap > .cpinner > .ngproduct {
    width: 90%;
    margin: 0 auto 14px;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.0;
    color: #ffffff;
    text-align: left;
  }
}
/*///////////////// Thanks ///////////////// */
.thankscpWrap {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 80px;
  background-color: #faf5dc;
}
.thankscpWrap > img {
  width: 100%;
  margin: auto;
}
.thankscpWrap > .coupondate {
  width: 80%;
  font-size: 20px;
  margin: 30px auto 0;
  padding: 8px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #000000;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
}
.thankscpWrap > .coupondate > span {
  font-size: 120%;
}
.thankscpWrap > a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  zoom: 1;
}
.thankscpWrap > a > img {
  width: 95%;
  margin: auto;
}
.thankscpWrap > a > img:hover {
  transform: scale(1.05); /*transform: rotate(-2deg);*/
}
.thankscpWrap > .cpinner {
  width: 95%;
  margin: 0 auto;
}
.thankscpWrap > .cpinner > img {
  width: 90%;
  margin: 20px auto 30px;
}
.thankscpWrap > .cpinner > .midashi {
  width: 95%;
  font-size: 17px;
  margin: 60px auto 15px;
  padding: 7px;
  border: 2px solid #000000;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  color: #000000;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
}
.thankscpWrap > .cpinner > .caption {
  width: 90%;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.0;
  color: #000000;
  text-align: justify;
}
.thankscpWrap > .coupon_twocolumn {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.thankscpWrap > .coupon_twocolumn > li {
  display: inline-block;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2 - 15px);
  margin: 0 auto 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}
.thankscpWrap > .coupon_twocolumn > li > a > img {
  width: 100%;
  margin: auto;
}
.thankscpWrap > .coupon_twocolumn > li > a > img:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1000px) {
  .thankscpWrap > .coupondate {
    width: 90%;
    font-size: 17px;
    margin: 20px auto 20px;
    padding: 8px 0;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    color: #000000;
    font-family: "NotoSansCJKjp-Bold", sans-serif;
  }
  .thankscpWrap > .coupondate > span {
    font-size: 120%;
  }
  .thankscpWrap > .cpinner > img {
    width: 100%;
    margin: 20px auto 30px;
  }
  .thankscpWrap > .cpinner > .title {
    font-size: 20px;
    margin: auto;
    padding: 0 0 10px;
    font-weight: 300;
    line-height: 1.7;
    text-align: left;
    color: #b9a57d;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
  }
  .thankscpWrap > .cpinner > .midashi {
    width: 95%;
    font-size: 16px;
    margin: 50px auto 15px;
    padding: 7px;
    border: 2px solid #000000;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
    color: #000000;
    font-family: "NotoSansCJKjp-Bold", sans-serif;
  }
  .thankscpWrap > .cpinner > .caption {
    width: 90%;
    margin: 0 auto 14px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    text-align: justify;
  }
  .thankscpWrap > .cpinner > .attention {
    width: 90%;
    margin: 0 auto 14px;
    padding: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    text-align: left;
  }
  .thankscpWrap > .cpinner > .ngproduct {
    width: 90%;
    margin: 0 auto 14px;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.0;
    color: #000000;
    text-align: left;
  }
  .thankscpWrap > .coupon_twocolumn {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .thankscpWrap > .coupon_twocolumn > li {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    list-style: none;
    vertical-align: top;
  }
  .thankscpWrap > .coupon_twocolumn > li > a > img {
    width: 100%;
    margin: auto;
  }
  .thankscpWrap > .coupon_twocolumn > li > a > img:hover {
    transform: scale(1.05);
  }
}
/*///////////////// Campaign ///////////////// */
.cpWrap {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 0 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .cpWrap {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 0 0;
    background-color: #ffffff;
  }
}
/*///////////////// Chart ///////////////// */
.choose_box {
  position: relative;
  height: 50vw;
  width: 1000px;
  margin: 80px auto 300px;
}
.choose_box > h1 {
  font-family: 'NotoSansJP-Light', sans-serif;
  font-size: 25px;
  font-weight: normal;
  margin: 0 auto 20px;
  padding: 0;
  letter-spacing: 0.2em;
  line-height: 2.5;
  color: #000000;
  text-align: center;
  text-indent: 0;
}
.choose_box > h1 > span {
  display: block;
  font-size: 70%;
}
.choose_box > div > .question {
  width: 600px;
  display: block;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 50px;
  padding: 0 0 5px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  text-indent: 0;
  border-bottom: 1px solid #000000;
}
.choose_box > div > .answer {
  width: 600px;
  display: block;
  font-family: 'NotoSansJP-Medium', sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0 auto 50px;
  padding: 0 0 5px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  text-indent: 0;
}
.choose_box > div > ul {
  width: 100%;
  text-align: center;
  margin: auto; /*display:flex; flex-wrap: wrap;*/
}
.choose_box > div > ul > li {
  width: 150px;
  margin: 20px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.choose_box > div > ul > li > a {
  color: #000000;
  display: table-cell;
  width: 150px;
  height: 150px;
  text-align: center;
  background-color: #e6e3db;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
}
.choose_box > div > ul > li > a:hover {
  background-color: #b49e8e;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fit {
  position: absolute;
  left: 0px;
  top: 200px;
  width: 100%;
}
#q_06 span, #q_07 span {
  display: block;
  width: 100%;
}
#q_06 a, #q_07 a {
  display: block;
  width: 100%;
  text-align: center;
}
/*///////////////// contents-seibunframe ///////////////// */
iframe#fr-saibun {
  height: 1600px;
}
#fr-saibun ul {
  list-style: none;
  padding: 0;
}
#fr-saibun li {
  display: inline-block;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3 - 5px);
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
#fr-saibun a img {
  width: 100%;
}
#fr-saibun p {
  margin: 0;
  margin-bottom: 3rem;
  font-size: 1em;
}
@media screen and (max-width: 500px) {
  iframe#fr-saibun {
    height: 1580px;
  }
#fr-saibun li {
  display: inline-block;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2 - 5px);
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left;
}
}
