@charset "utf-8";
/* ///// 楽天から引用 〔PC〕///// */
/* =======================================================================================
　Header　引用
======================================================================================= */
.iframe-wrap > .frm_hd {
  width: 100%;
  height: 120px;
  border-style: none;
}
.l-header {
  position: fixed;
  background: none;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  /*height: 90px;　改*/
  z-index: 100;
  transition: margin-top .4s ease-out;
  top: 0;
  background-color: #ffffffe3;
}
.l-header.initial {
  margin-top: 0 !important;
}
.l-header__logo {
  margin: 0 auto 20px;
  padding: 0;
}
.l-header .l-nav {
  /*float: right;
  width: 70%;*/
  /*padding-top: 50px;*/
  padding-top: 13px;
  text-align: right;
}
.l-header ul.l-nav__global {
  vertical-align: middle;
  margin: 0 0 0 auto;
  /* display: inline-block; */
  /*width: 650px;
  display: flex;*/
}
.l-header .l-nav__container li {
  display: inline-block;
  /*-webkit-calc(100% / 5) ;
  width : calc(100% / 5 - 80px) ;*/
  margin-left: 30px;
  text-align: center;
}
.l-header .l-nav__container li a {
  display: block;
  margin: 0 auto;
  padding: 0 0 5px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.2em;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  transition: border-bottom .4s;
}
.l-header .l-nav__container li a.hn_now {
  color: #acacac;
}
.l-header .l-nav__container li a.hn_now:hover {
  color: #acacac;
  border-bottom: none;
}
.l-nav__container li:last-child a {
  font-size: 130%;
}
.l-header .l-nav__container li a:active, .l-header .l-nav__container li a:hover {
  color: #565656;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.l-header .l-nav__container li:first-child {
  margin-left: 0;
}
.l-header .l-nav__container li:last-child a:active, .l-header .l-nav__container li:last-child a:hover {
  color: #000000;
  border-bottom: none;
}
.l-header__menubtn {
  display: none;
}
a.inpage {
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.l-header.bc {
  height: 112px;
  margin-top: -112px;
}
.c-layout-contents {
  min-width: 1000px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 10px auto 60px;
  padding: 0 5%;
}
.menucontainer {
  display: none;
}
h1#headerLogo {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #898989;
  float: left;
}
h1#headerLogo img {
  display: block;
  /*margin-top: 10px;*/
}
.search-wrap {
  width: 220px;
  height: 29px;
  margin: 0 0 12px auto;
  border-bottom: 1px solid #565656;
}
.search-wrap > form {
  padding: 0 10px 0 0;
}
.searchText {
  border: medium none;
  color: #252526;
  height: 25px;
  /*height: 25px\9;*/
  letter-spacing: 0;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 185px;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .h_logo img.headerlogo {
    width: 70%;
  }
  .l-header {
    position: fixed;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    height: 0;
    z-index: 50;
    margin-top: 0;
    transition: margin-top .4s ease-out;
  }
  .l-header .l-nav {
    display: none;
  }
  .l-header .l-nav__container li:last-child {
    display: none;
  }
  .l-header__logo {
    display: none;
  }
  .menucontainer {
    display: block;
  }
}
/*/////////////////////// TOP ///////////////////////*/
.renewal {
  width: 100%;
  margin: 100px auto;
  text-align: center;
}
.renewal > #headerLogo {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #898989;
  float: none;
}
.renewal > #headerLogo > a > img {
  width: 300px;
  display: block;
  margin: 10px auto 30px;
}
.renewal > p {
  margin: 0 auto 10px;
  font-size: 15px;
  font-family: 'NotoSansJP-Light', sans-serif;
  line-height: 2.0;
  letter-spacing: 0.1em;
  color: #000000;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .renewal > #headerLogo > a > img {
    width: 60%;
    display: block;
    margin: 10px auto 30px;
  }
}
/* =======================================================================================
　Main
======================================================================================= */
#main {
  width: 100%;
  margin: 90px auto 0;
  padding: 0;
}
p.catchcopy {
  margin: 0 auto;
  font-size: 35px;
  font-family: "NotoSansCJKjp-bold";
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.8;
  letter-spacing: -0.3em;
  position: absolute;
  top: 20px;
  left: 5%;
  color: #000000;
  z-index: 1;
}
p.catchcopy span.kto {
  position: relative;
  left: 20px;
  top: -18px;
}
p.catchcopy span.sc {
  display: block;
  font-size: 60%;
  letter-spacing: 0.2em;
  padding: 12px 20px 0 0;
}
.titleWrap.typeA {
  overflow: hidden;
  margin-bottom: 0;
  text-align: left;
}
.titleWrap.typeA > .title {
  font-size: 30px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
}
.titleWrap.typeA > .title > .titlesub {
  font-size: 14px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
}
.titleWrap.typeA > .title:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #efefef;
  display: block;
}
.titleWrap.typeA > .title:after {
  margin-left: .85em;
}
.titleWrap.typeB {
  overflow: hidden;
  margin: 0 auto 40px;
  text-align: center;
}
.titleWrap.typeB > .title {
  font-size: 35px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.5em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
  display: block;
}
.titleWrap.typeB > .titlesub {
  font-size: 14px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
}
.titleWrap.typeC {
  overflow: hidden;
  margin: 0 auto 50px;
  text-align: center;
}
.titleWrap.typeC > .title {
  font-size: 28px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
  display: block;
}
.titleWrap.typeC > .titlesub {
  font-size: 13px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
}
.titleWrap.typeD {
  overflow: hidden;
  margin: 0 auto 60px;
  text-align: left;
}
.titleWrap.typeD > .title {
  font-size: 30px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
  display: block;
}
.titleWrap.typeD > .titlesub {
  font-size: 14px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
}
.titleWrap.typeE > .title {
  font-size: 25px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 15px;
  display: block;
}
.titleWrap.typeE > .titlesub {
  font-size: 14px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
}
.titleWrap.typeF > .title {
  font-size: 20px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0 0 0;
  margin: 30px auto 15px;
  display: inline-block;
}
.titleWrap.typeF > .titlesub {
  font-size: 13px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 auto 0;
}
.titleWrap.typeG {
  overflow: hidden;
  margin: 0 auto 20px;
  text-align: center;
}
.titleWrap.typeG > .title {
  align-items: center;
  font-size: 25px;
  font-family: "sofia-pro-condensed", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: #000000;
  padding: 10px 0;
  margin: 30px auto 15px; /*border: 1px solid #000000;*/
}
.titleWrap.typeG > .title > .titlesub {
  font-size: 15px;
  font-family: "NotoSansCJKjp-medium";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #000000;
  padding: 0 0 0;
  margin: 0 0 0 10px;
  display: block;
}
p.text01 {
  width: 95%;
  margin: auto;
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
p.text02 {
  width: 100%;
  margin: auto;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
p.text03 {
  width: 100%;
  margin: 20px auto;
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: left;
  text-align: justify;
}
section#swiper {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0;
  position: relative;
}
section#slider_top {
  width: 100%;
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
}
section#news {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
}
section#bnrarea {
  width: 100%;
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
}
section#benefit {
  width: 1000px;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
}
section#product {
  width: 1000px;
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
}
section#ranking {
  width: 740px;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  p.catchcopy {
    margin: 0 auto;
    font-size: 28px;
    font-family: "NotoSansCJKjp-bold";
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
    letter-spacing: -0.3em;
    position: absolute;
    top: 15px;
    left: 5%;
    color: #000000;
    z-index: 1;
  }
  p.catchcopy span.kto {
    position: relative;
    left: 20px;
    top: -18px;
  }
  p.catchcopy span.sc {
    display: block;
    font-size: 60%;
    letter-spacing: 0.2em;
    padding: 12px 15px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  p.catchcopy {
    margin: 0 auto;
    font-size: 23px;
    font-family: "NotoSansCJKjp-bold";
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
    letter-spacing: -0.4em;
    position: absolute;
    top: 5px;
    left: 5%;
    color: #000000;
    z-index: 99;
  }
  p.catchcopy span.kto {
    position: relative;
    left: 15px;
    top: -13px;
  }
  p.catchcopy span.sc {
    display: block;
    font-size: 70%;
    letter-spacing: 0.2em;
    padding: 10px 10px 0 0;
  }
  .titleWrap.typeA {
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
  }
  .titleWrap.typeA > .title {
    font-size: 30px;
    font-family: "NotoSansCJKjp-bold";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #000000;
    padding: 0 0 0;
    margin: 0 auto 0;
    display: block;
    align-items: center;
  }
  .titleWrap.typeA > .titlesub {
    font-size: 15px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #000000;
    padding: 0 0 0;
    margin: 0 auto 0;
  }
  .titleWrap.typeA > .title:after {
    content: "";
    flex-grow: 1;
    height: 0;
    background: #none;
    display: block;
  }
  .titleWrap.typeA > .title:after {
    margin-left: .0em;
  }
  .titleWrap.typeB {
    overflow: hidden;
    margin: 0 auto 40px;
    text-align: center;
  }
  .titleWrap.typeB > .title {
    font-size: 25px;
    font-family: "sofia-pro-condensed", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.5em;
    color: #000000;
    padding: 0 0 0;
    margin: 0 auto 0;
    display: block;
  }
  .titleWrap.typeB > .title > .titlesub {
    font-size: 14px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #000000;
    padding: 0 0 0;
    margin: 0 auto 0;
  }
  .titleWrap.typeE > .title {
    font-size: 20px;
    font-family: "sofia-pro-condensed", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000000;
    padding: 0 0 0;
    margin: 0 auto 15px;
    display: block;
  }
  .titleWrap.typeE > .titlesub {
    font-size: 14px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #000000;
    padding: 0 0 0;
    margin: 0 auto 0;
  }
  .titleWrap.typeG {
    overflow: hidden;
    margin: 0 auto 20px;
    text-align: center;
  }
  .titleWrap.typeG > .title {
    align-items: center;
    font-size: 22px;
    font-family: "sofia-pro-condensed", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000000;
    padding: 10px 0;
    margin: 0 auto 0;
  }
  .titleWrap.typeG > .title > .titlesub {
    font-size: 14px;
    font-family: "NotoSansCJKjp-medium";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #000000;
    padding: 0 0 0;
    margin: 0;
    display: block;
  }
  p.text01 {
    width: 95%;
    margin: auto;
    font-size: 13px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  p.text02 {
    width: 100%;
    margin: auto;
    font-size: 14px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  p.text03 {
    width: 100%;
    margin: 20px auto;
    font-size: 13px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 100;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  section#swiper {
    width: 100%;
    margin: 100px auto 120px;
    padding: 0;
    position: relative;
  }
  section#news {
    width: 90%;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }
  section#bnrarea {
    width: 90%;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }
  section#benefit {
    width: 90%;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }
  section#product {
    width: 90%;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }
  section#ranking {
    width: 90%;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  p.catchcopy {
    margin: 0 auto;
    font-size: 18px;
    font-family: "NotoSansCJKjp-bold";
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
    letter-spacing: -0.3em;
    position: absolute;
    top: 0;
    left: 5%;
    color: #000000;
    z-index: 1;
  }
  p.catchcopy span.kto {
    position: relative;
    left: 10px;
    top: -8px;
  }
  p.catchcopy span.sc {
    display: block;
    font-size: 60%;
    letter-spacing: 0.2em;
    padding: 10px 2px 0 0;
  }
  p.text01 {
    width: 95%;
    margin: auto;
    font-size: 13px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  p.text02 {
    width: 100%;
    margin: auto;
    font-size: 14px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  p.text03 {
    width: 100%;
    margin: 20px auto;
    font-size: 13px;
    font-family: "NotoSansCJKjp-light";
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: left;
    text-align: justify;
  }
  section#swiper {
    width: 100%;
    margin: 80px auto 100px;
    padding: 0;
    position: relative;
  }
  section#slider_top {
    width: 100%;
    margin: 80px auto 0;
    padding: 0;
    position: relative;
  }
  section#benefit {
    width: 90%;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
  }
  section#product {
    width: 90%;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }
  section#ranking {
    width: 95%;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
  }
}
/* =======================================================================================
　News　引用
======================================================================================= */
.frm_news {
  width: 100%;
  height: 300px;
  border: none;
  margin-top: 0;
}
.topics {
  width: 100%;
  margin: 0 auto;
}
.topics dl {
  padding: 20px 1%;
  border-bottom: 1px solid #efefef;
}
.topics dt {
  padding-bottom: 40px;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  color: #000000;
  /*clear: both;　241029*/
  float: left;
  width: 15%;
}
.topics dt > .tplabel {
  display: block;
  width: 50px;
  padding: 2px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #81c2d1;
  margin: 5px 0 0 0;
}
.topics dd {
  width: 95%;
}
.topics dd > .tplinktxt, .topics dd > .tplinktxt:link, .topics dd > .tplinktxt:visited {
  font-size: 14px;
  font-family: "NotoSansCJKjp-light";
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.topics dd > .tplinktxt > em {
  font-family: "NotoSansCJKjp-bold";
  font-weight: 600;
}
.topics dd > .tplinktxt:hover {
  color: #bf9d67 /*#ff9091*/ ;
  transition-duration: 0.1s;
}
.topics dd > .tplink, .topics dd > .tplink:link, .topics dd > .tplink:visited {
  display: block;
  width: 20%;
  font-size: 15px;
  font-family: "NotoSansCJKjp-light";
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
  padding: 0;
  margin: -12px 0 15px auto;
  text-align: center;
  border: none;
  text-decoration: none;
  right: -10px;
  position: absolute;
}
.topics dd > .tplink:hover {
  color: #bf9d67 /*#ff9091*/ ;
  transition-duration: 0.1s;
}
/*.topics dd>.tplink, .topics dd>.tplink:link, .topics dd>.tplink:visited {display: block; width: 20%; font-size: 12px; font-family: "NotoSansCJKjp-light"; font-weight: 100; line-height: 1.5; letter-spacing: 0.02em; color: #000000; padding: 5px 0 5px; margin: -42px 0 12px auto; text-align: center; border: 1px solid #000000; text-decoration: none;}
.topics dd>.tplink:hover {color: #ffffff; background-color: #000000;}*/
@media screen and (max-width:1000px) {
  .topics {
    width: 100%;
    margin: 5px 0 0 auto;
  }
  .topics dt > .tplabel {
    display: block;
    width: 50px;
    padding: 2px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #bf9d67 /*#ff9091*/ ;
    margin: 5px 0 0;
  }
  .topics dd > .tplink, .topics dd > .tplink:link, .topics dd > .tplink:visited {
    display: none;
  }
  .topics dd > .tplinktxt, .topics dd > .tplinktxt:link, .topics dd > .tplinktxt:visited {
    font-size: 12px;
    font-family: "NotoSansCJKjp-light";
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .topics dd > .tplinktxt > em {
    font-family: "NotoSansCJKjp-bold";
    font-weight: 600;
  }
  /*.topics dd>.tplink {display: block; width: 90%; font-size: 12px; font-family: "NotoSansCJKjp-light"; font-weight: 100; line-height: 1.5; letter-spacing: 0.02em; color: #000000; padding: 8px 0 8px; margin: 10px auto; text-align: center; border: 1px solid #000000; text-decoration: none;}
.topics dd>.tplink {display: block; width: 90%; font-size: 12px; font-family: "NotoSansCJKjp-light"; font-weight: 100; line-height: 1.5; letter-spacing: 0.02em; color: #000000; padding: 8px 0 8px; margin: 10px auto; text-align: center; border: 1px solid #000000; text-decoration: none;}
.topics dd>.tplink:hover {color: #ffffff; background-color: #000000;}*/
}
@media screen and (max-width:768px) {
  .topics dt {
    font-size: 14px;
    clear: left;
    float: left;
    width: 100%;
    padding-bottom: 7px;
  }
  .topics dt > .tplabel {
    display: inline-block;
    width: 50px;
    padding: 1px 2px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #bf9d67 /*#ff9091*/ ;
    margin: 0 0 0 5px;
  }
  .topics dd {
    font-size: 13px;
    font-family: "NotoSansCJKjp-light";
    color: #000000;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  /*.topics dd>.tplink {display: block; width: 100%; font-size: 12px; font-family: "NotoSansCJKjp-light"; font-weight: 100; line-height: 1.5; letter-spacing: 0.02em; color: #000000; padding: 8px 0 8px; margin: 10px auto; text-align: center; border: 1px solid #000000; text-decoration: none;}*/
}
/* =======================================================================================
　改行
======================================================================================= */
.pcbr {
  display: block;
} /* PC改行*/
.spbr {
  display: none;
} /* スマホ改行解除*/
@media screen and (max-width: 1000px) {
  .pcbr {
    display: none;
  } /* PC改行解除*/
  .spbr {
    display: block;
  } /* スマホ改行*/
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: none;
  } /* PC改行解除*/
  .spbr {
    display: block;
  } /* スマホ改行*/
}
.img-pc {
  display: block;
} /* PC用画像 表示*/
.img-sp {
  display: none;
} /* スマホ用画像 非表示*/
@media screen and (max-width: 800px) {
  .img-pc {
    display: none;
  } /* PC用画像 非表示*/
  .img-sp {
    display: block;
  } /* スマホ用画像 表示*/
}





/* /////　楽々カート新規スタイル〔PC〕　///// */
/* ガイドページ　2402新規追加　https://bisket.shop/guide.html
----------------------------------------------- */
#main_column .custom_page {
  line-height: 1.8;
}
.custom_page #guide_area {
  width: 90%;
  border: none;
  margin: 0 auto 40px;
}
#guide_area {
  width: 100%;
  margin: auto;
  padding: 0 0 20px;
  color: #232323;
  border-bottom: 1px solid #acacac !important;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 400;
}
#guide_area > h2 {
  color: #232323;
  padding: 0;
  margin: 0 auto 10px;
  border-bottom: none;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#guide_area > .contents_outer {
  width: 95%;
  margin: auto;
}
#guide_area > .contents_outer > h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 20px auto 0;
  padding: 0;
}
#guide_area > .contents_outer > h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin: 10px auto 0;
  padding: 0;
}
#guide_area > .contents_outer > h3 > .num {
  font-size: 120%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#guide_area > .contents_outer > .telephone, #guide_area > .contents_outer > .telephone:link, #guide_area > .contents_outer > .telephone:visited {
  display: block;
  font-size: 28px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
  text-decoration: none;
  color: #be000b;
}
#guide_area > .contents_outer > .telephone > span {
  font-size: 80%;
  color: #000000;
  font-weight: 400;
}
#guide_area > .contents_outer > .b_hours {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0 auto 10px;
  padding: 0;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#guide_area > .contents_outer > .linkbtn_contact, #guide_area > .contents_outer > .linkbtn_contact:link, #guide_area > .contents_outer > .linkbtn_contact:visited {
  display: block;
  width: 400px;
  margin: 10px 0 10px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
}
#guide_area > .contents_outer > .linkbtn_contact:hover {
  color: #000000;
  background-color: #ffffff;
}
#guide_area > .contents_outer > .postage {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 10px auto 0;
  padding: 0;
}
#guide_area > .contents_outer > .postage > .num {
  font-size: 120%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
}
#guide_area > .contents_outer > .emp {
  font-size: 120%;
  color: #be000b;
}
#guide_area > .contents_outer > .bnrWrap {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
#guide_area > .contents_outer > .bnrWrap > a > img {
  margin: 0 auto 0;
  text-align: center;
}
#guide_area > .contents_outer > p {
  font-size: 15px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
#guide_area > .contents_outer > p > b {
  font-size: 110%;
  font-weight: 700;
  color: #be000b;
}
#guide_area > .contents_outer > p > span {
  font-size: 80%;
}
#guide_area > .contents_outer > .impWrap {
  width: 400px;
  margin: 20px auto;
  padding: 10px 2%;
  border: 1px solid #000000;
}
#guide_area > .contents_outer > p > a, #guide_area > .contents_outer > p > a:link, #guide_area > .contents_outer > p > a:visited {
  font-size: 110%;
  font-weight: 600;
  text-decoration: none;
}
/* Q&Aページ https://bisket.shop/faq.html
----------------------------------------------- */
.custom_page #guide-contents {
  width: 90%;
  margin: 50px auto 30px;
}
.custom_page .acMenu dd .answer {
  font-size: 15px;
}
.custom_page .acMenu dd .answer strong {
  font-size: 18px;
  font-weight: 500;
  text-indent: -2.5em;
}
.custom_page .acMenu dt {
  width: 100%;
}
.custom_page .questionetc {
  width: 800px;
  margin: 0 auto 250px;
  justify-content: space-evenly;
  display: flex;
  border: 1px solid;
  padding: 1em;
}
.custom_page .guideBoxWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none;
}
.custom_page .guideBoxWrap > .guideBox {
  width: 45%;
  height: auto;
  margin: 0 auto 30px;
  border-left: none;
  border-bottom: none;
}
.custom_page .guideBox h4 {
  background: #81c2d1;
  padding: 15px 0 10px 25px;
  border-bottom: none;
  font-size: 18px;
  border-radius: 3em;
  margin-bottom: 10px;
  font-weight: 600;
}
.custom_page #faqarea h3 {
  background-color: #81c2d1;
}
.custom_page #faqarea .linkbox a {
  display: block;
  background: gray;
  color: white;
  padding: 1.1em;
  width: 350px;
  text-align: center;
  margin: 0.5em 0 1.5em;
  border-radius: 1em 0 1em 0;
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
}
.custom_page .guideBoxWrap > .guideBox > .btn_faqhead, .custom_page .guideBoxWrap > .guideBox > .btn_faqhead:link, .custom_page .guideBoxWrap > .guideBox > .btn_faqhead:visited {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #676769;
  background-color: #676769;
}
.custom_page .guideBoxWrap > .guideBox > ul {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.custom_page .guideBoxWrap > .guideBox > ul > li {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.custom_page .guideBoxWrap > .guideBox > ul > li > a, .custom_page .guideBoxWrap > .guideBox > ul > li > a:link, .custom_page .guideBoxWrap > .guideBox > ul > li > a:visited {
  display: block;
  margin: 0 auto 10px;
  padding: 10px 0 10px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.0;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #afafaf;
}
.custom_page .guideBoxWrap > .guideBox_etc {
  width: 400px;
  margin: auto;
  text-align: left;
}
.custom_page .guideBoxWrap > .guideBox_etc > a:link, .custom_page .guideBoxWrap > .guideBox_etc > a:visited {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000000;
}
.custom_page #gotop {
  display: block !important;
  text-align: center;
}
.custom_page #gotop a {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background: #808080d4;
  font-size: 13px;
  line-height: 1.2em;
  padding-top: 12px;
  box-sizing: border-box;
  border-radius: 15%;
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
}
.custom_page #gotop a:before {
  font-size: 1rem;
  font-size: 16px;
  display: block;
  font-family: 'FontAwesome';
  content: "\f106";
}
#faq_area {
  width: 90%;
  margin: 0 auto 80px;
}
#faq_area > h4 {
  margin: 0 auto 20px;
  padding: 15px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.0;
  background-color: #676769;
  text-align: center;
}
#faq_area > .accordion {
  width: 95%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
/* デザイン管理ーブロック
----------------------------------------------- */
#block_cube-guide, #block_cube-brand {
  width: 100%;
}
.cube_list2, .cube_list3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cube_list2 figure, .cube_list3 figure {
  margin: 0;
  text-align: center;
}
.cube_list2 img, .cube_list3 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cube_list2 dl, .cube_list2 dd, .cube_list3 dl, .cube_list3 dd {
  margin: 0;
}
.cube_list2 dl, .cube_list3 dl {
  margin-top: .5em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
.cube_list2 dt, .cube_list2 .summary, .cube_list3 dt, .cube_list3 .summary {
  text-align: left;
}
.cube_list2 dt, .cube_list3 dt {
  font-size: .9em;
  font-weight: 700;
  text-align: center;
}
.cube_list2 dd, .cube_list3 dd {
  margin-top: .3em;
  font-size: .75em;
}
.cube_list2 .cube_mark, .cube_list3 .cube_mark {
  display: none; /*inline-block;*/
  padding: .2em .8em;
  /*background:;*/
}
/* よこ並びのスタイル */
/*　TOPキューブ*/
.cube_list3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(100% / 3));
  justify-content: center;
  /*max-width: 1024px;*/
  margin-inline: auto;
}
.cube_list3 li {
  padding: 16px 32px;
}
/*　カテゴリ　ブランドキューブ*/
.cube_list2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(100% / 2));
  justify-content: center;
  /*max-width: 1024px;*/
  margin-inline: auto;
  margin-bottom: 6em;
}
.cube_list2 li {
  padding: 16px 32px;
}