@charset "UTF-8";
/* Header Logo new---------------------- */
div#header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

div#head_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  div#head_inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
div#logo_space a {
  float: left;
  display: block;
  margin: 10px 0 10px 10px;
  width: 200px;
  height: 70px;
  background: url("../img/header/logo.png");
}

div#head_inner em {
  display: none;
}

/* ---------------------------------- */
/* Header Right --------------------- */
div#information {
  float: right;
  margin-top: 15px;
}

div#information ul {
  margin: 10px 0 0 0;
}

div#information ul li {
  position: relative;
  margin: 30px 0 0 2px;
  height: 20px;
  font-size: 14px;
  float: left;
  /*border-right:1px dotted #ccc;*/
}

/*会員登録 MYページ*/
div#information .info_mb {
  margin: 5px 0;
  color: #666;
  padding: 0px;
}

div#information .info_mb a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  zoom: 1;
}

/*ログイン ログアウト*/
div#information .info_mp {
  background: #fff;
  margin: 5px 0;
  color: #666;
  padding: 5px;
}

div#information .info_mp a {
  background: url("../img/header/head_mg.png") 1% 50% no-repeat;
  text-decoration: none;
  color: #555;
  padding: 5px 5px 5px 30px;
}

div#information .info_mp a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  zoom: 1;
}

/*カートを見る*/
div#information .info_sc {
  background: #fff;
  margin: 0;
  border: 2px solid #288ae4;
  padding: 8px 10px 5px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
}

div#information .info_sc a {
  background: url("../img/header/head_ct.png") 2% 50% no-repeat;
  text-decoration: none;
  color: #288ae4;
  padding: 10px 0px 5px 30px;
}

div#information .info_sc a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70); /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
  -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  zoom: 1;
}

/* ---------------------------------- */
/* Global Navi ---------------------- */
/* header
---------------------------------*/
div#cart-header,
header {
  /*width:1000px;*/
  width: 100%;
  /*height:120px;*/
  margin: 0 auto;
  padding: 0;
}

div#cart-header h1,
div#cart-header p.logo,
header h1,
header p.logo {
  margin: 0;
}

div#cart-header h1,
div#cart-header p.logo a:hover img,
header h1,
header p.logo a:hover img {
  opacity: 1;
}

div#cart-header .h-main,
header .h-main {
  display: flex;
  width: 1000px;
  height: 120px;
  margin: 0 auto;
}

div#cart-header .col-01,
header .col-01 {
  width: 352px;
  margin: 39px 72px 0 0;
}

div#cart-header .col-02,
header .col-02 {
  margin: 18px 17px 0 0;
  padding: 0;
}

div#cart-header .col-02 img,
header .col-02 img {
  display: block;
}

div#cart-header .col-02 ul,
header .col-02 ul {
  margin: 5px 0 0 0;
}

div#cart-header .col-02 ul li,
header .col-02 ul li {
  float: left;
}

div#cart-header .col-02 .forget,
header .col-02 .forget {
  margin: 9px 0 0 0;
  font-size: 62.5%;
  line-height: 1.1;
  text-align: right;
}

div#cart-header .col-02 .forget a,
header .col-02 .forget a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #666;
  text-decoration: none;
}

div#cart-header .col-02 .forget a:before,
header .col-02 .forget a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: 3px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div#cart-header .col-02 .forget a:hover,
header .col-02 .forget a:hover {
  text-decoration: underline;
}

div#cart-header .h-main .col-03,
header .h-main .col-03 {
  width: 201px;
  margin-top: 16px;
  padding-right: 0;
  padding-left: 0;
}

div#cart-header .regist,
header .regist {
  width: 144px;
  height: 40px;
  margin-right: 8px;
}

div#cart-header .login,
header .login {
  width: 144px;
  height: 40px;
  margin-right: 8px;
}

div#cart-header .cart,
header .cart {
  width: 54px;
  height: 40px;
}

#g_navi {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #22116e;
}

@media screen and (max-width: 1050px) {
  #g_navi {
    display: none;
  }
}
#g_navi ul#normal {
  width: 1000px;
  margin: 0 auto;
  /*display: flex;
  flex-flow: row wrap;
  justify-content: space-between;*/
  text-align: center;
  letter-spacing: -0.4em;
}

#g_navi ul#normal li {
  display: inline-block;
  width: 200px;
  letter-spacing: normal;
}

#g_navi ul#normal li a {
  display: block;
  width: 200px;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-left: 1px solid #6b619a;
}

/* toggle-panel */
#head,
#panel {
  display: none;
}

@media screen and (max-width: 1050px) {
  #head,
  #panel {
    display: block;
  }
  #panel-btn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0px 0 0px;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #241370;
    transition: 0.2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin-left: -7px;
    background: #241370;
    transition: 0.3s;
  }
  #panel-btn-icon:before {
    margin-top: -6px;
  }
  #panel-btn-icon:after {
    margin-top: 4px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background: #f1eeee;
    text-align: center;
    color: #241370;
  }
  #panel ul {
    padding: 0 20px;
  }
  #panel ul li {
    list-style-type: none;
    padding: 10px 0;
    text-align: left;
  }
  #panel ul li:before {
    content: ">";
  }
  #panel ul li a {
    color: #241370;
    text-decoration: none;
  }
}
/* clearfix */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after, .cf:after {
  clear: both;
}

.clearfix, .cf {
  zoom: 1;
}

.header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: hidden;
  _zoom: 1;
  width: 100%;
  background-color: #fff;
}

.header.is-open {
  overflow: hidden;
  _zoom: 1;
}

.header__inner {
  position: relative;
  overflow: visible;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 120px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-new .header-logo {
  top: 61%;
}

.header-new .header-logo a {
  background: url("https://www.wassershop.jp/assets/images/common/pc_logo.jpg") no-repeat;
}

.header-logo h1 {
  padding: 0;
  top: -30px;
  position: absolute;
  right: 157px;
  font-size: 14px;
  line-height: 41px;
  background: unset;
}

.header-new .header-logo p {
  font-size: 14px;
  top: 60px;
  position: absolute;
  right: 0;
  left: 0;
  padding: 0;
  background: unset;
}

.header-logo a {
  display: block;
  width: auto;
  height: 42px;
  color: #22116e;
  text-decoration: none;
}

.header-logo a img {
  max-height: 100%;
}

.header-menu {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header-menu a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.75);
}

.header-menu a.is-active {
  background-color: white;
}

.header-menu a.is-active .icon-bar:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  -moz-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

.header-menu a.is-active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.header-menu a.is-active .icon-bar:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  -moz-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

.header-menu a .icon-bar {
  position: absolute;
  left: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 1px;
  margin: 0 0 0 -15px;
  background-color: #22116e;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.header-menu a .icon-bar:nth-of-type(1) {
  top: 14px;
  -webkit-animation: menu-bar01 0.75s forwards;
  -moz-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

.header-menu a .icon-bar:nth-of-type(2) {
  top: 22px;
  opacity: 1;
  -webkit-transition: all 0.25s 0.25s;
  -moz-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
}

.header-menu a .icon-bar:nth-of-type(3) {
  top: 30px;
  -webkit-animation: menu-bar02 0.75s forwards;
  -moz-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.header-menu a em {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: inline-block;
  width: 40px;
  margin: 0 0 0 -20px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 0.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  color: #22116e;
  text-align: center;
}

/* 20200912 ここから追加 */
.header-cart {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 84px;
  height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.header-cart .header-cart__sp ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.header-cart .header-cart__sp ul li:nth-child(1n) {
  display: block;
  width: 35px;
  height: 40px;
}

.header-cart .header-cart__sp ul li:nth-child(2n) {
  display: block;
  width: 33px;
  height: 40px;
}

.header-cart .header-cart__sp ul li:nth-child(1n) img,
.header-cart .header-cart__sp ul li:nth-child(2n) img {
  width: 100%;
  height: auto;
}

/* 20200912 ここまで追加 */
.header-new .logo-sp {
  display: contents;
}

.header-new .logo-sp a {
  height: 42px;
  margin: 5px auto 35px;
  width: 175px;
}

.header-new .logo-sp a h1 {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  top: 45px;
  font-size: 16px;
  right: auto;
}

.header-2025__inner {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1000px;
}

.header-2025__logo {
  flex-shrink: 0;
}
.header-2025__logo a {
  padding: 25px 0 25px 16px;
  display: block;
  width: 137px;
}
.header-2025__logo h1 {
  margin: 0;
  line-height: 1;
  font-size: 1em;
}
.header-2025__logo img {
  width: 100%;
  height: auto;
}

.header-2025__list {
  margin-left: 50px;
  display: flex;
}
.header-2025__list a:hover {
  color: #fff;
  opacity: 0.65;
}

.header-2025__item {
  font-size: 14px;
  font-weight: bold;
}

.header-2025__item + .header-2025__item {
  margin-left: 19px;
}

.header-2025__link {
  padding: 27px 0;
  display: block;
  max-height: 100%;
  color: #fff;
}
.header-2025__link .ion-ios-arrow-forward {
  display: none;
}

.header__store {
  padding: 26px 59px;
  display: flex;
  align-items: center;
}
.header__store img {
  width: auto;
  height: 22px;
}

.header__store li + li {
  margin-left: 24px;
}

.header__store-mypage {
  margin-top: 1px;
}

.header__store-mypage img {
  width: auto;
  height: 25px;
}

.header__store-phone img {
  width: auto;
  height: 28px;
}

.header-new {
  width: 100%;
  background: #fff;
}
.header-new p {
  margin: 0;
}

.header-2025 .header__inner.sp {
  display: none;
}

.footer {
  margin: auto 0 0 0;
  padding: 40px 0;
  background-color: #f3f3f3;
}

.footer-guide__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d6d6d6;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.footer-guide__column {
  width: 300px;
}

.footer-guide__item {
  margin: 0 0 30px;
  padding: 0;
}

.footer-guide__title {
  margin: 0 0 5px;
  font-weight: 700;
  color: #22116e;
}

.footer-guide__body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.footer-guide__body p {
  margin: 0 0 10px;
}

.footer-guide__body p img {
  width: 100%;
}

.footer-guide__body ul {
  margin: 0 0 10px 20px;
  list-style-position: outside;
  list-style-type: disc;
  list-style-image: none;
}

.footer-nav__inner {
  padding: 0 5%;
}

@media screen and (min-width: 1024px) {
  .footer-nav__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  /* 20201026追加 */
  .footer .footer-guide {
    width: 1000px;
    margin: 30px auto;
  }
  .footer .footer-guide .sec-ttl {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #332776;
    text-align: center;
    font-weight: bold;
    border-bottom: none;
  }
  .footer .footer-guide ul {
    width: 1000px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .footer .footer-guide ul li {
    width: 333px;
    padding: 20px;
    list-style-type: none;
    box-sizing: border-box;
  }
  .footer .footer-guide ul li:nth-child(1),
  .footer .footer-guide ul li:nth-child(2),
  .footer .footer-guide ul li:nth-child(3) {
    border-bottom: 1px solid #ccc;
  }
  .footer .footer-guide ul li:nth-child(1),
  .footer .footer-guide ul li:nth-child(2),
  .footer .footer-guide ul li:nth-child(4),
  .footer .footer-guide ul li:nth-child(5) {
    border-right: 1px solid #ccc;
  }
  .footer .footer-guide ul li .sec-sub-ttl {
    margin: 10px 0;
    padding: 0;
    font-size: 15px;
    color: #332776;
    text-align: center;
    font-weight: bold;
    border: none;
  }
  .footer .footer-guide ul li p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
  .footer .footer-guide ul li .pct {
    width: 60px;
    margin: 0 auto;
  }
  .footer .footer-guide ul li .f-small {
    font-size: 85%;
  }
  .footer .footer-guide ul li .btn-link {
    width: 180px;
    margin: 15px auto;
  }
  .footer .footer-guide ul li .btn-link a {
    display: block;
    width: 180px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    border-radius: 3px;
    background: url("https://www.wassershop.jp/assets/images/common/footer_guide_btn_arrow.png") no-repeat right 10px center #22116e;
  }
  .footer .footer-guide ul li .btn-link a:hover {
    background: url("https://www.wassershop.jp/assets/images/common/footer_guide_btn_arrow.png") no-repeat right 10px center #e22180;
  }
}
.footer-nav__list {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .footer-nav__list {
    text-align: center;
  }
}
.footer-nav__item {
  margin: 0 0 5px;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .footer-nav__item {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 10px;
  }
  .footer-nav__item:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    content: "";
  }
  .footer-nav__item:first-child {
    padding: 0 5px 0 0;
  }
  .footer-nav__item:first-child:after {
    display: none;
  }
}
.footer-nav__item a {
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  color: #666;
}

.footer-nav__item a:hover {
  opacity: 0.65;
}

@media screen and (min-width: 1024px) {
  .footer-nav__item a {
    font-size: 13px;
    /*font-size: 1.3rem;*/
  }
}
.footer-copy {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 11px;
  font-style: normal;
  color: #666;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer-copy {
    margin-bottom: 40px;
  }
}
.pagetop {
  position: fixed;
  z-index: 111;
  right: 10px;
  bottom: 10px;
  display: none;
}

@media screen and (min-width: 1024px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetop {
    bottom: 60px;
  }
}
.pagetop a {
  display: block;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #22116e;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .pagetop a {
    padding: 10px 10px;
  }
  .pagetop a:hover {
    color: snow;
  }
}
.pagetop a i {
  display: block;
  font-size: 30px;
  /* font-size: 3rem; */
}

@media screen and (min-width: 1024px) {
  .pagetop a i {
    font-size: 30px;
    /* font-size: 3rem; */
  }
}
.pagetop a span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pagetop a span {
    display: block;
    font-size: 10px;
    /* font-size: 1rem; */
  }
}
.footer-2025sponly {
  display: none;
}

.footer.footer-2025 {
  padding: 22px 0 0;
}
.footer.footer-2025 .footer-2025_hidden {
  display: none;
}
.footer.footer-2025 .footer-guide {
  margin-bottom: 45px;
}
.footer.footer-2025 .footer-guide .sec-ttl {
  margin-bottom: 43px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  letter-spacing: 0.02em;
}
.footer.footer-2025 .footer-guide ul {
  padding: 0 20px;
  border: none;
  width: 100%;
}
.footer.footer-2025 .footer-guide ul li {
  padding: 0;
  border: none;
  width: 33.3333%;
}
.footer.footer-2025 .footer-guide ul li:nth-child(n+4) {
  margin-top: 55px;
}
.footer.footer-2025 .footer-guide ul li .sec-sub-ttl {
  margin-bottom: 0.5em;
}
.footer.footer-2025 .footer-guide ul li p {
  line-height: 1.333;
}
.footer.footer-2025 .footer-guide ul li .btn-link {
  margin: 5px auto 0;
  width: 170px;
}
.footer.footer-2025 .footer-guide ul li .btn-link a {
  border: solid 1px #727171;
  border-radius: 0;
  width: 100%;
  color: #727171;
  background: none;
  line-height: 27px;
}
.footer.footer-2025 .footer-nav {
  display: flex;
  justify-content: center;
  background: #22116e;
}
.footer.footer-2025 .footer-nav .footer-nav__item {
  padding: 0;
}
.footer.footer-2025 .footer-nav .footer-nav__item + .footer-nav__item {
  position: relative;
}
.footer.footer-2025 .footer-nav .footer-nav__item + .footer-nav__item:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background: #fff;
  content: "";
}
.footer.footer-2025 .footer-nav .footer-nav__item + .footer-nav__item:after {
  content: none;
}
.footer.footer-2025 .footer-nav .footer-nav__item a {
  padding: 16px 8px;
  display: block;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.footer.footer-2025 .footer-copy {
  margin: -24px auto 0;
  padding-bottom: 20px;
  max-width: 100%;
  color: #fff;
  background: #22116e;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .footer.footer-2025 {
    margin-bottom: 0;
    padding: 27px 0 0;
  }
  .footer.footer-2025 .footer-2025sponly {
    display: block;
  }
  .footer.footer-2025 .footer-2025sp_hidden {
    display: none;
  }
  .footer.footer-2025 .sp-none {
    display: block;
  }
  .footer.footer-2025 .footer-guide {
    margin-bottom: 20px;
  }
  .footer.footer-2025 .footer-guide .sec-ttl {
    margin-bottom: 16px;
    font-size: 23px;
    text-align: center;
    letter-spacing: 0;
  }
  .footer.footer-2025 .footer-guide ul {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
  .footer.footer-2025 .footer-guide ul li {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .footer.footer-2025 .footer-guide ul li:nth-child(n+3) {
    margin-top: 17px;
  }
  .footer.footer-2025 .footer-guide ul li .pct img {
    width: 48px;
    height: auto;
    margin: auto;
  }
  .footer.footer-2025 .footer-guide ul li .sec-sub-ttl {
    margin: 0.3em 0;
    font-size: 13px;
  }
  .footer.footer-2025 .footer-guide ul li p {
    margin-bottom: 0.5em;
    font-size: 10px;
    line-height: 1.333;
  }
  .footer.footer-2025 .footer-guide ul li .f-small {
    transform: scale(0.8);
    font-size: 10px;
  }
  .footer.footer-2025 .footer-guide ul li .btn-link {
    margin: auto auto 0;
    width: 134px;
  }
  .footer.footer-2025 .footer-guide ul li .btn-link a {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 22.4px;
    letter-spacing: -0.05em;
  }
  .footer.footer-2025 .footer-nav {
    padding: 20px 0 10px;
    display: block;
  }
  .footer.footer-2025 .footer-nav .footer-nav__inner {
    padding: 0 30px;
  }
  .footer.footer-2025 .footer-nav .footer-nav__list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item {
    margin: 0;
    order: 1;
    width: calc(50% - 10px);
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--shoplist {
    order: 1;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--privacy {
    order: 5;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--legal {
    border-bottom: solid 1px #fff;
    order: 7;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--company {
    order: 3;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--guide {
    order: 2;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--media {
    order: 4;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--faq {
    order: 6;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item.footer-nav__item--contact {
    border-bottom: solid 1px #fff;
    order: 8;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item + .footer-nav__item:before, .footer.footer-2025 .footer-nav .footer-nav__item + .footer-nav__item:after {
    content: none;
  }
  .footer.footer-2025 .footer-nav .footer-nav__item a {
    padding: 5px 0;
    border-top: solid 1px #fff;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }
  .footer.footer-2025 .footer-copy {
    margin: 0 auto;
    padding-bottom: 12px;
    font-size: 10px;
  }
}

/************************************************************************************
RESET
*************************************************************************************/
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, dl, dt, dd {
  margin: 0;
  padding: 0;
}

table, p, img, fieldset {
  border: 0;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 100%;
  font-size: 1rem;
  line-height: 160%;
  /*letter-spacing: 0.05em;*/
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none !important;
  color: #3a0255;
  opacity: 0.65;
}

br.pc-none {
  display: none;
}

@media screen and (max-width: 1050px) {
  br.pc-none {
    display: block;
  }
}
/*間隔
----------------------------------------------- */
.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr14 {
  padding-right: 14px;
}

.pdr15 {
  padding-right: 15px;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdlr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pdlr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pd10 {
  padding: 10px;
}

.pdtb10 {
  padding: 10px 0;
  line-height: 1.3rem;
}

.pdt15 {
  padding-top: 15px;
}

.mga10 {
  margin: 10px;
}

.mga15 {
  margin: 15px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgtb10 {
  margin: 10px 0;
}

.mgtb15 {
  margin: 15px 0;
}

/*回り込み*/
.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

/*配置*/
.pst-7 {
  position: relative;
  top: -7px;
}

.pst3 {
  position: relative;
  top: 3px;
}

.pst4 {
  position: relative;
  top: 4px;
}

.pst5 {
  position: relative;
  top: 5px;
}

.pst7 {
  position: relative;
  top: 7px;
}

.pst10 {
  position: relative;
  top: 10px;
}

.pst13 {
  position: relative;
  top: 13px;
}

.pst15 {
  position: relative;
  top: 15px;
}

.pst20 {
  position: relative;
  top: 20px;
}

.psl30 {
  position: relative;
  left: 30px;
}

/* Select --------------------------------- */
select {
  border: solid 1px #ccc;
  float: left;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select#select-coupon {
  border: solid 1px #ccc;
  float: none;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 1rem;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}

#select_pay {
  border: solid 1px #ccc;
  float: center;
}

/* Text Field --------------------------------- */
input[type=text] {
  border: 1px solid #C4CCCE;
  box-shadow: none;
  font-size: 1rem;
  height: 20px;
  line-height: 1.1;
  /*border-radius*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px !important;
}

input#coupon_code {
  width: 60%;
  border: 1px solid #C4CCCE;
  box-shadow: none;
  font-size: 1rem;
  height: 20px;
  line-height: 1.1;
  /*border-radius*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px !important;
}

input[type=password] {
  border: 1px solid #C4CCCE;
  box-shadow: none;
  font-size: 1rem;
  height: 20px;
  line-height: 1.1;
  /*border-radius*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px !important;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 5px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

@media screen and (max-width: 1050px) {
  textarea {
    width: 100%;
  }
}
input[type=radio] {
  font-size: x-large;
}

/* -------------------------------
セレクト装飾用
-------------------------------*/
form .custom-selectbox {
  display: inline-block;
  position: relative;
  background-color: white;
  border: 1px solid #c8c8c8;
  vertical-align: middle;
  z-index: 1;
  /*box-sizing*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-radius*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

form .custom-selectbox:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  padding: 0 0.35em;
  background: url(../img/common/select_arrow_all.png) no-repeat center center;
  text-align: center;
  content: "";
  z-index: 1;
  pointer-events: none;
}

form .custom-selectbox select {
  display: block;
  width: 100%;
  padding: 0 10px !important;
  height: 30px;
  margin: 0;
  border: 0 none;
  line-height: normal;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1em;
  /*background:#fff;*/
  /*box-sizing*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-radius*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/*お届け変更用セレクト*/
form .custom-regselectbox {
  display: inline-block;
  position: relative;
  background-color: white;
  border: 1px solid #c8c8c8;
  vertical-align: middle;
  z-index: 1;
  /*box-sizing*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-radius*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

form .custom-regselectbox:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  padding: 0 0.35em;
  background: url(../img/common/select_arrow_all.png) no-repeat center center;
  text-align: center;
  content: "";
  z-index: 1;
  pointer-events: none;
}

form .custom-regselectbox select {
  display: block;
  width: 100%;
  padding: 0 20px 0 10px !important;
  height: 30px;
  margin: 0;
  border: 0 none;
  line-height: normal;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1em;
  /*background:#fff;*/
  /*box-sizing*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border-radius*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w20-date {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w98 {
  width: 98%;
}

.w100 {
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .w15 {
    width: 35%;
  }
  .w11 {
    width: 15%;
  }
  .w20-date {
    width: 60%;
  }
  .w30 {
    width: 45%;
  }
}
/*PHOTO --------------------------------- */
.picture {
  /*border: 1px solid #ccc;*/
}

/* 大枠
----------------------------------------------- */
#wrapper {
  margin: 0 auto;
  height: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1050px) {
  #wrapper {
    margin-top: 90px;
  }
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
  clear: both;
  display: none;
  font-size: 0px;
  line-height: 0%;
  height: 0px;
}

/* フォント
----------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-size: 100%;
  line-height: 150%;
}

.price {
  color: #000;
  font-size: 145%;
}

.attention {
  color: #22116e;
  font-size: 12px;
  line-height: 1.5rem;
}

.payarea .attention {
  color: #e20000;
  font-size: 12px;
  line-height: 1.5rem;
}

.mini {
  font-size: 12px;
  clear: both;
}

em {
  font-size: 12px;
  font-style: normal;
  color: #22116e;
  margin: 5px 0;
}

.pr_amt em {
  font-size: 16px;
  font-weight: bold;
}

div#red01 {
  color: #e20000;
}

div.red02 {
  color: #e20000;
}

.phototd {
  width: 75px;
  text-align: center;
}

.centertd {
  text-align: center;
}

.pricetd {
  text-align: right;
}

.pricetd em {
  font-weight: bold;
}

div#completetext {
  width: 90%;
  margin: 3% auto 0 auto;
  padding: 3%;
  border: 1px solid #ccc;
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  div#completetext {
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 20px;
    box-sizing: border-box;
  }
}
div#completetext em {
  color: #222;
  font-size: 17px;
  font-weight: bold;
}

div#completetext p {
  padding: 4% 0 0 0;
  text-align: left;
  clear: both;
}

/*shopping_ポイント*/
.bd_solid {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1050px) {
  .bd_solid {
    padding: 10px;
    box-sizing: border-box;
  }
}
.bd_dash {
  border: 1px dashed #aaa;
  padding: 10px;
  margin: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 1050px) {
  .bd_dash {
    width: 100%;
    margin: 10px 0 0 0;
    box-sizing: border-box;
  }
}
.allbg_blue {
  background: rgb(235, 246, 255);
  padding: 10px;
  overflow: hidden;
}

.allbg_gray {
  background: #f6f6f6;
  padding: 10px;
  overflow: hidden;
}

/* ラベル
----------------------------------------------- */
span.required {
  margin: 0 0 0 1em;
  padding: 5px 10px;
  font-size: 70%;
  background: #E54848;
  color: #fff;
  border-radius: 0.4em;
  vertical-align: middle;
  position: relative;
  top: -0.25em;
}

span.any {
  margin: 0 0 0 1em;
  padding: 0.1em 0.5em;
  font-size: 70%;
  background: #999;
  color: #fff;
  border-radius: 0.4em;
  vertical-align: middle;
  position: relative;
  top: -0.25em;
}

#three_maincolumn span.required {
  margin: 0 0 0 0.3em;
  padding: 0.1em 0.3em;
}

#three_maincolumn span.any {
  margin: 0 0 0 0.3em;
  padding: 0.1em 0.3em;
}

/*住所自動入力
------------------------------------------------*/
.zipimg {
  margin: 0;
  padding: 0;
}

.zipimg img {
  margin: 5px 0 0 0;
}

.zipimg a {
  color: #666;
  text-decolation: none;
}

.zipimg a:hover {
  color: #666;
}

.zip_bt {
  padding: 5px 10px;
  line-height: 1rem;
  margin: 0 0 0 5px;
  cursor: pointer;
  font-weight: noramal;
  font-size: 100%;
  letter-spacing: 0.002rem;
  text-decoration: none;
  border: 1px solid #ccc;
  position: relative;
  background-color: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
  background: -webkit-linear-gradient(top, #fff, #f1f1f1);
  background: -moz-linear-gradient(top, #fff, #f1f1f1);
  background: -ms-linear-gradient(top, #fff, #f1f1f1);
  background: -o-linear-gradient(top, #fff, #f1f1f1);
  background: linear-gradient(top, #fff, #f1f1f1);
  -pie-background: linear-gradient(top, #fff, #f1f1f1);
  /*border-radius*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*box-shadow*/
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------*/
/*-----------------
  HEADER
-------------------*/
body.is-open {
  overflow: hidden;
  _zoom: 1;
}

@media screen and (min-width: 1024px) {
  body .main {
    margin-top: 0;
  }
  body .main.is-fixed {
    margin-top: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tb-visible {
    display: inline;
  }
  .tb-none {
    display: none;
  }
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes menu-bar01 {
  0% {
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -moz-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    -moz-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@-moz-keyframes menu-bar02 {
  0% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    -moz-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}
@-moz-keyframes active-menu-bar01 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    -moz-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@-moz-keyframes active-menu-bar03 {
  0% {
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -moz-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    -moz-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
.gnavi {
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gnavi:-webkit-scrollbar {
  display: none;
}

.gnavi.is-open {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .gnavi {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    overflow-y: hidden;
    height: fit-content;
    padding: 5px 0;
    background-color: #22116e;
    opacity: 1;
  }
  .header-new .gnavi {
    max-height: 72px;
    box-sizing: unset;
  }
  .gnavi.is-fixed {
    position: fixed;
    z-index: 111;
  }
}
.gnavi__inner {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 60px 0 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (min-width: 1024px) {
  .gnavi__inner {
    overflow-y: hidden;
    max-width: 1000px;
    /*height: 45px;*/
    padding: 0;
  }
}
.gnavi__list {
  border-top: 1px solid #c8c2d5;
}

@media screen and (min-width: 1024px) {
  .gnavi__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 1000px;
    border-top: none;
    border-left: 1px solid #6b619a;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
  }
}
.gnavi__item {
  border-bottom: 1px solid #c8c2d5;
}

@media screen and (min-width: 1024px) {
  .gnavi__item {
    width: 200px;
    border-right: 1px solid #6b619a;
    border-bottom: none;
  }
}
.gnavi__item a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  color: #22116e;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .gnavi__item a {
    color: #fff;
    text-align: center;
  }
}
.gnavi__item a i {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .gnavi__item a i {
    display: none;
  }
}
/* 会員ランク表示 */
#mycontentsarea .member-ranking {
  width: 100%;
  padding: 20px 20px 5px 20px;
  margin-bottom: 40px;
  background-color: #e8e7f0;
  box-sizing: border-box;
}

#mycontentsarea .member-ranking .f-01 {
  color: #22116e;
  font-weight: bold;
}

.dt_comment p img {
  width: 100%;
}

div#productscolumn {
  width: 100%;
  margin: 2% auto;
  overflow: hidden;
}

div#productscolumn .timesales_before_start {
  background: none !important;
  color: #bf0000;
}

@media screen and (max-width: 1024px) {
  div#productscolumn .timesales_before_start {
    text-align: center;
  }
  div#productscolumn .listarea .timesales_before_start .text-block {
    display: block;
  }
}
/* 検索結果
----------------------------------------------- */
/*p.conditionarea {
	clear: both;
	width: 566px;
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #333;
}*/
/* ページ送り
----------------------------------------------- */
.pagenumberarea {
  margin: 0 auto 1% auto;
  padding: 1% 0;
  font-size: 12px;
}

.pagecondarea {
  margin: 0 auto 1% auto;
  padding: 2% 1%;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.pagenumberarea, .pagecondarea a {
  color: #333333;
  text-decoration: none;
}

.pagenumberarea, .pagecondarea a:hover {
  color: #999999;
  text-decoration: none;
}

ul.pagenumberarea {
  height: 1em;
  padding: 10px 0;
  clear: both;
}

ul.pagecondarea {
  margin: 0 auto;
  border: 1px solid #ccc;
  background: #f6f6f6;
  line-height: 1.5rem;
}

li .pagecondarea {
  padding: 5px 0;
}

ul.pagenumberarea li {
  float: left;
  width: 32%;
}

ul.pagenumberarea li.left {
  color: #333333;
  text-align: left;
  padding: 0 0 0 5px;
  white-space: nowrap;
}

ul.pagenumberarea li.center {
  text-align: center;
  white-space: pre;
}

ul.pagenumberarea li.center a {
  color: #1984de;
  text-decoration: none;
}

ul.pagenumberarea li.center a:hover {
  text-decoration: underline;
}

ul.pagenumberarea li.right {
  text-align: right;
  white-space: nowrap;
}

.pagenumberarea .pagenumber {
  color: #e20000;
  font-weight: bold;
  etter-spacing: 0.1em;
  font-size: 14px;
  padding-right: 3px;
}

p.pagenumberarea .number {
  font-weight: bold;
}

/* 商品一覧 */
/* タイトル
----------------------------------------------- */
div#listtitle {
  margin: 10px auto;
  font-size: 16px;
  font-weight: normal;
}

div#listtitle h1 {
  padding: 0 0 10px 0;
  color: #333333;
  /*background: url("../img/icon/icon_mini_tag.png") no-repeat 1% 50%;*/
  border-bottom: 2px solid #333;
}

div#listtitle h1 a {
  color: #333333;
  text-decoration: none;
}

div#listtitle h1 a:hover {
  text-decoration: underline;
}

/*パンくず
----------------------------------------------- */
.ict_bg {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 11px;
  box-sizing: border-box;
}

.ict_bg a {
  text-decoration: underline;
  color: #22116e;
}

.ict_bg a:hover {
  opacity: 0.65;
}

@media screen and (min-width: 1024px) {
  .ict_bg {
    width: 1000px;
    margin: 0 auto 80px auto;
    font-size: 12px;
  }
}
/*関連カテゴリ*/
.kanren_ct {
  border-top: 1px dotted #ccc;
  padding: 10px 0 0 0;
  margin: 10px 0;
  overflow: hidden;
  font-size: 14px;
}

.kanren_ct span {
  border-right: 1px dotted #ccc;
  padding: 0 3px 0 5px;
  line-height: 1.5rem;
}

.kanren_ct span:last-child {
  list-style: none;
  border: 0;
}

/* 商品1
----------------------------------------------- */
div.listarea {
  width: 31.5%;
  height: 100%;
  margin: 0 5px 10px 5px;
  padding: 0;
  overflow: auto;
  display: inline-grid;
}

@media screen and (max-width: 1050px) {
  div.listarea {
    width: 45%;
  }
}
div.listphoto {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

div.listphoto img {
  width: auto;
  height: 150px;
  margin: 0 auto;
  object-fit: fill;
}

@media screen and (max-width: 1050px) {
  div.listphoto {
    margin: 0 0 5px 0;
    padding: 0;
  }
  div.listphoto img {
    /* width: auto;
    max-height: 135px; */
    width: 100%;
    height: auto;
  }
}
div.listrightblock {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
}

@media screen and (max-width: 1050px) {
  div.listrightblock {
    width: 100%;
  }
}
div.listrightblock ul {
  margin: 0 auto;
  min-height: 23px;
}

div.listrightblock li {
  display: inline-block;
  padding: 3px 0 3px 3px;
}

div.listrightblock h2 {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  div.listrightblock h2 {
    padding: 5px 0;
  }
}
div.listrightblock h2 a {
  font-size: 100%;
  color: #333;
  text-decoration: none;
  line-height: 1.2em;
  letter-spacing: 0.005em;
  word-break: break-all;
}

div.listrightblock h2 a:hover {
  text-decoration: underline !important;
}

div.listrightblock .listcomment {
  padding: 5px 0;
  font-size: 90%;
  letter-spacing: 0.005em;
  word-break: break-all;
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  div.listrightblock .listcomment {
    display: none;
  }
}
div.listrightblock .listcont {
  padding: 10px;
  overflow: hidden;
}

div.listrightblock .pricebox {
  font-size: 14px;
  padding: 0;
}

@media screen and (max-width: 1050px) {
  div.listrightblock .pricebox {
    padding: 0;
  }
}
div.listrightblock .soldout {
  padding: 0 10px;
  clear: both;
}

div.listrightblock .in_cart {
  margin: 0 1%;
  padding: 0 2%;
}

@media screen and (max-width: 1050px) {
  div.listrightblock .in_cart {
    margin: 0;
    padding: 0;
  }
}
div.listrightblock .quantity {
  width: 150px;
}

/*規格*/
div.listrightblock .ct_list {
  border-top: 1px dotted #ccc;
  padding: 5px 0 0 0;
  margin-top: 10px;
}

div.listrightblock .ct_list dl {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.listrightblock .ct_list dt {
  display: block;
  font-size: 90%;
  text-align: left;
  padding: 3px 3px 0 3px;
  font-weight: normal;
}

div.listrightblock .ct_list dd {
  padding: 3px;
  display: block;
}

/*数量*/
div.listrightblock .num_quantity {
  margin: 0;
  padding: 0;
}

div.listrightblock .num_quantity dl {
  width: 100%;
  padding: 5px 0 0 0;
}

div.listrightblock .num_quantity dt {
  display: inline-block;
  font-size: 12px;
  text-align: left;
  padding: 10px 0 0 10px;
  width: 20%;
  font-weight: bold;
}

@media screen and (max-width: 1050px) {
  div.listrightblock .num_quantity dt {
    width: 30%;
    padding: 10px 0 0 0;
    letter-spacing: normal;
  }
}
div.listrightblock .num_quantity dd {
  padding: 3px;
  display: inline-block;
}

div.listrightblock .box30 {
  width: 30px;
  border: solid 1px #ccc;
  text-align: center;
}

div.listrightblock .box54 {
  width: 54px;
  border: solid 1px #ccc;
  text-align: center;
}

/* 商品詳細 */
/* タイトル
----------------------------------------------- */
div#detailtitle {
  margin: 10px auto;
  font-size: 14px;
  font-weight: bold;
  background: #f6f6f6;
}

div#detailtitle h2 {
  padding: 10px 0 10px 40px;
  color: #333333;
  background: url("../img/icon/icon_mini_tag.png") no-repeat 2% 50%;
}

/* 商品詳細情報
----------------------------------------------- */
/*.dt_comment{
	margin:10px auto 30px auto;
	font-size: 14px;
	clear:both;
	}

.dt_comment h3 {
  padding: 10px 0 ;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.dt_comment h3 span {
	font-weight: bold;
	padding: 10px 0 ;
	color: #333333;
}

.detail_p{
	margin: 10px 0 10px 0;
	padding:0;
	word-break: break-all;
}
*/
/* 商品2
----------------------------------------------- */
div#detailarea {
  width: 100%;
  margin: 0 0 2% 0;
  padding: 0;
  overflow: hidden;
}

div.detail_product div.detail_product_img {
  position: relative;
  width: 950px;
  height: 410px;
}

div.detail_product div.main_img {
  width: 950px;
  height: 400px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

div.detail_product div.sub_img {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 812px;
}

div.detail_product div.sub_img .sub_img_img {
  width: 118px;
  margin: 2px;
  padding-bottom: 12px;
  cursor: pointer;
}

div.detail_product div.product_detail_numbox {
  font-size: 8.33px;
}

div.detail_product h1.ttl {
  color: #444;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

div.detail_product h2.sub_ttl {
  color: #444;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.5px;
}

div.detail_product input[type=text].product_detail_numbox {
  background-color: #fff;
  border: 1px solid #000;
  width: 24px;
  margin: 0 5px;
}

div.detail_product div.detail_area {
  width: 950px;
}

div.detail_product div.detail_product_area {
  width: 950px;
  border: 1px solid #ccc;
}

div.detail_product div.detail_product_area .area1 {
  float: left;
  width: 260px;
}

div.detail_product div.detail_product_area .area2 {
  float: left;
  width: 400px;
  font-size: 10px;
}

div.detail_product div.detail_product_area .area3 {
  float: left;
  width: 290px;
}

div.detail_product div.detail_etc {
  font-size: 10px;
}

div.detail_product div.detail_etc a {
  color: #444;
}

div.detail_product div.detail_etc a:link {
  color: #444;
  text-decoration: none;
}

div.detail_product div.detail_etc a:visited {
  color: #444;
  text-decoration: none;
}

div.detail_product div.detail_etc a:hover {
  color: #444;
  text-decoration: underline;
}

div.support_area {
  background-color: #f7f7f7;
}

div.support_area .input_style input[type=text] {
  color: #999;
  padding: 5px;
  margin: 0 10px 10px 0;
  background-color: #fff;
  border: 1px #ccc solid;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.support_area .input_style input[type=text]:focus, input[type=text].focused {
  border-color: #000;
  color: #333;
}

.cloud-zoom-lens {
  border: 4px solid #888;
  margin: -4px; /* Set this to minus the border thickness. */
  background-color: #fff; /*cursor:move;*/
} /* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
} /* This is for the title text. */
.cloud-zoom-big {
  border: 4px solid #ccc;
  overflow: hidden;
} /* This is the zoom window. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
} /* This is the loading message. */
.bd_area {
  border-top: 1px dotted #ccc;
  padding: 10px 0 0 0;
  margin: 10px 0;
  clear: both;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2rem;
}

.sub_ttl {
  color: #000;
  font-size: 12px; /*font-weight:bold;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
}

/*商品写真（左）
----------------------------------------------- */
div#detailphotoblock {
  width: 260px;
  margin: 10px 0;
  float: left;
}

@media screen and (max-width: 1050px) {
  div#detailphotoblock {
    width: 100%;
    float: none;
    text-align: center;
  }
}
div#detailphotoblock p {
  margin: 10px;
}

div#detailphotoblock img {
  width: 260px;
  height: 260px;
}

div#detailphotoblock #gallery {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.sub_all {
  float: left;
  width: 20%;
}

div#detailphotoblock #gallery ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

div#detailphotoblock #gallery li {
  margin: 0 5%;
  padding: 0;
}

/*商品詳細（右）
----------------------------------------------- */
div#detailrightblock {
  float: right;
  width: 60%;
  margin: 0 0 30px 0;
}

div#detailrightblock li {
  display: inline;
}

@media screen and (max-width: 1050px) {
  div#detailrightblock {
    float: none;
    width: 100%;
  }
}
/*#detailrightbloc title*/
div#detailrightblock h1 {
  color: #555555;
  margin: 10px 0;
  padding: 0;
  font-size: 130%;
  font-weight: normal;
}

/*#detailrightbloc dl dt dd*/
div#detailrightblock dl {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

div#detailrightblock dt {
  font-weight: normal;
  width: 20%;
  padding: 5px 0;
  margin: 0 0 0 0;
  float: left;
  overflow: hidden;
}

div#detailrightblock dd {
  width: 75%;
  margin: 0 15px 0 0;
  float: left;
  overflow: hidden;
}

/*#detailrightbloc table*/
div#detailrightblock table {
  width: 100%;
  margin: 15px auto 15px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left;
}

div#detailrightblock table th {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
  font-weight: normal;
}

div#detailrightblock table td {
  padding: 8px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.ft_h2 {
  color: #555555;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 130%;
  font-weight: normal;
}

div#detailrightblock #enpt_area {
  display: table;
  font-size: 12px;
}

div#detailrightblock .en_area {
  display: table-cell;
  padding: 3px 0 0 0;
}

div#detailrightblock .en_area span { /* padding: 0; */
  position: relative;
  top: -5px;
  padding: 0 10px 0 0;
}

div#detailrightblock .pt_area {
  display: table-cell;
  padding: 3px 0 0 0;
  margin: 0;
}

div#detailrightblock .pt_area span { /* padding: 0; */
  position: relative;
  top: -5px;
}

div#detailrightblock .pt_area span img, div#detailrightblock .en_area span img {
  position: relative;
  top: 10px;
}

div#detailrightblock .pt_area img {
  width: 20px;
  height: 20px;
}

div#detailrightblock .zaiko_area {
  font-size: 12px;
}

div#detailrightblock .zaiko_area span {
  position: relative;
  top: -5px;
}

div#detailrightblock .lg_en {
  font-size: 140%;
  color: #ff0000;
}

div#detailrightblock .numarea {
  float: left;
  width: 35%;
  margin: 5px 0 15px 0;
}

@media screen and (max-width: 1050px) {
  div#detailrightblock .numarea {
    float: none;
    width: 100%;
    margin: 10px 0 20px 0;
  }
}
div#detailrightblock .numarea .box54 {
  width: 40px;
  padding: 3px;
  margin: 0 10px 0 10px;
  text-align: center;
  border: solid 1px #ccc;
}

/*#detailrightbloc teiki*/
div#detailrightblock .teiki_area {
  margin: 20px 0;
  padding: 10px 0px;
  overflow: hidden;
  clear: both;
}

div#detailrightblock .teiki_area h3 {
  margin: 10px 0;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #888;
  border-bottom: 1px dotted #888;
  overflow: hidden;
  clear: both;
}

div#detailrightblock .tx_teiki {
  font-size: 18px;
  float: left;
}

div#detailrightblock .tx_teiki_en {
  float: right;
}

div#detailrightblock .teiki_area .attention {
  color: #e20000;
  float: left;
  width: 100%;
}

/*マトリックス表示*/
div#detailrightblock .kikaku_bl {
  width: 100%;
  margin: 10px 0;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
  margin: 5px auto;
  padding: 0;
  float: left;
  clear: both;
  width: 300px;
}

div.subarea h3 {
  margin: 5px auto;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #000;
  box-shadow: 0 1px 6px #ccc;
  -moz-box-shadow: 0 1px 6px #ccc;
  -webkit-box-shadow: 0 1px 6px #ccc;
}

div.subphotoimg {
  float: left;
  width: 60px;
  height: 60px;
  display: block;
}

h3.sub_h3 {
  float: left;
  width: 100%;
}

div.subtext {
  width: 65%;
  margin: 0;
  padding: 1%;
  float: left;
  font-size: 0.6em;
}

/* レイアウト
----------------------------------------------- */
#product-inner {
  width: 100%;
  margin-top: 10px;
}

#productscolumn {
  width: 750px;
  float: right;
}

#aside {
  width: 210px;
  float: left;
  margin: 0;
  padding: 0;
  *zoom: 1;
  word-break: break-all;
}

@media screen and (max-width: 1050px) {
  #product-inner {
    margin-top: 10px;
  }
  #productscolumn {
    width: 100%;
    float: none;
  }
  #aside {
    width: 100%;
    float: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
}
/* 左カラムカテゴリ
----------------------------------------------- */
#aside .aside-ttl {
  height: 32px;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #22116e;
  font-weight: bold;
  border-bottom: solid 1px #d7d7d7;
  background: url("../img/products/side_ttl_ico.gif") no-repeat scroll 0 0 transparent;
}

#aside ul.list-arrow li {
  margin: 0px 0 20px 0;
}

#aside ul.list-arrow li a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #333;
  text-decoration: none;
}

#aside ul.list-arrow a:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: 3px;
  border-top: solid 2px #22116e;
  border-right: solid 2px #22116e;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1050px) {
  #aside h2 {
    margin-bottom: 10px;
  }
  #aside ul.list-arrow {
    width: 100%;
    letter-spacing: -0.4em;
  }
  #aside ul.list-arrow li {
    display: inline-block;
    width: 50%;
    margin: 0px 0 10px 0;
    font-size: 80%;
    letter-spacing: normal;
  }
  #aside ul.list-arrow li a {
    padding-left: 10px;
  }
  #aside ul.list-arrow a:before {
    width: 4px;
    height: 4px;
  }
}
/* バッサ美容液
----------------------------------------------- */
.m-content {
  width: 100%;
  margin: 0 auto 72px auto;
  padding: 0;
}

h2.cont-title {
  margin: 0 auto 32px auto;
  padding-bottom: 8px;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.1;
  border-bottom: 1px solid #22116e;
  color: #22116e;
}

/* table */
table.data {
  width: 100%;
  border-collapse: collapse;
}

table.data td,
table.data th {
  padding: 10px;
  border: 1px solid #bbb8ca;
  box-sizing: border-box;
}

table.data th {
  width: 20%;
  text-align: center;
  white-space: nowrap;
  color: #22116e;
  background-color: #f1eff9;
}

table.data td {
  width: 80%;
}

table.data td p:last-child,
table.data td ul:last-child {
  margin-bottom: 0;
}

/* secret */
.m-content h2 {
  margin: 0 auto 32px auto;
  padding-bottom: 8px;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.1;
  border-bottom: 1px solid #22116e;
  color: #22116e;
}

/* heading */
h3.point {
  position: relative;
  margin-bottom: 16px;
  padding-left: 75px;
  text-align: left;
  color: #22116e;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
}

h3 .ico-point {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -25px;
  background-color: #efc753;
  border-radius: 50%;
  color: #fff;
  font-size: 63%;
  font-weight: bold;
  text-align: center;
}

h3 .ico-point i {
  display: block;
  margin-top: 8px;
  font-size: 210%;
}

.p-secret {
  font-size: 100%;
  color: #626262;
  line-height: 180%;
  margin-bottom: 1em;
}

ul.list-disc {
  list-style-position: outside;
  margin: 0 0 0 20px;
  font-size: 90%;
  line-height: 160%;
  color: #626262;
}

.list-disc li {
  margin-bottom: 1em;
  list-style: disc;
}

/* FAQ */
dl.faq {
  margin-bottom: 56px;
}

dl.faq dt {
  position: relative;
  margin-bottom: 16px;
  padding: 8px 48px 8px 56px;
  background: #f3f3f3 url("../img/products/biyoeki/ico-plus.png") no-repeat 98% 50%;
  background-size: 16px 16px;
  border-radius: 4px;
  cursor: pointer;
}

dl.faq dt:before {
  content: "Q";
  position: absolute;
  left: 16px;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 4px 8px 6px 8px;
  background-color: #ffd4eb;
  border-radius: 4px;
  color: #d11277;
  font-weight: bold;
  line-height: 1.1;
}

dl.faq dd {
  position: relative;
  margin-bottom: 40px;
  padding: 0 16px 0 56px;
}

dl.faq dd:before {
  content: "A";
  position: absolute;
  left: 16px;
  display: inline-block;
  margin-right: 16px;
  padding: 4px 8px 6px 8px;
  background-color: #ded9f2;
  border-radius: 4px;
  color: #7866c9;
  font-weight: bold;
  line-height: 1.1;
}

dl.faq dt.active {
  background: #f3f3f3 url("../img/products/biyoeki/ico-minus.png") no-repeat 98% 50%;
  background-size: 16px 16px;
}

/* how to */
p {
  margin-bottom: 1em;
}

.catch {
  position: relative;
  display: inline-block;
  padding: 8px;
  background-color: #efc753;
  border-radius: 4px;
  color: #fff;
  font-size: 75% !important;
  font-weight: bold;
  line-height: 1.5 !important;
  text-align: center;
  text-shadow: 0px 0px 3px #efa953;
}

.catch:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #efc753;
}

.care-step {
  display: table;
  width: 100%;
  margin-bottom: 32px;
  border: 1px solid #22116e;
  line-height: 1.5 !important;
}

.care-step .heading {
  display: table-cell;
  width: 216px;
  padding: 8px 0;
  background-color: #22116e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.care-step span:not(.heading) {
  display: table-cell;
  padding: 8px;
}

@media screen and (max-width: 1050px) {
  .care-step {
    display: block;
  }
  .care-step .heading,
  .care-step span:not(.heading) {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
}
.how-to {
  margin-bottom: 36px;
}

.how-to {
  margin-bottom: 36px;
}

.step {
  display: flex;
  justify-content: flex-start;
}

.step .number {
  position: relative;
  width: 120px;
  height: 32px;
  margin-right: 24px;
  background-color: #b2bbe8;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.step:not(:last-child) .number:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 34px;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 16px solid #eee;
}

.step .photo {
  width: 95px;
  margin-right: 24px;
}

.step .caption {
  width: 467px;
}

@media screen and (max-width: 1050px) {
  .m-content p img {
    width: 100%;
    height: auto;
  }
}
.list-new-year {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  width: 100%;
  clear: both;
}

.list-new-year a {
  max-width: 240px;
}

.list-new-year img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #e9e6e6;
}

.list-new-year p {
  margin-top: 5px;
  font-size: 14px;
}

@media (max-width: 1050px) {
  .list-new-year {
    grid-template-columns: 1fr 1fr;
  }
  .list-new-year p {
    font-size: 14px;
  }
}
.product-tm-box {
  border: 1px solid #22116e;
  padding: 12px 30px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}

.product-tm-box .title {
  font-size: 23px;
  border-bottom: 1px solid #22116e;
  padding: 5px 0;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-tm-box .desc span {
  color: red;
}

.product-tm-box .price-sale {
  font-size: 23px;
  line-height: 1.5;
  color: red;
}

.product-tm-box .price-sale span {
  color: #000;
  font-size: 18px;
}

.product-tm-box a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border-radius: 10px;
  background: url(https://www.wassershop.jp/assets/images/common/footer_guide_btn_arrow.png) no-repeat right 10px center #22116e;
  margin-top: 10px;
}

.link-subscription {
  text-align: center;
}

.link-subscription a {
  color: rgb(0, 113, 192);
  font-size: 18px;
  text-decoration: underline;
}

.l-header__actions {
  position: relative;
}

.c-product-list .c-product-panel__price-value {
  color: #000;
}

.l-contents .columns .center-column .c-widget__content .ranking-widget .c-product-panel__price-value,
.l-contents .columns .center-column .c-widget__content .recommend-product-widget .c-product-panel__price-value {
  color: #000;
}

.l-contents .columns .left-column .c-widget__content .ranking-widget .c-product-panel__price-value,
.l-contents .columns .left-column .c-widget__content .recommend-product-widget .c-product-panel__price-value,
.l-contents .columns .right-column .c-widget__content .ranking-widget .c-product-panel__price-value,
.l-contents .columns .right-column .c-widget__content .recommend-product-widget .c-product-panel__price-value {
  color: #000;
}

.p-product-detail .product__sale-price-value {
  color: #000;
}

/* Header Logo new---------------------- */
@media (max-width: 1023px) {
  .header-new .logo-sp a {
    margin: 5px auto 25px;
    width: 120px;
    background-size: 120px;
    height: 30px;
  }
  .header-new .logo-sp a h1 {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 29px;
    font-size: 12px;
    right: auto;
    line-height: 25.6px !important;
    position: absolute;
  }
  .header-new.header__inner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding-bottom: calc(env(safe-area-inset-bottom));
    transition: all 0.3s;
    z-index: 99999;
    background: #FFF;
  }
  .header-new .header-cart__new-member {
    font-size: 12px;
    font-weight: bold;
    color: #24166c;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    height: auto;
  }
  .header-new .header-cart__new-member .pink {
    color: #f60d76;
  }
  .header-new .header-menu {
    transform: translateY(-50%);
    top: 50%;
    left: unset;
    right: 70px;
  }
  .header-new .header-cart {
    max-width: 100%;
    left: 0;
    justify-content: space-around;
    display: flex;
    right: 0;
    align-items: center;
    width: 100%;
    top: unset;
    height: 60px;
  }
  .header-new .header-cart .header-cart__list {
    height: 60px;
    background: #fff;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    padding-right: 100px;
  }
  .header-new .header-cart .header-cart__list li {
    width: 35px;
    align-self: center;
    max-width: 50px;
  }
  .header-new .header-cart .header-cart__list li a {
    width: 25px;
    height: auto;
    background: unset;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .header-new .header-cart .header-cart__list li a img {
    max-width: 100%;
    object-fit: cover;
    width: auto;
    max-height: 26px;
  }
  .header-new .header-cart .header-cart__list li a span {
    width: max-content;
    text-align: center;
    font-size: 11px;
    margin-top: 3px;
    transform: scale(0.8);
    line-height: 1.2;
  }
  .header-new .header-cart .header-cart__list .btn-item a img {
    max-width: 29px;
  }
  .header-new .gnavi__inner {
    height: 100%;
    padding-bottom: 60px;
    padding-top: 82px;
    overflow-y: hidden;
    padding-right: 0;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .header-new .gnavi__list {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 757px) {
  .header-new .header-menu {
    right: 0;
  }
  .header-new .header-cart .header-cart__list {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
    height: auto;
  }
  .header__inner {
    max-width: 1000px;
    height: 120px;
  }
  .header-logo h1 {
    background: none;
  }
  .header-logo {
    left: 0;
    width: 350px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .header-new .header-logo a {
    background: url("https://www.wassershop.jp/assets/images/common/pc_logo.jpg") no-repeat;
  }
  .header-logo p {
    height: 41px;
    padding: 0 0 0 185px;
    margin: 0;
    font-size: 14px;
    line-height: 41px;
    font-weight: bold;
    background: url("https://www.wassershop.jp/assets/images/common/pc_logo.jpg") no-repeat;
  }
  .header-new .header-logo p {
    font-size: 12px;
  }
  .header-logo a {
    width: 350px;
    height: auto;
  }
  .header-logo a {
    height: 42px;
  }
  .header-logo a img {
    max-width: 100%;
    max-height: auto;
  }
  .header-cart > a {
    display: none;
  }
  .header-cart {
    top: 50%;
    width: 580px;
    height: 90px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .header-cart__new-member {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
  }
  .header-new .header-cart__new-member {
    width: max-content;
    margin: 0 auto;
    position: unset;
  }
  .header-cart__new-member p {
    font-size: 14px;
    font-weight: bold;
    color: #24166c;
  }
  .header-new .header-cart-bnk-item {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 30px;
    align-items: center;
  }
  .header-new .header-cart__item a img {
    max-width: 100%;
    width: 36px;
    object-fit: cover;
  }
  .header-new .header-cart-bnk-item .btn-location a img {
    width: 18px;
    max-width: 100%;
    object-fit: cover;
    background: #fff;
  }
  .header-cart__new-member .pink {
    color: #f60d76;
  }
  .header-cart__list {
    position: absolute;
    top: 25px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 360px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .header-new .header-cart__list {
    left: unset;
    right: 0;
    align-items: center;
    width: unset;
    gap: 40px;
    padding-top: 28px;
  }
  .header-cart__list .header-cart__item_btn a {
    display: block;
    width: 144px;
    height: 40px;
    padding: 0;
    color: #24166c;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #24166c;
    box-sizing: border-box;
    background: url("https://www.wassershop.jp/assets/images/common/pc_btn_arrow.gif") right 7px center no-repeat;
  }
  .header-new .header-cart__list .header-cart__item_btn a {
    width: 36px;
    height: auto;
    border: unset;
    background: unset;
  }
  .header-new .header-cart__list .btn-item a {
    width: 27px;
    height: auto;
    border: unset;
    background: unset;
  }
  .header-new .header-cart-bnk-item .btn-location a {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .header-new .header-cart__list .header-cart__item_btn a img {
    width: 90%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .header-cart__list .txt {
    letter-spacing: -0.1em;
  }
  .header-cart__forget-password {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    line-height: 1.4;
    text-align: right;
  }
  .header-cart__forget-password a {
    font-size: 11px;
    /*font-size: 1.1rem;*/
    color: #666;
    text-decoration: none;
  }
  .header-cart__forget-password a i {
    margin-right: 5px;
  }
  .header-cart__freedial {
    position: absolute;
    top: 0;
    right: 0;
    width: 202px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .header-cart__freedial .txt__ttl {
    padding: 5px 5px 2px 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #24166c;
    border-bottom: 1px solid #908bb2;
  }
  .header-cart__freedial .txt__number {
    margin: 5px 0 5px 15px;
    font-size: 20px;
    font-weight: bold;
    background: url("https://www.wassershop.jp/assets/images/common/pc_ico_freedial.png") no-repeat left center/25px 17px;
  }
  .header-cart__freedial .txt__number a {
    padding: 0 0 0 32px;
    color: #222;
    text-decoration: none;
  }
  .header-cart__freedial .txt__hour {
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    color: #000;
  }
  .header-2025 .gnavi {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-2025 .l-header__actions .global-user-nav__badge {
    width: auto;
    height: auto;
    line-height: 1.2;
    font-size: 11px;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .header-2025 {
    display: flex;
    background: #22116e;
    flex-wrap: wrap;
  }
  .header-2025 .header__inner.sp {
    display: block;
    position: relative;
    width: 60px;
    height: 50px;
    background: none;
  }
  .header-2025 .header-new.header__inner .header-menu {
    position: static;
    transform: none;
  }
  .header-2025 .header-new.header__inner a {
    background: none;
  }
  @keyframes active-menu-bar01-2025 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(4px) rotate(0);
    }
    100% {
      transform: translateY(4px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar03-2025 {
    0% {
      transform: translateY(100%) rotate(0);
    }
    50% {
      transform: translateY(-6px) rotate(0);
    }
    100% {
      transform: translateY(-6px) rotate(-45deg);
    }
  }
  .header-2025 .header-new.header__inner a .icon-bar {
    margin: 3px 0 0 -12px;
    width: 33px;
    background: #fff;
  }
  .header-2025 .header-new.header__inner a .icon-bar:nth-child(1) {
    top: 16px;
  }
  .header-2025 .header-new.header__inner a .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .header-2025 .header-new.header__inner a .icon-bar:nth-child(3) {
    top: 26px;
  }
  .header-2025 .header-new.header__inner a.is-active .icon-bar:nth-of-type(1) {
    animation: active-menu-bar01-2025 0.5s forwards;
  }
  .header-2025 .header-new.header__inner a.is-active .icon-bar:nth-of-type(3) {
    animation: active-menu-bar03-2025 0.5s forwards;
  }
  .header-2025 .header-2025__logo a {
    margin: 0 0 0 6px;
    padding: 13px 0 0 0;
    display: block;
    width: 107px;
  }
  .header-2025 .header-2025__list {
    margin: 0;
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
    opacity: 0;
  }
  .header-2025 .header-2025__list .header-2025__item {
    margin: 0;
    border-bottom: 1px solid #c8c2d5;
  }
  .header-2025 .header-2025__list .header-2025__link {
    margin: 0;
    padding: 15px 10px;
    color: #22116e;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1;
  }
  .header-2025 .header__store {
    padding: 12px 30px;
  }
  .header-2025 .gnavi {
    position: relative;
    width: calc(100% - 60px);
    visibility: visible;
    opacity: 1;
    background: #22116e;
    padding: 0;
  }
  .header-2025 .header-2025__inner {
    width: 100%;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header-2025 .gnavi.is-open .header-2025__list {
    display: block;
    animation: fadeIn 0.5s 0s both;
    height: calc(100% - 76px);
    overflow: scroll;
  }
  .header-2025.is-open {
    overflow: visible;
  }
}
@media only screen and (max-width: 1024px) {
  input[type=text], input[type=password] {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --width-base: auto;
  }
  #container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .l-contents {
    background: none;
  }
  .p-cart .cart-content__flex-content {
    flex-wrap: wrap;
  }
  .p-cart .cart-content__flex-content .cart-side {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .p-mypage-login .flex-contents {
    flex-wrap: wrap;
  }
  .p-mypage-login .flex-contents .login-content {
    margin-right: 0;
  }
  .c-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .c-table th, .c-table td {
    width: 100%;
    min-width: 100%;
  }
  .p-cart .cart-content__flex-content .cart-main__list .cart-list .list-item__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .p-cart .cart-content__flex-content .cart-main__list .cart-list .list-item__main .sp-item-summary-table-wrap {
    padding: 0;
    width: 100%;
    grid-column: span 2/span 2;
  }
  .l-header__actions .global-user-nav__badge {
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: none;
    margin: 0;
    right: 0;
    background: none;
  }
  .l-header__actions .global-user-nav__badge::after {
    content: "";
    width: 15px;
    height: 15px;
    background: var(--color__red);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-mypage .mypage-contents__aside {
    width: 100%;
    margin-right: 0;
  }
  .c-mypage-nav {
    width: 100%;
  }
  .p-mypage .mypage-contents__main {
    width: 100%;
  }
  .c-order-step {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .c-order-step__item {
    width: 100%;
    height: auto;
  }
  .p-mypage-login .flex-contents .login-content__main .input-area__input .form-group {
    grid-template-columns: 1fr;
  }
  .p-mypage-login .amazon-pay .amazon-pay-main {
    flex-wrap: wrap;
  }
  .p-mypage-login .amazon-pay .amazon-pay-main #AmazonPayButtonV2 {
    width: 100%;
  }
  .c-contents-header {
    flex-wrap: wrap;
  }
  .p-mypage .mypage-point-info {
    flex-wrap: wrap;
  }
  .p-mypage .mypage-point-info__point {
    margin-left: 0;
  }
  .c-form-group--row {
    flex-wrap: wrap;
  }
  .c-textbox[name$=name01], .p-lp-zeus-card #zeus_token_card_info_area input[name$=name01][type=tel],
  .p-lp-zeus-card #zeus_token_card_info_area input[name$=name01][type=text], .p-lp-zeus-card #zeus_token_card_info_area select[name$=name01], .p-order-zeus-card #zeus_token_card_info_area input[name$=name01][type=tel],
  .p-order-zeus-card #zeus_token_card_info_area input[name$=name01][type=text], .p-order-zeus-card #zeus_token_card_info_area select[name$=name01], .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name01][type=tel],
  .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name01][type=text], .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=name01], .c-textbox[name$=name02], .p-lp-zeus-card #zeus_token_card_info_area input[name$=name02][type=tel],
  .p-lp-zeus-card #zeus_token_card_info_area input[name$=name02][type=text], .p-lp-zeus-card #zeus_token_card_info_area select[name$=name02], .p-order-zeus-card #zeus_token_card_info_area input[name$=name02][type=tel],
  .p-order-zeus-card #zeus_token_card_info_area input[name$=name02][type=text], .p-order-zeus-card #zeus_token_card_info_area select[name$=name02], .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name02][type=tel],
  .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=name02][type=text], .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=name02], .c-textbox[name$=kana01], .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana01][type=tel],
  .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana01][type=text], .p-lp-zeus-card #zeus_token_card_info_area select[name$=kana01], .p-order-zeus-card #zeus_token_card_info_area input[name$=kana01][type=tel],
  .p-order-zeus-card #zeus_token_card_info_area input[name$=kana01][type=text], .p-order-zeus-card #zeus_token_card_info_area select[name$=kana01], .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana01][type=tel],
  .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana01][type=text], .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=kana01], .c-textbox[name$=kana02], .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana02][type=tel],
  .p-lp-zeus-card #zeus_token_card_info_area input[name$=kana02][type=text], .p-lp-zeus-card #zeus_token_card_info_area select[name$=kana02], .p-order-zeus-card #zeus_token_card_info_area input[name$=kana02][type=tel],
  .p-order-zeus-card #zeus_token_card_info_area input[name$=kana02][type=text], .p-order-zeus-card #zeus_token_card_info_area select[name$=kana02], .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana02][type=tel],
  .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name$=kana02][type=text], .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name$=kana02] {
    width: 100%;
    max-width: 100%;
  }
  .c-textbox[name=tel], .p-lp-zeus-card #zeus_token_card_info_area input[name=tel][type=tel],
  .p-lp-zeus-card #zeus_token_card_info_area input[name=tel][type=text], .p-lp-zeus-card #zeus_token_card_info_area select[name=tel], .p-order-zeus-card #zeus_token_card_info_area input[name=tel][type=tel],
  .p-order-zeus-card #zeus_token_card_info_area input[name=tel][type=text], .p-order-zeus-card #zeus_token_card_info_area select[name=tel], .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name=tel][type=tel],
  .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name=tel][type=text], .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name=tel], .c-textbox[name=fax], .p-lp-zeus-card #zeus_token_card_info_area input[name=fax][type=tel],
  .p-lp-zeus-card #zeus_token_card_info_area input[name=fax][type=text], .p-lp-zeus-card #zeus_token_card_info_area select[name=fax], .p-order-zeus-card #zeus_token_card_info_area input[name=fax][type=tel],
  .p-order-zeus-card #zeus_token_card_info_area input[name=fax][type=text], .p-order-zeus-card #zeus_token_card_info_area select[name=fax], .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name=fax][type=tel],
  .p-mypage-zeus-card-change-info #zeus_token_card_info_area input[name=fax][type=text], .p-mypage-zeus-card-change-info #zeus_token_card_info_area select[name=fax] {
    width: 100%;
    max-width: 100%;
  }
  .c-password-textbox {
    width: 100%;
  }
  .c-password-textbox input[type=password],
  .c-password-textbox input[type=text] {
    width: 100%;
  }
  .c-width-300 {
    width: 100%;
    min-width: 100%;
  }
  .c-width-400 {
    width: 100%;
    min-width: 100%;
  }
  #anchor__payment-method .c-table th, #anchor__payment-method .c-table td {
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    width: 25%;
  }
  #anchor__payment-method .c-table td:nth-child(1) {
    align-items: flex-start;
  }
  #anchor__payment-method .c-table table th:nth-child(2), #anchor__payment-method .c-table table td:nth-child(2) {
    padding: 1em;
    width: 75%;
  }
  #anchor__payment-method .c-table tr {
    flex-wrap: nowrap;
  }
  .p-order-input .order-input-form__content .contact-message__row {
    flex-wrap: wrap;
  }
  .c-button-group {
    flex-wrap: wrap;
  }
  .p-order-confirm .order-confirm-form__content-wrap .product-info {
    flex-wrap: wrap;
    gap: 0;
  }
  .p-order-confirm .order-confirm-form__content-wrap .product-info__subtotal {
    min-width: 100%;
  }
  .c-order-section {
    padding: 0;
  }
  .c-payment-module__card-form .c-table {
    padding: 1em;
  }
  .l-contents .columns {
    display: block;
  }
  .l-contents .columns .left-column,
  .l-contents .columns .right-column {
    width: 100%;
  }
  .l-contents .columns .center-column .c-widget__content .category-widget__item {
    min-width: auto;
    width: calc(50% - 8px);
  }
  .c-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0;
  }
  .c-product-list .c-product-panel {
    width: 47%;
    max-width: 47%;
  }
  .c-product-list .c-product-panel__img {
    padding: 1em;
    min-height: auto;
  }
  .c-product-list .c-product-panel__img img {
    width: 100%;
    max-width: 100%;
  }
  .c-date-form {
    display: inline-flex;
    gap: 4px;
    align-items: center;
  }
  .c-date-form__input {
    width: 40px;
    height: 38px;
    padding: 16px 4px;
    font-size: 16px;
    background: none;
    border: none;
  }
  .c-date-form__input--lg {
    width: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-new .header-cart .header-cart__list li a span {
    transform: none;
    margin: 0;
  }
}
