﻿@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* --------------------------------
        base
-------------------------------- */
/* cont */
/* color */
/* font */
/* --------------------------------
        style
-------------------------------- */
#jtoc-footer-common {
  text-align: left;
}

.wrapper {
  overflow: hidden;
}

.wrapper#store {
  /* common */
  /* attention */
  /* settingBox */
  /* item */
  /* parts */
  /* list */
  /* page */
}

.wrapper#store header.headerMin {
  border-bottom: 1px solid #f4f4f4;
}

.wrapper#store header.headerMin .box {
  width: 100%;
  max-width: 1080px;
  min-width: 768px;
  height: 60px;
  margin: 0 auto;
  padding: 18px 10px;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width: 767px) {
  .wrapper#store header.headerMin .box {
    padding: 12px 16px;
  }

  .wrapper#store header.headerMin .box .header-logo-img {
    width: auto;
  }
}

.wrapper#store header.headerMin .box img {
  vertical-align: middle;
  width: 84px;
  height: auto;
}

.wrapper#store header.headerMin .box .logoShop {
  width: 30%;
  margin-left: 10px;
  display: inline-block;
  background-image: url("../Images/Common/logo-club-jt-online.svg");
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

@media (min-width: 1080px) {
  .wrapper#store header.headerMin .box .logoShop {
    background-size: 140px 19px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store header.headerMin .box .logoShop {
    background-size: 140px 19px;
  }
}

@media (max-width: 767px) {
  .wrapper#store header.headerMin .box .logoShop {
    background-size: 120px 16px;
  }
}

.wrapper#store p,
.wrapper#store h1,
.wrapper#store h2,
.wrapper#store h3 {
  margin: 0;
}

.wrapper#store .storeNav {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

.wrapper#store .storeNav .box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
}

@media (min-width: 1080px) {
  .wrapper#store .storeNav .box {
    padding: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .storeNav .box {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .storeNav .box {
    padding: 0 16px;
  }
}

.wrapper#store .storeNav .box .logoShop {
  width: 140px;
  height: 48px;
  padding: 12px 0;
  display: block;
  background-image: url("../Images/Common/logo-club-jt-online.svg");
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 1080px) {
  .wrapper#store .storeNav .box .logoShop {
    background-size: 140px auto;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .storeNav .box .logoShop {
    background-size: 140px auto;
  }
}

@media (max-width: 767px) {
  .wrapper#store .storeNav .box .logoShop {
    background-size: contain;
  }
}

.wrapper#store .storeNav .box .icon {
  width: calc(100% - 140px);
  text-align: right;
}

.wrapper#store .storeNav .box .icon i,
.wrapper#store .storeNav .box .icon a {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.wrapper#store .storeNav .box .icon i:first-child,
.wrapper#store .storeNav .box .icon a:first-child {
  margin-left: 0;
}

.wrapper#store .storeNav .box .icon i:last-child,
.wrapper#store .storeNav .box .icon a:last-child {
  margin-right: 16px !important;
}

.wrapper#store .storeNav .box .icon a:last-child.bookmark {
  margin-right: 16px !important;
}

.wrapper#store .storeNav .box .icon a:last-child.cart {
  margin-right: 22px !important;
}

@media (max-width: 767px) {

  .wrapper#store .storeNav .box .icon i:last-child,
  .wrapper#store .storeNav .box .icon a:last-child {
    margin-right: 0px !important;
  }

  .wrapper#store .storeNav .box .icon a:last-child.cart {
    margin-right: 7px !important;
  }

  .wrapper#store .storeNav .box .icon a:last-child.bookmark {
    margin-right: 0px !important;
  }
}



.wrapper#store .storeNav .box .icon i.cart,
.wrapper#store .storeNav .box .icon a.cart {
  margin-right: 2px;
  background-image: url("../Images/Common/Icon/ico_cart01Black.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.wrapper#store .storeNav .box .icon i.cart .num,
.wrapper#store .storeNav .box .icon a.cart .num {
  width: auto;
  min-width: 17px;
  height: 17px;
  padding: 4px 2px 0 2px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #eb0000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -7px;
  /*right: -7px;*/
  left: 60%;
}

.wrapper#store .storeNav .box .icon i.menu,
.wrapper#store .storeNav .box .icon a.menu {
  margin-top: 4px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  transform: rotateZ(90deg);
}

.wrapper#store .storeNav .box .icon i.menu:before,
.wrapper#store .storeNav .box .icon a.menu:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow05Black.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateY(0);
  transition: all 0.5s 0s;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper#store .storeNav .box .icon i.login,
.wrapper#store .storeNav .box .icon a.login {
  width: 50px;
  height: 50px;
  margin: 0 0 0 20px;
  padding: 35px 0 0 0;
  box-sizing: border-box;
  background-color: #00935F;
  background-image: url("../Images/Common/Icon/ico_login01White.svg");
  background-size: 20px auto;
  background-position: top 9px center;
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 400px) {

  .wrapper#store .storeNav .box .icon i,
  .wrapper#store .storeNav .box .icon a {
    margin-left: 10px;
  }

  .wrapper#store .storeNav .box .icon i.login,
  .wrapper#store .storeNav .box .icon a.login {
    margin: 0 0 0 10px;
  }
}

.wrapper#store .storeNav .navCont {
  width: 100%;
  height: 0;
  max-height: 0;
  transition: all 0.3s 0s;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 1000;
}

.wrapper#store .storeNav .navCont .login {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .storeNav .navCont .login {
    width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .wrapper#store .storeNav .navCont .login {
    width: calc(100% - 20px);
  }
}

.wrapper#store .storeNav .navCont .listNav {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

@media (min-width: 1210px) {
  .wrapper#store .storeNav .navCont .listNav {
    padding: 0 20px;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
  }

  .wrapper#store .storeNav .navCont .listNav dl {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
  }

  .wrapper#store .storeNav .navCont .listNav dl dt {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd {
    display: block;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul li a {
    display: inline-block;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul li:last-child a {
    border: none;
  }

  .wrapper#store .storeNav .navCont .listNav dl:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1210px) {
  .wrapper#store .storeNav .navCont .listNav {
    justify-content: flex-start;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .wrapper#store .storeNav .navCont .listNav dl {
    width: 50%;
    box-sizing: border-box;
  }

  .wrapper#store .storeNav .navCont .listNav dl dt {
    padding: 10px 4.6875vw;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    font-weight: bold;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd {
    margin-bottom: 20px;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li {
    border-bottom: 1px solid #f4f4f4;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li a {
    width: 100%;
    padding: 3.125vw 4.6875vw;
    box-sizing: border-box;
    display: block;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li a:before {
    content: "";
    width: 1.875vw;
    height: 1.875vw;
    display: inline-block;
    background: #d0d4db;
    margin-right: 3.125vw;
  }

  .wrapper#store .storeNav .navCont .listNav dl:nth-child(even) dd ul>li {
    border-right: 1px solid #f4f4f4;
  }
}

@media (max-width: 767px) {
  .wrapper#store .storeNav .navCont .listNav {
    justify-content: flex-start;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .wrapper#store .storeNav .navCont .listNav dl {
    width: 100%;
  }

  .wrapper#store .storeNav .navCont .listNav dl dt {
    width: 100%;
    padding: 3.125vw 4.6875vw;
    box-sizing: border-box;
    font-weight: bold;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd {
    margin-bottom: 20px;
  }

  .wrapper#store .storeNav .navCont .listNav dl.headerFeeMenu dd,
  .wrapper#store .storeNav .navCont .listNav dl.headerSubscMenu dd {
    font-size: 14px;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li {
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li a {
    width: 100%;
    padding: 3.125vw 4.6875vw;
    padding-left: calc(4.6875vw + 1.875vw + 3.125vw);
    box-sizing: border-box;
    display: block;
    position: relative;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li a:before {
    content: "";
    width: 1.875vw;
    height: 1.875vw;
    margin-top: calc(-1.875vw / 2);
    display: inline-block;
    background: #d0d4db;
    position: absolute;
    top: 50%;
    left: 4.6875vw;
    background: transparent;
  }

  .wrapper#store .storeNav.open .navCont .listNav dl dd ul>li a:before {
    background: #d0d4db;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li:nth-child(odd) {
    border-right: 1px solid #f4f4f4;
  }

  .wrapper#store .storeNav .navCont .listNav dl dd ul>li:last-child,
  .wrapper#store .storeNav .navCont .listNav dl dd ul>li:nth-last-child(2) {
    border-bottom: 1px solid #f4f4f4;
  }
}

.wrapper#store .storeNav .navCont .listNav .close {
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.wrapper#store .storeNav .navCont .listNav .close:before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("../Images/Common/Icon/ico_close01Black.svg");
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper#store .storeNav.open .navCont {
  height: auto;
  padding-bottom: 10px;
}

@media (min-width: 1762px) {
  .wrapper#store .storeNav.open .navCont {
    padding: 20px;
    max-height: 410px;
  }
}

@media (min-width: 1080px) {
  .wrapper#store .storeNav.open .navCont {
    padding: 20px;
    max-height: 790px;
  }
}

@media (min-width: 768px) and (max-width: 1210px) {
  .wrapper#store .storeNav.open .navCont {
    max-height: 2610px;
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .wrapper#store .storeNav.open .navCont {
    padding: 20px 0;
    max-height: 2760px;
  }
}

@media (max-width: 1210px) {
  .wrapper#store .storeNav .navCont .listNav dl.headerSubscMenu {
    width: 100%;
  }

  .wrapper#store .storeNav .navCont .listNav dl.headerSubscMenu dd ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .wrapper#store .storeNav .navCont .listNav dl.headerSubscMenu dd ul li {
    width: 50%;
    box-sizing: border-box;
  }
}

.wrapper#store .storeNav.open .box .icon .menu:before {
  transform: rotateY(180deg);
}

.wrapper#store .storeFooterCategory {
  border-top: 1px solid #f4f4f4;
}

.wrapper#store .storeFooterCategory h2 {
  width: 100%;
  font-weight: bold;
}

.wrapper#store .storeFooterCategory .btnBox {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;

}

@media (min-width: 1080px) {
  .wrapper#store .storeFooterCategory {
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #eeeeee;
    font-size: 14px;
    line-height: 24px;
  }

  .wrapper#store .storeFooterCategory h2 {
    margin-bottom: 20px;
  }

  .wrapper#store .storeFooterCategory dl {
    width: 20%;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: left;
  }

  .wrapper#store .storeFooterCategory dl dt {
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
  }

  .wrapper#store .storeFooterCategory dl dd {
    display: block;
  }

  .wrapper#store .storeFooterCategory dl dd ul li a {
    display: inline-block;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .wrapper#store .storeFooterCategory dl dd ul li:last-child a {
    border: none;
  }

  .wrapper#store .storeFooterCategory .btnBox a:first-child {
    margin-right: 20px;
  }

  .wrapper#store .storeFooterCategory .btnBox a:last-child {
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .storeFooterCategory {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .wrapper#store .storeFooterCategory dl {
    width: 50%;
  }

  .wrapper#store .storeFooterCategory dl dt {
    padding: 16px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    font-weight: bold;
  }

  .wrapper#store .storeFooterCategory dl dd ul>li {
    border-bottom: 1px solid #f4f4f4;
  }

  .wrapper#store .storeFooterCategory dl dd ul>li a {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: block;
  }

  .wrapper#store .storeFooterCategory dl dd ul>li a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #cecece;
    margin-right: 16px;
  }

  .wrapper#store .storeFooterCategory dl:nth-child(even) dt {
    border-right: 1px solid #ffffff;
  }

  .wrapper#store .storeFooterCategory dl:nth-child(even) dd {
    border-right: 1px solid #f4f4f4;
  }

  .wrapper#store .storeFooterCategory h2,
  .wrapper#store .storeFooterCategory .btnBox {
    padding: 20px 10px;
  }

  .wrapper#store .storeFooterCategory .btnBox {
    margin: 0 auto;
    background-color: #f4f4f4;
    max-width: 1079px;

  }

  .wrapper#store .storeFooterCategory .btnBox a:first-child {
    margin-right: 20px;
  }

  .wrapper#store .storeFooterCategory .btnBox a:last-child {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .storeFooterCategory {
    background: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }

  .wrapper#store .storeFooterCategory h2,
  .wrapper#store .storeFooterCategory .btnBox {
    padding: 20px 16px;
  }

  .wrapper#store .storeFooterCategory .btnBox {
    border-top: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
  }

  .wrapper#store .storeFooterCategory .btnBox a {
    margin-bottom: 0;
  }

  .wrapper#store .storeFooterCategory .btnBox a:first-child {
    min-height: 1%;
    margin: 0 auto 20px auto;
  }

  .wrapper#store .storeFooterCategory .btnBox a:last-child {
    min-height: 1%;
    margin: 0 auto;
  }

  .wrapper#store .storeFooterCategory dl dt {
    padding: 16px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    font-weight: bold;
  }

  .wrapper#store .storeFooterCategory dl dd ul>li {
    border-top: 1px solid #f4f4f4;
  }

  .wrapper#store .storeFooterCategory dl dd ul>li a {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: block;
  }

  .wrapper#store .storeFooterCategory dl dd ul>li a:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #cecece;
    margin-right: 16px;
  }
}

.wrapper#store .storeFooterLink {
  background-color: #888888;
}

.wrapper#store .storeFooterLink>li a {
  color: #ffffff;
}

@media (min-width: 1080px) {
  .wrapper#store .storeFooterLink {
    padding: 13px 0 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
  }

  .wrapper#store .storeFooterLink>li {
    margin-top: 12px;
    padding: 0 16px;
    display: inline-block;
    border-left: 1px solid #ffffff;
  }

  .wrapper#store .storeFooterLink>li:first-child {
    border: none;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .storeFooterLink {
    padding: 13px 80px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
  }

  .wrapper#store .storeFooterLink>li {
    margin-top: 12px;
    padding: 0 16px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .wrapper#store .storeFooterLink {
    padding: 30px 16px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .wrapper#store .storeFooterLink>li {
    margin-bottom: 14px;
  }

  .wrapper#store .storeFooterLink>li:last-child {
    margin-bottom: 0;
  }
}

.wrapper#store .storeFooter {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.wrapper#store .storeFooter .btnBorderBlack {
  margin-bottom: 10px;
}

.wrapper#store .storeFooter .copyright {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
}

.wrapper#store .imgSp {
  width: 100%;
  height: auto;
}

@media (min-width: 1080px) {
  .wrapper#store .imgSp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .imgSp {
    display: none;
  }
}

.wrapper#store .imgPc {
  height: auto;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .wrapper#store .imgPc {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .imgPc {
    width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  .wrapper#store .imgPc {
    display: none;
  }
}

.wrapper#store .content {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 1080px) {
  .wrapper#store .content {
    padding: 50px 10px 120px 10px;
  }

  .wrapper#store .content.productdetail_aspx {
    padding: 50px 10px 0px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .content {
    padding: 40px 10px 60px 10px;
  }

  .wrapper#store .content.productdetail_aspx {
    padding: 40px 10px 0px 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .content {
    padding: 40px 16px 60px 16px;
  }

  .wrapper#store .content.productdetail_aspx {
    padding: 40px 16px 0px 16px;
  }
}

@media (min-width: 1080px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  h1 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1080px) {
  h1.min {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  h1.min {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  h1.min {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (min-width: 1080px) {
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

h3 {
  font-size: 12px;
  line-height: 22px;
}

.wrapper#store .content .headsUp {
  width: 100%;
}

.wrapper#store .content .headsUp+.text {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .wrapper#store .content .headsUp.headsUpConstract a.linkTxt {
    font-size: 12px;
    line-height: 22px;
  }
}

.wrapper#store .content .text {
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.wrapper#store .content .text.min {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .content .text.min a {
  margin: 0 5px;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .content .text .btnTxt {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .wrapper#store .content .text {
    text-align: left;
  }

  .wrapper#store .content .text.spmin {
    font-size: 14px;
    line-height: 24px;
  }

  .wrapper#store .content .text.spmin a {
    margin: 0 5px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (min-width: 1080px) {
  .wrapper#store .content .text.empty {
    margin: 80px 0 -40px 0;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .content .text.empty {
    margin: 80px 0 20px 0;
  }
}

@media (max-width: 767px) {
  .wrapper#store .content .text.empty {
    margin: 60px 0 0 0;
  }
}

.wrapper#store .content .text.center {
  text-align: center;
}

@media (max-width: 767px) {
  .wrapper#store .content .text.center {
    text-align: left;
  }

  body .wrapper#store .content .text.center.spleft {
    text-align: left !important;
  }

  .wrapper#store .error_aspx .categoryTitle.spleft {
    text-align: left
  }
}

.wrapper#store .content .text.coupon {
  color: #00935F;
  font-weight: bold;
}

.wrapper#store .content .title {
  font-weight: bold;
}

.wrapper#store .content .btnBox {
  text-align: center;
}

.wrapper#store .content .categoryTitle {
  margin-bottom: 20px;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .wrapper#store .content .categoryTitle {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .content .categoryTitle {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .content .categoryTitle {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .content .categoryTitle {
    text-align: center;
  }
}

.wrapper#store .content .categoryTitle+.attention {
  padding-top: 0;
}

@media (min-width: 1080px) {
  .wrapper#store .content .categoryTitle.min {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .content .categoryTitle.min {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .content .categoryTitle.min {
    font-size: 15px;
    line-height: 25px;
  }
}

.wrapper#store .headsUp {
  margin: 10px auto 0 auto;
  padding: 10px 10px 10px 43px;
  box-sizing: border-box;
  background-color: #fff9c4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.wrapper#store .headsUp.pink {
  background-color: rgba(208, 15, 15, 0.1);
}

@media (min-width: 1080px) {
  .wrapper#store .headsUp {
    width: calc(100% - 20px);
    max-width: 1060px;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px 10px 53px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .headsUp {
    width: calc(100% - 20px);
    max-width: 1060px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .headsUp {
    width: calc(100% - 32px);
    max-width: 1048px;
    font-size: 12px;
    line-height: 22px;
  }
}

.wrapper#store .headsUp:before {
  content: '';
  width: 22px;
  height: 22px;
  margin-bottom: -6px;
  margin-right: 8px;
  display: inline-block;
  background-image: url("../Images/Common/Icon/ico_headsup.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1080px) {
  .wrapper#store .headsUp:before {
    width: 24px;
    height: 24px;
  }
}

.wrapper#store .headsUp+.btnColor {
  margin-top: 20px;
}

.wrapper#store .headsUp+.btnColor+.settingBox {
  margin-top: 20px;
}

.wrapper#store .headsUp+.categoryTitle {
  margin-top: 20px;
}

.wrapper#store .ErrorMessage span {
  width: 100%;
  display: block;
  margin: 10px auto 0 auto;
  padding: 10px 10px 10px 43px;
  box-sizing: border-box;
  background-color: #fff9c4;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

@media (min-width: 1080px) {
  .wrapper#store .ErrorMessage span {
    width: calc(100% - 20px);
    max-width: 1060px;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px 10px 53px;
  }

  .wrapper#store .registcardinfo_aspx .ErrorMessage span {
    width: calc(100% - 0px);
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .ErrorMessage span {
    width: calc(100% - 20px);
    max-width: 1060px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .ErrorMessage span {
    width: calc(100% - 32px);
    max-width: 1048px;
    font-size: 12px;
    line-height: 22px;
  }
}

.wrapper#store .ErrorMessage span:before {
  content: '';
  width: 22px;
  height: 22px;
  margin-bottom: -6px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("../Images/Common/Icon/ico_headsup.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1080px) {
  .wrapper#store .ErrorMessage span:before {
    width: 24px;
    height: 24px;
  }
}

.wrapper#store .ErrorMessage span.wid100 {
  width: 100%;
}

.wrapper#store .ErrorMessage span+.btnColor {
  margin-top: 20px;
}

.wrapper#store .ErrorMessage span+.btnColor+.settingBox {
  margin-top: 20px;
}

.wrapper#store .login {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #dff1e9;
}

.wrapper#store .login .linkTxt {
  margin: 0 5px;
  font-weight: bold;
  color: #00935F;
}

.wrapper#store .importantMessage {
  margin: 10px auto 0 auto;
}

@media (min-width: 1080px) {
  .wrapper#store .importantMessage {
    width: calc(100% - 32px);
    max-width: 1060px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .importantMessage {
    width: calc(100% - 32px);
    max-width: 1060px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .importantMessage {
    width: 100%;
  }
}

.wrapper#store .importantMessage .importantMessageTitle {
  margin: 0 auto;
  padding: 5px 24px 5px 10px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #444444;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  position: relative;
  cursor: pointer;
}

.wrapper#store .importantMessage .importantMessageTitle .icon {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  display: block;
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow05White.svg");
  background-size: 14px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
}

.wrapper#store .importantMessage .importantMessageTitle:hover .icon {
  right: 2px;
}

.wrapper#store .importantMessage+.importantMessage {
  margin: 2px auto 0 auto;
}

.wrapper#store .noticeBox {
  margin-top: 10px;
  background-color: #f4f4f4;
  padding: 20px;
}

@media (max-width: 767px) {
  .wrapper#store .noticeBox {
    padding: 10px;
  }
}

.wrapper#store .notice {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
}

.wrapper#store .notice.center {
  text-align: center;
}

.wrapper#store .notice.left {
  text-align: left;
}

.wrapper#store .notice.right {
  text-align: right;
}

@media (max-width: 767px) {
  .wrapper#store .notice {
    text-align: left;
  }
}

.wrapper#store .notice.red {
  color: #eb0000;
}

.wrapper#store .notice.keyColor {
  color: #00935F;
}

.wrapper#store .notice+.notice {
  margin-top: 0;
}

.wrapper#store .noteBox {
  margin-top: 10px;
  background-color: #dff1e9;
}

.wrapper#store .attention {
  padding: 40px 0;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .wrapper#store .attention {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .attention {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .attention {
    font-size: 22px;
    line-height: 32px;
  }
}

.wrapper#store .attention+.notice {
  margin-top: 0;
}

.wrapper#store .attention+.notice+.btnBox {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .wrapper#store .attention {
    text-align: left;
  }
}

.wrapper#store .attentionColor {
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #dff1e9;
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .settingBox .attentionrelative {
  position: relative;
}

.wrapper#store .settingBox .attentionrelative .btnAbsolute {
  right: 0;
  top: 40px;
}

.wrapper#store .settingBox .attentionrelative .attentionColor .firstship span {
  margin: 0;
}

.wrapper#store .attentionColor span {
  margin: 0 5px;
  display: inline-block;
}

@media (min-width: 1080px) {
  .wrapper#store .attentionColor span {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .attentionColor span {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .wrapper#store .attentionColor span.min {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .attentionColor span {
    font-size: 18px;
    line-height: 28px;
  }

  .wrapper#store .attentionColor span.min {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 400px) {
  .wrapper#store .modal .box .boxTab .box.tabArea span.min {
    font-size: 11px;
    line-height: 21px;
  }
}

.wrapper#store .attentionColor .notice {
  margin: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .contactBox {
  width: 100%;
  max-width: 1080px;
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  text-align: left;
}

.wrapper#store .settingBox,
.wrapper#store .decisionBox,
.wrapper#store .orderBox {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {

  .wrapper#store .settingBox,
  .wrapper#store .decisionBox,
  .wrapper#store .orderBox {
    margin-top: 20px;
  }
}

.wrapper#store .settingBox .text+.notice,
.wrapper#store .decisionBox .text+.notice,
.wrapper#store .orderBox .text+.notice {
  margin-top: 0;
}

@media (max-width: 767px) {

  .wrapper#store .settingBox .notice,
  .wrapper#store .decisionBox .notice,
  .wrapper#store .orderBox .notice,
  .wrapper#store .notice.spleft {
    text-align: left;
  }
}

.wrapper#store .settingBox .notice+.btnBox,
.wrapper#store .decisionBox .notice+.btnBox,
.wrapper#store .orderBox .notice+.btnBox {
  margin-top: 20px;
}

.wrapper#store .settingBox .status,
.wrapper#store .decisionBox .status,
.wrapper#store .orderBox .status {
  margin-top: 15px;
  padding: 0 5px;
  display: inline-block;
  border: 2px solid #00935F;
  font-size: 16px;
  line-height: 26px;
  color: #00935F;
  font-weight: bold;
}

.wrapper#store .settingBox .status.disable,
.wrapper#store .decisionBox .status.disable,
.wrapper#store .orderBox .status.disable {
  border: 2px solid #444444;
  color: #444444;
}

.wrapper#store .settingBox .status+.title,
.wrapper#store .decisionBox .status+.title,
.wrapper#store .orderBox .status+.title {
  margin-top: 10px;
}

@media (min-width: 1080px) {

  .wrapper#store .settingBox .title,
  .wrapper#store .decisionBox .title,
  .wrapper#store .orderBox .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .settingBox .title,
  .wrapper#store .decisionBox .title,
  .wrapper#store .orderBox .title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {

  .wrapper#store .settingBox .title,
  .wrapper#store .decisionBox .title,
  .wrapper#store .orderBox .title {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .settingBox .title+.cartList,
.wrapper#store .decisionBox .title+.cartList,
.wrapper#store .orderBox .title+.cartList {
  margin-top: 20px;
}

@media (max-width: 767px) {

  .wrapper#store .settingBox .title+.cartList,
  .wrapper#store .decisionBox .title+.cartList,
  .wrapper#store .orderBox .title+.cartList {
    margin-top: 10px;
  }
}

.wrapper#store .settingBox .title+.text,
.wrapper#store .decisionBox .title+.text,
.wrapper#store .orderBox .title+.text,
.wrapper#store .settingBox .title+.OrderHistoryList>.text:first-of-type,
.wrapper#store .settingBox .status+.btnChangeHistory+.title {
  margin-top: 10px;
}

.wrapper#store .settingBox .month,
.wrapper#store .decisionBox .month,
.wrapper#store .orderBox .month {
  font-size: 14px;
  line-height: 24px;
  display: block;
  font-weight: bold;
}

.wrapper#store .settingBox .btnModal+.text,
.wrapper#store .decisionBox .btnModal+.text,
.wrapper#store .orderBox .btnModal+.text {
  margin-top: 20px;
}

.wrapper#store .settingBox .notice+.text,
.wrapper#store .decisionBox .notice+.text,
.wrapper#store .orderBox .notice+.text {
  margin-top: 10px;
}

.wrapper#store .settingBox .memberInformation,
.wrapper#store .decisionBox .memberInformation,
.wrapper#store .orderBox .memberInformation {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {

  .wrapper#store .settingBox .memberInformation,
  .wrapper#store .decisionBox .memberInformation,
  .wrapper#store .orderBox .memberInformation {
    margin-top: 10px;
  }
}

.wrapper#store .settingBox .memberInformation dt,
.wrapper#store .decisionBox .memberInformation dt,
.wrapper#store .orderBox .memberInformation dt {
  margin-top: 20px;
  font-weight: bold;
}

.wrapper#store .settingBox .memberInformation dt:first-child,
.wrapper#store .decisionBox .memberInformation dt:first-child,
.wrapper#store .orderBox .memberInformation dt:first-child {
  margin-bottom: 0;
}

.wrapper#store .settingBox .memberInformation dd .addAdress .btnColor,
.wrapper#store .decisionBox .memberInformation dd .addAdress .btnColor,
.wrapper#store .orderBox .memberInformation dd .addAdress .btnColor {
  margin-left: 10px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .memberInformation dd ul li,
.wrapper#store .settingBox .memberInformation dd ol li,
.wrapper#store .decisionBox .memberInformation dd ul li,
.wrapper#store .decisionBox .memberInformation dd ol li,
.wrapper#store .orderBox .memberInformation dd ul li,
.wrapper#store .orderBox .memberInformation dd ol li {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .memberInformation dd .btnTxt,
.wrapper#store .decisionBox .memberInformation dd .btnTxt,
.wrapper#store .orderBox .memberInformation dd .btnTxt {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .memberInformation dd .linkTxt,
.wrapper#store .decisionBox .memberInformation dd .linkTxt,
.wrapper#store .orderBox .memberInformation dd .linkTxt {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .memberInformation+.btnBorderBlack,
.wrapper#store .decisionBox .memberInformation+.btnBorderBlack,
.wrapper#store .orderBox .memberInformation+.btnBorderBlack {
  margin-top: 10px;
}

.wrapper#store .settingBox .boxRadio,
.wrapper#store .decisionBox .boxRadio,
.wrapper#store .orderBox .boxRadio {
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #ffffff;
  position: relative;
}

.wrapper#store .settingBox .boxRadio .radioBase,
.wrapper#store .decisionBox .boxRadio .radioBase,
.wrapper#store .orderBox .boxRadio .radioBase {
  width: 100%;
}

.wrapper#store .settingBox .boxRadio .radioBase input[type='radio'],
.wrapper#store .decisionBox .boxRadio .radioBase input[type='radio'],
.wrapper#store .orderBox .boxRadio .radioBase input[type='radio'] {
  top: 0;
  left: 0;
}

.wrapper#store .settingBox .boxRadio .box,
.wrapper#store .decisionBox .boxRadio .box,
.wrapper#store .orderBox .boxRadio .box {
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1s 0s;
}

.wrapper#store .settingBox .boxRadio .box .text,
.wrapper#store .decisionBox .boxRadio .box .text,
.wrapper#store .orderBox .boxRadio .box .text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .boxRadio .box img,
.wrapper#store .decisionBox .boxRadio .box img,
.wrapper#store .orderBox .boxRadio .box img {
  margin-bottom: 10px;
  display: block;
}

.wrapper#store .settingBox .boxRadio .box dl dt,
.wrapper#store .decisionBox .boxRadio .box dl dt,
.wrapper#store .orderBox .boxRadio .box dl dt {
  margin-bottom: 10px;
}

.wrapper#store .settingBox .boxRadio .box dl dd,
.wrapper#store .decisionBox .boxRadio .box dl dd,
.wrapper#store .orderBox .boxRadio .box dl dd {
  margin-bottom: 20px;
}

.wrapper#store .settingBox .boxRadio .box dl dd input[type='text'],
.wrapper#store .decisionBox .boxRadio .box dl dd input[type='text'],
.wrapper#store .orderBox .boxRadio .box dl dd input[type='text'] {
  max-width: 300px;
}

.wrapper#store .settingBox .boxRadio .box dl dd.day input[type='text'],
.wrapper#store .decisionBox .boxRadio .box dl dd.day input[type='text'],
.wrapper#store .orderBox .boxRadio .box dl dd.day input[type='text'] {
  max-width: 100px;
}

.wrapper#store .settingBox .boxRadio .box dl dd.day input[type='text']:first-child,
.wrapper#store .decisionBox .boxRadio .box dl dd.day input[type='text']:first-child,
.wrapper#store .orderBox .boxRadio .box dl dd.day input[type='text']:first-child {
  margin-right: 10px;
}

.wrapper#store .settingBox .boxRadio .box dl dd.day input[type='text']:last-child,
.wrapper#store .decisionBox .boxRadio .box dl dd.day input[type='text']:last-child,
.wrapper#store .orderBox .boxRadio .box dl dd.day input[type='text']:last-child {
  margin-left: 10px;
}

.wrapper#store .settingBox .boxRadio .box.open,
.wrapper#store .decisionBox .boxRadio .box.open,
.wrapper#store .orderBox .boxRadio .box.open {
  height: auto;
  max-height: 1000px;
}

.wrapper#store .settingBox .CardList li,
.wrapper#store .decisionBox .CardList li,
.wrapper#store .orderBox .CardList li {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
}

.wrapper#store .settingBox .CardList li input[type='radio'],
.wrapper#store .decisionBox .CardList li input[type='radio'],
.wrapper#store .orderBox .CardList li input[type='radio'] {
  width: 100%;
  height: 100%;
  margin-top: -12.5px;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100;
}

.wrapper#store .settingBox .CardList li input[type='radio']+label,
.wrapper#store .decisionBox .CardList li input[type='radio']+label,
.wrapper#store .orderBox .CardList li input[type='radio']+label {
  padding-left: 30px;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

.wrapper#store .settingBox .CardList li input[type='radio']+label:before,
.wrapper#store .decisionBox .CardList li input[type='radio']+label:before,
.wrapper#store .orderBox .CardList li input[type='radio']+label:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #cecece;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}

.wrapper#store .settingBox .CardList li input[type='radio']:checked+label:after,
.wrapper#store .decisionBox .CardList li input[type='radio']:checked+label:after,
.wrapper#store .orderBox .CardList li input[type='radio']:checked+label:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  box-sizing: border-box;
  display: block;
  background-color: #00935F;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
}

.wrapper#store .settingBox .card .text,
.wrapper#store .decisionBox .card .text,
.wrapper#store .orderBox .card .text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .card img,
.wrapper#store .decisionBox .card img,
.wrapper#store .orderBox .card img {
  margin-bottom: 10px;
  display: block;
}

.wrapper#store .settingBox .card dl,
.wrapper#store .decisionBox .card dl,
.wrapper#store .orderBox .card dl {
  margin-top: 20px;
}

.wrapper#store .settingBox .card dl dt,
.wrapper#store .decisionBox .card dl dt,
.wrapper#store .orderBox .card dl dt {
  font-weight: bold;
}

.wrapper#store .settingBox .card dl dd,
.wrapper#store .decisionBox .card dl dd,
.wrapper#store .orderBox .card dl dd {
  margin-bottom: 20px;
}

.wrapper#store .settingBox .card dl dd input[type='text'],
.wrapper#store .settingBox .card dl dd input[type='tel'],
.wrapper#store .decisionBox .card dl dd input[type='text'],
.wrapper#store .decisionBox .card dl dd input[type='tel'],
.wrapper#store .orderBox .card dl dd input[type='text'],
.wrapper#store .orderBox .card dl dd input[type='tel'],
.wrapper#store .orderBox .card dl dd input[type='password'] {
  max-width: 300px;
}

.wrapper#store .settingBox .card dl dd.day input[type='text'],
.wrapper#store .decisionBox .card dl dd.day input[type='text'],
.wrapper#store .orderBox .card dl dd.day input[type='text'] {
  max-width: 100px;
}

.wrapper#store .settingBox .card dl dd.day input[type='text']:first-child,
.wrapper#store .decisionBox .card dl dd.day input[type='text']:first-child,
.wrapper#store .orderBox .card dl dd.day input[type='text']:first-child {
  margin-right: 10px;
}

.wrapper#store .settingBox .card dl dd.day input[type='text']:last-child,
.wrapper#store .decisionBox .card dl dd.day input[type='text']:last-child,
.wrapper#store .orderBox .card dl dd.day input[type='text']:last-child {
  margin-left: 10px;
}

.wrapper#store .settingBox .card dl dd.day .selectBase,
.wrapper#store .decisionBox .card dl dd.day .selectBase,
.wrapper#store .orderBox .card dl dd.day .selectBase {
  width: 100%;
  max-width: 100px;
  display: inline-flex;
}

.wrapper#store .settingBox .card dl dd.day .selectBase select option,
.wrapper#store .decisionBox .card dl dd.day .selectBase select option,
.wrapper#store .orderBox .card dl dd.day .selectBase select option {
  color: black;
}

.wrapper#store .settingBox .card dl dd.day .selectBase select option:first-child,
.wrapper#store .decisionBox .card dl dd.day .selectBase select option:first-child,
.wrapper#store .orderBox .card dl dd.day .selectBase select option:first-child {
  color: green;
}

.wrapper#store .settingBox .card dl dd.day .selectBase:first-child,
.wrapper#store .decisionBox .card dl dd.day .selectBase:first-child,
.wrapper#store .orderBox .card dl dd.day .selectBase:first-child {
  margin-right: 10px;
}

.wrapper#store .settingBox .card dl dd.day .selectBase:last-child,
.wrapper#store .decisionBox .card dl dd.day .selectBase:last-child,
.wrapper#store .orderBox .card dl dd.day .selectBase:last-child {
  margin-left: 10px;
}

.wrapper#store .settingBox .card .notice,
.wrapper#store .decisionBox .card .notice,
.wrapper#store .orderBox .card .notice {
  margin-top: 0;
}

.wrapper#store .settingBox .card .btnColor,
.wrapper#store .decisionBox .card .btnColor,
.wrapper#store .orderBox .card .btnColor {
  text-align: center;
}

.wrapper#store .settingBox+.btnColor,
.wrapper#store .settingBox+.btnBorderBlack,
.wrapper#store .settingBox+.btnBox,
.wrapper#store .decisionBox+.btnColor,
.wrapper#store .decisionBox+.btnBorderBlack,
.wrapper#store .decisionBox+.btnBox,
.wrapper#store .orderBox+.btnColor,
.wrapper#store .orderBox+.btnBorderBlack,
.wrapper#store .orderBox+.btnBox {
  margin: 20px auto 0 auto;
  display: block;
}

.wrapper#store .settingBox+.btnColor+.text,
.wrapper#store .settingBox+.btnBorderBlack+.text,
.wrapper#store .settingBox+.btnBox+.text,
.wrapper#store .decisionBox+.btnColor+.text,
.wrapper#store .decisionBox+.btnBorderBlack+.text,
.wrapper#store .decisionBox+.btnBox+.text,
.wrapper#store .orderBox+.btnColor+.text,
.wrapper#store .orderBox+.btnBorderBlack+.text,
.wrapper#store .orderBox+.btnBox+.text {
  margin-top: 20px;
}

.wrapper#store .settingBox+.btnColor+.text+.btnTxt,
.wrapper#store .settingBox+.btnBorderBlack+.text+.btnTxt,
.wrapper#store .settingBox+.btnBox+.text+.btnTxt,
.wrapper#store .decisionBox+.btnColor+.text+.btnTxt,
.wrapper#store .decisionBox+.btnBorderBlack+.text+.btnTxt,
.wrapper#store .decisionBox+.btnBox+.text+.btnTxt,
.wrapper#store .orderBox+.btnColor+.text+.btnTxt,
.wrapper#store .orderBox+.btnBorderBlack+.text+.btnTxt,
.wrapper#store .orderBox+.btnBox+.text+.btnTxt {
  margin-top: 20px;
}

.wrapper#store .settingBox+.btnColor+.btnTxt,
.wrapper#store .settingBox+.btnBorderBlack+.btnTxt,
.wrapper#store .settingBox+.btnBox+.btnTxt,
.wrapper#store .decisionBox+.btnColor+.btnTxt,
.wrapper#store .decisionBox+.btnBorderBlack+.btnTxt,
.wrapper#store .decisionBox+.btnBox+.btnTxt,
.wrapper#store .orderBox+.btnColor+.btnTxt,
.wrapper#store .orderBox+.btnBorderBlack+.btnTxt,
.wrapper#store .orderBox+.btnBox+.btnTxt {
  margin-top: 20px;
}

.wrapper#store .btnBox.rowreBox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.wrapper#store .btnBox.rowreBox a:first-child,
.wrapper#store .btnBox.rowreBox input[type='submit']:first-child {
  margin-left: 20px;
  margin-right: 0;
}

.wrapper#store .btnBox.rowreBox a:last-child,
.wrapper#store .btnBox.rowreBox input[type='submit']:last-child {
  margin-right: 0px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wrapper#store .btnBox.rowreBox {
    display: block;
  }

  .wrapper#store .btnBox.rowreBox a:first-child,
  .wrapper#store .btnBox.rowreBox input[type='submit']:first-child {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wrapper#store .btnBox.rowreBox a:last-child,
  .wrapper#store .btnBox.rowreBox input[type='submit']:last-child {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
}

.wrapper#store .btnBox.rowreBox+.btnBox.rowreBox {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .wrapper#store .btnBox.rowreBox+.btnBox.rowreBox {
    margin-top: 0px;
  }
}


.wrapper#store .settingBox .termContent,
.wrapper#store .decisionBox .termContent,
.wrapper#store .orderBox .termContent {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .termContent .termText ul li,
.wrapper#store .settingBox .termContent .termText ol li,
.wrapper#store .decisionBox .termContent .termText ul li,
.wrapper#store .decisionBox .termContent .termText ol li,
.wrapper#store .orderBox .termContent .termText ul li,
.wrapper#store .orderBox .termContent .termText ol li {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .settingBox .mailBox,
.wrapper#store .decisionBox .mailBox,
.wrapper#store .orderBox .mailBox {
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  border-top: none;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {

  .wrapper#store .settingBox .mailBox,
  .wrapper#store .decisionBox .mailBox,
  .wrapper#store .orderBox .mailBox {
    margin-top: 10px;
  }
}

.wrapper#store .settingBox .mailBox dt,
.wrapper#store .decisionBox .mailBox dt,
.wrapper#store .orderBox .mailBox dt {
  display: block;
  position: relative;
  font-weight: bold;
}

.wrapper#store .settingBox .mailBox dt time,
.wrapper#store .decisionBox .mailBox dt time,
.wrapper#store .orderBox .mailBox dt time {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  font-weight: normal;
}

@media (max-width: 599px) {

  .wrapper#store .settingBox .mailBox dt time,
  .wrapper#store .decisionBox .mailBox dt time,
  .wrapper#store .orderBox .mailBox dt time+span {
    width: 17em;
    display: block;
  }
}

@media (max-width:400px) {

  .wrapper#store .settingBox .mailBox dt time,
  .wrapper#store .decisionBox .mailBox dt time,
  .wrapper#store .orderBox .mailBox dt time+span {
    width: 14em;
    display: block;
  }
}

.wrapper#store .settingBox .mailBox.open dt,
.wrapper#store .decisionBox .mailBox.open dt,
.wrapper#store .orderBox .mailBox.open dt {
  margin-bottom: 10px;
}

.wrapper#store .settingBox .mailBox:first-of-type,
.wrapper#store .decisionBox .mailBox:first-of-type,
.wrapper#store .orderBox .mailBox:first-of-type {
  border-top: 1px solid #cecece;
}

.wrapper#store .settingBox .mailBox:last-of-type,
.wrapper#store .decisionBox .mailBox:last-of-type,
.wrapper#store .orderBox .mailBox:last-of-type {
  border-bottom: 1px solid #cecece;
}

.wrapper#store .settingBox .mailBox+.mailBox,
.wrapper#store .decisionBox .mailBox+.mailBox,
.wrapper#store .orderBox .mailBox+.mailBox {
  margin-top: 0;
}

.wrapper#store .settingBox+.pagerBase,
.wrapper#store .decisionBox+.pagerBase,
.wrapper#store .orderBox+.pagerBase {
  margin-top: 40px;
}

.wrapper#store .settingBox>time,
.wrapper#store .decisionBox>time,
.wrapper#store .orderBox>time {
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #444444;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1080px) {

  .wrapper#store .settingBox>time,
  .wrapper#store .decisionBox>time,
  .wrapper#store .orderBox>time {
    width: calc(100% + 42px);
    margin: -21px 0 0 -21px;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .settingBox>time,
  .wrapper#store .decisionBox>time,
  .wrapper#store .orderBox>time {
    width: calc(100% + 42px);
    margin: -21px 0 0 -21px;
    padding: 20px;
  }
}

@media (max-width: 767px) {

  .wrapper#store .settingBox>time,
  .wrapper#store .decisionBox>time,
  .wrapper#store .orderBox>time {
    width: calc(100% + 22px);
    margin: -11px 0 0 -11px;
    padding: 10px;
  }
}

@media (min-width: 1080px) {

  .wrapper#store .settingBox>time+.btnAbsolute,
  .wrapper#store .decisionBox>time+.btnAbsolute,
  .wrapper#store .orderBox>time+.btnAbsolute {
    top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .settingBox>time+.btnAbsolute,
  .wrapper#store .decisionBox>time+.btnAbsolute,
  .wrapper#store .orderBox>time+.btnAbsolute {
    top: 16px;
  }
}

@media (max-width: 767px) {

  .wrapper#store .settingBox>time+.btnAbsolute,
  .wrapper#store .decisionBox>time+.btnAbsolute,
  .wrapper#store .orderBox>time+.btnAbsolute {
    top: 60px;
    right: 10px;
  }

  .wrapper#store .settingBox>.btnAbsolute.btnaddBnr {
    position: static;
    float: right;
    margin-top: 12px;
  }
}

@media (min-width: 1080px) {

  .wrapper#store .settingBox .btnAbsolute,
  .wrapper#store .decisionBox .btnAbsolute,
  .wrapper#store .orderBox .btnAbsolute {
    top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .settingBox .btnAbsolute,
  .wrapper#store .decisionBox .btnAbsolute,
  .wrapper#store .orderBox .btnAbsolute {
    top: 20px;
  }
}

@media (max-width: 767px) {

  .wrapper#store .settingBox .btnAbsolute,
  .wrapper#store .decisionBox .btnAbsolute,
  .wrapper#store .orderBox .btnAbsolute {
    top: 10px;
    right: 10px;
  }
}

.wrapper#store .settingBox {
  border: 1px solid #cecece;
  padding: 20px;
}

@media (max-width: 767px) {
  .wrapper#store .settingBox {
    padding: 10px;
  }
}

.wrapper#store .settingBox .cartList li {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}

.wrapper#store .settingBox .cartList li:last-child {
  border-bottom: 0;
}

.wrapper#store .settingBox .cartList+.orderPayBox .orderPayList {
  border-top: 1px solid #cecece;
}

.wrapper#store .settingBox .cartList+.orderPayBox .orderPayList.yearPayList {
  border-top: none;
  padding: 10px 0 10px 0;
}

.wrapper#store .settingBox .cartList+.orderPayBox .orderPayList.yearPayList dd {
  font-weight: bold;
}

.wrapper#store .settingBox .contactBox .title {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .decisionBox {
  padding: 20px;
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  .wrapper#store .decisionBox {
    padding: 10px;
  }
}

.wrapper#store .decisionBox .cartList li {
  margin-bottom: 10px;
  padding: 20px;
}

@media (max-width: 767px) {
  .wrapper#store .decisionBox .cartList li {
    padding: 10px;
  }
}

.wrapper#store .decisionBox .cartList li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wrapper#store .decisionBox .cartList li .dataBox .btnBorderBlack {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    word-break: keep-all;
  }
}

.wrapper#store .decisionBox .memberInformation dt {
  margin-top: 0;
}

.wrapper#store .decisionBox .memberInformation dd+.title {
  margin-top: 20px;
}

.wrapper#store .decisionBox .text {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .decisionBox .text .btnTxt {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .orderBox .cartList li {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}

.wrapper#store .orderBox .cartList li:last-child {
  border-bottom: 0;
}

.wrapper#store .cartList li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #ffffff;
}

.wrapper#store .cartList li.cartList-center {
  align-items: center;
}

.wrapper#store .cartList li img {
  height: auto;
}

@media (min-width: 1080px) {
  .wrapper#store .cartList li img {
    width: 140px;
    margin-right: 20px;
  }

  .wrapper#store .cartList li img.BtnSelectCampaignPresentParts {
    width: 220px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .cartList li img {
    width: 140px;
    margin-right: 20px;
  }

  .wrapper#store .cartList li img.BtnSelectCampaignPresentParts {
    width: 220px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .cartList li img {
    width: 100px;
    margin-right: 10px;
  }

  .wrapper#store .cart_aspx .orderBox .cartList li img.BtnSelectCampaignPresentParts {
    width: 200px;
    margin-right: 0px;
  }
}

.wrapper#store .cartList li .dataBox {
  text-align: left;
}

@media (min-width: 1080px) {
  .wrapper#store .cartList li .dataBox {
    width: calc(100% - 240px);
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .cartList li .dataBox {
    width: calc(100% - 180px);
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .cartList li .dataBox {
    width: calc(100% - 110px);
  }
}

.wrapper#store .cartList li .dataBox .attention {
  padding: 0;
  margin-top: 0px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .wrapper#store .cartList li .dataBox .attention {
    text-align: right;
  }
}

.wrapper#store .cartList li .dataBox .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

.wrapper#store .cartList li .dataBox .title a:hover {
  text-decoration: underline;
}

.wrapper#store .cartList li .dataBox .text {
  margin: 0;
}

.wrapper#store .cartList li .dataBox .price {
  margin-top: 10px;
  color: #00935F;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .wrapper#store .cartList li .dataBox .price {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .cartList li .dataBox .price {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .cartList li .dataBox .price {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .cartList li .dataBox .price.coupon span {
  margin-right: 10px;
}

.wrapper#store .cartList li .dataBox .price.coupon span:not([class]) {
  text-decoration: line-through;
}

.wrapper#store .cartList li .dataBox .selectBase {
  width: 100px;
  display: inline-block;
}

.wrapper#store .cartList li .dataBox .selectBase+.btnBorderBlack {
  margin-left: 20px;
  display: inline-block;
  vertical-align: bottom;
}

.wrapper#store .cartList li .dataBox .btnBorderBlack {
  margin-top: 10px;
}

.wrapper#store .cartList li.soldOut,
.wrapper#store .cartList li.unavailable,
.wrapper#store .cartList li.prerelease,
.wrapper#store .cartList li.goodsChanged {
  position: relative;
}

.wrapper#store .cartList li.soldOut:after,
.wrapper#store .cartList li.unavailable:after {
  content: '本商品は\Aお取り扱いを\A終了しました';
  white-space: pre;
  box-sizing: border-box;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
}

.wrapper#store .cartList li.goodsChanged:after {
  content: '次回お届けから\A切替予定';
  white-space: pre;
  box-sizing: border-box;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
}

/*.wrapper#store .cartList li.prerelease:after {
  content: 'この商品は\A近日発売の\A予定です';
  white-space: pre;
  box-sizing: border-box;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
}*/

@media (min-width: 1080px) {

  .wrapper#store .cartList li.soldOut:after,
  .wrapper#store .cartList li.unavailable:after,
  .wrapper#store .cartList li.goodsChanged:after {
    width: 140px;
    height: 140px;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .wrapper#store .cartList li.goodsChanged:after {
    padding: 45px 10px;
  }

  /*.wrapper#store .cartList li.prerelease:after {
    width: 140px;
    height: 140px;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 26px;
  }*/
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .cartList li.soldOut:after,
  .wrapper#store .cartList li.unavailable:after,
  .wrapper#store .cartList li.prerelease:after,
  .wrapper#store .cartList li.goodsChanged:after {
    width: 140px;
    height: 140px;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .wrapper#store .cartList li.goodsChanged:after {
    padding: 45px 10px;
  }
}

@media (max-width: 767px) {

  .wrapper#store .cartList li.soldOut:after,
  .wrapper#store .cartList li.unavailable:after,
  .wrapper#store .cartList li.prerelease:after,
  .wrapper#store .cartList li.goodsChanged:after {
    width: 100px;
    height: 100px;
    padding: 15px 13px;
    font-size: 12px;
    line-height: 22px;
  }

  .wrapper#store .cartList li.goodsChanged:after {
    padding: 30px 8px;
  }
}

.wrapper#store .cartList+.orderPayBox,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox {
  text-align: right;
}

.wrapper#store .cartList+.orderPayBox .orderPayList,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .orderPayList {
  width: 100%;
  padding: 20px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .cartList+.orderPayBox .orderPayList dt,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .orderPayList dt {
  width: calc(100% - 120px);
  margin: 0 20px 0 0;
  font-weight: bold;
}

.wrapper#store .cartList+.orderPayBox .orderPayList dt.yearPayListPrice,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .orderPayList dt.yearPayListPrice {
  margin: 0 10px 0 0;
}

.wrapper#store .cartList+.orderPayBox .orderPayList dd,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .orderPayList dd {
  min-width: 100px;
}

.wrapper#store .cartList+.orderPayBox .total,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total {
  padding-top: 10px;
  border-top: 1px solid #000000;
  font-weight: bold;
}

.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total {
  border-color: #bcbcbc;
}

.wrapper#store .cartList+.orderPayBox .total .price,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total .price {
  margin-left: 20px;
  color: #00935F;
}

@media (min-width: 1080px) {

  .wrapper#store .cartList+.orderPayBox .total .price,
  .wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total .price {
    font-size: 26px;
    line-height: 36px;
  }

  .wrapper#store .cartList+.orderPayBox .total.monthlyPay,
  .wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total.monthlyPay {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .cartList+.orderPayBox .total .price,
  .wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total .price {
    font-size: 22px;
    line-height: 32px;
  }

  .wrapper#store .cartList+.orderPayBox .total.monthlyPay,
  .wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total.monthlyPay {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .wrapper#store .cartList+.orderPayBox .total .price,
  .wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total .price {
    font-size: 22px;
    line-height: 32px;
  }
}

.wrapper#store .cartList+.orderPayBox .total.monthlyPay .price,
.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox .total.monthlyPay .price {
  color: #000;
  min-width: 89px;
  display: inline-block;
}

.wrapper#store .cartList+.orderPayBox+.btnBox,
.wrapper#store .orderhistory_aspx .OrderHistoryList+.btnBox,
.wrapper#store .cartList+.orderPayBox+.TradeInOrderMsg+.btnBox {
  margin-top: 20px;

}

@media (max-width: 767px) {

  .wrapper#store .cartList+.orderPayBox+.btnBox,
  .wrapper#store .cartList+.orderPayBox+.TradeInOrderMsg+script+.btnBox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .wrapper#store .cart_aspx .cartList+.btnBox {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .wrapper#store .subsccontracthistory_aspx .cartList+.orderPayBox+.btnBox,
  .wrapper#store .subsccontractdetail_aspx .cartList+.orderPayBox+.btnBox,
  .wrapper#store .flatplancontracthistory_aspx .cartList+.orderPayBox+.btnBox {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0 auto;
  }

  .wrapper .subsccontracthistory_aspx .btnBox input[type='submit']:last-child,
  .wrapper#store .subsccontractdetail_aspx .btnBox input[type='submit']:last-child,
  .wrapper#store .flatplancontracthistory_aspx .btnBox input[type='submit']:last-child,
  .wrapper#store .flatplancontractdetail_aspx .btnBox input[type='submit']:last-child {
    margin-bottom: 20px;
  }

  .wrapper#store .cartList+.orderPayBox+.btnBox>a:first-child,
  .wrapper#store .flatplancontracthistory_aspx .btnBox>input[type='submit']:first-child,
  .wrapper#store .flatplancontractdetail_aspx .btnBox>input[type='submit']:first-child {
    margin: 0 auto;
  }

  .wrapper#store .cartList+.orderPayBox+.btnBox>a:last-child,
  .wrapper#store .flatplancontracthistory_aspx .btnBox>input[type='submit']:last-child,
  .wrapper#store .flatplancontractdetail_aspx .btnBox>input[type='submit']:last-child {
    margin: 0 auto 20px auto;
  }
}

.wrapper#store .cartList+.orderPayBox .attention {
  padding: 0;
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .cartList+.orderPayBox .notice {
  text-align: left;
}

.wrapper#store .cartList+.orderPayBox .notice.right {
  text-align: right;
  margin-top: -10px;
}

.wrapper#store .cartList+.orderPayBox .SubscriptionCampaignBlock+.notice.right {
  margin-top: 0px;
}

@media (max-width: 650px) {
  .wrapper#store .cartList+.orderPayBox .notice.right {
    text-align: left;
    margin-top: -10px;
  }

  .wrapper#store .cartList+.orderPayBox .SubscriptionCampaignBlock+.notice.right {
    margin-top: 0px;
  }
}

.wrapper#store .cartList+.orderPayBox .orderPayList dt.DeliveryHandling0,
.wrapper#store .cartList+.orderPayBox .orderPayList dd.DeliveryHandling0 {
  display: none;
}

.wrapper#store .btnColor.btnCart {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  line-height: 30px;
  cursor: pointer;
}

.wrapper#store .btnColor.btnCart:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  background-image: url("../Images/Common/Icon/ico_cart01White.svg");
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .wrapper#store .btnColor.btnCart.btnVariationPopup.btnColor.min {
    font-size: 13px;
    padding: 7px 7px;
  }

  .wrapper#store .btnColor.btnCart.btnVariationPopup:before {
    width: 20px;
    height: 30px;
    margin-right: 8px;
  }
}

@media (max-width: 400px) {
  .wrapper#store .btnColor.btnCart.btnVariationPopup.btnColor.min {
    font-size: 12px;
    padding: 7px 2px;
  }

  .wrapper#store .btnColor.btnCart.btnVariationPopup:before {
    width: 20px;
    height: 30px;
    margin-right: 4px;
  }
}

.wrapper#store .memberText {
  padding: 10px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.wrapper#store .categoryTag {
  font-size: 12px;
  line-height: 22px;
  color: #888888;
  font-weight: bold;
  text-align: left;
}

.wrapper#store .newsLab {
  padding: 0 5px;
  display: inline-block;
  border: 1px solid #00935F;
  font-size: 14px;
  line-height: 24px;
  color: #00935F;
  font-weight: bold;
}

.wrapper#store .btnAbsolute {
  position: absolute;
}

@media (min-width: 1080px) {
  .wrapper#store .btnAbsolute {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .btnAbsolute {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .btnAbsolute {
    top: 10px;
    right: 10px;
  }
}

.wrapper#store .btnAbsolute+.btnAbsolute {
  top: 60px;
}

.wrapper#store .btnFixed {
  width: 100%;
  box-sizing: border-box;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #cecece;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

@media (min-width: 1080px) {
  .wrapper#store .btnFixed {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .btnFixed {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .btnFixed {
    padding: 10px;

  }

  .wrapper#store .btnFixed>a:first-child,
  .wrapper#store .btnFixed>a:first-of-type {
    max-width: none;
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-right: 10px;
  }

  .wrapper#store .btnFixed>a:last-child,
  .wrapper#store .btnFixed>a:last-of-type {
    width: calc(50% - 10px);
    max-width: none;
    margin-left: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .wrapper#store .btnFixed>a.onTopBtn {
    font-size: 11px;
    line-height: 21px;
    width: 100%;
    max-width: 180px;
    padding: 16px 10px 16px 20px;
  }

  .wrapper#store .btnFixed>a.onTopBtn+a {
    width: calc(50% - 10px);
    max-width: 140px;
    font-size: 11px;
    line-height: 21px;
  }
}

@media (max-width: 370px) {

  .wrapper#store .btnFixed>a:first-child,
  .wrapper#store .btnFixed>a:first-of-type {
    font-size: 11px;
    line-height: 21px;
  }

  .wrapper#store .btnFixed>a:last-child,
  .wrapper#store .btnFixed>a:last-of-type {
    font-size: 11px;
    line-height: 21px;
    margin-bottom: 0;
  }
}

.wrapper#store .pullBox {
  position: relative;
}

.wrapper#store .pullBox .hiddenBox {
  height: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1s 0s;
}

.wrapper#store .pullBox .btnPull {
  width: 30px;
  height: 30px;
  display: block;
  margin-top: -15px;
  transition: all 0.5s 0s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
}

.wrapper#store .pullBox .btnPull:before {
  content: '';
  width: 2px;
  height: 30px;
  margin: -15px 0 0 -1px;
  background-color: #cecece;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.wrapper#store .pullBox .btnPull:after {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  margin: -1px 0 0 -15px;
  background-color: #cecece;
  transition: all 0.5s 0s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.wrapper#store .pullBox.open .hiddenBox {
  height: auto;
  max-height: 9000px;
}

.wrapper#store .pullBox.open .btnPull {
  transform: rotate(90deg);
}

.wrapper#store .pullBox.open .btnPull:after {
  opacity: 0;
}

.wrapper#store .slideBox {
  width: 100%;
  padding: 0 20px 20px 0;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper#store .slideBox {
    padding: 0;
  }
}

.wrapper#store .slideBox .listBox {
  transition: all 0.5s 0s;
}

.wrapper#store .slideBox .listBox li {
  position: relative;
  z-index: 1;
}

.wrapper#store .slideBox .listBox li:first-child {
  z-index: 10;
}

@media (max-width: 767px) {
  .wrapper#store .slideBox .listBox li {
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .wrapper#store .slideBox {
    overflow: hidden;
  }

  .wrapper#store .slideBox:before {
    content: '';
    width: 100px;
    height: calc(100% + 40px);
    display: inline-block;
    background: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
    transition: all 0.5s 0s;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 10;
    pointer-events: none;
  }

  .wrapper#store .slideBox:after {
    content: '';
    width: 100px;
    height: calc(100% + 40px);
    display: inline-block;
    background: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    transition: all 0.5s 0s;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 10;
    pointer-events: none;
  }
}

.wrapper#store .slideBox .sliderArrow {
  width: 100%;
  height: 0;
  margin-top: -70px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .slideBox .sliderArrow {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .slideBox .sliderArrow {
    width: calc(100% + 20px);
    left: -20px;
  }
}

.wrapper#store .slideBox .sliderArrow .prev,
.wrapper#store .slideBox .sliderArrow .next {
  width: 50px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  /*background-color: #444444;*/
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow05Gray.svg");
  background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  /*border: 1px solid #ffffff;*/
  transition: opacity 0.5s 0s;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.9));
}

.wrapper#store .slideBox .sliderArrow .prev {
  left: 0;
  transform: rotate(180deg);
  filter: drop-shadow(-2px -2px -2px rgba(255, 255, 255, 0.9));
}

.wrapper#store .slideBox .sliderArrow .next {
  right: 0;
}

@media (min-width: 768px) {

  .wrapper#store .slideBox .sliderArrow .prev,
  .wrapper#store .slideBox .sliderArrow .next {
    background-image: url("../Images/Common/Icon/Arrow/ico_arrow05Black.svg");
    background-size: 40px auto;
  }
}

.wrapper#store .more {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  background-color: #cecece;
}

@media (min-width: 1080px) {
  .wrapper#store .more {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .more {
    padding: 40px 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .more {
    padding: 40px 16px;
  }
}

.wrapper#store .more .categoryTitle {
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

@media (min-width: 1080px) {
  .wrapper#store .more .categoryTitle {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .more .categoryTitle {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .more .categoryTitle {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .more .categoryTitle {
    text-align: left;
  }
}

.wrapper#store .more .categoryTitle+.attention {
  padding-top: 0;
}

@media (min-width: 1080px) {
  .wrapper#store .more .categoryTitle.min {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .more .categoryTitle.min {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .more .categoryTitle.min {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .more .listMore {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .more .listMore li {
  box-sizing: border-box;
}

@media (min-width: 1080px) {
  .wrapper#store .more .listMore li {
    width: 50%;
  }

  .wrapper#store .more .listMore li:nth-child(odd) {
    padding-right: 10px;
  }

  .wrapper#store .more .listMore li:nth-child(even) {
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .more .listMore li {
    width: 50%;
  }

  .wrapper#store .more .listMore li:nth-child(odd) {
    padding-right: 10px;
  }

  .wrapper#store .more .listMore li:nth-child(even) {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .more .listMore li {
    width: 100%;
    padding: 10px 0;
  }
}

.wrapper#store .more .listMore li a {
  width: 100%;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  text-align: left;
}

.wrapper#store .more .listMore li a:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  display: block;
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow03Black.svg");
  background-position: center;
  background-size: auto 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
}

.wrapper#store .more .listMore li a:hover:after {
  right: 7px;
}

.wrapper#store .termContent {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.wrapper#store .termContent img {
  display: block;
  margin-top: 10px;
}

.wrapper#store .termContent .termText>dt {
  margin-top: 40px;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .wrapper#store .termContent .termText>dt {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .termContent .termText>dt {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .termContent .termText>dt {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .termContent .termText>dd {
  margin-top: 10px;
}

.wrapper#store .termContent .termText>dd .termBox {
  margin-top: 20px;
}

.wrapper#store .termContent .termText>dd .termBox>dt {
  font-weight: bold;
}

.wrapper#store .termContent .termText>dd .termBox>dd {
  margin-top: 10px;
}

.wrapper#store .termContent .termText>dd .termBox>dd+dt {
  margin-top: 20px;
}

.wrapper#store .termContent .termText>dd .btnTxt,
.wrapper#store .termContent .termText>dd .btnTxt2 {
  margin-bottom: 10px;
}

.wrapper#store .termContent .termText>dd .btnTxt:last-child,
.wrapper#store .termContent .termText>dd .btnTxt2:last-child {
  margin-bottom: 0;
}

.wrapper#store .termContent .termText>dd .noticeBox {
  margin-top: 10px;
}

.wrapper#store .termContent .termText>dd table {
  margin-top: 20px;
  font-size: 12px;
  line-height: 22px;
}

.wrapper#store .termContent .termText>dd table tr th {
  background-color: #f4f4f4;
  padding: 5px 10px;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #cecece;
}

.wrapper#store .termContent .termText>dd table tr th:nth-child(2) {
  white-space: nowrap;
  text-align: center;
}

.wrapper#store .termContent .termText>dd table tr th:last-child {
  border-right: 1px solid #cecece;
  white-space: nowrap;
  text-align: center;
}

.wrapper#store .termContent .termText>dd table tr td {
  padding: 5px 10px;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.wrapper#store .termContent .termText>dd table tr td:nth-child(2) {
  text-align: center;
  white-space: nowrap;
}

.wrapper#store .termContent .termText>dd table tr td:last-child {
  border-right: 1px solid #cecece;
  text-align: center;
  white-space: nowrap;
}

.wrapper#store .termContent .termText>dd table:first-child {
  margin-top: 0;
}

.wrapper#store .termContent .termText>dd ul li,
.wrapper#store .termContent .termText>dd ol li {
  margin-top: 10px;
}

.wrapper#store .termContent .termText>dd ul li:first-child,
.wrapper#store .termContent .termText>dd ol li:first-child {
  margin-bottom: 0;
}

.wrapper#store .termContent .termText>dd>ul {
  margin-top: 10px;
}

.wrapper#store .termContent .termText>dd>ul>li ul {
  margin-top: 10px;
}

.wrapper#store .termContent .termText+.btnBox {
  margin-top: 20px;
}

.wrapper#store .termContent .contactBox {
  margin-top: 20px;
}

.wrapper#store .termContent time {
  display: block;
  margin-bottom: 10px;
  color: #444444;
  text-align: right;
}

.wrapper#store .modal {
  width: 100%;
  height: 0;
  min-height: 0;
  max-height: 100vh;
  box-sizing: border-box;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.5s 0s;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.wrapper#store .modal .box {
  width: 100%;
  max-width: 800px;
  padding: 40px 20px;
  padding-top: 50px;
  box-sizing: border-box;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  position: relative;
  z-index: 1000000;
}

@media (min-width: 800px) {
  .wrapper#store .modal .box {
    margin-left: calc(50% - 400px);
    padding-top: 40px;
  }
}

/*.wrapper#store .modal .box.thanksBox{
  max-width: 690px;
}
@media (min-width: 800px) {
  .wrapper#store .modal .box {
    margin-left: calc(50% - 400px);
    padding-top: 40px;
  }
.wrapper#store .modal .box.thanksBox{
    margin-left: calc(50% - 345px);
  max-width: 690px;
}
}*/
.wrapper#store .modal .box time {
  margin-top: 10px;
  display: block;
  color: #444444;
}

.wrapper#store .modal .box .importantModalTitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #eb0000;
}

.wrapper#store .modal .box .headsUp {
  width: 100%;
  margin-top: 10px;
}

.wrapper#store .modal .box .headsUp+.notice {
  margin-top: 10px;
}

.wrapper#store .modal .box .importantModalBox {
  margin-top: 10px;
}

.wrapper#store .modal .box .importantModalBox .title {
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
}

.wrapper#store .modal .box .title {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 1080px) {
  .wrapper#store .modal .box .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .modal .box .title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .modal .box .title {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .modal .box .boxTab {
  margin: 100px 0 40px 0;
  position: relative;
}

.wrapper#store .modal .box .boxTab .box {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  z-index: 10;
}

.wrapper#store .modal .box .boxTab .box h2 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #cecece;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -70px;
  cursor: pointer;
}

.wrapper#store .modal .box .boxTab .box .boxRadio {
  height: 0;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  display: none;
}

.wrapper#store .modal .box .boxTab .box .boxRadio .radioBase {
  font-weight: bold;
}

.wrapper#store .modal .box .boxTab .box .boxRadio .selectBase {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

/*modal select*/
@media (max-width: 500px) {
  .wrapper#store .modal .box .boxTab .box .boxRadio .selectBase {
    width: calc(100% - 10px);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .wrapper#store .modal .box .boxTab .box.tabArea {
    font-size: 14px;
    line-height: 24px;
  }
}

.wrapper#store .modal .box .boxTab .box .boxRadio .selectBase label {
  width: auto;
  margin: 0 5px 10px 0;
  display: inline-block;
  text-align: left;
}

.wrapper#store .modal .box .boxTab .box .boxRadio .selectBase select {
  width: 100%;
}

.wrapper#store .modal .box .boxTab .box .boxRadio .selectBase:after {
  top: auto;
  bottom: 12px;
}

.wrapper#store .modal .box .boxTab .box .boxRadio .selectBase:nth-child(odd) {
  margin-right: 20px;
}

.wrapper#store .modal .box .boxTab .box:nth-child(1) h2 {
  left: 0;
}

.wrapper#store .modal .box .boxTab .box:nth-child(2) h2 {
  left: 50%;
}

.wrapper#store .modal .box .boxTab .box.open {
  position: relative;
  z-index: 1000;
}

.wrapper#store .modal .box .boxTab .box.open h2 {
  background-color: #00935F;
  margin-left: 0;
}

.wrapper#store .modal .box .boxTab .box.open h2:after {
  content: '';
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00935F;
  position: absolute;
  bottom: -10px;
  left: 50%;
}

.wrapper#store .modal .box .boxTab .box.open .boxRadio {
  display: block;
  height: auto;
}

.wrapper#store .modal .box .btnBox,
.wrapper#store .modal .box .boxBtn {
  margin-top: 20px;
  text-align: center !important;
}

.wrapper#store .modal .box .btnBox .close,
.wrapper#store .modal .box .boxBtn .close {
  cursor: pointer;
}

.wrapper#store .modal .box .btnBox .btnColor,
.wrapper#store .modal .box .btnBox .btnBorderBlack,
.wrapper#store .modal .box .boxBtn .btnColor,
.wrapper#store .modal .box .boxBtn .btnBorderBlack {
  display: block;
  margin: 0 auto 20px auto;
}

.wrapper#store .modal .box .btnBox .btnColor.regular,
.wrapper#store .modal .box .btnBox .btnBorderBlack.regular,
.wrapper#store .modal .box .boxBtn .btnColor.regular,
.wrapper#store .modal .box .boxBtn .btnBorderBlack.regular {
  color: #4d2d16;
  border-color: #4d2d16;
}

.wrapper#store .modal .box .btnBox .btnTxt,
.wrapper#store .modal .box .btnBox .linkTxt,
.wrapper#store .modal .box .boxBtn .btnTxt,
.wrapper#store .modal .box .boxBtn .linkTxt {
  display: inline-block;
  margin: 0 auto 20px auto;
}

.wrapper#store .modal.open {
  min-height: 100vh;
  padding: 40px 10px 40px 10px;
  opacity: 1;
}

@media (max-width: 500px) {
  .wrapper#store .modal.open {
    padding: 40px 10px 140px 10px;
  }
}

.wrapper#store .modal i.close,
.wrapper#store .modal i.MSG_modal_close {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../Images/Common/Icon/ico_close01Black.svg");
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.wrapper#store .listBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wrapper#store .listBox li {
  width: 235px;
  margin: 0 20px 20px 0;
  /*padding-bottom: 46px;*/
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);*/
}

/*unavailable prerelease*/
.wrapper#store .listBox li.unavailable>a .productImg {
  position: relative;
  display: block;
}

.wrapper#store .listBox li.prerelease>a .productImg {
  position: relative;
  display: block;
}

.wrapper#store .listBox li.unavailable>a .productImg:before {
  content: '';
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/*.wrapper#store .listBox li.prerelease > a .productImg:before{
  content: '';
  position: absolute;
  display:block;
  background-color: rgba(0, 0, 0, 0.5);
  width:100%;
  height:100%;
}*/
.wrapper#store .listBox li.unavailable>a .productImg:after {
  content: '販売を終了いたしました';
  white-space: pre;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  position: absolute;
  /*width: 160px;*/
  height: 33px;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 29px;
  font-size: 19px;
}

@media (max-width: 767px) {
  .wrapper#store .listBox li.unavailable>a .productImg:after {
    width: 11em;
    height: 1.9em;
    line-height: 2em;
    font-size: clamp(11px, 3.5vw, 21px);
    font-weight: normal;
  }
}

/*.wrapper#store .listBox li.prerelease > a .productImg:after {
  content: 'この商品は\A近日発売の\A予定です';
  white-space: pre;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width:96px;
  height:78px;
  top: 0px;
  bottom:0;
  right:0;
  left: 0;
  margin:auto;
  line-height: 26px;
}*/

.wrapper#store .listBox li.unavailable .btnCart {
  display: none;
}

.wrapper#store .listBox li a {
  width: 100%;
}

.wrapper#store .listBox li a img {
  width: 100%;
  height: auto;
}

.wrapper#store .listBox li .memberText {
  width: 100%;
  padding: 0;
  margin-top: -2px;
  display: table;
  background-color: inherit;
}

.wrapper#store .listBox li .memberText span {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  line-height: 18px;
  background-color: #f4f4f4;
}

/*.wrapper#store .listBox li .dataBox {
  padding: 5px 10px 5px 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}*/
.wrapper#store .listBox li .dataBox {
  padding: 5px 10px 5px 10px;
  display: -webkit-flex;
  display: flex;
  /*flex-wrap: wrap;*/
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  /*justify-content: flex-start;*/
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.wrapper#store .listBox li .dataBox>* {
  /*min-height:0%;*/
}

.wrapper#store .listBox li .dataBox .title {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.5;
}

.wrapper#store .listBox li .dataBox .price {
  width: 100%;
  color: #00935F;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .wrapper#store .listBox li .dataBox .price {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .listBox li .dataBox .price {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .listBox li .dataBox .price {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .listBox li .dataBox .price.sale {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.wrapper#store .listBox li .dataBox .price.sale span {
  display: inline-block;
  color: #000000;
  text-decoration: line-through;
}

.wrapper#store .listBox li .GoodsMessagePanel {
  width: 100%;
}

.wrapper#store .listBox li .GoodsMessagePanel .btnColor.btnCart.disabled {
  background-color: #b3b3b3;
  padding: 5px 10px;
  margin-bottom: 0;
}

.wrapper#store .listBox li .GoodsMessagePanel .btnColor.btnCart.disabled:before {
  content: none;
}

.wrapper#store .listBox li .GoodsMessagePanel .btnColor.btnCart.disabled span {
  display: none;
}

.wrapper#store .listBox li .GoodsMessagePanel .btnColor.btnCart.disabled:hover {
  opacity: 1;
}

.wrapper#store .listBox li .btnBorderBlack,
.wrapper#store .listBox li .btnColor {
  width: calc(100% - 20px);
  max-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.wrapper#store .listBox li .btnColor {
  margin: 0 auto 10px auto;
  position: static;
}

.wrapper#store .listBox li:last-child {
  margin-right: 0;
}

@media (min-width: 1080px) {
  .wrapper#store .listBox.listItem li {
    width: calc((100% - 60px)/4);
    margin: 0 20px 20px 0;
  }

  .wrapper#store .listBox.listItem li:nth-child(4n) {
    margin-right: 0;
  }

  .wrapper#store .listBox.listItem li dataBox {
    height: calc(100% - 235px - 88px);
  }
}

@media (max-width: 1079px) and (min-width: 1000px) {
  .wrapper#store .listBox.listItem li {
    width: calc((100% - 60px)/4);
    margin: 0 20px 20px 0;
  }

  .wrapper#store .listBox.listItem li:nth-child(4n) {
    margin-right: 0;
  }

  .wrapper#store .listBox.listItem li dataBox {
    height: calc(100% - 235px - 88px);
  }
}

@media (max-width: 999px) and (min-width: 766px) {
  .wrapper#store .listBox.listItem li {
    width: calc((100% - 40px)/3);
    margin: 0 20px 20px 0;
  }

  .wrapper#store .listBox.listItem li:nth-child(3n) {
    margin-right: 0;
  }

  .wrapper#store .listBox.listItem li dataBox {
    height: calc(100% - 235px - 108px);
  }
}

@media (max-width: 767px) {
  .wrapper#store .listBox.lineFull li {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .wrapper#store .listBox.lineFull li .dataBox {
    height: auto;
    padding-top: 10px;
  }
}

@media (max-width: 1000px) and (min-width: 1079px) {
  .wrapper#store .listBox.lineHalf li {
    width: calc((100% - 60px)/4);
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 999px) and (min-width: 766px) {
  .wrapper#store .listBox.lineHalf li {
    width: calc((100% - 40px)/3);
    margin: 0 20px 20px 0;
  }

  .wrapper#store .listBox.lineHalf li:nth-child(3n) {
    margin: 0 0 20px 0;
  }

  .wrapper#store .listBox.lineHalf li:last-child {
    margin: 0;
  }

  .wrapper#store .listBox.lineHalf li dataBox {
    height: calc(100% - 235px - 88px);
  }
}

@media (max-width: 767px) {
  .wrapper#store .listBox.lineHalf li {
    width: calc((100% - 10px)/2);
  }

  .wrapper#store .listBox.lineHalf li .dataBox {
    height: auto;
    padding-top: 10px;
  }

  .wrapper#store .listBox.lineHalf li:nth-child(odd) {
    margin: 0 5px 20px 0;
  }

  .wrapper#store .listBox.lineHalf li:nth-child(even) {
    margin: 0 0 20px 5px;
  }
}

.wrapper#store .listNews {
  border: 1px solid #cecece;
}

.wrapper#store .listNews li a {
  width: 100%;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  display: block;
  border-top: 1px solid #cecece;
  border-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  position: relative;
}

.wrapper#store .listNews li a .newsLab {
  margin-bottom: 5px;
}

.wrapper#store .listNews li a time {
  font-size: 12px;
  line-height: 22px;
  color: #444444;
}

.wrapper#store .listNews li a:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  display: block;
  background-image: url(../Images/Common/Icon/Arrow/ico_arrow03Black.svg);
  background-position: center;
  background-size: auto 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
}

.wrapper#store .listNews li a:hover {
  color: #00935F;
}

.wrapper#store .listNews li a:hover:after {
  background-image: url(../Images/Common/Icon/Arrow/ico_arrow03KeyColor.svg);
  right: 7px;
}

.wrapper#store .listNews li:first-child a {
  border-top: 0;
}

.wrapper#store .listNews+.listNews {
  border-top: 0;
}

.wrapper#store .listTextBox {
  border-bottom: 1px solid #cecece;
}

.wrapper#store .listTextBox li {
  border: 1px solid #cecece;
  border-bottom: 0;
}

.wrapper#store .listTextBox li>a {
  width: 100%;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  position: relative;
}

.wrapper#store .listTextBox li>a:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  display: block;
  background-image: url(../Images/Common/Icon/Arrow/ico_arrow03Black.svg);
  background-position: center;
  background-size: auto 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
}

.wrapper#store .listTextBox li>a:hover {
  opacity: 0.5;
}

.wrapper#store .listTextBox li>a:hover:after {
  right: 7px;
}

.wrapper#store .listBorderBox li {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  border-bottom: 0;
  position: relative;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .wrapper#store .listBorderBox li {
    padding: 10px;
  }
}

.wrapper#store .listBorderBox li .status {
  margin: 0 0 10px 0;
}

.wrapper#store .listBorderBox li .btnAbsolute {
  padding: 0 10px;
  top: 10px;
  right: 10px;
}

.wrapper#store .listBorderBox li .btnAbsolute+.btnAbsolute {
  top: 50px;
}

.wrapper#store .listBorderBox li:last-child {
  border-bottom: 1px solid #cecece;
}

.wrapper#store .listBorderBox li.SelectedCoupon {
  border: 1px solid #00935F;
}

.wrapper#store .CouponList {
  margin-bottom: 40px;
}

.wrapper#store .CouponList li {
  padding: 20px;
  text-align: left;
  border: 1px solid #cecece;
  border-bottom: 0;
  cursor: pointer;
}

.wrapper#store .CouponList li>.title+.couponDetail {
  margin-top: 10px;
}

.wrapper#store .CouponList li .couponDetail {
  font-size: 12px;
  line-height: 22px;
}

.wrapper#store .CouponList li .couponDetail .couponTitle {
  width: 60px;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.wrapper#store .CouponList li .couponDetail .couponText {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
}

.wrapper#store .CouponList li .couponDetail .couponText .notice {
  margin: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
}

.wrapper#store .CouponList li .attention span {
  font-weight: normal;
}

.wrapper#store .CouponList li:last-child {
  margin-top: 20px;
  border: 1px solid #cecece;
}

.wrapper#store .CouponList li:nth-last-child(2) {
  border-bottom: 1px solid #cecece;
}

.wrapper#store .CouponList li.SelectedCoupon {
  border: 1px solid #00935F;
  background-color: #dff1e9;
}

.wrapper#store .CouponList li.SelectedCoupon .title {
  color: #00935F;
}

.wrapper#store .CouponList li.SelectedCoupon+li {
  border-top: 0;
}

.wrapper#store .CouponList li.SelectedCoupon+li:last-child {
  border-top: 1px solid #cecece;
}

.wrapper#store .CouponList li.CouponDisabled {
  pointer-events: none;
}


.wrapper#store .iw_confirmpolicy_aspx .textBox {
  margin-bottom: 40px;
}

.wrapper#store .iw_confirmpolicy_aspx .textBox time {
  display: block;
  margin-bottom: 10px;
  color: #444444;
}

.wrapper#store .iw_confirmpolicy_aspx .text {
  margin-top: 20px;
  text-align: left;
}

.wrapper#store .iw_confirmpolicy_aspx .text br.sptubOnly {
  display: none;
}

.wrapper#store .iw_confirmpolicy_aspx .text+.btnBox {
  margin-top: 40px;
}

.wrapper#store .iw_confirmpolicy_aspx .notice {
  text-align: left;
}

.wrapper#store .iw_confirmpolicy_aspx .scrollFrame {
  margin-top: 20px;
}

.wrapper#store .iw_confirmpolicy_aspx .scrollFrame .categoryTitle {
  display: none;
}

@media (max-width: 767px) {
  .wrapper#store .iw_confirmpolicy_aspx .text br.sptubOnly {
    display: inline-block;
  }
}

@media (min-width: 1080px) {
  .wrapper#store .top_aspx {
    padding: 10px 10px 40px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .top_aspx {
    padding: 10px 10px 40px 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx {
    padding: 10px 10px 30px 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .sliderBox {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.wrapper#store .top_aspx .sliderBox .sliderArrow {
  width: 200px;
  margin-top: -25px;
  margin-left: -100px;
}

.wrapper#store .top_aspx .category {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}

.wrapper#store .top_aspx .category>div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.wrapper#store .top_aspx .category>div h2 {
  padding: 20px 10px 207px 10px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

.wrapper#store .top_aspx .category>div.top_teikiotodokebin h2 {
  padding-bottom: 63px;
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category>div.top_teikiotodokebin h2 {
    padding-bottom: 140px;
  }
}

.wrapper#store .top_aspx .category>div.plooms h2,
.wrapper#store .top_aspx .category>div.ploomtechplus h2,
.wrapper#store .top_aspx .category>div.ploomtech h2,
.wrapper#store .top_aspx .category>div.ploomx h2,
.wrapper#store .top_aspx .category>div.with2 h2 {
  text-indent: -100000%;
}

.wrapper#store .top_aspx .category>div h2:before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.wrapper#store .top_aspx .category>div .listCategory {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 0;
}

.wrapper#store .top_aspx .category>div .listCategory li {
  margin-bottom: 10px;
}

.wrapper#store .top_aspx .category>div .listCategory li a {
  width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.wrapper#store .top_aspx .category>div .listCategory li a:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  display: block;
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow03Black.svg");
  background-position: center;
  background-size: auto 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
}

.wrapper#store .top_aspx .category>div .listCategory li a:hover:after {
  right: 7px;
}

.wrapper#store .top_aspx .category>div .listCategory li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wrapper#store .top_aspx .category>div .listCategory li#side_c_CF004002 {
    letter-spacing: -0.5px;
  }
}

.wrapper#store .top_aspx .category>div.ploomtech {
  /*background: -moz-linear-gradient(top right, #74d1fd, #1c8bdd);
  background: -webkit-linear-gradient(top right, #74d1fd, #1c8bdd);
  background: linear-gradient(to bottom left, #74d1fd, #1c8bdd);*/
  background-image: url(/assets/images/Common/bg_ploomtech_b.jpg);
  background-size: cover;
  background-position: top center;
}

.wrapper#store .top_aspx .category>div.ploomtech h2:before {
  width: 14px;
  height: 191px;
  background-image: url(../Images/Common/img_cat_ploomtech_h.png);
  right: 57px;
  top: 35px;
}

.wrapper#store .top_aspx .category>div.ploomtech h2:after {
  content: "";
  display: block;
  width: 82px;
  height: 51px;
  background-image: url(../Images/Common/logo_pt.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 27px;
  top: 20px;
}

.wrapper#store .top_aspx .category>div.ploomtechplus {
  /*background: -moz-linear-gradient(top right, #4c84ba, #334286);
  background: -webkit-linear-gradient(top right, #4c84ba, #334286);
  background: linear-gradient(to bottom left, #4c84ba, #334286);*/
  background-image: url(/assets/images/Common/bg_ploomtech_b.jpg);
  background-size: cover;
  background-position: center;
}

.wrapper#store .top_aspx .category>div.ploomtechplus h2:before {
  width: 92px;
  height: 192px;
  background-image: url(../Images/Common/img_cat_ploomtechplus_ver2.png);
  right: 45px;
  top: 33px;
}

.wrapper#store .top_aspx .category>div.ploomtechplus h2:after {
  content: "";
  display: block;
  width: 99px;
  height: 51px;
  background-image: url(../Images/Common/logo_ptpw.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 27px;
  top: 20px;
}

.wrapper#store .top_aspx .category>div.plooms,
.wrapper#store .top_aspx .category>div.ploomx {
  /*background: -moz-linear-gradient(top right, #e09245, #ecbd62);
  background: -webkit-linear-gradient(top right, #e09245, #ecbd62);
  background: linear-gradient(to bottom left, #e09245, #ecbd62);*/
  background-image: url(/assets/images/Common/bg_ploomx.jpg);
  background-size: cover;
  background-position: top center;
}

.wrapper#store .top_aspx .category>div.plooms h2:before {
  /*width: 93px;
    height: 188px;
    background-image: url(../Images/Common/img_cat_ploomx.png);
    top: 36px;
    right: 33px;*/
  width: 153px;
  height: 234px;
  background-image: url(../Images/Common/img_cat_s_before.png);
  top: 0;
  right: 20px;
}

.wrapper#store .top_aspx .category>div.ploomx h2:before {
  width: 93px;
  height: 188px;
  background-image: url(../Images/Common/img_cat_ploomx.png);
  top: 36px;
  right: 33px;
}

.wrapper#store .top_aspx .category>div.plooms h2:after {
  content: "";
  display: block;
  width: 112px;
  height: 52px;
  background-image: url(../Images/Common/logo_ps.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 27px;
  top: 20px;
}

.wrapper#store .top_aspx .category>div.ploomx h2:after {
  content: "";
  display: block;
  width: 112px;
  /*height: 52px;*/
  height: 62px;
  background-image: url(../Images/Common/logo_PX_ver2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 27px;
  top: 20px;
}

.wrapper#store .top_aspx .category>div.with2 {
  background-image: url(/assets/images/Common/bg_with2.png);
  background-size: cover;
  background-position: center;
}

.wrapper#store .top_aspx .category>div.with2 h2:after {
  content: "";
  display: block;
  width: 96px;
  height: 40px;
  background-image: url(../Images/Common/logo_with2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 27px;
  top: 20px;
}

.wrapper#store .top_aspx .category>div.with2 h2:before {
  width: 93px;
  height: 188px;
  background-image: url(../Images/Common/img_cat_with2_black.png);
  top: 36px;
  right: 33px;
}

.wrapper#store .top_aspx .category>div.zerostyle {
  background: -moz-linear-gradient(top right, #4c99e5, #0052a4);
  background: -webkit-linear-gradient(top right, #4c99e5, #0052a4);
  background: linear-gradient(to bottom left, #4c99e5, #0052a4);

}

.wrapper#store .top_aspx .category>div.zerostyle h2:before {
  width: 65%;
  max-width: 320px;
  height: 240px;
  margin-top: -120px;
  background-image: url("/online/Images/Common/IW/img_cat_zerostyle.png");
  transform: rotate(-35deg);
  top: 75%;
  right: -15%;
}

.wrapper#store .top_aspx .category>div.zerostyle h2 {
  padding-bottom: 30px;
}

.wrapper#store .top_aspx .category>div.others {
  background: -moz-linear-gradient(top right, #ffda7c, #ffcd15);
  background: -webkit-linear-gradient(top right, #ffda7c, #ffcd15);
  background: linear-gradient(to bottom left, #ffda7c, #ffcd15);
}

.wrapper#store .top_aspx .category>div.others h2,
.wrapper#store .top_aspx .category>div.otherscigarette h2,
.wrapper#store .top_aspx .category>div.brandgoods h2,
.wrapper#store .top_aspx .category>div.specialcigarette h2 {
  padding: 20px 10px 60px 10px;
}

.wrapper#store .top_aspx .category>div.others h2:before {
  /*width: 40%;
  max-width: 160px;
  height: 290px;
  margin-top: -120px;
  background-image: url("../Images/Common/img_cat_tobacco.png");
  transform: rotate(-45deg);
  top: 50%;
  right: 5%;*/
}

.wrapper#store .top_aspx .category>div.otherscigarette {
  background: -moz-linear-gradient(top right, #16e08e, #10af77);
  background: -webkit-linear-gradient(top right, #16e08e, #10af77);
  background: linear-gradient(to bottom left, #16e08e, #10af77);
}

.wrapper#store .top_aspx .category>div.brandgoods {
  background: -moz-linear-gradient(top right, #ff9966, #ff5e62);
  background: -webkit-linear-gradient(top right, #ff9966, #ff5e62);
  background: linear-gradient(to bottom left, #ff9966, #ff5e62);
}

.wrapper#store .top_aspx .category>div.specialcigarette {
  background: -moz-linear-gradient(top right, #6dd5ed, #00a1ca);
  background: -webkit-linear-gradient(top right, #6dd5ed, #00a1ca);
  background: linear-gradient(to bottom left, #6dd5ed, #00a1ca);
}

@media (min-width: 1080px) {
  .wrapper#store .top_aspx .category>div {
    width: calc((100% - 40px)/3);
    max-width: 350px;
    margin-right: 20px;
  }

  .wrapper#store .top_aspx .category>div:nth-of-type(3n),
  .wrapper#store .top_aspx .category>div:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .top_aspx .category>div {
    width: calc((100% - 20px)/3);
    max-width: 350px;
    margin-right: 10px;
  }

  .wrapper#store .top_aspx .category>div:nth-of-type(3n),
  .wrapper#store .top_aspx .category>div:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category>div {
    width: 100%;
  }

  /*.wrapper#store .top_aspx .category > div.ploomtechplus h2:before {
    width: 250px;
    height: 130px;
    left: auto;
    right: 2%;
    bottom: -3px;
}*/
}

.wrapper#store .top_aspx .category.box_topBnr {
  justify-content: center;
  margin-top: 40px;
}

.wrapper#store .top_aspx .category.box_topBnr>h1.categoryTitle.min {
  width: 100%;
  text-align: center;
}

.wrapper#store .top_aspx .category.box_topBnr h2 {
  text-indent: -10000%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_teigaku {
  background: linear-gradient(90deg, #282855, #070e29);
}

@media (min-width: 768px) {

  .wrapper#store .top_aspx .category.box_topBnr div.top_teigaku,
  .wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin,
  .wrapper#store .top_aspx .category.box_topBnr div.top_norikae,
  .wrapper#store .top_aspx .category.box_topBnr div.top_first {
    text-align: center;
  }
}

.wrapper#store .top_aspx .category.box_topBnr div.top_teigaku h2:before {
  background-image: url(../Images/Common/img_topBottomPanel_teigakux.png);
  width: 31.5%;
  height: 66%;
  max-width: 107px;
  max-height: 168px;
  margin: auto;
  top: 12%;
  right: 9%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_teigaku h2:after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 48%;
  height: 38.2%;
  max-width: 163px;
  max-height: 98px;
  margin: auto;
  background-image: url(../Images/Common/logo_topBottomPanel_teigaku.png);
  top: 21%;
  left: 3.5%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_teigaku p.copy {
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-top: -15%;
  padding: 0 10px;
  margin-bottom: 10%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin {
  background-image: url(/online/images/Banner/IW/bg_topBottomPanel_teikiodtodokebin.jpg);
  background-size: cover;
  background-position: top center;
  position: relative;
}

/*.wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin h2:before{    width: 91%;
    height: 45%;
    max-width: 340px;
    max-height: 151px;
    margin: auto;
    background-image: url(/online/images/Banner/IW/img_topBottomPanel_teikiodtodokebin.png);
    top: 71%;
    right: 0;
    left: 0;
}*/
.wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin h2:after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 56%;
  height: 52.7%;
  max-width: 210px;
  max-height: 67px;
  margin: auto;
  background-image: url(/online/images/Banner/IW/logo_topBottomPanel_teikiotodokebin.svg);
  top: 39%;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin h2:after {
    top: 25%;
  }
}

.wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin p.copy {
  font-size: 14px;
  line-height: 26px;
  color: #444;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
  /*margin-top: 1%;
    margin-bottom: 0.7%;*/
  display: block;
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin p.copy {
    margin-bottom: 7%;
  }
}

.wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin p.copy:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 127px;
  max-width: 340px;
  max-height: 127px;
  background-image: url(/online/images/Banner/IW/img_topBottomPanel_teikiodtodokebin.png);
  margin-top: 3%;
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin p.copy:after {
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    max-height: 124px;
    min-height: 124px;
  }
}

@media (max-width: 350px) {
  .wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin p.copy:after {
    min-height: 0;
    padding-bottom: 36%;
  }
}

.wrapper#store .top_aspx .category.box_topBnr div.top_norikae,
.wrapper#store .top_aspx .category.box_topBnr div.top_first {
  background-image: url(/assets/images/Common/bg_norikae.jpg);
  background-size: cover;
  background-position: top center;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_first h2 {
  padding: 0px 10px 95px 10px;
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category.box_topBnr div.top_first h2 {
    padding: 0px 10px 107px 10px;
  }
}

.wrapper#store .top_aspx .category.box_topBnr div.top_norikae h2:before {
  width: 38.5%;
  height: 60%;
  max-width: 130px;
  max-height: 152px;
  margin: auto;
  background-image: url(../Images/Common/img_topBottomPanel_norikae_ver2.png);
  top: 12%;
  right: 9%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_norikae.ver1 h2:before {
  background-image: url(../Images/Common/img_topBottomPanel_norikae_ver1.png)
}

.wrapper#store .top_aspx .category.box_topBnr div.top_norikae.ver3 h2:before {
  background-image: url(../Images/Common/img_topBottomPanel_norikae_ver3.png)
}

.wrapper#store .top_aspx .category.box_topBnr div.top_norikae h2:after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 40%;
  height: 26.2%;
  max-width: 120px;
  max-height: 65px;
  margin: auto;
  background-image: url(../Images/Common/logo_topBottomPanel_norikae.png);
  top: 31%;
  left: 5.5%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_first h2:before {
  content: none;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_first h2:after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 50%;
  height: 20%;
  /*padding-bottom: 9%;*/
  max-width: 120px;
  max-height: 65px;
  margin: auto;
  background-image: url(../Images/Common/logo_firstDiscount.svg);
  top: 19%;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category.box_topBnr div.top_first h2:after {
    width: 40%;
    height: 20%;
    max-width: 150px;
    max-height: 85px;
    top: 30%;
  }
}

.wrapper#store .top_aspx .category.box_topBnr div.top_norikae p.copy {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-top: -15%;
  padding: 0 10px;
  margin-bottom: 7%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_first p.copy {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-top: -19%;
  padding: 0 10px;
  margin-bottom: 1%;
}

.wrapper#store .top_aspx .category.box_topBnr div.top_first p:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 117px;
  max-width: 208px;
  max-height: 117px;
  background-image: url(/assets/Images/Common/img_firstDiscountver2.png);
  margin-top: -3%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .wrapper#store .top_aspx .category.box_topBnr div.top_first p:after {
    min-height: 127px;
    max-height: 127px;
    margin-top: -1%;
  }
}

@media (min-width: 768px) {

  .wrapper#store .top_aspx .category.box_topBnr div.top_teigaku p.copy,
  .wrapper#store .top_aspx .category.box_topBnr div.top_norikae p.copy,
  .wrapper#store .top_aspx .category.box_topBnr div.top_first p.copy {
    display: inline-block;
  }
}

@media (max-width: 767px) {

  .wrapper#store .top_aspx .category.box_topBnr div.top_teigaku p.copy,
  .wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin p.copy,
  .wrapper#store .top_aspx .category.box_topBnr div.top_norikae p.copy,
  .wrapper#store .top_aspx .category.box_topBnr div.top_first p.copy {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {

  .wrapper#store .top_aspx .category.box_topBnr div.top_teigaku .listCategory,
  .wrapper#store .top_aspx .category.box_topBnr div.top_teikiotodokebin .listCategory,
  .wrapper#store .top_aspx .category.box_topBnr div.top_norikae .listCategory,
  .wrapper#store .top_aspx .category.box_topBnr div.top_first .listCategory {
    text-align: left;

  }
}

.wrapper#store .top_aspx .news {
  margin-top: 40px;
}

.wrapper#store .top_aspx .news .listNews {
  margin-bottom: 20px;
}

.wrapper#store .top_aspx .checkHistory {
  margin-top: 40px;
}

.wrapper#store .top_aspx#page_members_homepage .category.ploomtech h2:before {
  background-image: url("../Images/Common/img_cat_ploomtech.png");
}

.wrapper#store .top_aspx#page_members_homepage .category.ploomtechplus h2:before {
  background-image: url("../Images/Common/img_cat_plus.png");
}

.wrapper#store .top_aspx#page_members_homepage .category.plooms h2:before {
  background-image: url("../Images/Common/img_cat_s.png");
}

@media (min-width: 1080px) {
  .wrapper#store .top_aspx+.more {
    margin-top: 0;
  }
}

.wrapper#store .productlist_aspx .login {
  margin-bottom: 40px;
}

/*.wrapper#store .productlist_aspx .listCategory,
.wrapper#store .categorylist_aspx .listCategory {
  width: 100%;
  margin: 0 auto 20px auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.wrapper#store .productlist_aspx .listCategory li,
.wrapper#store .categorylist_aspx .listCategory li {
  margin: 0 5px 10px 5px;
  box-sizing: border-box;
  display: block;
  border: 1px solid #000000;
  font-weight: bold;
}
.wrapper#store .productlist_aspx .listCategory li>a{
display:block;
}
.wrapper#store .productlist_aspx .listCategory li span,
.wrapper#store .categorylist_aspx .listCategory li span{
display:block;
padding: 10px;
}
@media (max-width: 767px) {
.wrapper#store .productlist_aspx .listCategory li span,
.wrapper#store .categorylist_aspx .listCategory li span {
  padding: 5px;
}
}
.wrapper#store .productlist_aspx .listCategory li span:after,
.wrapper#store .categorylist_aspx .listCategory li span:after {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow03Black.svg");
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
.wrapper#store .productlist_aspx .listCategory li span:after,
.wrapper#store .categorylist_aspx .listCategory li span:after {
  margin-top: 0px;
}
}

.wrapper#store .productlist_aspx .listCategory li:hover,
.wrapper#store .categorylist_aspx .listCategory li:hover {
  border: 1px solid #00935F;
  color: #00935F;
}

.wrapper#store .productlist_aspx .listCategory li:hover a,
.wrapper#store .categorylist_aspx .listCategory li:hover a {
  color: #00935F;
}

.wrapper#store .productlist_aspx .listCategory li:hover span:after,
.wrapper#store .categorylist_aspx .listCategory li:hover span:after {
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow03KeyColor.svg");
  margin-top: -2px;
}
@media (min-width: 1080px) {
  .wrapper#store .productlist_aspx .listCategory,
  .wrapper#store .categorylist_aspx .listCategory {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productlist_aspx .listCategory,
  .wrapper#store .categorylist_aspx .listCategory {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .wrapper#store .productlist_aspx .listCategory,
  .wrapper#store .categorylist_aspx .listCategory {
    justify-content: flex-start;
  }
}
*/
.wrapper#store .productlist_aspx .categoryListBox,
.wrapper#store .categorylist_aspx .categoryListBox {
  margin-top: 60px;
}

.wrapper#store .productlist_aspx .categoryListBox .title,
.wrapper#store .categorylist_aspx .categoryListBox .title {
  margin-bottom: 0px;
}

.wrapper#store .productlist_aspx .categoryListBox .listBox,
.wrapper#store .categorylist_aspx .categoryListBox .listBox {
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  .wrapper#store .productlist_aspx .mainArea .categoryListBox:nth-of-type(1),
  .wrapper#store .categorylist_aspx .mainArea .categoryListBox:nth-of-type(1) {
    margin-top: 20px;
  }
}

.wrapper#store .productdetail_aspx .mainBox {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .wrapper#store.primary .productdetail_aspx .mainBox {
    position: relative;
  }

  .wrapper#store.primary .productdetail_aspx .mainBox .mainSliderBox>.box {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider {
    width: 100%;
  }
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox {
  position: relative;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .box {
  /*width: calc(100% - 60px);*/
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper#store .productdetail_aspx .mainBox.prerelease .detailSlider .mainSliderBox .box ul li:first-child,
.wrapper#store .productdetail_aspx .mainBox.unavailable .detailSlider .mainSliderBox .box ul li:first-child,
.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox.endofSale .box ul li:first-child {
  position: relative;
}

/*.wrapper#store .productdetail_aspx .mainBox.prerelease .detailSlider .mainSliderBox .box ul li:first-child:before{
    content: '';
    width: 100%;
    white-space: pre;
    box-sizing: border-box;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    height: 100%;
    margin: auto;
    right: 0;
    padding: 20px;
}*/
.wrapper#store .productdetail_aspx .mainBox.unavailable .detailSlider .mainSliderBox .box ul li:first-child:before {
  content: '';
  width: 100%;
  white-space: pre;
  box-sizing: border-box;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  height: 100%;
  margin: auto;
  right: 0;
  padding: 20px;
}

.wrapper#store .productdetail_aspx .mainBox.unavailable .detailSlider .mainSliderBox .box ul li:first-child:after {
  content: '販売を終了いたしました';
  width: 100%;
  white-space: pre;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox.unavailable .detailSlider .mainSliderBox .box ul li:first-child:after {
    height: 98px;
    font-size: 25px;
    line-height: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productdetail_aspx .mainBox.unavailable .detailSlider .mainSliderBox .box ul li:first-child:after {
    height: 4em;
    font-size: 2.4vw;
    line-height: 1.8em;
  }
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox.unavailable .detailSlider .mainSliderBox .box ul li:first-child:after {
    height: 4em;
    font-size: 6vw;
    line-height: 1.9em;
  }
}

/*.wrapper#store .productdetail_aspx .mainBox.prerelease .detailSlider .mainSliderBox .box ul li:first-child:after{
    content: '近日販売予定';
    width: 100%;
    white-space: pre;
    box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    height: 58px;
    line-height:30px;
    margin: auto;
    box-sizing: border-box;
}*/

.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .box .mainSlider {
  display: flex;
  transition: all 0.5s 0s;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .box .mainSlider li img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (min-width: 768px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .box .mainSlider li img {
    width: 375px;
    height: 375px;
  }
}


.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .sliderArrow {
  width: 100%;
  margin-top: -51px;
  position: absolute;
  top: 50%;
  left: 0;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .sliderArrow .prev,
.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .sliderArrow .next {
  width: 30px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  /*background-color: #444444;*/
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow05Gray.svg");
  background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  /*border: 1px solid #ffffff;*/
  transition: opacity 0.5s 0s;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 4;
  cursor: pointer;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .sliderArrow .prev {
  left: 0;
  transform: rotate(180deg);
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .mainSliderBox .sliderArrow .next {
  right: 0;
}

.wrapper#store .productdetail_aspx .mainBox.unavailable .InquiryDueInBtn {
  display: none !important;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox {
  width: 100%;
  position: relative;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box {
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: ;
  transition: all 0.5s 0s;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li {
  width: 60px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li {
    margin-right: 1px;
  }
}

@media (max-width: 768px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li {
    width: 56px;
    margin-right: 6px;
  }
}

@media (max-width: 448px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li {
    width: 62px;
    margin-right: 10px;
  }
}

@media (max-width: 414px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li {
    width: 57px;
    margin-right: 10px;
  }
}

@media (max-width: 375px) {
  .wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li {
    width: 60px;
  }
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li img {
  width: 100%;
  height: auto;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .box .thumbnail li:last-child {
  margin-right: 0;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .sliderArrow {
  width: 100%;
  height: 0;
  margin: 0;
  margin-top: -31px;
  position: absolute;
  top: 50%;
  left: 0;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .sliderArrow .prev,
.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .sliderArrow .next {
  width: 20px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("../Images/Common/Icon/Arrow/ico_arrow05Gray.svg");
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  /*border: 1px solid #cecece;*/
  transition: opacity 0.5s 0s;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  z-index: 4;
  cursor: pointer;
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .sliderArrow .prev {
  left: 0;
  transform: rotate(180deg);
}

.wrapper#store .productdetail_aspx .mainBox .detailSlider .thumbnailBox .sliderArrow .next {
  right: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox {
  text-align: left;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .Panel_LimitQuantity {
  display: none;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox {
    width: 60%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox {
    width: 60%;
    padding-left: 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox {
    width: 100%;
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details {
  position: relative;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .listLabel {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .listLabel li {
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .listLabel li {
    margin-top: 5px;
    font-size: 14px;
  }
}

.wrapper#store .productdetail_aspx li.SearchTagIcon {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 35px;
  box-sizing: border-box;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .listLabel li.SearchTagIcon {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .listLabel li.SearchTagIcon {
    min-height: 29px;
    margin-bottom: 5px;
    line-height: 1em;
  }
}

.wrapper#store .productdetail_aspx li.SearchTagIcon span.SearchTagSubText {
  display: block;
  font-size: 0.5em;
  line-height: 1;
  font-weight: normal;
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx li.SearchTagIcon span.SearchTagSubText {
    margin-bottom: -1px;
    margin-top: 3px;
  }
}

.wrapper#store li.icn_new {
  background-color: #c12323;
  color: #fff;
}

.wrapper#store li.icn_sale {
  background-color: #c12323;
  color: #fff;
  display: none;
}

.wrapper#store li.icn_list1 {
  background-color: #d1204a;
  color: #fff;
}

.wrapper#store li.icn_list2 {
  background-color: #00935f;
  color: #fff;
}

.wrapper#store li.icn_list3 {
  background-color: #d76815;
  color: #fff;
}

.wrapper#store li.icn_list4 {
  background-color: #ffffff;
  border: 2px solid #d76815;
  color: #d76815;
}

.wrapper#store li.icn_list5 {
  background-color: #0a78c9;
  color: #fff;
}

.wrapper#store li.icn_list6 {
  background-color: #0aaac9;
  color: #fff;
}

.wrapper#store li.icn_list7 {
  background-color: #00935f;
  color: #fff;
}

.wrapper#store li.icn_list8 {
  background-color: #62418c;
  color: #fff;
}

.wrapper#store li.icn_list9 {
  background-color: #62418c;
  color: #fff;
}

.wrapper#store li.icn_listFree {
  background-color: #ffffff;
  border: 2px solid #d76815;
  color: #d76815;
}

.wrapper#store li.icn_listFree2 {
  background-color: #ffffff;
  border: 2px solid #d76815;
  color: #d76815;
}

.wrapper#store li.icn_listFlat {
  background-color: #ffffff;
  border: solid 1px #00935f;
  color: #00935f;
}

.wrapper#store li.icn_list10 {
  background-color: #0a78c9;
  color: #fff;
}

.wrapper#store li.icn_list11 {
  background-color: #0a78c9;
  color: #fff;
}

.wrapper#store li.icn_list12 {
  background-color: #0a78c9;
  color: #fff;
}

.wrapper#store li.icn_list13 {
  background-color: #0aaac9;
  color: #fff;
}

.wrapper#store li.icn_list14 {
  background-color: #0a78c9;
  color: #fff;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .copy {
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li[selected],
.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li[selected] {
  background: #e0ffdf;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li[stockout],
.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li[stockout],
.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li[stockouted],
.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li[stockouted] {
  /*
background:#eee;
opacity:0.5;
pointer-events: none;
*/
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li {
  /*  width: 100%; */
  /*  height: 30px;*/
  margin: 0 20px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li img {
  width: 30px;
  height: auto;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li img.on {
  display: none;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li.target img.off {
  display: none;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li.target img.on {
  display: block;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li:first-child {
  margin-left: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip li:last-child {
  margin-right: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li {
  width: 20%;
  /*  height: 30px;*/
  margin: 0 20px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li img {
  width: 100%;
  height: auto;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li img.on {
  display: none;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li.target img.off {
  display: none;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li.target img.on {
  display: block;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li:first-child {
  margin-left: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li:last-child {
  margin-right: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .inputBox {
  max-width: 320px;
  margin-top: 20px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .inputBox .selectBase.select01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .inputBox .selectBase.select01 .inputTitle {
  margin-bottom: 0;
  font-weight: normal;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .inputBox .selectBase.select01 .inputTitle:after {
  content: "：";
  display: inline-block;
  width: 1em;
  height: 1em;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .inputBox .selectBase.select01 select {
  width: calc(100% - 70px);
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details #VariationMatrix {
  display: none;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .categoryTag {
  margin-top: 10px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .title {
  margin-top: 5px;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .title {
    font-size: 16px;
    line-height: 26px;
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price {
  margin-top: 10px;
  font-weight: bold;
  color: #00935F;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3,
.wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv1 {
  margin-top: 5px;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price {
    font-size: 26px;
    line-height: 36px;
  }

  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceD,
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceB {
    font-size: 22px;
    line-height: 32px;

  }

}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price {
    font-size: 22px;
    line-height: 32px;
  }

  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceD,
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceB {
    font-size: 22px;
    line-height: 32px;

  }
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price {
    font-size: 18px;
    line-height: 28px;
  }

  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceD,
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceB {
    font-size: 22px;
    line-height: 32px;

  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price span {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: normal;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceD:after,
.wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv3 .priceB:after {
  content: "（送料別）";
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #000000;
  font-weight: normal;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price.sale {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv1 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #00935F;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price_area .ListPriceTable .ListPriceDiv1 .priceA {
  color: #000000;
  font-weight: normal;
  text-decoration: line-through;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price.sale span {
  color: #000000;
  font-weight: normal;
  text-decoration: line-through;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .price+.btnTxt {
  margin-top: 10px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .IconBookMark {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url("../Images/Common/Icon/ico_collectionGray.svg");
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox.DeviceSubMode .details .IconBookMark {
  top: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .IconBookMark:after {
  content: '';
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../Images/Common/Icon/ico_collectionPink.svg);
  background-position: center;
  background-size: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s 0s;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .IconBookMark.Bookmarked:after {
  background-size: 40px 40px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart {
  margin-top: 20px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box {
  text-align: left;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .text {
  margin-top: 10px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .inputBox {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .inputBox .inputTitle {
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .inputBox .selectBase select {
  width: 0;
  min-width: 150px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .btnBox {
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox.DeviceSubMode .details .IconBookMark {
    top: 0;
  }
}

@media (max-width: 433px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox.DeviceSubMode .details .IconBookMark {
    top: 0;
  }
}

@media (max-width: 400px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox.DeviceSubMode .boxCart .box .btnBox {
    text-align: center;
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .btnBox .btnColor {
  text-align: center;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .btnBox .btnColor.btnCart {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1080px) {

  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .btnBox .btnColor.btnCart.unavailable,
  .wrapper#store .productdetail_aspx .btnFixed .btnColor.round.btnCart.disabled.unavailable {
    font-size: 19px;
    line-height: 29px;
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox.TradeInPlanBox .boxCart.cartIn .AddToCartProductType {
  display: none;
}

.wrapper#store .productdetail_aspx .btnFixed .btnColor.round.btnCart.disabled.unavailable,
.wrapper#store .productdetail_aspx .btnFixed .ReleaseDateSub .btnColor.round.btnCart.disabled {
  background-color: #b3b3b3;
}

.wrapper#store .productdetail_aspx .btnFixed .btnColor.round.btnCart.disabled.unavailable:before,
.wrapper#store .productdetail_aspx .btnFixed .ReleaseDateSub .btnColor.round.btnCart.disabled:before {
  content: none;
}

.wrapper#store .productdetail_aspx .btnFixed .ReleaseDateSub .btnColor.round.btnCart.disabled {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .btnFixed .ReleaseDateSub .btnColor.round.btnCart.disabled {
    font-size: 19px;
    line-height: 29px;
  }

}

.wrapper#store .productdetail_aspx .btnFixed .ReleaseDateSub .btnColor.round.btnCart.disabled span {
  display: none;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .btnBox .btnColor.btnCart {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart .box .btnBox .btnColor.btnCart {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn {
  /*border: 1px solid #cecece;
  padding: 20px;*/
  box-sizing: border-box;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn .box {
  height: auto;
  max-height: 0;
  box-sizing: border-box;
  overflow: initial;
  transition: all 0.5s 0s;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .ScheduledProductBox .boxCart.cartIn .box {
  overflow: hidden;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn .box .text:first-child {
  margin-top: 0;
  padding-left: 30px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box {
  max-height: 320px;
  transition: all 0.5s 0s;
}

.wrapper#store .productdetail_aspx .mainBox .textBox.DeviceSubMode .boxCart.cartIn.open .box {
  overflow: visible;
  position: relative;
}

/*productdetail regularBox*/
.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box.regularBox,
.wrapper#store .productdetail_aspx .modalArea.teikiItem_modal .modal.open .box.regularBox {
  max-height: 100%;
  max-width: 1000px;
}

@media (max-width: 999px) {

  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box.regularBox,
  .wrapper#store .productdetail_aspx .modalArea.teikiItem_modal .modal.open .box.regularBox {
    max-width: 800px;
  }
}

@media (min-width: 1000px) {

  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box.regularBox,
  .wrapper#store .productdetail_aspx .modalArea.teikiItem_modal .modal.open .box.regularBox {
    margin-left: calc(50% - 500px);
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box.regularBox .regularBox_inner,
.wrapper#store .productdetail_aspx .modalArea.teikiItem_modal .modal.open .box.regularBox .regularBox_inner {
  overflow-y: scroll;
  height: calc(100vh - 160px);
}

@media (max-width: 500px) {
  .wrapper#store .productdetail_aspx .modalArea.teikiItem_modal .modal.open .box.regularBox .regularBox_inner {
    height: calc(100vh - 230px);
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box.regularBox .regularBox_inner .title,
.wrapper#store .productdetail_aspx .modalArea.teikiItem_modal .modal.open .box.regularBox .regularBox_inner .title,
.wrapper#store .thanks_aspx .modalArea .modal.open .regularBox.thanksBox .regularBox_inner .title {
  font-size: clamp(20px, 6.2vw, 48px);
  line-height: 1.6;
  margin-top: 2.5em;
  margin-bottom: 1.814em;
}

@media (min-width: 800px) {

  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box.regularBox .regularBox_inner .title,
  .wrapper#store .productdetail_aspx .modalArea.teikiItem_modal .modal.open .box.regularBox .regularBox_inner .title,
  .wrapper#store .thanks_aspx .modalArea .modal.open .regularBox.thanksBox .regularBox_inner .title {
    font-size: 48px;
    margin-top: 121px;
    margin-bottom: 87px;
  }
}

/* --------------------------------
        style
-------------------------------- */
#lp img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  #lp .display-pc {
    display: none;
  }
}

@media (min-width: 767px) {
  #lp .display-sp {
    display: none;
  }
}

#lp .contents {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}

@media (min-width: 767px) {
  #lp .contents {
    padding: 0 30px 40px 30px;
  }
}

@media (max-width: 767px) {
  #lp .contents {
    padding: 0 10px 40px 10px;
  }
}

#lp .contents .notice {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
}

/*#lp .contents #regular img.thanks_modal_image{
  margin-bottom:20px;
}*/
#lp .contents #regular .boxBtn .thanks_modal.btnColor.round.arrow {
  border-radius: 70px;
  max-width: 480px;
}

#lp .contents #regular .box {
  margin-top: 40px;
}

#lp .contents .box.inner {
  padding: 0 0 0 0px;
  box-sizing: border-box;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open #lp .contents .box.inner {
  max-height: none;
  margin-left: auto;
}

@media (max-width: 767px) {
  #lp .contents .box.inner {
    padding: 0 8px;
  }
}

#lp .contents #regular.aboutregular {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

#lp .contents #benefits {
  margin-top: 55px;
}

#lp .contents #benefits,
#lp .contents #regular {
  text-align: center;
  font-family: var(--noto_sans);
}

#lp .contents #benefits .modal_tit,
#lp .contents #regular .modal_tit {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #4d2d16;
  font-weight: 500;
}

@media (max-width: 500px) {

  #lp .contents #benefits .modal_tit,
  #lp .contents #regular .modal_tit {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }
}

#lp .contents #benefits>ul,
#lp .contents #regular>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  max-width: 640px;
  margin: auto;
}

#lp .contents #benefits>ul:first-of-type {
  margin-bottom: 40px;
}

@media (min-width: 768px) {

  #lp .contents #benefits>ul>li,
  #lp .contents #regular>ul>li {
    width: 100%;
  }
}

#lp .contents #benefits:not(.benefitsVer2)>ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #lp .contents #benefits:not(.benefitsVer2)>ul>li {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {

  #lp .contents #benefits>ul>li:nth-child(odd),
  #lp .contents #regular>ul>li:nth-child(odd) {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {

  #lp .contents #benefits>ul>li,
  #lp .contents #regular>ul>li {
    width: 100%;
  }
}

#lp .contents #benefits>ul>li a {
  display: block;
}

#lp .contents #benefits .note,
#lp .contents #regular .note {
  font-size: 10px;
  color: #707070;
  line-height: 1.4;
  display: block;
  text-align: left;
  margin-top: 5px;
}

@media (max-width: 500px) {

  #lp .contents #benefits .note,
  #lp .contents #regular .note {
    text-align: left;
  }
}

#lp .contents #benefits .tit {
  margin-bottom: 40px;
}

#lp .contents #regular+#benefits {
  margin-top: 0px;
}

#lp .contents #regular+#benefits:not(.benefitsVer2) {
  margin-top: 0px;
}

@media (max-width: 767px) {
  #lp .contents #benefits .tit {
    margin-bottom: 30px;
  }
}

#lp .contents #benefits .tit.benefitsTit {
  width: 100%;
  max-width: 235px;
  margin: 0 auto 50px auto;
}

@media (max-width: 767px) {
  #lp .contents #benefits .tit.benefitsTit {
    max-width: 210px;
    width: 30%;
    margin: 40px auto 20px auto;
  }
}

#lp .contents #regular .tit.regularTit {
  width: 100%;
}

#lp .contents #benefits .txt {
  margin-top: 60px;
}

#lp .contents #benefits .ban {
  margin: 20px 0 10px 0;
}

#lp .contents .noteBox {
  margin-top: 60px;
  background-color: transparent;
}

#lp .contents .noteBox img {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box.regularBox .pd80 {
    padding-bottom: 80px;
  }
}

/*productdetail regularBox end*/
/*productDetail regular modal*/
#lp .contents #benefits.benefitsVer2>ul,
#lp .contents #benefits>ul {
  width: 100%;
  max-width: 640px;
  margin-bottom: 0;
  background-color: #f2f2f2;
}

#lp .contents #benefits.benefitsVer2>ul>li:nth-child(odd) {
  margin-right: 0;
}

#lp .contents #benefits.benefitsVer2>ul>li,
#lp .contents #benefits:not(.benefitsVer2)>ul>li {
  width: 100%;
  margin-top: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}

#lp .contents #benefits.benefitsVer2>ul>li img,
#lp .contents #benefits>ul>li img {
  border-radius: 20px;
}

@media (max-width: 400px) {

  #lp .contents #benefits.benefitsVer2>ul>li img,
  #lp .contents #benefits>ul>li img {
    border-radius: 8px;
  }
}

@media (min-width: 768px) {
  #lp .contents #benefits.benefitsVer2>ul>li:nth-child(odd) {
    margin-right: 0;
    width: 100%;
  }
}

#lp .contents #benefits>ul>li:last-child {
  padding-bottom: 15px;
}

.wrapper#store #lp .contents #benefits.benefitsVer2 .linkTxt {
  color: #4d2d16;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn.open .box .productDetailCoupon_modal .modal.open .box.couponBox {
  position: static;
}

.wrapper#store .productDetailCoupon_modal .btnBox.left .linkTxt.btnModal {
  font-weight: 600;
  margin: 10px 0;
  position: relative;
  display: inline-block;
}

.wrapper#store .productDetailCoupon_modal .btnBox.left .linkTxt.btnModal:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  display: inline-block;
  background-position: center;
  background-size: auto 10px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -18px;
  background-image: url(../Images/Common/Icon/Arrow/ico_arrow03Black.svg);
}

.wrapper#store .productDetailCoupon_modal .btnBox.left .linkTxt.btnModal:hover:after {
  background-image: url(../Images/Common/Icon/Arrow/ico_arrow03KeyColor.svg);
}

/*productDetail regular modal end*/
.wrapper#store .productdetail_aspx .mainBox .textBox .boxCart.cartIn+.cartIn {
  margin-top: 0;
  border-top: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus {
  margin-top: 20px;
}

@media (min-width: 1080px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus .title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus .title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus .title {
    font-size: 16px;
    line-height: 26px;
  }
}

/*.wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus .text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
}*/

.wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus .status {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus .status dt {
  width: 100px;
  font-weight: bold;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .boxStatus .status dd {
  width: calc(100% - 100px);
}

.wrapper#store .productdetail_aspx .checkHistory {
  margin-top: 40px;
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog {
  width: 91%;
  max-width: 800px;


  box-sizing: border-box;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog>div,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog>div,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog>div {
  padding: 40px 20px;
  padding-top: 60px;
}

@media (min-width: 800px) {

  .wrapper#store .productdetail_aspx #boxes #BookmarkDialog,
  .wrapper#store .productlist_aspx #boxes #BookmarkDialog,
  .wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog {
    margin-left: calc(50% - 400px);
  }
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .btnTxt,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .linkTxt,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .btnTxt,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .linkTxt,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .btnTxt,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .linkTxt {
  color: #000000;
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .title,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .title,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .title {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 1080px) {

  .wrapper#store .productdetail_aspx #boxes #BookmarkDialog .title,
  .wrapper#store .productlist_aspx #boxes #BookmarkDialog .title,
  .wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .productdetail_aspx #boxes #BookmarkDialog .title,
  .wrapper#store .productlist_aspx #boxes #BookmarkDialog .title,
  .wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {

  .wrapper#store .productdetail_aspx #boxes #BookmarkDialog .title,
  .wrapper#store .productlist_aspx #boxes #BookmarkDialog .title,
  .wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .title {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .btnBox,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .boxBtn,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .btnBox,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .boxBtn,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .btnBox,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .boxBtn {
  margin-top: 20px;
  text-align: center !important;
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .btnBox .close,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .boxBtn .close,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .btnBox .close,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .boxBtn .close,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .btnBox .close,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .boxBtn .close {
  cursor: pointer;
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .btnBox .btnColor,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .btnBox .btnBorderBlack,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .boxBtn .btnColor,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .boxBtn .btnBorderBlack,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .btnBox .btnColor,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .btnBox .btnBorderBlack,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .boxBtn .btnColor,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .boxBtn .btnBorderBlack,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .btnBox .btnColor,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .btnBox .btnBorderBlack,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .boxBtn .btnColor,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .boxBtn .btnBorderBlack {
  display: block;
  margin: 0 auto 20px auto;
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .btnBox .btnTxt,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .btnBox .linkTxt,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .boxBtn .btnTxt,
.wrapper#store .productdetail_aspx #boxes #BookmarkDialog .boxBtn .linkTxt,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .btnBox .btnTxt,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .btnBox .linkTxt,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .boxBtn .btnTxt,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog .boxBtn .linkTxt,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .btnBox .btnTxt,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .btnBox .linkTxt,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .boxBtn .btnTxt,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog .boxBtn .linkTxt {
  display: inline-block;
  margin: 0 auto 20px auto;
}

.wrapper#store .productdetail_aspx #boxes #BookmarkDialog i.close,
.wrapper#store .productlist_aspx #boxes #BookmarkDialog i.close,
.wrapper#store .categorylist_aspx #boxes #ProductListCategoryBookmarkDialog i.close {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url("../Images/Common/Icon/ico_close01Black.svg");
  background-size: 40px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.wrapper#store .checkout_aspx .settingBox .text+.title,
.wrapper#store .checkout_aspx .settingBox .attentionColor+.title {
  margin-top: 40px;
}

.wrapper#store .checkout_aspx .settingBox .text+.title+.memberInformation,
.wrapper#store .checkout_aspx .settingBox .attentionColor+.title+.memberInformation {
  margin-top: 10px;
}

.wrapper#store .checkout_aspx .settingBox .text+.title+.memberInformation dt:first-child,
.wrapper#store .checkout_aspx .settingBox .attentionColor+.title+.memberInformation dt:first-child {
  margin-top: 0;
}

.wrapper#store .checkout_aspx .settingBox .memberInformation+.memberInformation {
  margin-top: 40px;
}

.wrapper#store .checkout_aspx .settingBox .nekoposnotice+.title {
  margin-top: 40px;
}

.disableRequestShippingDate {
  display: none;
}

@media (max-width: 767px) {
  .wrapper#store .checkout_aspx .settingBox {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .wrapper#store .checkout_aspx .c-modal.js-modal-IceWallUpdate .c-modal_content {
    top: calc(50% - 135px);
  }
}

@media (max-width: 767px) {
  .wrapper#store .checkout_aspx .c-modal.js-modal-IceWallUpdate .c-modal_content {
    top: calc(50% - 223px);
  }
}

.wrapper#store .cart_aspx .checkHistory {
  margin-top: 40px;
}

.wrapper#store .usecoupon_aspx .text+.btnTxt {
  margin-top: 10px;
}

.wrapper#store .usecoupon_aspx .CouponList {
  margin-top: 20px;
}

.wrapper#store .usecoupon_aspx .CouponList+.btnColor {
  margin-top: 20px;
}

.wrapper#store .thanks_aspx .attention+.text {
  margin-top: 0;
}

.wrapper#store .thanks_aspx .text {
  margin-top: 20px;
}

.wrapper#store .commonContactBox,
.wrapper#store .thanks_aspx .contactBox,
.wrapper#store .scheduledsalescontractsagree_aspx .contactBox,
.wrapper#store .scheduledsalescontractsagreecomplete_aspx .contactBox,
.wrapper#store .scheduledsalesreplaceagree_aspx .contactBox,
.wrapper#store .scheduledsalesreplaceagreecomplete_aspx .contactBox {
  margin: 40px auto 20px auto;
}

@media (min-width: 1080px) {

  .wrapper#store .commonContactBox,
  .wrapper#store .thanks_aspx .contactBox,
  .wrapper#store .scheduledsalescontractsagree_aspx .contactBox,
  .wrapper#store .scheduledsalescontractsagreecomplete_aspx .contactBox,
  .wrapper#store .scheduledsalesreplaceagree_aspx .contactBox,
  .wrapper#store .scheduledsalesreplaceagreecomplete_aspx .contactBox {
    padding: 20px 20px 20px 120px;
    background-image: url("../Images/Common/Icon/ico_contact.svg");
    background-size: 80px 80px;
    background-position: left 20px center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {

  .wrapper#store .commonContactBox,
  .wrapper#store .thanks_aspx .contactBox,
  .wrapper#store .scheduledsalescontractsagree_aspx .contactBox,
  .wrapper#store .scheduledsalescontractsagreecomplete_aspx .contactBox,
  .wrapper#store .scheduledsalesreplaceagree_aspx .contactBox,
  .wrapper#store .scheduledsalesreplaceagreecomplete_aspx .contactBox {
    padding: 20px 20px 20px 120px;
    background-image: url("../Images/Common/Icon/ico_contact.svg");
    background-size: 80px 80px;
    background-position: left 20px center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {

  .wrapper#store .commonContactBox,
  .wrapper#store .thanks_aspx .contactBox,
  .wrapper#store .scheduledsalescontractsagree_aspx .contactBox,
  .wrapper#store .scheduledsalescontractsagreecomplete_aspx .contactBox,
  .wrapper#store .scheduledsalesreplaceagree_aspx .contactBox,
  .wrapper#store .scheduledsalesreplaceagreecomplete_aspx .contactBox {
    padding: 20px;
  }
}

.wrapper#store .commonContactBox,
.wrapper#store .thanks_aspx .contactBox dl,
.wrapper#store .scheduledsalescontractsagree_aspx .contactBox dl,
.wrapper#store .scheduledsalescontractsagreecomplete_aspx .contactBox dl,
.wrapper#store .scheduledsalesreplaceagree_aspx .contactBox dl,
.wrapper#store .scheduledsalesreplaceagreecomplete_aspx .contactBox dl {
  width: 100%;
}

.wrapper#store .commonContactBox,
.wrapper#store .thanks_aspx .contactBox dl dt,
.wrapper#store .scheduledsalescontractsagree_aspx .contactBox dl dt,
.wrapper#store .scheduledsalescontractsagreecomplete_aspx .contactBox dl dt,
.wrapper#store .scheduledsalesreplaceagree_aspx .contactBox dl dt,
.wrapper#store .scheduledsalesreplaceagreecomplete_aspx .contactBox dl dt {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
}

.wrapper#store .commonContactBox,
.wrapper#store .thanks_aspx .contactBox dl dd,
.wrapper#store .scheduledsalescontractsagree_aspx .contactBox dl dd,
.wrapper#store .scheduledsalescontractsagreecomplete_aspx .contactBox dl dd,
.wrapper#store .scheduledsalesreplaceagree_aspx .contactBox dl dd,
.wrapper#store .scheduledsalesreplaceagreecomplete_aspx .contactBox dl dd {
  display: inline-block;
  font-size: 16px;
}

.wrapper#store .thanks_aspx .btnTxt+.btnBorderBlack {
  margin-top: 20px;
}

.wrapper#store .thanks_aspx .btnBorderBlack {
  margin: 0 auto;
  display: block;
}

.wrapper#store .information_aspx .categoryTitle {
  margin-bottom: 40px;
}

.wrapper#store .information_aspx .text+.btnBorderBlack {
  margin-top: 40px;
}

.wrapper#store .information_aspx .btnColor {
  margin: 40px auto 0 auto;
  display: block;
}

.wrapper#store .information_aspx .btnColor+.btnBorderBlack {
  margin: 40px auto 0 auto;
  display: block;
}

.wrapper#store .bookmarklist_aspx .listItem {
  margin-top: 20px;
}

.wrapper#store .bookmarklist_aspx .listItem .dataBox {
  width: calc(100% - 0px);
  /*height: calc(100% - 300px);*/
  padding-top: 10px;
  margin-bottom: 0;
}

.wrapper#store .bookmarklist_aspx .listItem li {
  flex-direction: column;
}

.wrapper#store .bookmarklist_aspx .listItem .dataBox table {
  margin-top: auto;
}

.wrapper#store .bookmarklist_aspx .listItem .dataBox .categoryTag {
  margin-top: 10px;
}

.wrapper#store .bookmarklist_aspx .listItem .dataBox .btnDelete {
  width: auto;
  padding: 0 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
  color: #444444;
  position: absolute;
  top: 0;
  right: 0px;
}

.wrapper#store .ordercancel_aspx .listBorderBox {
  margin-top: 20px;
}

.wrapper#store .ordercancel_aspx .listBorderBox li {
  min-height: 80px;
  padding-right: 70px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wrapper#store .ordercancel_aspx .listBorderBox li {
    padding-right: 50px;
  }
}

.wrapper#store .ordercancel_aspx .listBorderBox .modalArea+.modalArea .btnAbsolute {
  top: 60px;
}

.wrapper#store .ordercancel_aspx .pullBox .btnPull {
  width: auto;
}

.wrapper#store .ordercancel_aspx .pullBox .btnPull:before {
  display: none;
}

.wrapper#store .ordercancel_aspx .pullBox .btnPull:after {
  display: none;
}

.wrapper#store .ordercancel_aspx .pullBox .btnAbsolute {
  height: auto;
  padding: 0 10px;
  top: 25px;
  right: 10px;
  transition: all 0s 0s;
}

.wrapper#store .ordercancel_aspx .pullBox .btnAbsolute+.btnAbsolute {
  top: 55px;
}

.wrapper#store .ordercancel_aspx .pullBox.open .btnPull {
  transform: rotate(0deg);
}

.wrapper#store .ordercancel_aspx .pullBox.open .hiddenBox .title {
  margin-top: 40px;
}

@media (min-width: 1080px) {
  .wrapper#store .ordercancel_aspx .settingBox+.btnBox {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .wrapper#store .ordercancel_aspx .settingBox+.btnBox a:nth-child(even) {
    margin: 0 10px 0 0;
  }

  .wrapper#store .ordercancel_aspx .settingBox+.btnBox a:nth-child(odd) {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .ordercancel_aspx .notice {
    text-align: left;
  }

  .wrapper#store .ordercancel_aspx .settingBox+.btnBox .btnColor+.btnBorderBlack {
    margin: 20px auto 0 auto;
  }
}

.wrapper#store .ordercancel_aspx .text.OrderCancelMessage {
  font-size: 18px;
  line-height: 28px;
}

.wrapper#store .ordercancel_aspx .cartList li .dataBox .OrderHistoryShippingShippingHandling {
  display: none;
}

.wrapper#store .orderhistory_aspx input[type="submit"][disabled],
.wrapper#store .orderhistorydetail_aspx input[type="submit"][disabled] {
  display: none;
}

.wrapper#store .orderhistorydetail_aspx .settingBox .inputBox .title {
  margin-top: 10px;
  display: inline-block;
}

.wrapper#store .orderhistorydetail_aspx .settingBox dl dt,
.wrapper#store .flatplancontracthistory_aspx .settingBox dl dt,
.wrapper#store .flatplancontractdetail_aspx .settingBox dl dt {
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .orderhistorydetail_aspx .settingBox dl dd .title {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .orderhistorydetail_aspx .settingBox dl dd .selectBase {
  width: 300px;
}

.wrapper#store .orderhistorydetail_aspx .textBox {
  text-align: left;
}

.wrapper#store .orderhistorydetail_aspx .textBox .notice+.text {
  margin: 10px 0 0 0;
}

.wrapper#store .orderhistorydetail_aspx section+.btnBox {
  margin-top: 40px;
}

@media (min-width: 1080px) {
  .wrapper#store .orderhistorydetail_aspx section+.btnBox {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  .wrapper#store .orderhistorydetail_aspx section+.btnBox a:nth-child(even) {
    margin: 0 10px 0 0;
  }

  .wrapper#store .orderhistorydetail_aspx section+.btnBox a:nth-child(odd) {
    margin: 0 0 0 10px;
  }
}

.wrapper#store .deliverydatetime_aspx .settingBox .inputBox .title {
  margin-top: 10px;
  display: inline-block;
}

.wrapper#store .deliverydatetime_aspx .settingBox dl dt {
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .deliverydatetime_aspx .settingBox dl dd div.RequestDatePanel {
  display: flex;
}

.wrapper#store .deliverydatetime_aspx .settingBox dl dd div.RequestDatePanel span {
  margin-right: 1em;
}

.wrapper#store .deliverydatetime_aspx .settingBox dl dd .title {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .deliverydatetime_aspx .settingBox dl dd .selectBase {
  width: 300px;
}

.wrapper#store .deliverydatetime_aspx .settingBox+.textBox {
  text-align: left;
}

.wrapper#store .deliverydatetime_aspx .settingBox+.textBox .notice+.text {
  margin: 40px 0 20px 0;
}

.wrapper#store .groupnewslist_aspx .categoryTitle {
  margin-bottom: 40px;
}

.wrapper#store .groupnews_aspx .newsText {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.wrapper#store .groupnews_aspx .newsText time {
  margin-top: 10px;
  display: block;
  color: #444444;
}

.wrapper#store .groupnews_aspx .newsText .newsLab {
  margin-top: 10px;
}

.wrapper#store .groupnews_aspx .newsText .categoryTitle {
  margin-top: 20px;
}

.wrapper#store .groupnews_aspx .newsText .textBox {
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .groupnews_aspx .newsText .textBox b {
  font-weight: bold;
}

.wrapper#store .groupnews_aspx .newsText .textBox img {
  margin: 10px 0;
}

.wrapper#store .groupnews_aspx .newsText .textBox p {
  margin: 10px 0;
}

.wrapper#store .groupnews_aspx .newsText .textBox a {
  text-decoration: underline;
}

.wrapper#store .groupnews_aspx .newsText .textBox a:hover {
  color: #00935F;
}

.wrapper#store .groupnews_aspx .newsText .textBox a.btn {
  width: 100%;
  max-width: 200px;
  margin-top: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #000000;
  text-decoration: none;
  text-align: center;
}

.wrapper#store .groupnews_aspx .newsText .textBox a.btn:hover {
  border: 1px solid #00935F;
}

.wrapper#store .groupnews_aspx .newsText img {
  width: 100%;
  max-width: fit-content;
  margin: 20px auto 0 auto;
  display: block;
}

.wrapper#store .groupnews_aspx .newsText+.btnBox {
  margin-top: 40px;
}

.wrapper#store .u_page_agreement_aspx .categoryTitle,
.wrapper#store .u_page_privacy_aspx .categoryTitle,
.wrapper#store .u_page_tradelaw_aspx .categoryTitle,
.wrapper#store .u_page_regular_agreement_aspx .categoryTitle,
.wrapper#store .u_page_coupon_aspx .categoryTitle,
.wrapper#store .u_page_flat_agreement_aspx .categoryTitle,
.wrapper#store .NorikaeDoui .categoryTitle {
  margin-bottom: 40px;
}

.wrapper#store .u_page_agreement_aspx .textBox,
.wrapper#store .u_page_privacy_aspx .textBox,
.wrapper#store .u_page_tradelaw_aspx .textBox,
.wrapper#store .u_page_regular_agreement_aspx .textBox,
.wrapper#store .u_page_coupon_aspx .textBox,
.wrapper#store .u_page_flat_agreement_aspx .textBox {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.wrapper#store .u_page_agreement_aspx .textBox time,
.wrapper#store .u_page_privacy_aspx .textBox time,
.wrapper#store .u_page_tradelaw_aspx .textBox time,
.wrapper#store .u_page_regular_agreement_aspx .textBox time,
.wrapper#store .u_page_coupon_aspx .textBox time,
.wrapper#store .u_page_flat_agreement_aspx .textBox time,
.wrapper#store .NorikaeDoui .textBox time {
  display: block;
  margin-bottom: 10px;
  color: #444444;
  text-align: right;
}

.wrapper#store .u_page_agreement_aspx .text,
.wrapper#store .u_page_privacy_aspx .text,
.wrapper#store .u_page_tradelaw_aspx .text,
.wrapper#store .u_page_regular_agreement_aspx .text,
.wrapper#store .u_page_coupon_aspx .text,
.wrapper#store .u_page_flat_agreement_aspx .text {
  margin-top: 20px;
  text-align: left;
}

.wrapper#store .u_page_agreement_aspx .text+.btnBox,
.wrapper#store .u_page_privacy_aspx .text+.btnBox,
.wrapper#store .u_page_tradelaw_aspx .text+.btnBox,
.wrapper#store .u_page_regular_agreement_aspx .text+.btnBox,
.wrapper#store .u_page_coupon_aspx .text+.btnBox,
.wrapper#store .u_page_flat_agreement_aspx .text+.btnBox {
  margin-top: 40px;
}

.wrapper#store .u_page_agreement_aspx .contactBox,
.wrapper#store .u_page_privacy_aspx .contactBox,
.wrapper#store .u_page_tradelaw_aspx .contactBox,
.wrapper#store .u_page_regular_agreement_aspx .contactBox,
.wrapper#store .u_page_coupon_aspx .contactBox,
.wrapper#store .u_page_flat_agreement_aspx .contactBox {
  width: 100%;
  max-width: 1080px;
  margin-top: 20px;
  background-color: inherit;
}

.wrapper#store .error_aspx .categoryTitle {
  margin-bottom: 40px;
}

.wrapper#store .error_aspx .categoryTitle .erorrHttpStatusCode {
  display: inline-block;
  font-size: 1.6em;
  margin-bottom: 20px;
}

.wrapper#store .error_aspx .text {
  margin-top: 20px;
}

.wrapper#store .error_aspx .btnColor {
  margin-top: 20px;
}

.wrapper#store .error_aspx .erorrGuidance {
  display: inline-block;
}



@media (max-width: 767px) {

  .wrapper#store .content.cart_aspx .categoryTitle,
  .wrapper#store .content.checkout_aspx .categoryTitle,
  .wrapper#store .content.confirmation_aspx .categoryTitle,
  .wrapper#store .content.usecoupon_aspx .categoryTitle,
  .wrapper#store .content.thanks_aspx .categoryTitle {
    font-size: 17px;
    line-height: 27px;
  }

  .wrapper#store .content.cart_aspx .categoryTitle>span,
  .wrapper#store .content.checkout_aspx .categoryTitle>span,
  .wrapper#store .content.confirmation_aspx .categoryTitle>span,
  .wrapper#store .content.usecoupon_aspx .categoryTitle>span,
  .wrapper#store .content.thanks_aspx .categoryTitle>span {
    font-size: 13.5px;
    line-height: 27px;
    position: relative;
    top: -1.5px;
  }

  .wrapper#store .content.thanks_aspx .categoryTitle+.attention {
    font-size: 20px;
    line-height: 32px;
  }

}

.wrapper#store .content.subsccontractdetail_aspx .text.empty {
  margin: 40px 0 60px 0;
}

.wrapper#store .checkout_aspx .ErrorMessage span {
  margin-bottom: 20px;
}

.wrapper#store .modal .box .importantModalBox dd {
  word-break: break-all;
}

.wrapper#store .pullBox.open .hiddenBox span {
  word-break: break-all;
}

.wrapper#store .modal .listBox .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  text-align: left;
}

.btnTxt.KeyColor {
  /*color: #00935F;*/
}

.topBnrArea img {
  width: 100%;
  max-width: 560px;
  margin: auto;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
}

/* cart_aspx teigaku */
.wrapper#store .cart_aspx .orderBox .btnColor.disabled,
.wrapper#store .cart_aspx .btnFixed .btnColor.disabled {
  cursor: default;
  background-color: #b3b3b3;
}

.wrapper#store .cart_aspx .orderBox .btnColor.disabled:hover,
.wrapper#store .cart_aspx .btnFixed .btnColor.disabled:hover {
  opacity: 1;
}

.wrapper#store .cart_aspx .orderBox .cartList li {
  position: relative;
}

.wrapper#store .cart_aspx .cartList li.teigaku {
  align-items: center;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .wrapper#store .cart_aspx .cartList li.teigaku {
    padding: 20px 5px;
  }
}

.wrapper#store .cart_aspx .cartList li.teigaku .select01 {
  display: none;
}

/*sentaku btn*/
@media (max-width: 767px) {
  .wrapper#store .cart_aspx .orderBox .cartList li img {
    width: 90px;
    margin-right: 6px;
  }
}

@media (max-width: 420px) {
  .wrapper#store .cart_aspx .orderBox .cartList li img {
    width: 76px;
    margin-right: 6px;
  }

  .wrapper#store .cart_aspx .orderBox .cartList li .dataBox {
    width: calc(100% - 82px);
  }
}

/*sentaku btn end*/
.wrapper#store .cart_aspx .cartList li input[type='radio'] {
  width: 100%;
  height: 100%;
  margin-top: -12.5px;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100;
}

.wrapper#store .cart_aspx .cartList li.teigaku .datalayer_del,
.wrapper#store .cart_aspx .cartList li.teigaku a {
  position: relative;
  z-index: 101;
}

.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']+label,
.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']+.teiki-lebel {
  /*padding-left: 30px;*/
  /*sentaku btn*/
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}


.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']+label:before,
.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']+.teiki-lebel:before {
  content: '選択';
  width: 40px;
  height: auto;
  margin-top: -5px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #cecece;
  border-radius: 6px;
  z-index: 10;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #cecece;
}

.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']:checked+label:after,
.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']:checked+.teiki-lebel:after {
  content: '選択';
  width: 40px;
  height: auto;
  margin-top: -5px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #00935F;
  border-radius: 6px;
  z-index: 10;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #00935F;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']+span.teiki-lebel:before {
    margin-right: 20px;
  }
}

.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']+span.teiki-lebel+span+a,
.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']+span.teiki-lebel+span+a+div.dataBox>.title a {
  position: relative;
  z-index: 101;
}

.wrapper#store .cart_aspx .orderBox .cartList li input[type='radio']:checked .btnColor {
  pointer-events: auto;
  background-color: #00935F;
}

.wrapper#store .cart_aspx .cartList+.orderPayBox+.btnBox,
.wrapper#store .cart_aspx .cartList+.btnBox {
  position: relative;
}

.wrapper#store .cart_aspx .orderBox .btnBox .round+.round+#SelectItemMessagePanel,
.wrapper#store .cart_aspx .btnFixed .round.disabled+#SelectItemMessagePanel {
  display: none;
}


.wrapper#store .cart_aspx #SelectItemMessagePanel .message {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  top: -39px;
  padding: 20px 20px;
  border: solid 2px #db565b;
  border-radius: 0px;
  color: #444;
  background: #ffffff;
  font-weight: 600;
  width: 100%;
  max-width: 270px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  font-size: 14px;
}

.wrapper#store .cart_aspx #SelectItemMessagePanel br {
  display: none;
}

.wrapper#store .cart_aspx #SelectItemMessagePanel .message:before,
.wrapper#store .cart_aspx #SelectItemMessagePanel .message:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 14px;
}

.wrapper#store .cart_aspx #SelectItemMessagePanel .message:before {
  border-top-color: #db565b;
  margin-left: -12px;
}

.wrapper#store .cart_aspx #SelectItemMessagePanel .message:after {
  border-top-color: #FFFFFF;
  margin: -3px 0 0 -12px;
}

@media (min-width: 1080px) {
  .wrapper#store .cart_aspx .btnBox #SelectItemMessagePanel .message {
    margin: auto;
    left: 330px;
    right: 0;
  }

}

@media (max-width: 1079px) and (min-width: 768px) {
  .wrapper#store .cart_aspx .btnBox #SelectItemMessagePanel .message {
    /*left: 0;*/
    /*button1*/
    /*right: 11px;*/
    /*button1*/
    margin: auto;
    left: 330px;
    /*button2*/
    right: 0;
    /*button2*/
  }
}

@media (max-width: 767px) {
  .wrapper#store .cart_aspx .orderBox .btnColor {
    margin: 0 auto 20px auto;
  }

  .wrapper#store .cart_aspx .orderBox .btnBorderKeyColor.round.arrow.prev {
    margin: 0 auto 20px auto;
  }

}

.wrapper#store .cart_aspx .cartList li.teigaku .dataBox .Divprice>.price:before {
  content: "月会費";
  color: #000;
  font-size: 16px;
}

@media (min-width: 768px) {
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .Divprice>.price:before {
    display: inline-block;
    min-width: 180px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .Divprice {
    text-align: right;
  }
}

.wrapper#store .cart_aspx .cartList li.teigaku .dataBox .price .black {
  color: #000;
  font-size: 16px;
}

@media (max-width: 767px) {
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .price.monthlyPrice {
    text-align: right;
  }
}

.wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention .price {
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
}

@media (min-width: 768px) {

  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .monthlyPrice .monthlyPayPrice,
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention .yearPayListPrice {
    display: inline-block;
    min-width: 180px;
    text-align: right;
  }

  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .Divprice>.price>span,
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention .price {
    display: inline-block;
    min-width: 100px;
    text-align: right;
  }
}

@media (max-width: 767px) {

  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .Divprice>.price>span,
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention .price {
    display: inline-block;
    min-width: 80px;
  }
}

@media (max-width: 450px) {

  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .Divprice>.price>span,
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention .price {
    min-width: 64px;
  }
}

@media (max-width: 410px) {

  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention,
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention .price {
    font-size: 13px;
    line-height: 23px;
  }

  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .Divprice>.price>span,
  .wrapper#store .cart_aspx .cartList li.teigaku .dataBox .attention .price {
    min-width: 60px;
  }
}

.wrapper#store .cart_aspx .orderBox .cartList li.teigaku:last-child {
  border-bottom: 1px solid #cecece;
}

/* cart_aspx teigaku end */



/* orderWait btn modal */
#OrderWaitArea .modal.open #OrderWaitAreaBlock {
  background-color: #fff;
  margin: auto;
  border-radius: 10px;
  position: absolute;
  padding: 40px 20px;
  padding-top: 60px;
  width: 91%;
  max-width: 800px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 220px;
}

#OrderWaitArea .modal.open #OrderWaitAreaBlock .btnBox {
  margin-top: 40px;
}

@media (max-width: 450px) {
  #OrderWaitArea .modal.open #OrderWaitAreaBlock {
    padding-top: 80px;
    height: 240px;
  }
}

#VariationFlgStockDiv .OrderWtaitPanel {
  position: relative;
  z-index: 1001;
  display: none;
}

#VariationFlgStockDiv .OrderWtaitPanel p.message {
  z-index: 4;
  position: absolute;
  left: 19px;
  top: -44px;
  padding: 20px 10px;
  border: solid 2px #00965a;
  border-radius: 0px;
  color: #444;
  background: #ffffff;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  text-align: center;
}

#VariationFlgStockDiv .OrderWtaitPanel p.message:before {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 14px;
  border-top-color: #00965a;
  margin-left: -12px;
}

#VariationFlgStockDiv .OrderWtaitPanel p.message:after {
  position: absolute;
  left: 50%;
  top: 100%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  border-width: 14px;
  border-top-color: #FFFFFF;
  margin: -3px 0 0 -12px;
}

.ReverseCategoryPartsEx {
  width: 100%;
  text-align: left;
  margin: auto;
  padding: 5px 0 15px 0;
}

.BreadCrumb {
  padding: 3px 0;
}

.BreadCrumb li {
  display: inline;
  text-align: left;
  font-size: 0.8em;
}

.BreadCrumb li:after {
  content: " > ";
}

.BreadCrumb li:last-child:after {
  content: "";
}

.BreadCrumb li a {
  text-decoration: underline;
}

.BreadCrumb li a br {
  display: none;
}

.wrapper#store .content.categorylist_aspx #ploomtechplus-accessory #categoryTitleLevel1,
.wrapper#store .content.categorylist_aspx #ploomtechplus-with-accessory #categoryTitleLevel1 {
  display: none;
}

.wrapper#store .modal.subscmodal .box {
  overflow: auto;
  height: calc(100vh - 80px);
  padding-bottom: 0px;
}

.wrapper#store .modal.subscmodal.open .box .modal_arrow {
  right: 0;
  top: 110px;
  position: fixed;
  display: block;
  margin: auto;
  width: 40px;
  height: 90px;
  z-index: 100;
}

@media (min-width: 821px) {
  .wrapper#store .modal.subscmodal.open .box .modal_arrow {
    left: 760px;
  }
}

@media (max-width: 820px) {
  .wrapper#store .modal.subscmodal.open .box .modal_arrow {
    left: auto;
    right: 10px;
  }
}

.wrapper#store .modal.subscmodal.open .box .modal_arrow .modal_up,
.wrapper#store .modal.subscmodal.open .box .modal_arrow .modal_down {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00965a;
  border-radius: 5px 0 0 5px;
  position: relative;
}

.wrapper#store .modal.subscmodal.open .box .modal_arrow .modal_down {
  margin-top: 10px;
}

.wrapper#store .modal.subscmodal.open .box .modal_arrow .modal_up:before,
.wrapper#store .modal.subscmodal.open .box .modal_arrow .modal_down:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../Images/Common/Icon/Arrow/ico_arrow05White.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.wrapper#store .modal.subscmodal.open .box .modal_arrow .modal_up:before {
  transform: rotate(-90deg);
}

.wrapper#store .modal.subscmodal.open .box .modal_arrow .modal_down:before {
  transform: rotate(90deg);
}



.wrapper#store .page_arrow {
  right: 0;
  top: 10px;
  position: fixed;
  display: block;
  width: 40px;
  height: 90px;
  z-index: 100;
}

@media (min-width: 768px) {
  .wrapper#store .page_arrow {
    top: calc(50% - 55px);
  }
}

.wrapper#store .page_arrow .page_up,
.wrapper#store .page_arrow .page_down {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00965a;
  border-radius: 5px 0 0 5px;
  position: relative;
}

.wrapper#store .page_arrow .page_down {
  margin-top: 10px;
}

.wrapper#store .page_arrow .page_up:before,
.wrapper#store .page_arrow .page_down:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../Images/Common/Icon/Arrow/ico_arrow05White.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.wrapper#store .page_arrow .page_up:before {
  transform: rotate(-90deg);
}

.wrapper#store .page_arrow .page_down:before {
  transform: rotate(90deg);
}

@media (max-width: 768px) {

  .wrapper#store #modal2,
  .wrapper#store #modal1 {
    padding: 40px 10px 120px 10px;
    box-sizing: border-box;
  }

  .wrapper#store .modal.subscmodal.open {
    max-height: 100svh;
  }

  .wrapper#store #modal2.modal.subscmodal,
  .wrapper#store #modal1.modal.subscmodal {
    padding: 40px 10px 40px 10px;
    box-sizing: border-box;
  }

  .wrapper#store #modal2.modal.subscmodal .box,
  .wrapper#store #modal1.modal.subscmodal .box {
    height: calc(100svh - 80px);
  }
}

@media (min-width: 768px) {
  .wrapper#store #modal2 .box .subscmodal_scroll {
    height: 100%;
  }

  .wrapper#store #modal2.subscmodal .box .subscItemCountBox {
    min-height: 100%;
  }
}

/*.wrapper#store .modal.subscmodal.open .box .subscmodal_scroll{
overflow: scroll;
  height: calc(100vh - 220px);
  overflow-x: hidden;
}*/
/*@media (max-width: 767px){
  .wrapper#store .modal.subscmodal.open .box .subscmodal_scroll{
    height: calc(100vh - 210px);
  }
}*/

.wrapper#store .settingBox .dubscItemTitArea {
  display: flex;
  flex-wrap: wrap;
  background-color: #444444;
  color: #fff;
}

.wrapper#store .settingBox .dubscItemTitArea p.brand {
  width: 20%;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  border-right: 8px solid #fff;
}

.wrapper#store .settingBox .dubscItemTitArea p.itemname {
  width: 80%;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
}

.wrapper#store .settingBox .subscItemWrap {
  margin: 10px 0 40px 0;
}

.wrapper#store .settingBox .subscItemWrap>div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px 10px 0px;
}

.wrapper#store .settingBox .subscItemWrap>div:first-child {
  background-color: #ec6c00;
}

.wrapper#store .settingBox .subscItemWrap>div:nth-child(2) {
  background-color: #0068b6;

}

.wrapper#store .settingBox .subscItemWrap>div:nth-child(3) {
  background-color: #45b5df;
}

.wrapper#store .settingBox .subscItemWrap>div:nth-child(4),
.wrapper#store .settingBox .subscItemWrap>div:nth-child(5) {
  background-color: #e4e4e4;
}

.wrapper#store .settingBox .subscItemWrap img {
  width: 100%;
  height: auto;
}

.wrapper#store .settingBox .subscItemWrap .subscItemList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 75%;
}

.wrapper#store .settingBox .subscItemWrap .subscItemList li a {
  background-color: #fff;
  display: block;
}

.wrapper#store .settingBox .subscItemWrap .subscItemList li img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wrapper#store .settingBox .subscItemWrap .subscItemList li img:hover {
  opacity: .4;
  box-sizing: border-box;
}

.wrapper#store .settingBox .subscItemWrap h2 {
  text-align: center;
  font-size: 16px;
  line-height: 26px;

}

.wrapper#store .settingBox .subscItemWrap h2 img {
  border-radius: 10px;
}

.wrapper#store .settingBox .subscItemWrap>div.zerostyle h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 140px;
}

.wrapper#store .settingBox .subscItemWrap .subscItemList>li {
  position: relative;
}

.wrapper#store .settingBox .listBox li,
.wrapper#store .modalArea .listBox li {
  overflow: initial;
  padding-bottom: 16px;
}

.wrapper#store .settingBox .subscItemWrap .subscItemList>li .num,
.wrapper#store .modalArea .listBox li .num {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #ff0000;
  width: 2em;
  height: 2em;
  border-radius: 35px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  z-index: 1;
}

.wrapper#store .settingBox .subscItemWrap h2 {
  width: 20%;
  border-right: 8px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.wrapper#store .settingBox .subscItemWrap .subscItemList>li {
  width: calc((100% / 4) - 8px);
  margin: 0 4px 0 0;
  box-sizing: border-box;
  padding: 10px 4px 10px 4px;
}

@media (max-width: 767px) {
  .wrapper#store .settingBox .subscItemWrap h2 {
    width: 25%;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 23px;
  }

  .wrapper#store .settingBox .subscItemWrap .subscItemList>li {
    width: calc((100% / 3) - 8px);
    margin: 0px 3px;
    padding: 4px 0px 1px 4px;
    box-sizing: border-box;
  }

  .wrapper#store .settingBox .subscItemWrap .subscItemList>li .num {
    font-size: 14px;
  }

  .wrapper#store .settingBox .dubscItemTitArea {
    font-size: 12px;
    line-height: 22px;
  }

  .wrapper#store .settingBox .dubscItemTitArea p.brand {
    width: 25%;
    padding: 4px;
  }

  .wrapper#store .settingBox .dubscItemTitArea p.itemname {
    width: 75%;
    padding: 4px;
  }
}

@media (max-width: 450px) {
  .wrapper#store .settingBox .subscItemWrap+.btnBox a.btnColor.minBtn {
    max-width: 140px;
  }

}

@media (max-width: 400px) {
  .wrapper#store .settingBox .dubscItemTitArea p.brand {
    padding: 2px;
  }

  .wrapper#store .settingBox .dubscItemTitArea p.itemname {
    padding: 2px;
  }

  .wrapper#store .settingBox .subscItemWrap h2 {
    font-size: 10px;
    line-height: 20px;
    padding: 6px 5px 5px 5px;
  }
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther {}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div {
  background-color: transparent;
  /*border-bottom: 1px solid #666;*/
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0 0px 0px 0px;
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div:nth-child(even) {
  background-color: #efefef;
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther .subscItemList>li {
  padding: 10px 4px 5px 4px;
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther .subscItemList>li img {
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther .subscItemList>li:hover img {
  border: 1px solid #00965a;
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div h2 {
  position: relative;

}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div:first-child h2 {
  background-color: #ec6c00;
}


.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div:nth-child(2) h2 {
  background-color: #0068b6;
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div:nth-child(3) h2 {
  background-color: #45b5df;
}

.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div:nth-child(4) h2,
.wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div:nth-child(5) h2 {
  background-color: #e4e4e4;
}

@media (max-width: 767px) {
  .wrapper#store .settingBox .subscItemWrap.subscItemWrapOther .subscItemList>li {
    padding: 4px 4px 4px 4px;
  }

  .wrapper#store .settingBox .subscItemWrap.subscItemWrapOther>div h2 {
    padding: 6px 5px 0px 5px;
  }
}


.wrapper#store .modalArea .listBox li .stopSaleMessageWrap .btnBorderBlack {
  position: static;
}

.wrapper#store .modalArea .listBox li .stopSaleMessageWrap {
  position: absolute;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.wrapper#store .modalArea .listBox li .stopSaleMessageWrap>p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 7em;
  width: 100%;
  text-align: center;
}

.wrapper#store .modalArea .listBox li .stopSaleMessageWrap .stopSaleDay {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wrapper#store .modalArea .listBox li .stopSaleMessageWrap .stopSaleDay {
    font-size: 5vw;
    line-height: 1.2em;
  }
}

.wrapper#store .subscItemCountBox img {
  width: 100%;
}

@media (min-width: 768px) {
  .wrapper#store .subscItemCountBox #numBtn {
    display: none;
  }
}

.wrapper#store .subscItemCountBox #numBtn {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .subscItemCountBox #numBtn:after {
  transform: rotate(90deg);
}

.wrapper#store .subscItemCountBox .goodsImageMainFrame {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.wrapper#store .subscItemCountBox p.subscItemCopy {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.wrapper#store .subscItemCountBox p.notice {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .subscItemCountBox p.QuantityLimit {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}

.wrapper#store .subscItemCountBox .itemRating {
  display: flex;
  flex-wrap: wrap;
  width: 370px;
  margin: 0 auto 20px auto;
}

.wrapper#store .subscItemCountBox .itemRating dt {
  width: 11em;
}

.wrapper#store .subscItemCountBox .itemRating dd {
  width: calc(100% - 11em);
}

.wrapper#store .subscItemCountBox #count {
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 20px 0;
}

.wrapper#store .subscItemCountBox #count .minus,
.wrapper#store .subscItemCountBox #count .plus {
  border: none;
  padding: 3px 8px;
  margin: 0 10px;
}

.wrapper#store .subscItemCountBox #count .minus:disabled {
  background-color: #ccc;
}

.wrapper#store .subscItemCountBox #count .inputBase {
  width: 62px;
  text-align: center;
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
}

.wrapper#store .subscItemCountBox #count p.min span {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .subscItemCountBox #count span {
  font-size: 18px;
}

.wrapper#store .subscItemCountBox #count .btnZero {
  margin-left: 10px;
}

.wrapper#store .noticeBox {
  background-color: #eee;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
}

/*star*/
.results {

  font-size: 0;
  padding-bottom: 16px;
  text-align: left;
}

.results-content {
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  background: url('../images/common/image/ratingstar.png') 0 0 repeat-x;
  background-size: 120px 46px;
  width: 120px;
  height: 23px;
  overflow: hidden;
}

.results .results-content span.stars span {

  background: url('../images/common/ratingstar.png') 0 -23px repeat-x;
  background-size: 120px 46px;
  display: inline-block;
  height: 23px;
}

@media (max-width: 435px) {
  .wrapper#store .modalArea .modal .subscItemCountBox #count .btnZero {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .wrapper#store .modalArea .modal .subscItemCountBox .itemRating {
    width: 320px;
  }

  .wrapper#store .modalArea .subscmodal .listBox>li .btnBorderBlack.min {
    font-size: 13px;
  }
}

.selectScheduledSalesDeliveryDateParts .selectCalendarList {
  display: block;
  padding: 20px 0px 20px 0;
  margin-top: -10px;
  box-sizing: border-box;
}

.slick-slide:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarList:last-child {}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .slick-list {
  z-index: 2;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .slick-track {
  z-index: 1;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList>.selectCalendar {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 400px) {
  .selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList>.selectCalendar {
    max-width: none;
  }

  .selectScheduledSalesDeliveryDateParts .selectCalendarList {
    padding: 20px 10px;
  }
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td {
  text-align: center;
  position: relative;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-prev {
  left: 2px;
  top: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-prev:focus {
  outline: none;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-next {
  right: 0px;
  top: 13px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-next:focus {
  outline: none;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td {
  text-align: center;
  position: relative;
  font-size: 15px;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-prev:before,
.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-next:before {
  font-size: 16px;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList:nth-of-type(2) .slick-prev:before {
  opacity: .75;
}

.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar th,
.selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar td {
  text-align: center;
  font-size: 13px;
}

@media (min-width: 768px) {

  .selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-prev:before,
  .selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .selectCalendarList .selectCalendar .selectCalendar td .calenderArrows .slick-next:before {
    content: none;
  }

  .selectScheduledSalesDeliveryDateParts .selectCalendarListWrap .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .selectScheduledSalesDeliveryDateParts .selectCalendarList {
    margin-bottom: 0px;
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
  }

}

.selectScheduledSalesDeliveryDateParts .selectCalendar a {
  text-decoration: underline;
}

.selectScheduledSalesDeliveryDateParts .selectCalendar .selectedDate {
  background-color: Red;
}

.modalLoading {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  text-align: center;
  z-index: 1000001;
}

/* SubscriptionCampaignBlock */
.wrapper#store .SubscriptionCampaignBlock .att_pay {
  display: block;
}

.wrapper#store .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.wrapper#store .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {
  display: none;
}

.wrapper#store .cart_aspx .SubscriptionCampaignBlock .att_pay {
  display: none;
}

.wrapper#store .cart_aspx .SubscriptionCampaignBlock .red,
.wrapper#store .productdetail_aspx .SubscriptionCampaignBlock .red {
  display: none;
}

.wrapper#store .SubscriptionCampaignBlock {
  font-size: 22px;
}

@media (max-width: 767px) {
  .wrapper#store .SubscriptionCampaignBlock {
    font-size: 18px;
  }
}

.wrapper#store .productdetail_aspx .SubscriptionCampaignBlock {
  margin: 15px 0px;
  padding: 8px 0;
}

.wrapper#store .productdetail_aspx .detailSlider {
  position: relative;
}

.wrapper#store .productdetail_aspx .detailSlider .SubscriptionCampaignFreeMonthsOnImage {
  position: absolute;
  z-index: 100;
  text-align: center;
  /*width: calc(100% - 60px);*/
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: auto;
  left: 0;
  right: 0;
}

.productdetail_aspx .detailSlider .SubscriptionCampaignFreeMonthsOnImage span {
  background-image: url(/assets/images/common/bnr_imgOnCampaign.png);
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  padding: 7% 0;
  background-position: center;

}

.wrapper#store .productdetail_aspx .detailSlider .SubscriptionCampaignFreeMonthsOnImage br.diplay_sp {
  display: none;
}

.wrapper#store .productdetail_aspx .detailSlider .SubscriptionCampaignFreeMonthsOnImage span span {
  display: block;
  color: #333;
}

.wrapper#store .productdetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935e;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
}

.wrapper#store .cart_aspx .SubscriptionCampaignBlock {
  margin: 10px 0px 0 0;
  padding: 8px;
}

.wrapper#store .cart_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 6px;
}

.wrapper#store .cart_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDesc {
  display: none;
}

.wrapper#store .cart_aspx .SubscriptionCampaignBlock .SubscriptionCampaignText {
  font-size: 0.65em;
  line-height: 1.2;
}

/*.cart_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.cart_aspx .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {display:none;}*/

.wrapper#store .confirmation_aspx .decisionBox .cartList.confirmationOrderDetail li {
  flex-wrap: wrap;
}

.wrapper#store .confirmation_aspx .decisionBox .cartList.confirmationOrderDetail li .dataBox {
  width: calc(100% - 180px);
  margin-right: 20px;
}

@media (min-width: 767px) {
  .wrapper#store .confirmation_aspx .decisionBox .cartList.confirmationOrderDetail li .BtnconfirmModalCouponExplain {
    display: inline-block;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .confirmation_aspx .decisionBox .cartList.confirmationOrderDetail li .btnColor {
    padding: 15px 30px;
  }

  .wrapper#store .confirmation_aspx .decisionBox .cartList.confirmationOrderDetail li .BtnconfirmModalCouponExplain {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .confirmation_aspx .decisionBox .cartList.confirmationOrderDetail li .dataBox {
    width: calc(100% - 140px);
    margin-right: 20px;
  }
}

.wrapper#store .confirmation_aspx .SubscriptionCampaignPnl {
  width: 100%;
}

.wrapper#store .confirmation_aspx .SubscriptionCampaignBlock {
  margin: 10px 0px 10px 0px;
  font-size: 1em;
  padding: 8px;
  text-align: left;
}

.wrapper#store .confirmation_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
}

.wrapper#store .confirmation_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDesc {
  font-size: 0.65em;
  line-height: 1.2;
  margin-top: 5px;
}

.wrapper#store .confirmation_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.wrapper#store .confirmation_aspx .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {
  display: none;
}

.wrapper#store .flatplancontracthistory_aspx .SubscriptionCampaignBlock,
.wrapper#store .flatplancontractdetail_aspx .SubscriptionCampaignBlock {
  margin: 10px 0px 10px 0;
  font-size: 1em;
  text-align: left;
}

.wrapper#store .flatplancontracthistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.wrapper#store .flatplancontracthistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDesc {
  font-size: 0.65em;
  line-height: 1.2;
  margin-top: 5px;
}

.wrapper#store .flatplancontracthistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.wrapper#store .flatplancontracthistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {
  display: none;
}

@media (max-width: 767px) {

  .wrapper#store .flatplancontracthistory_aspx .settingBox .cartList+.orderPayBox .orderPayList.yearPayList,
  .wrapper#store .flatplancontractdetail_aspx .settingBox .cartList+.orderPayBox .orderPayList.yearPayList {
    justify-content: space-between;
  }

  .wrapper#store .flatplancontracthistory_aspx .cartList+.orderPayBox .orderPayList dt,
  .wrapper#store .flatplancontractdetail_aspx .cartList+.orderPayBox .orderPayList dt {
    text-align: left;
  }

  .wrapper#store .flatplancontracthistory_aspx .cartList+.orderPayBox .total.monthlyPay,
  .wrapper#store .flatplancontractdetail_aspx .cartList+.orderPayBox .total.monthlyPay {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.wrapper#store .flatplancontractdetail_aspx .SubscriptionCampaignBlock {
  margin: 0px 0px 10px 0;
  font-size: 1em;
  text-align: left;
}

.wrapper#store .flatplancontractdetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935F;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.wrapper#store .flatplancontractdetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDesc {
  font-size: 0.65em;
  line-height: 1.2;
  margin-top: 5px;
}

.wrapper#store .flatplancontractdetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.wrapper#store .flatplancontractdetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {
  display: none;
}

.wrapper#store .flatplancancel_aspx .SubscriptionCampaignBlock {
  margin: 10px 0px;
  font-size: 1em;
  text-align: left;
  padding: 8px 0;
  display: none;
}

.wrapper#store .flatplancancel_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935F;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 6px;
}

.wrapper#store .flatplancancel_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDesc {
  font-size: 0.65em;
  line-height: 1.2;
  margin-top: 5px;
}

.wrapper#store .flatplancancel_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.wrapper#store .flatplancancel_aspx .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {
  display: none;
}

.wrapper#store .orderhistory_aspx .SubscriptionCampaignBlock {
  margin: 10px 0px;
  font-size: 1em;
  text-align: left;
  padding: 8px 0;
}

.wrapper#store .orderhistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935F;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 6px;
}

.wrapper#store .orderhistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDesc {
  font-size: 0.65em;
  line-height: 1.2;
  margin-top: 5px;
}

.wrapper#store .orderhistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.wrapper#store .orderhistory_aspx .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {
  display: none;
}

.wrapper#store .orderhistorydetail_aspx .SubscriptionCampaignBlock {
  margin: 10px 0px;
  font-size: 1em;
  text-align: left;
  padding: 8px 0;
}

.wrapper#store .orderhistorydetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignName {
  color: #00935F;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
}

.wrapper#store .orderhistorydetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDesc {
  font-size: 0.65em;
  line-height: 1.2;
  margin-top: 5px;
}

.wrapper#store .orderhistorydetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignDate,
.wrapper#store .orderhistorydetail_aspx .SubscriptionCampaignBlock .SubscriptionCampaignFreeMonths {
  display: none;
}


.checkout_aspx .deriveryDropDownArea,
.subsccontractchange_aspx .deriveryDropDownArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {

  .checkout_aspx .deriveryDropDownArea,
  .subsccontractchange_aspx .deriveryDropDownArea {
    margin: 20px 10px 10px 10px;
  }

  .checkout_aspx .deriveryDropDownArea label:last-of-type,
  .subsccontractchange_aspx .deriveryDropDownArea label:last-of-type {
    text-align: right;
  }
}

.checkout_aspx .deriveryDropDownArea label,
.subsccontractchange_aspx .deriveryDropDownArea label {
  width: 150px;
  margin-bottom: 10px;
}

.checkout_aspx .deriveryDropDownArea .selectBase.select01,
.subsccontractchange_aspx .deriveryDropDownArea .selectBase.select01 {
  width: calc(50% - 150px);
  margin-bottom: 10px;
}

.checkout_aspx .btnSetDeliveryDate,
.subsccontractchange_aspx .btnSetDeliveryDate {
  margin: 0px 0 20px 0;
  text-decoration: underline;
  color: #00965a;
  background-color: transparent;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {

  .checkout_aspx .btnSetDeliveryDate,
  .subsccontractchange_aspx .btnSetDeliveryDate {
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
  }
}

.checkout_aspx .btnSetDeliveryDate+div,
.subsccontractchange_aspx .btnSetDeliveryDate+div {
  color: #00935F;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.checkout_aspx .deriveryDropDownArea+div br,
.subsccontractchange_aspx .deriveryDropDownArea+div br {
  display: none;
}

@media (max-width: 768px) {

  .checkout_aspx .deriveryDropDownArea,
  .subsccontractchange_aspx .deriveryDropDownArea {
    font-size: 13px;
    margin: 0 -4px;
    justify-content: center;
  }

  .checkout_aspx .deriveryDropDownArea label,
  .subsccontractchange_aspx .deriveryDropDownArea label {
    width: 120px;
  }

  .checkout_aspx .deriveryDropDownArea label:last-of-type,
  .subsccontractchange_aspx .deriveryDropDownArea label:last-of-type {
    width: 39px;
    margin-left: 6px;
  }

  .wrapper#store .checkout_aspx .deriveryDropDownArea .selectBase select,
  .wrapper#store .subsccontractchange_aspx .deriveryDropDownArea .selectBase select {
    font-size: 13px;
  }

  .checkout_aspx .deriveryDropDownArea .selectBase.select01,
  .subsccontractchange_aspx .deriveryDropDownArea .selectBase.select01 {
    width: calc(50% - 160px);
    min-width: 60px;
    font-size: 13px;
  }

  .wrapper#store .content .deriveryCalenderWrap .text.min,
  .wrapper#store .content .deriveryDropDownWrap .text.min {
    font-size: 11px;
    line-height: 21px;
  }
}

@media (min-width: 768px) {

  .checkout_aspx .deriveryDropDownArea+div br,
  .subsccontractchange_aspx .deriveryDropDownArea+div br {
    display: inline-block;
  }
}

@media (max-width: 400px) {

  .wrapper#store .content .deriveryCalenderWrap .text.min,
  .wrapper#store .content .deriveryDropDownWrap .text.min {
    font-size: 10px;
    line-height: 20px;
  }
}

/*sticky*/
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on+.fixedsticky-dummy {
  display: block;
}

.wrapper#store .btnBox.stickyParts {
  position: fixed;
  bottom: 0;
  padding-bottom: calc(5px + env(safe-area-inset-bottom));
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 100;
  box-sizing: border-box;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #cecece;
}

.wrapper#store .modal .box .btnBox.modalstickyParts,
.wrapper#store .tradeinplan_modal .btnBox.modalstickyParts {
  width: calc(100% + 40px);
  margin-left: -20px;
  bottom: 0px;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #cecece;
  margin-top: 0;
}

.wrapper#store .modal .box .btnBox.modalstickyParts .btnColor,
.wrapper#store .modal .box .btnBox.modalstickyParts .btnBorderBlack {
  margin: 0 auto;
}

@media (max-width: 767px) {

  .wrapper#store .modal .box .btnBox.modalstickyParts .btnColor,
  .wrapper#store .btnBox.stickyParts .btnColor {
    max-width: 300px;
  }

  .wrapper#store .modal .box .btnBox.modalstickyParts .btnColor,
  .wrapper#store .modal .box .btnBox.modalstickyParts .btnBorderBlack,
  .wrapper#store .btnBox.stickyParts .btnColor,
  .wrapper#store .btnBox.stickyParts .btnBorderBlack {
    font-size: 11px;
    line-height: 21px;
    margin: 0 5px;
    padding: 16px 5px;
  }

  .wrapper#store .btnBox.stickyParts.rowreBox a:last-child {
    margin-bottom: 0px;
  }
}


@media (max-width: 767px) {
  .wrapper#store .modal .box .btnBox.modalstickyParts {
    bottom: 0px;
    padding: 10px 0 10px 0;
    display: flex;
  }

  .wrapper#store .btnBox.stickyParts {
    padding: 10px 5px;
    display: flex;
    padding-bottom: calc(5px + env(safe-area-inset-bottom));
  }

  .wrapper#store .btnBox.stickyParts.rowreBox a:first-child {
    margin-left: 5px;
    margin-right: 5px;
  }

  .wrapper#store .btnBox.stickyParts.rowreBox a:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.wrapper#store .TagSearchPartsList {
  display: flex;
  flex-wrap: wrap;
}

.wrapper#store .TagSearchPartsList li {
  margin: 5px !important;
  padding: 0 8px;
  font-size: 10px;
  line-height: 20px;
  font-weight: normal;
  width: auto !important;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wrapper#store .TagSearchPartsList li span.SearchTagSubText {
  display: none;
}

.wrapper#store .TagSearchPartsList li.icn_list2,
.wrapper#store .TagSearchPartsList li.icn_list3,
.wrapper#store .TagSearchPartsList li.icn_list4,
.wrapper#store .TagSearchPartsList li.icn_list6,
.wrapper#store .TagSearchPartsList li.icn_list7,
.wrapper#store .TagSearchPartsList li.icn_list8,
.wrapper#store .TagSearchPartsList li.icn_list9,
.wrapper#store .TagSearchPartsList li.icn_listFlat,
.wrapper#store .TagSearchPartsList li.icn_listFree,
.wrapper#store .TagSearchPartsList li.icn_listFree2 {
  display: none;
}

/*repOrderHistoryWrap*/
.wrapper#store .settingTitle.center {
  text-align: center;
}

.wrapper#store .settingBox .subsucontractTit {
  display: block;
  background-color: #efefef;
  padding: 20px 10px;
  margin-top: 20px;
}

/*.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:first-of-type{
    display: block;
    border: 0;
    margin-bottom:20px;
}
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:first-of-type>dl{
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    border: none;
    font-size: 16px;
    line-height: 26px;
}
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:first-of-type>dl:last-of-type{
    display: none;
}
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:first-of-type .memberInformation dt{
    padding: 0;
    border: none;
    background-color: #fff;
    font-weight:normal;
}
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:first-of-type .memberInformation dt:after{
  content: '：';
  display:inline-block;
}
.wrapper#store .subsccontractchangehistory_aspx  .settingBox .repOrderHistoryWrap:first-of-type .memberInformation dd{
    padding: 0;
    border: none;
}*/

.wrapper#store .settingBox .repOrderHistoryWrap {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}

.wrapper#store .settingBox .repOrderHistoryWrap>dl {
  width: calc(100% / 4);
  margin-top: 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;

}


.wrapper#store .settingBox .repOrderHistoryWrap>dl dt,
.wrapper#store .settingBox .repOrderHistoryWrap>dl dd {
  margin-top: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
}

.wrapper#store .settingBox .repOrderHistoryWrap>dl dt {
  background-color: #efefef;
}

.wrapper#store .settingBox .repOrderHistoryWrap>dl dd {
  border-top: 1px solid #ccc;
}

.wrapper#store .settingBox .repOrderHistoryWrap>dl dd .btnColor.min {
  padding: 4px 10px;
}

.wrapper#store .settingBox .repOrderHistoryWrap:first-of-type {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

.wrapper#store .settingBox .repOrderHistoryWrap:nth-of-type(n+2)>dl {
  border-bottom: 1px solid #ccc;
}

.wrapper#store .subsccontractchangehistory_aspx time+h1,
.wrapper#store .subsccontractdetail_aspx time+h1 {
  margin-top: 10px;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:nth-of-type(n+2)>dl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.wrapper#store .settingBox .repOrderHistoryWrap:nth-of-type(n+2)>dl dt {
  display: none;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:nth-of-type(n+2)>dl dt {
  display: block;
}

.wrapper#store .settingBox .repOrderHistoryWrap:nth-of-type(n+2)>dl dd {
  border-top: none;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap:nth-of-type(n+2)>dl dd {
  border-top: 1px solid #ccc;
}

.wrapper#store .settingBox .repOrderHistoryWrap:last-of-type>dl {
  border-bottom: 1px solid #ccc;
}

.wrapper#store .settingBox .repOrderHistoryWrap>dl:nth-child(1) dd,
.wrapper#store .settingBox .repOrderHistoryWrap>dl:nth-child(2) dd,
.wrapper#store .settingBox .repOrderHistoryWrap>dl:nth-child(3) dd {
  padding: 10px 5px 0px 5px;
}

.wrapper#store .settingBox .repOrderHistoryWrap+.btnTxt {
  font-size: 14px;
  line-height: 24px;
}

.wrapper#store .subsccontracthistory_aspx .btnChangeHistory {
  display: none;
}

.wrapper#store .subsccontractdetail_aspx .btnChangeHistory,
.wrapper#store .subsccontractcancel_aspx .btnChangeHistory {
  width: 280px;
  display: block;
  margin-left: auto;
  bottom: 30px;
  margin-bottom: -2em;

}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl dd .btnColor.min {
  position: absolute;
  right: 20px;
  top: -55px;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox time+.btnSubscContractChangeHistory+.title {
  margin-top: 20px;
}

.wrapper#store .subsccontractchangehistory_aspx .btnSubscContractChangeHistory {
  top: 14px;
  z-index: 1;
  width: 92px;
  margin-left: auto;
  display: block;
  right: 10px;
  position: absolute;
}

@media (max-width: 767px) {
  .wrapper#store .subsccontractchangehistory_aspx .btnSubscContractChangeHistory {
    top: 55px;
    width: 80px;
    right: 10px;
    padding: 6px 4px;

  }
}

@media (max-width: 575px) {
  .wrapper#store .settingBox .repOrderHistoryWrap>dl:nth-of-type(4) dd {
    padding: 5px 5px 5px 5px;
  }
}

@media (max-width: 500px) {
  .wrapper#store .settingBox .repOrderHistoryWrap>dl {
    font-size: 2.6vw;
  }

  .wrapper#store .settingBox .repOrderHistoryWrap>dl dd .btnColor.min {
    font-size: 2.6vw;
  }

  .wrapper#store .settingBox .subsucontractTit {
    font-size: 14px;
  }

  .wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl dd .btnColor.min {
    top: -53px;
  }
}

@media (max-width: 430px) {

  .wrapper#store .subsccontractdetail_aspx .btnChangeHistory,
  .wrapper#store .subsccontractcancel_aspx .btnChangeHistory {
    width: 230px;
    display: block;
    margin-top: 10px;
    bottom: 40px;
    font-size: 13px;
    margin-left: auto;
  }
}

@media (max-width: 350px) {

  .wrapper#store .subsccontractdetail_aspx .btnChangeHistory,
  .wrapper#store .subsccontractcancel_aspx .btnChangeHistory {
    display: block;
    margin-top: 10px;
    bottom: 0px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 390px) {

  .wrapper#store .settingBox .repOrderHistoryWrap>dl dt,
  .wrapper#store .settingBox .repOrderHistoryWrap>dl dd {
    padding: 5px 4px;
  }
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl:last-child {
  margin: 0;
  border: none;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl:last-child dt {
  display: none;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl:last-child dd {
  padding: 0;
  border: none;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl:nth-last-child(2) {
  border-right: 1px solid #ccc;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap {
  border-right: none;
}

.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap {
  margin-top: 10px;
}

/*.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl:nth-child(1) dd, 
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl:nth-child(2) dd, 
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl:nth-child(3) dd {
    padding: 5px;
}*/
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl dt,
.wrapper#store .subsccontractchangehistory_aspx .settingBox .repOrderHistoryWrap>dl dd {
  padding: 10px 5px;
}

.wrapper#store .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts .shippingTypeList:after {
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  display: block;
  margin: 20px 0 20px -20px;
  background-color: #ccc;
}

.wrapper#store .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts .attentionrelative:before {
  content: "";
  width: calc(100% + 44px);
  height: 20px;
  display: block;
  background-color: #fff;
  margin: -40px 0 0 -22px;
}

.wrapper#store .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts .attentionrelative>.title.mb20:before {
  content: "";
  width: calc(100% + 40px);
  height: 20px;
  display: block;
  background-color: #fff;
  margin: 0px 0 0 -20px;
  border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
  .wrapper#store .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts .shippingTypeList:after {
    width: calc(100% + 20px);
    margin: 20px 0 20px -10px;
  }

  .wrapper#store .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts .attentionrelative:before {
    width: calc(100% + 24px);
    height: 20px;

    margin: -40px 0 0 -12px;
  }

  .wrapper#store .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts .attentionrelative>.title.mb20:before {
    width: calc(100% + 20px);
    height: 20px;
    margin: 0px 0 0 -10px;
  }

  .wrapper#store .checkout_aspx .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts.paimentBox {
    padding-top: 20px;
  }

  .wrapper#store .checkout_aspx .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts.modalArea {
    padding-top: 20px;
  }
}

.wrapper#store .subsccontractchange_aspx .selectPaymentAndShippingTypeParts.selectScheduledSalesDeliveryDateParts .shippingTypeList:after {
  content: none;
}

/*divSubscriptionReContractSelectorWrap*/
.pnlPreContractSelector {
  width: 100%;
}

.divSubscriptionReContractSelectorWrap {
  text-align: left;
  margin-top: 20px;
  width: 100%;
}

.divSubscriptionReContractSelectorWrap .tit {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.divSubscriptionReContractSelectorWrap dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.divSubscriptionReContractSelectorWrap dl dt,
.divSubscriptionReContractSelectorWrap dl dd {
  margin-bottom: 8px;
}

.divSubscriptionReContractSelectorWrap dl dt {
  width: 7em;
}

.divSubscriptionReContractSelectorWrap dl dd {
  width: calc(100% - 7em);
}

.flatplancontracthistory_aspx .divSubscriptionReContractSelectorWrap,
.flatplancontractdetail_aspx .divSubscriptionReContractSelectorWrap {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  text-align: left;
  display: none;
  /*add*/
}

.flatplancontracthistory_aspx .divSubscriptionReContractSelectorWrap dl dd {
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .flatplancontracthistory_aspx .divSubscriptionReContractSelectorWrap {
    max-width: none;
  }

  .flatplancontracthistory_aspx .divSubscriptionReContractSelectorWrap dl {
    justify-content: space-between;
  }

  .flatplancontracthistory_aspx .divSubscriptionReContractSelectorWrap dl dt {
    text-align: left;
  }
}

@media (max-width: 400px) {
  /*.divSubscriptionReContractSelectorWrap dl{display:block;}
.divSubscriptionReContractSelectorWrap dl dt,
.divSubscriptionReContractSelectorWrap dl dd{width:100%;}
.divSubscriptionReContractSelectorWrap dl dd{margin-bottom:10px;}*/
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap input[type='radio']+label:before,
.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap input[type='radio']:checked+label:after {
  content: none;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap.radioWrap input[type='radio']+label:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #cecece;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  background-color: transparent;
  padding: 0;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap.radioWrap input[type='radio']:checked+label:after {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  box-sizing: border-box;
  display: block;
  background-color: #00935F;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  padding: 0;
  border: none;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap.radioWrap {
  border: 1px solid #ccc;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap.radioWrap .tit {
  padding: 20px 20px;
  box-sizing: border-box;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap.radioWrap dl {
  border-bottom: 1px solid #ccc;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap.radioWrap .ReContractExpirationComment {
  padding: 0 10px;
  box-sizing: border-box;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap.radioWrap .ReContractExpirationCommentBottom {
  padding: 0 10px;
  box-sizing: border-box;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap .ReContractExpirationComment {
  margin-bottom: 20px;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap .ReContractExpirationComment .ReContractExpirationList {}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap .ReContractExpirationComment .ReContractExpirationList li {
  padding: 0px 0 8px 28px;
  border-bottom: none;
}

.wrapper#store .cart_aspx .orderBox .cartList li .divSubscriptionReContractSelectorWrap .ReContractExpirationComment .ReContractExpirationList li:before {
  content: '';
  border-bottom: 4px solid #00935F;
  border-right: 4px solid #00935F;
  width: 6px;
  height: 10px;
  margin-top: -8px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 5px;
  z-index: 1;
}

.wrapper#store .divSubscriptionReContractSelectorWrap .text.changePlanName {
  margin-bottom: 5px;
}

.wrapper#store .divSubscriptionReContractSelectorWrap.radioWrap .text.changePlanName {
  padding: 0 10px;
}

/*modal variation*/
.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .btnBorderBlack {
  text-align: center;
  cursor: pointer;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .colorVariation .colortip {
  align-items: center;
  margin-bottom: 40px;
  margin-top: 10px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .colorVariation .colortip li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding: 4px 4px 4px 4px;
  box-sizing: border-box;
  align-items: center;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .colorVariation .colortip li:last-child {
  margin-bottom: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .accessoryVariation .colortip2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .accessoryVariation .colortip2 li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-width: 80px;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 6px;
  position: relative;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .accessoryVariation .colortip2 li:last-child {
  margin-right: 0;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .accessoryVariation .colortip2 li img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .accessoryVariation .colortip2 li span {
  display: block;
  font-size: 14px;
  text-align: center;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li[stockout]:before,
.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li[stockouted]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 238, 238, 0.6);
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li[stockout]:after,
.wrapper#store .productdetail_aspx .mainBox .textBox .details .colortip2 li[stockouted]:after {
  content: "品切れ";
  position: absolute;
  width: 3em;
  height: 1em;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .title {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 500px) {
  .wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .title {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .productdetail_aspx .mainBox .textBox .details .VariationBlock .stockouted {
  background-color: #b9b9b9;
  pointer-events: none;
}

.wrapper#store .settingBox .bnrModel {
  display: block;
  text-align: center;
}

.wrapper#store .settingBox .bnrModel img {
  width: 100%;
  max-width: 788px;
  margin: 10px auto 0 auto;
}

/*disableRequestShippingDate*/
.wrapper#store .settingBox .disableRequestShippingDate:not(.btnBorderBlack) {
  margin-top: 8px;
  font-weight: 600;
}

.wrapper#store .settingBox .disableRequestShippingDate+.title {
  margin-top: 40px;
}

.wrapper#store .settingBox .disableRequestShippingDate+p {
  margin-top: 8px;
}

.wrapper#store .disableRequestShippingDate.btnBorderBlack.disable {
  border: none;
  color: #ff0000;
  pointer-events: auto;
  font-weight: 600;
  padding: 0;
  margin: 10px calc((100% - 320px) / 2) 15px calc((100% - 320px) / 2);
}

.wrapper#store .disableRequestShippingDate.btnBorderBlack.disable+input[type='submit'].btnCancel {
  margin-left: 0;
}

/*.wrapper#store .disableRequestShippingDate.btnBorderBlack.disable:hover{
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
}*/
@media (max-width: 767px) {
  .wrapper#store .disableRequestShippingDate.btnBorderBlack.disable {
    margin: 10px calc((100% - 320px) / 2) 10px calc((100% - 320px) / 2);
  }
}

@media (min-width: 501px) {
  .wrapper#store .cartList li .dataBox .TradeInProductPnl .TradeInProductName {
    margin-right: -10px;
  }
}

@media (max-width: 500px) {
  .wrapper#store .cartList li .dataBox .TradeInProductPnl .TradeInProductName>span {
    display: block;
  }

  .wrapper#store .cartList li .dataBox .TradeInProductPnl .TradeInProductName>span:last-child {
    margin-right: -10px;
  }
}

.wrapper#store .cartList li .dataBox .selectBase span.num.addNumText {
  margin-top: 10px:
    /*display:inline-block;*/
    display:none;
}

.wrapper#store .cartList li .dataBox .selectBase:not(.select01) {
  padding: 9px 10px 11px 10px;
  font-size: 13.3333px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wrapper#store .cartList li .dataBox .selectBase:not(.select01) {
    font-size: 16px;
  }
}

.wrapper#store .cartList li .dataBox .selectBase:not(.select01) .inputTitle {
  vertical-align: middle;
}

.wrapper#store .TradeInOrderMsg {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 22px;
}

@media (max-width: 767px) {
  .wrapper#store .tradeinplan_modal .btnBox.modalstickyParts {
    padding: 10px 5px;
  }

  .wrapper#store .tradeinplan_modal .btnBox.modalstickyParts .btnBorderBlack,
  .wrapper#store .tradeinplan_modal .btnBox.modalstickyParts .btnColor {
    font-size: 11px;
    line-height: 21px;
    margin: 0 5px;
    padding: 16px 5px;
  }
}

/*tab ranking*/
.wrapper#store .item_ranking.recommendRanking {
  margin-top: 40px;
  margin-bottom: 90px;
}

.wrapper#store .item_ranking.recommendRanking .item_ranking_ttl {
  font-size: 20px;
  font-weight: bolder;
  line-height: 160%;
}

@media (max-width: 767px) {
  .wrapper#store .item_ranking.recommendRanking .item_ranking_ttl {
    font-size: 15px;
    font-weight: bolder;
    line-height: 160%;
  }
}

.wrapper#store .item_ranking.recommendRanking .item_ranking_ttl_period {
  text-align: right;
  line-height: 130%;
}

@media (max-width: 767px) {
  .wrapper#store .item_ranking.recommendRanking .item_ranking_ttl_period {
    font-size: 14px;
    text-align: center;
  }
}

.wrapper#store .item_ranking.recommendRanking .tabs {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;

}

.wrapper#store .item_ranking.recommendRanking.recommend-parts01 .tabs {
  margin-bottom: 0;
}


.wrapper#store .item_ranking.recommendRanking .tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #00935f;
  background-color: #d9d9d9;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 16px;
}

.wrapper#store .item_ranking.recommendRanking .tab_item:hover {
  opacity: 0.75;
}

.wrapper#store .item_ranking.recommendRanking input[name="tab_item"] {
  display: none;
}

.wrapper#store .item_ranking.recommendRanking .tab_content {
  display: none;
  padding-top: 50px;
  clear: both;
  overflow: hidden;
}

#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
}

#all_refill:checked~#all_refill_content,
#refill_item:checked~#refill_item_content,
#refill_item2:checked~#refill_item2_content {
  display: block;
}

.wrapper#store .item_ranking.recommendRanking .tabs input:checked+.tab_item {
  background-color: #00935f;
  color: #fff;
}

@media (max-width: 767px) {
  .wrapper#store .item_ranking.recommendRanking .tab_item {
    height: 50px;
    border-bottom: 3px solid #00935f;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 18px;
  }
}

@media (min-width: 768px) {
  .wrapper#store .item_ranking.recommendRanking .tab_item .sp_mindisplay {
    display: none;
  }
}

@media (max-width: 767px) {
  .wrapper#store .item_ranking.recommendRanking .tab_item .sp_mindisplay {
    display: inline-block;
  }
}

.wrapper#store .item_ranking.recommendRanking .tabs.tabs ranking01,
.wrapper#store .item_ranking.recommendRanking .tabs.tabs ranking02 {
  margin-bottom: 20px;
}

.wrapper#store .item_ranking.recommendRanking .tabs.ranking01 .tab_content .listBox li .productImg img,
.wrapper#store .item_ranking.recommendRanking .item_ranking .tabs.ranking02 .tab_content .listBox li .productImg img {
  padding: 0 10px;
  box-sizing: border-box;
}


.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li {
  overflow: initial;
  margin-bottom: 50px;
}

.wrapper#store .item_ranking.recommendRanking.recommend-parts01 .tabs .tab_content .listBox li {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li {
    width: 20%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:first-child {
    width: 100%;
    margin-top: 8%;
    margin-right: 0;
  }

  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:nth-child(n+2) {
    width: 50%;
    margin-top: 8%;
    margin-right: 0;
  }
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li.product>a:first-child {
  margin-bottom: 50px;
}

input[name="tab_item01"],
input[name="tab_item03"] {
  display: none;
}

#acceploom:checked~#acceploom_content,
#accetechp:checked~#accetechp_content,
#accetech:checked~#accetech_content,
#stcick_acceploom:checked~#stcick_acceploom_content,
#stcick_accetechp:checked~#stcick_accetechp_content,
#stcick_accetech:checked~#stcick_accetech_content {
  display: block;
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li p.rankNum {
  text-indent: -9999%;
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li p.rankNum:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li .btnBorderBlack.min {
  padding: 5px 0px;
  bottom: -40px;
}

.wrapper#store .item_ranking.recommendRanking.recommend-parts01 .tabs .tab_content .listBox li .btnBorderBlack.min {
  bottom: 10px;
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li.product>a.btnCart.min {
  position: absolute;
  bottom: 5px;
  padding: 3px 0px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li p.rankNum:before {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li p.rankNum:before {
    padding: 10.5%;
    top: -4%;
  }

  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:first-child p.rankNum:before {
    padding: 9.5%;
    top: -6%;
  }

  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li .btnBorderBlack.min {
    width: calc(100% - 10px);
    left: 5px;
  }

  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li .dataBox {
    padding: 5px 5px 5px 5px;
  }

  .wrapper#store .item_ranking.recommendRanking .tabs.ranking01 .tab_content .listBox li .productImg img,
  .wrapper#store .item_ranking.recommendRanking .tabs.ranking02 .tab_content .listBox li .productImg img {
    padding: 0 5px;
  }

  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li.product>a.btnCart.min {
    width: calc(100% - 11px);
    left: 5px;
  }

  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li.product>a.btnCart.min:before {
    margin-right: 0px;
  }
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:first-child p.rankNum:before {
  background-image: url(/online/images/common/ranking/ranking_pc_1.jpg);
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:nth-child(2) p.rankNum:before {
  background-image: url(/online/images/common/ranking/ranking_pc_2.jpg);
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:nth-child(3) p.rankNum:before {
  background-image: url(/online/images/common/ranking/ranking_pc_3.jpg);
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:nth-child(4) p.rankNum:before {
  background-image: url(/online/images/common/ranking/ranking_pc_4.jpg);
}

.wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li:nth-child(5) p.rankNum:before {
  background-image: url(/online/images/common/ranking/ranking_pc_5.jpg);
}

.wrapper#store .tabs.ranking02:empty {
  display: none;
}

@media (min-width: 768px) {
  .wrapper#store .item_ranking.recommendRanking .tabs .tab_content .listBox li .dataBox>table {
    margin-top: auto;
  }
}

.wrapper#store .productdetail_aspx .detailBeforeLogin .BeforeLogin {
  display: block;
}

.wrapper#store .productdetail_aspx .detailBeforeLogin .AfterLogin {
  display: none;
}

.wrapper#store .productdetail_aspx .detailAfterLogin .AfterLogin {
  display: block;
}

.wrapper#store .productdetail_aspx .detailAfterLogin .BeforeLogin {
  display: none;
}


/* ShopMessageParts */
.ShopMessageParts {
  width: calc(100% - 32px);
  max-width: 1060px;
  margin: 10px auto 0 auto;
}

.ShopMessageParts .ShopMessage {
  text-align: left;
  color: red;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}


/*add ubsccontractHistory faq*/

@media (min-width: 999px) {
  .wrapper#store .content section.faq.subscContracfaq {
    margin-bottom: 60px;
  }
}

@media (max-width: 998px) {
  .wrapper#store .content section.faq.subscContracfaq {
    margin-bottom: 60px;
  }
}

.wrapper#store .content section.faq.subscContracfaq h2 {
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 999px) {
  .wrapper#store .content section.faq.subscContracfaq h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media (max-width: 998px) {
  .wrapper#store .content section.faq.subscContracfaq h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.wrapper#store .content section.faq.subscContracfaq .list_faq {
  border-top: 1px solid #cecece;
}

.wrapper#store .content section.faq.subscContracfaq .list_faq li {
  border-bottom: 1px solid #cecece;
}

.wrapper#store .content section.faq.subscContracfaq .list_faq li dl {
  width: 100%;
}

.wrapper#store .content section.faq.subscContracfaq .list_faq li dl dt {
  width: 100%;
  padding: 20px 50px 20px 20px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  line-height: 26px;
  font-weight: 600;
}

.wrapper#store .content section.faq.subscContracfaq .list_faq li dl dt:after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(45deg);
  border-right: 2px solid #cecece;
  border-bottom: 2px solid #cecece;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}

.wrapper#store .content section.faq.subscContracfaq .list_faq li dl dd {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  background-color: #f4f4f4;
  border-top: 1px solid #cecece;
  text-align: left;
  line-height: 26px;
}

.wrapper#store .content section.faq.subscContracfaq .list_faq li.open dl dt:after {
  border-top: 2px solid #cecece;
  border-left: 2px solid #cecece;
  border-bottom: none;
  border-right: none;
  top: 50%;
}

.wrapper#store .content section.faq.subscContracfaq .list_faq li.open dl dd {
  display: block;
}

/*ScheduledSalesContractsAgree*/
.ScheduledSalesContractsAgree_img {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .ScheduledSalesContractsAgree_img {
    display: block;
  }
}

.ScheduledSalesContractsAgree_img>* {
  flex: 1;
}

@media (max-width: 767px) {
  .ScheduledSalesContractsAgree_img>* {
    flex: initial;
    width: 100%;
  }
}

.ScheduledSalesContractsAgree_img img {
  width: 100%;
  height: auto;
}

.agreeScheduleTable01,
.agreeScheduleTable02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
  align-items: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}

.agreeScheduleTable01 dt,
.agreeScheduleTable02 dt,
.agreeScheduleTable01 dd,
.agreeScheduleTable02 dd {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.agreeScheduleTable01 dt,
.agreeScheduleTable02 dt {
  width: 15em;

  background-color: #00935F;
  color: #fff;
}

.agreeScheduleTable01 dd,
.agreeScheduleTable02 dd {
  width: calc(100% - 15em);
}

.wrapper#store .scheduledsalescontractsagree_aspx .text,
.wrapper#store .scheduledsalescontractsagree_aspx .decisionBox .text,
.changeDetail,
.wrapper#store .scheduledsalesreplaceagree_aspx .text,
.wrapper#store .scheduledsalesreplaceagree_aspx .decisionBox .text {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {

  .wrapper#store .scheduledsalescontractsagree_aspx .text,
  .wrapper#store .scheduledsalescontractsagree_aspx .decisionBox .text,
  .changeDetail,
  .wrapper#store .scheduledsalesreplaceagree_aspx .text,
  .wrapper#store .scheduledsalesreplaceagree_aspx .decisionBox .text {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 400px) {

  .wrapper#store .scheduledsalescontractsagree_aspx .text,
  .wrapper#store .scheduledsalescontractsagree_aspx .decisionBox .text,
  .changeDetail,
  .wrapper#store .scheduledsalesreplaceagree_aspx .text,
  .wrapper#store .scheduledsalesreplaceagree_aspx .decisionBox .text {
    font-size: 14px;
    line-height: 24px;
  }
}

.wrapper#store .scheduledsalescontractsagree_aspx .title.min,
.wrapper#store .scheduledsalesreplaceagree_aspx .title.min {
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .scheduledsalescontractsagree_aspx .cartList li img,
.wrapper#store .scheduledsalesreplaceagree_aspx li img {
  display: none;
}

.wrapper#store .scheduledsalescontractsagree_aspx .cartList li .dataBox,
.wrapper#store .scheduledsalesreplaceagree_aspx .cartList li .dataBox {
  width: 100%;
}

.wrapper#store .scheduledsalescontractsagree_aspx .btnColor,
.wrapper#store .scheduledsalesreplaceagree_aspx .btnColor {
  padding: 17px 10px;
}

.changeDetail .price {
  font-size: 20px;
  line-height: 30px;
  color: #00935F;
  font-weight: bold;
}

@media (max-width: 767px) {
  .changeDetail .price {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .content.scheduledsalescontractsagree_aspx .categoryTitle {
    font-size: 4.5vw;
    line-height: 1.3;
  }
}

@media (min-width: 900px) {
  .wrapper#store .scheduledsalescontractsagree_aspx .categoryTitle br {
    display: none;
  }
}

@media (max-width: 630px) {

  .agreeScheduleTable01 dt,
  .agreeScheduleTable02 dt {
    width: 100%;
    background-color: #00935F;
    color: #fff;
  }

  .agreeScheduleTable01 dd,
  .agreeScheduleTable02 dd {
    width: 100%;
  }
}

.wrapper#store .decisionBox .cartList.sscaText {
  margin-top: 20px;
}

.wrapper#store .decisionBox .cartList.sscaText li {
  margin-bottom: 0px;
  padding: 0px;
  display: block;
  background-color: transparent;
}

.wrapper#store .decisionBox .cartList.sscaText li.title {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .wrapper#store .decisionBox .cartList.sscaText li.title {
    font-size: 18px;
    line-height: 28px;
  }
}

.wrapper#store .decisionBox .cartList.sscaText li.text {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 500px) {
  .wrapper#store .cartList.sscaText+.orderPayBox .orderPayList dt br {
    display: none;
  }
}

.wrapper .checkBase.sscaCheck {
  text-indent: -31px;
  padding-left: 41px;
}

.wrapper .checkBase.sscaCheck.checked {
  background-color: #faa;
  border-radius: 5px;
}

.wrapper .checkBase.sscaCheck input[type='checkbox']+label:before {
  background-color: #fff;
}

.wrapper .checkBase.sscaCheck input[type='checkbox']+label:after {
  top: 18px;
  left: 15px;
}

.wrapper .checkBase.sscaCheck input[type='checkbox']:checked+label:before {
  border: 2px solid #00935F;
  background-color: #00935F;
}

.wrapper .checkBase.sscaCheck input[type='checkbox']:checked+label:after {
  content: '';
  width: 6px;
  height: 10px;
  margin-top: -8px;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 11;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}

.btnBorderBlack.plus {
  position: relative;
}

.btnBorderBlack.plus:before {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 8px);
  right: 27px;
}

.btnBorderBlack.plus:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: #000;
  border: none;
  transform: rotate(0);
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  background-image: none;
}

.btnBorderBlack.plus:hover:before,
.btnBorderBlack.plus:hover::after {
  background-color: #00935F;
}

.btnBorderBlack.plus.open:before {
  content: none;
}

/*ScheduledSalesContractAgreePrice end*/

.wrapper#store .scheduledsalesreplaceagree_aspx .border.pt20 {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-top: 60px;
}

.wrapper#store .scheduledsalesreplaceagree_aspx .orderPayBox+.attention {
  padding: 0;
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

.wrapper#store .scheduledsalesreplaceagree_aspx .linkTxt {
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 400px) {
  .wrapper#store .scheduledsalesreplaceagree_aspx .linkTxt {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 400px) {
  .wrapper#store .scheduledsalesreplaceagree_aspx.content .categoryTitle {
    font-size: 21px;
    line-height: 31px;
    text-align: left;
  }
}

/*itemDetailCoupon*/
.wrapper#store .productDetailCoupon_modal.btnBox.left {
  text-align: left;
}

@media (min-width: 800px) {
  .wrapper#store .productDetailCoupon_modal .modal .box {
    margin-left: calc(50% - 400px);
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .wrapper#store .productDetailCoupon_modal .modal .box {
    margin-left: calc(50% - 600px);
  }
}

.wrapper#store .productDetailCoupon_modal .modal .box {
  width: 100%;
  max-width: 1200px;
  padding: 0px;
}

@media (max-width: 1199px) {
  .wrapper#store .productDetailCoupon_modal .modal.open .box {
    max-width: 800px;
  }
}

.wrapper#store .modal .box.couponBox .couponBox_inner {
  background-color: #eee;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 80px);
  max-height: 800px;
}

.wrapper#store .modal .box.couponBox .couponBox_inner .titleBox {
  position: static;
}

.wrapper#store .modal .box.couponBox .couponBox_inner .title {
  background-color: #666;
  padding: 10px 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .wrapper#store .modal .box.couponBox .couponBox_inner .title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 500px) {
  .wrapper#store .modal .box.couponBox .couponBox_inner .title {
    font-size: 14px;
    line-height: 24px;
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent {
  padding: 10px 20px 40px 20px;
}

@media (max-width: 767px) {
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent {
    padding: 10px 10px 20px 10px;
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #UseCoupon ul:not(.listDisc),
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #HasCoupon ul:not(.listDisc) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 500px) {

  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #UseCoupon ul:not(.listDisc),
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #HasCoupon ul:not(.listDisc) {
    gap: 10px;
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #UseCoupon ul:not(.listDisc)>li,
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #HasCoupon ul:not(.listDisc)>li {
  width: calc((100% / 2) - 10px);
}

@media (max-width: 500px) {

  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #UseCoupon ul:not(.listDisc)>li,
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent #HasCoupon ul:not(.listDisc)>li {
    width: calc((100% / 2) - 5px);
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li .couponTit {
  position: relative;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li .couponTit:after {
  content: "";
  display: block;
  width: calc(100% - 7px);
  height: 2px;
  background-repeat: repeat-x;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #fff, #fff 7px, transparent 5px, transparent 12px);
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 3px;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li .couponName {
  line-height: 1.8em;
  font-size: clamp(11px, 2vw, 16px);
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li .couponPriceOff {
  font-size: clamp(22px, 8vw, 72px);
  text-align: center;
  margin-top: auto;
  /*margin-bottom:auto;*/
  margin-bottom: 10%;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li .couponPriceOff .discountAmount {
  display: inline-block;
  overflow: hidden;
  text-indent: -1000%;
  position: absolute;
}

/*.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li.coupon_2000 .couponPriceOff:before{
    content: "";
    display: inline-block;
    padding: 9% 26%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/online/Images/Common/txt_2000.svg);
    vertical-align: middle;
}*/
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li.coupon_1000 .couponPriceOff:before {
  content: "";
  display: inline-block;
  padding: 9% 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/online/Images/Common/txt_1000.svg);
  vertical-align: middle;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li.coupon_500 .couponPriceOff:before {
  content: "";
  display: inline-block;
  padding: 9% 18%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url(/online/Images/Common/txt_500.svg);
  vertical-align: middle;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul li .couponPriceOff span.scdType_DiscountAmount {
  font-size: 0.5em;
  margin-left: -0.5em;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponTit,
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponBtn {
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponBtn+.couponInformation {
  position: absolute;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  margin-top: -48px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponBtn.active+.couponInformation {
  margin-top: -48px;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation {
  padding: 48px 20px 20px 20px;
}

@media (max-width: 500px) {
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation {
    padding: 48px 10px 20px 10px;
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation .couponName {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation dl dt {
  color: #666;
  font-weight: 600;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation dl dd {
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation dl dt,
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation dl dd,
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation dl dd ul.listDisc>li {
    line-height: 1.8em;
    font-size: clamp(10px, 2vw, 16px);
    margin-bottom: 10px;
  }

  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation dl dt {
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation dl dd ul.listDisc {
    margin-left: 15px;
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponInformation .attention {
  line-height: 1.8em;
  font-size: clamp(10px, 2vw, 14px);
  font-weight: normal;
  padding: 20px 0;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponTit {
  /*border-bottom: 2px dashed #fff;*/
  display: flex;
  flex-direction: column;
  aspect-ratio: 1 / 0.7;
  width: 100%;
  /*height:auto;*/
  height: calc(100% - 46px);
}

@media (min-width: 768px) {
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponTit {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponTit {
    height: calc(100% - 44px);
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponTit>* {
  min-height: 1%;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail .couponBtn {
  text-align: center;
  /*font-weight:600;*/
  padding: 10px 8px;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_500 .couponTit,
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_500 .couponDetail .couponBtn {
  /*background-color:#444;*/
  color: #fff;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_500 .couponTit {
  /*background: linear-gradient(#DDE1E3,10%,#c1c6ca, #aeb2b7, #91969c);*/
  background: linear-gradient(#ABB0B5, #7C8087);
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_500 .couponDetail .couponBtn {
  background: linear-gradient(#8b8f96, #7c8087);
  cursor: grab;
}

@media (max-width: 767px) {

  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_500 .couponDetail .couponBtn,
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_1000 .couponDetail .couponBtn,
  .wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_2000 .couponDetail .couponBtn {
    font-size: 14px;
    line-height: 24px;
  }
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_1000 .couponTit,
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_1000 .couponDetail .couponBtn {
  /*background-color:#ddb357;*/
  color: #fff;
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_1000 .couponTit {
  background: linear-gradient(#E3CE65, #ba993f);
}

.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_1000 .couponDetail .couponBtn {
  background: linear-gradient(#ba983d, #ba993f);
  cursor: grab;
}

/*.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_2000 .couponTit,
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_2000 .couponDetail .couponBtn{
    background-color:#ddb357;
    color:#fff;
}
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_2000 .couponTit{
    background: linear-gradient(#005bf6, #005bf6);
}
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li.coupon_2000 .couponDetail .couponBtn{
    background: linear-gradient(#005bf6, #005bf6);
    cursor: grab;
}*/
.wrapper#store .couponBox .couponBox_inner .couponBox_innerContent ul:not(.listDisc)>li .couponDetail {
  position: relative;
}

.wrapper#store .couponBox #HasCoupon {
  position: relative;
}

.wrapper#store .couponBox #HasCoupon:before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 50px);
  background-color: rgba(144, 144, 144, 0.5);
  left: -20px;
  top: -30px;
  position: absolute;
}

@media (max-width: 767px) {
  .wrapper#store .couponBox #HasCoupon:before {
    width: calc(100% + 20px);
    left: -10px;
  }
}

.wrapper#store .couponBox #HasCoupon li.coupon_1000 .couponTit,
.wrapper#store .couponBox #HasCoupon li.coupon_500 .couponDetail .couponBtn,
.wrapper#store .couponBox ul:not(.listDisc) li.noUse .couponTit,
.wrapper#store .couponBox ul:not(.listDisc) li.noUse .couponDetail .couponBtn {
  position: relative;
  /*pointer-events: none;*/
}

.wrapper#store .couponBox #HasCoupon li.coupon_1000 .couponTit,
.wrapper#store .couponBox #HasCoupon li.coupon_500 .couponDetail .couponBtn,
.wrapper#store .couponBox ul:not(.listDisc) li.noUse .couponTit,
.wrapper#store .couponBox ul:not(.listDisc) li.noUse .couponDetail .couponBtn {
  opacity: 0.6;
}

/*.wrapper#store .couponBox #HasCoupon li.coupon_1000 .couponTit:after,
.wrapper#store .couponBox #HasCoupon li.coupon_500 .couponDetail .couponBtn:after,
.wrapper#store .couponBox ul:not(.listDisc) li.noUse .couponTit:after,
.wrapper#store .couponBox ul:not(.listDisc) li.noUse .couponDetail .couponBtn:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background-color: rgba(144,144,144,0.5);
    border-radius: 3px;
    left: 0;
    top: 0;
    position: absolute;
}*/
.wrapper#store .couponBox #HasCoupon li.coupon_1000 .couponTit:after,
.wrapper#store .couponBox ul:not(.listDisc) li.noUse .couponTit:after {
  /*height: calc(100% + 2px);*/
  z-index: 0;
}

.couponBox .couponInformation,
.couponBox .toggleInner {
  display: none;
}

.wrapper#store .couponBox i.close {
  background-image: url(../Images/Common/Icon/ico_close01White.svg);
  border: 2px solid #fff;
  border-radius: 40px;
  background-size: 15px auto;
  top: 10px;
  width: 26px;
  height: 26px;
}

@media (max-width: 500px) {
  .wrapper#store .couponBox i.close {
    top: 6px;
  }
}

.wrapper#store .couponBox i.closeCouponInformation {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url(../Images/Common/Icon/ico_close01Black.svg);
  background-size: 16px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 20px;
}

@media (max-width: 500px) {
  .wrapper#store .couponBox i.closeCouponInformation {
    border: 1px solid #333;
    border-radius: 20px;
    background-size: 14px auto;
    top: 10px;
  }
}

.wrapper#store .couponBox .couponDiscription {
  background-color: #fff;
  width: calc(100% - 40px);
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #333;
}

@media (max-width: 767px) {
  .wrapper#store .couponBox .couponDiscription {
    width: calc(100% - 10px);
  }
}

@media (max-width: 500px) {
  .wrapper#store .couponBox .couponDiscription {
    width: 100%;
  }
}

.wrapper#store .modal .box.couponBox .couponBox_inner .couponDiscription .title {
  border-bottom: 1px solid #333;
  background-color: #fff;
  color: #333;
}

.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner {
  padding: 10px 40px 20px 40px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wrapper#store .couponBox .couponDiscription .couponDiscriptionInner {
    padding: 20px 20px;
  }
}

@media (max-width: 500px) {
  .wrapper#store .couponBox .couponDiscription .couponDiscriptionInner {
    padding: 10px 10px 20px 10px;
  }
}

.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner .toggleBtn.arrow {
  width: 100%;
  border: 1px solid #333;
  padding: 10px 30px 10px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper#store .couponBox .couponDiscription .couponDiscriptionInner .toggleBtn.arrow {
    font-size: 14px;
    line-height: 24px;
  }
}

.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner .toggleBtn.arrow:after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  display: block;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner .toggleBtn.arrow.active:after {
  transform: rotate(-45deg);
}

.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner .termContent .termText>dt {
  font-size: 20px;
  line-height: 1.76;
  margin-top: 24px;
}

@media (max-width: 767px) {

  .wrapper#store .couponBox .couponDiscription .couponDiscriptionInner ul.listDisc,
  .wrapper#store .couponBox .couponDiscription .couponDiscriptionInner ul.listDecimal {
    margin-left: 15px;
  }
}

.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner ul.listDisc,
.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner ul.listDecimal,
.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner ul.listDisc li,
.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner ul.listDecimal li,
.wrapper#store .couponBox .couponDiscription .couponDiscriptionInner ul.couponApplyEndDateList li {
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 400px) {
  .wrapper#store .productDetailCoupon_modal .modal .box.couponBox.btnBorderBlack {
    width: calc(100% - 20px);
  }
}

.wrapper#store .modal .box.couponBox .couponBox_inner .couponBox_innerContent .boxBtn {
  margin-top: 40px;
}

.wrapper#store .scdType_DiscountAmount:before,
.wrapper#store .dscRatio_DiscountShippingHandling:before {
  content: "";
  display: inline-block;
  padding: 5% 16%;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/online/Images/Common/txt_yenoff.svg);

}

.wrapper#store .productdetail_aspx .CustomerTrackRecordPromotion {
  border: solid 2px #00935F;
  display: inline-block;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #00935F;
  line-height: 24px;
}

.wrapper#store .productdetail_aspx .CustomerTrackRecordPromotion a {
  text-decoration: underline;
  color: #00935F;
  margin: 0 3px 0 0;
}

.wrapper#store .productdetail_aspx .AuthenticationRequiredMessage {
  border: solid 2px #00935F;
  display: inline-block;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #00935F;
  line-height: 24px;
}

.wrapper#store .productdetail_aspx .AuthenticationRequiredMessage a {
  text-decoration: underline;
  color: #00935F;
  margin: 0 3px 0 0;
}

.wrapper#store .productdetail_aspx .AuthenticationRequiredMessage+.btnBox {
  text-align: left;
}

.wrapper#store .cart_aspx .mail_permission_text {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.4;
}

.wrapper#store .cart_aspx .mail_permission_text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0 2px;
}

/*rank modalBox thanksAspx*/
.wrapper#store .modal.rankModal.open {
  padding: 50px 16px 40px 16px;
}

.wrapper#store .modal.rankModal .box {
  opacity: 0.9;
  color: #fff;
  margin-left: calc(50% - 179px);
  max-width: 358px;
  border-radius: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 390px) {
  .wrapper#store .modal.rankModal .box {
    margin-left: 0;
  }
}

.wrapper#store .modal.rankModal .box i.close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M0.5 14C0.5 6.54416 6.54416 0.5 14 0.5C21.4558 0.5 27.5 6.54416 27.5 14C27.5 21.4558 21.4558 27.5 14 27.5C6.54416 27.5 0.5 21.4558 0.5 14Z' stroke='white'/%3E%3Crect x='10.1172' y='9.71875' width='12' height='0.571429' transform='rotate(45 10.1172 9.71875)' fill='white'/%3E%3Crect x='18.6094' y='10.1172' width='12' height='0.571429' transform='rotate(135 18.6094 10.1172)' fill='white'/%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  background-size: contain;
  top: -37px;
  right: 0;
}

.wrapper#store .modal.rankModal .box #lp .contents {
  padding: 0px;
}

.wrapper#store .modal.rankModal .box #lp .contents #benefits.benefitsVer2>ul,
.wrapper#store .modal.rankModal .box #lp .contents #benefits>ul {
  background-color: transparent;
}

.wrapper#store .modal.rankModal .box .title {
  margin-bottom: 24px;
}

.wrapper#store .modal.rankModal .box figure {
  margin-bottom: 24px;
}

.wrapper#store .modal .box.goldBox {
  background: #C6B97D;
}

.wrapper#store .modal .box.diamondBox {
  background: linear-gradient(300deg, rgba(111, 111, 111, 0.40) 0.89%, rgba(178, 203, 193, 0.40) 23.82%, rgba(0, 0, 0, 0.40) 51.64%, rgba(207, 227, 236, 0.40) 81.9%), #2D2D31;
}

.wrapper#store .modal .box.platinumBox {
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.40) 0.89%, rgba(0, 0, 0, 0.40) 42.86%, rgba(255, 255, 255, 0.40) 98.49%), #C3C3C3;
}

.wrapper#store .modal .rankTextBox {
  text-align: left;
  line-height: 1.6;
}

.wrapper#store .modal .rankTextBox p {
  margin-bottom: 24px;
}

.wrapper#store .modal .rankTextBox .min {
  font-size: 0.7em;
  vertical-align: top;
}

.wrapper#store .modal .rankTextBox .listDot {
  margin-bottom: 16px;
}

.wrapper#store .modal .rankTextBox .listDot li,
.wrapper#store .modal .rankTextBox .listAttention li {
  text-indent: -1em;
  padding-left: 1em;
}

.wrapper#store .modal .rankTextBox .listDot:before,
.wrapper#store .modal .rankTextBox .listAttention:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.wrapper#store .modal .rankTextBox .listDot li:before {
  content: '・';
}

.wrapper#store .modal .rankTextBox .listAttention li:before {
  content: '＊';
}

.wrapper#store .modal .rankTextBox .listAttention {
  font-size: 10px;
}

.wrapper#store .content.information_aspx .InfoASPX_none .Message.categoryTitle.spleft {
  display: block;
}

.wrapper#store .content.information_aspx .InfoASPX_none .productInfomariton {
  display: inline-block;
  text-align: left;
}