.lp-pokemon {
    background-color: red;
}

@charset "utf-8";
:root {
  font-family: '游ゴシック', YuGothic, 'Hiragino Sans', 'ＭＳ Ｐゴシック', sans-serif, system-ui;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-feature-settings: 'pkna' on, 'hkna' on;
}
* {
  background-repeat: no-repeat;
}
*::before,
*::after {
  background-repeat: no-repeat;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  font-feature-settings: 'pkna' on;
  color: #222;
}
body.windows_xp,
body.windows_vista,
body.windows_7,
body.windows_8 {
  font-feature-settings: 'pkna' on;
}
h1 {
  margin: 0;
  font-weight: normal;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
}
p {
  margin: 0;
}
img {
  width: 100%;
  height: auto;
}
img.lazy {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
img.lazyloaded {
  opacity: 1;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
input[type="submit"],
.hover {
  cursor: pointer;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.wrapper {
  position: relative;
}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  font-weight: 500;
}
.btn:hover {
  text-decoration: none;
}
.btn.more {
  border: 0;
  font-family: poppins, sans-serif;
  font-weight: 400;
  background: #595959;
  color: #fff;
  letter-spacing: 0.14em;
}
.btn.more::before,
.btn.more::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg);
}
.btn-wrapper {
  text-align: center;
}
.btn-more {
  position: relative;
  display: inline-flex;
  width: auto;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
}
.btn-more::after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #ed7779;
  color: #fff;
  border: 1px solid #ed7779;
}
.btn-form.back {
  background: #fff;
  border-color: #595959;
  color: #595959;
}
.btn-form.disabled {
  background: #f3f3f3;
  border-color: #f3f3f3;
  pointer-events: none;
  color: #9d9aa4;
}
.btn-form.center {
  margin: auto;
}
body.firefox .swiper-button-prev::after,
body.firefox .swiper-button-next::after {
  content: '' !important;
}
.title1 {
  margin: 0;
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 300;
}
.title2 {
  margin: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.36rem;
}
.status-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.status-label .status {
  display: flex;
  align-items: center;
  border: 1px solid;
  box-sizing: border-box;
  font-weight: 500;
}
.status-label .status.icon1 {
  border-color: #bd9909;
  color: #bd9909;
}
.status-label .status.icon2 {
  border-color: #75cff1;
  color: #37c1f5;
}
.status-label .status.icon3 {
  border-color: #c961f0;
  color: #c961f0;
}
.status-label .status.icon4 {
  border-color: #f96cab;
  color: #f96cab;
}
.status-label .status.icon5 {
  border-color: #09bd48;
  color: #09bd48;
}
.table1 {
  width: 100%;
  border-collapse: collapse;
}
.table1-row {
  width: 100%;
  border-bottom: 2px solid #fff;
  line-height: 1.6;
}
.table1-header {
  width: 192px;
  text-align: left;
  padding: 20px 30px;
  background: #ccc;
  color: #fff;
}
.table1-data {
  background: #fbfbfb;
  padding: 20px 40px;
}
.errorbox {
  text-align: center;
}
.errorbox p {
  color: #f74747;
}
.grecaptcha-badge {
  visibility: hidden;
}
input,
button,
select,
textarea {
  border: 0;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  color: inherit;
}
input::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder, button::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input::placeholder,
button::placeholder,
select::placeholder,
textarea::placeholder {
  color: #999;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='submit'],
input[type='button'],
button,
select {
  cursor: pointer;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
.btn.next {
  background: #595959;
  color: #fff;
  border-color: #595959;
}
.btn.next.disabled {
  background: #f3f3f3;
  border-color: #f3f3f3;
  pointer-events: none;
  color: #9d9aa4;
}
.btn.prev {
  background: #fff;
  color: #595959;
  border-color: #595959;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
fieldset.err input,
fieldset.err textarea,
fieldset.err select {
  border-color: #da3636;
}
.form-input input {
  line-height: 1.8rem;
  letter-spacing: 0.02rem;
}
.form-input .full input {
  width: 100%;
}
.form-check .field-content,
.form-radio .field-content {
  display: flex;
}
.form-check .field-content > label,
.form-radio .field-content > label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2rem;
  letter-spacing: 0.04rem;
  color: #595959;
  font-weight: normal;
}
.form-check .field-content > label::before,
.form-radio .field-content > label::before {
  content: '';
  position: absolute;
  left: 0;
  border: 1px solid #8c8c8c;
  background-color: #fff;
  box-sizing: border-box;
}
.form-check .field-content > label::after,
.form-radio .field-content > label::after {
  content: '';
  position: absolute;
  display: none;
}
.form-check .field-content input[type='checkbox']:checked + label::before,
.form-radio .field-content input[type='checkbox']:checked + label::before,
.form-check .field-content input[type='radio']:checked + label::before,
.form-radio .field-content input[type='radio']:checked + label::before {
  border-color: #595959;
}
.form-check .field-content input[type='checkbox']:checked + label::after,
.form-radio .field-content input[type='checkbox']:checked + label::after,
.form-check .field-content input[type='radio']:checked + label::after,
.form-radio .field-content input[type='radio']:checked + label::after {
  display: block;
}
.form-check .field-content.err label::before,
.form-radio .field-content.err label::before {
  border-color: #da3636;
}
.form-radio .field-content > label::before {
  border-radius: 50%;
}
.form-radio .field-content > label::after {
  background-color: #595959;
  border-radius: 50%;
}
.form-check .field-content {
  margin-bottom: 0;
}
.form-check .field-content > label::before {
  border-radius: 2px;
}
.form-check .field-content > label::after {
  top: calc(50% - 5px);
  left: 3px;
  width: 11px;
  height: 9px;
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-check-white.svg");
  background-size: contain;
}
.form-check .field-content input[type='checkbox']:checked + label::before {
  background-color: #595959;
}
.form-date .field-content {
  display: flex;
}
.form-date .field-content .select-wrapper {
  position: relative;
}
.form-date .field-content .select-wrapper::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 1.7rem;
  max-width: 17px;
  height: 1.7rem;
  max-height: 17px;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
  background-size: contain;
  background-position: center;
}
.form-date .field-content .select-wrapper select {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.form-select .select-wrapper {
  position: relative;
  display: block;
}
.form-select .select-wrapper::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 1.7rem;
  max-width: 17px;
  height: 1.7rem;
  max-height: 17px;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
  background-size: contain;
  background-position: center;
}
.form-select .select-wrapper select {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #43404d;
}
.form-select .select-wrapper select::-ms-expand {
  display: none;
}
.form-select.column3 .select-wrapper {
  width: 9.5rem;
  max-width: 95px;
}
label.common {
  display: block;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.04rem;
}
label.common small {
  margin-left: 3px;
  color: #f74747;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #000;
}
.field-container {
  position: relative;
}
.field-container.border {
  border-bottom: 1px solid #ccc;
}
.field-container .field-type {
  position: relative;
  width: 100%;
}
.field-container .field-content {
  font-size: 0;
}
.field-container .field-content .error-txt {
  width: 100%;
  color: #f74747;
}
.field-container .note span {
  display: block;
}
.field-container .flex {
  display: flex;
  flex-wrap: wrap;
}
i.icon {
  display: inline-block;
  background-size: contain;
}
i.icon.cart {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-cart.svg");
}
i.icon.user {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-user.svg");
}
i.icon.login {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-user.svg");
}
i.icon.mypage {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-mypage.svg");
}
i.icon.chat {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-chat.svg");
}
i.icon.store {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-store.svg");
}
i.icon.guide {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-guide.svg");
}
i.icon.wedding {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-wedding.svg");
}
i.icon.instagram {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-instagram.svg");
}
i.icon.twitter {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-twitter.svg");
}
i.icon.facebook {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-facebook.svg");
}
.mod-accordion {
  overflow: hidden;
}
.mod-accordion-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mod-accordion-trigger span {
  position: relative;
}
.mod-accordion-trigger span::before,
.mod-accordion-trigger span::after {
  content: '';
  position: absolute;
  background: #ccc;
}
.mod-accordion-trigger span::before {
  width: 100%;
  height: 1px;
  left: 0;
}
.mod-accordion-trigger span::after {
  width: 1px;
  height: 100%;
  top: 0;
}
.mod-accordion-body {
  transition: height 225ms ease-out;
}
.mod-accordion.active .mod-accordion-trigger span::after {
  transform: rotateZ(90deg);
  opacity: 0;
}
.mod-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.mod-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mod-modal.open {
  display: flex;
}
.mod-carousel-wrapper {
  position: relative;
}
.mod-carousel .goods-wrapper {
  position: relative;
  flex: 0 0 auto;
}
.page-error {
  text-align: center;
  color: #f5222d;
}
.pankuzu {
  width: 100%;
  background: #fff;
}
.pankuzu .topicpath {
  margin-right: auto;
  margin-left: auto;
  color: #8c8c8c;
  font-weight: 500;
  letter-spacing: 0.12rem;
}
.pankuzu .topicpath a::before,
.pankuzu .topicpath span::before {
  content: '>';
  display: inline-block;
}
.pankuzu .topicpath a:first-child::before,
.pankuzu .topicpath span:first-child::before {
  display: none;
}
.pankuzu .topicpath a {
  color: #595959;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: poppins, sans-serif;
  font-weight: 600;
}
.pagination-prev,
.pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
}
.pagination-prev::before,
.pagination-next::before {
  content: '';
  background-image: url("https://files.narue.com/img/common/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination-prev {
  transform: rotateZ(90deg);
}
.pagination-next {
  transform: rotateZ(-90deg);
}
.pagination-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-count.current {
  background: #aaa;
  color: #fff;
}
.purchase-step ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase-step ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #b4b4b4;
}
.purchase-step ul li~li {
  position: relative;
}
.purchase-step ul li~li::before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url("https://file.alface-mask.com/img/cart/arrow_right1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.purchase-step ul li p {
  font-family: poppins, sans-serif;
}
.purchase-step ul li span {
  font-weight: bold;
}
.purchase-step ul li.active {
  color: #000;
}
.gheader {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.edge .gheader {
  position: relative;
  top: auto;
}
.gheader-menu {
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.gheader-tools ul {
  display: flex;
}
.gheader-tools ul li.tool a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gheader-tools ul li.tool a .icon {
  display: block;
}
.gheader-tools ul li.tool a .count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #595959;
  border-radius: 50%;
}
.gfooter {
  position: relative;
  width: 100%;
  margin-top: auto;
}
.gfooter .gfooter-wrapper {
  background-color: #f5f6fa;
}
.gfooter .gfooter-main .main-block.banner a {
  font-size: 0;
}
.gfooter .gfooter-main .main-block.banner .user-block {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.13rem;
}
.gfooter .gfooter-main .main-block.banner .user-block .user-point {
  position: relative;
}
.gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
  background-size: contain;
  background-position: center;
  transform: rotateZ(-90deg);
}
.gfooter .gfooter-main .mail-block .mail-form {
  position: relative;
  font-weight: 500;
}
.gfooter .gfooter-main .mail-block .mail-form input {
  padding: 0;
  border: none;
}
.gfooter .gfooter-main .mail-block .mail-form input[type="email"] {
  border: 1px solid #dcdde0;
}
.gfooter .gfooter-main .mail-block .mail-form .btn {
  position: absolute;
  background: #595959;
  color: #fff;
  letter-spacing: 0.5rem;
  border: none;
}
.gfooter .gfooter-main .mail-block .mail-form .error-text {
  color: #f74747;
}
.gfooter .gfooter-main .mail-block .mail-form.error input[type="email"] {
  border-color: #f74747;
}
.gfooter .gfooter-main .mail-block p {
  font-weight: 500;
}
.gfooter .gfooter-main .mail-block p.caution {
  font-weight: 600;
}
.gfooter .gfooter-main .mail-block p a {
  text-decoration: underline;
}
.gfooter .gfooter-main .mail-block p.recaptcha {
  color: #ccc;
}
.gfooter .gfooter-menu {
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.gfooter .gfooter-menu .totop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #dcdde0;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
.gfooter .gfooter-menu .totop::after {
  content: '';
  background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(180deg);
}
.gfooter .gfooter-menu .logo {
  display: block;
  margin: auto;
}
.gfooter .gfooter-menu .menu-list ul {
  display: flex;
  justify-content: center;
}
.gfooter .gfooter-menu .menu-list ul li {
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 14px;
}
.gfooter .gfooter-menu .menu-list ul li span {
  font-family: '游ゴシック', YuGothic, 'Hiragino Sans', 'ＭＳ Ｐゴシック', sans-serif, system-ui;
  font-weight: 500;
}
.gfooter .gfooter-menu .menu-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gfooter .gfooter-title {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.16rem;
}
.gfooter .gfooter-title::before {
  content: '';
  background: #b1b1b1;
}
.gfooter .gfooter-sub-menu ul {
  display: flex;
  justify-content: center;
}
.gfooter .gfooter-sub-menu ul li {
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.gfooter .gfooter-copy {
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #808080;
  text-transform: uppercase;
}
.gheader-navi {
  position: relative;
}
.gheader-navi > ul > li > a {
  display: flex;
  align-items: center;
}
.gheader-navi > ul > li > a span {
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.14rem;
}
.gheader-navi > ul > li > a span i {
  font-style: normal;
  font-family: '游ゴシック', YuGothic, 'Hiragino Sans', 'ＭＳ Ｐゴシック', sans-serif, system-ui;
  font-weight: 500;
}
.gheader-navi > ul > li.extend.open .extend-trigger::after {
  transform: rotateZ(180deg);
}
.gheader-navi > ul > li.extend aside .extend-title {
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 300;
}
.gheader-navi > ul > li.extend aside .extend-block dl dt {
  font-weight: 500;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-category li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-category li .name {
  font-weight: 500;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li a::before,
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li a::after {
  content: '';
  position: absolute;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li a::before {
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li a::after {
  background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotateZ(-90deg);
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li .name {
  font-weight: 500;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre01 a::before {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-water.svg");
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre02 a::before {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-spoit.svg");
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre03 a::before {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-pores.svg");
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre04 a::before {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-ageing.svg");
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre05 a::before {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-clear.svg");
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before,
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
  content: '';
  position: absolute;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-wedding.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
  background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotateZ(-90deg);
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name span {
  padding-right: 1rem;
  font-family: oswald, sans-serif;
  font-weight: 300;
  letter-spacing: 0.14rem;
}
.gheader.menu-open .gheader-overlay {
  visibility: visible;
  opacity: 1;
}
.gheader.menu-open .gheader-navi > ul > li.extend.open aside {
  opacity: 1;
  transform: scale(1);
}
.gheader.menu-open .gheader-navi > ul > li.extend.open aside .extend-inner {
  opacity: 1;
  transition: opacity 0.4s ease;
  transition-delay: 0.3s;
}
.mod-category {
  position: relative;
}
.mod-category-inner {
  display: block;
}
.mod-category-img {
  display: flex;
}
.mod-category-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #595959;
}
.mod-category-info::after {
  content: '';
  position: absolute;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotateZ(-90deg);
}
.mod-category-info .name {
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
.mod-category-list {
  display: flex;
}
.mod-information {
  position: relative;
}
.mod-information-inner {
  position: relative;
  display: block;
}
.mod-information-inner .new {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ed7779;
  border-radius: 50%;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
.mod-information-img {
  font-size: 0;
}
.mod-information-info .date {
  display: flex;
  align-items: center;
  color: #666;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.mod-information-info .date::before {
  content: '-';
  padding-right: 0.5em;
}
.mod-information-info .name {
  font-weight: 500;
  display: -webkit-box;
  width: 100%;
  height: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mod-information-list {
  display: flex;
  flex-wrap: wrap;
}
.mod-column {
  position: relative;
  background: #fff;
}
.mod-column-inner {
  position: relative;
  display: block;
}
.mod-column-inner .new {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #595959;
  border-radius: 50%;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
}
.mod-column-img {
  font-size: 0;
}
.mod-column-info .desc {
  font-weight: 500;
  display: -webkit-box;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.04rem;
}
.mod-column-info .readmore {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.mod-column-info .readmore span {
  position: relative;
  background: #595959;
  border-radius: 50%;
}
.mod-column-info .readmore span::before,
.mod-column-info .readmore span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%) rotateZ(-90deg);
}
.mod-column-list {
  display: flex;
  flex-wrap: wrap;
}
.mod-goods {
  position: relative;
}
.mod-goods-inner {
  position: relative;
  display: flex;
}
.mod-goods-inner .icon-label {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
}
.mod-goods-inner .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mod-goods-inner .new {
  background: #ed7779;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
.mod-goods-inner .reserve {
  background: #62a2d7;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}
.mod-goods-img {
  font-size: 0;
}
.mod-goods-info {
  box-sizing: border-box;
}
.mod-goods-info .name {
  font-weight: 500;
}
.mod-goods-info .desc {
  font-weight: 500;
  color: #4c4c4c;
}
.mod-goods-info .prices {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.08rem;
}
.mod-goods-info .prices .price span.sale-price {
  color: #ed1418;
}
.mod-goods-info .prices .price .sale-icon {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  background: #ed1418;
  color: #fff;
}
.mod-goods-info .item-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #595959;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #fff;
}
.mod-goods-info .item-more.soldout {
  background: #ccc;
  color: #4c4c4c;
}
.mod-goods-list ul {
  display: flex;
  flex-wrap: wrap;
}
.mod-answer {
  position: relative;
}
.mod-answer-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.mod-answer-inner .inner-top .desc-pc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #88adcc;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
  box-sizing: border-box;
}
.mod-answer-inner .inner-top .desc-pc::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #88adcc transparent transparent transparent;
}
.mod-answer-inner .inner-top .mod-answer-name {
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.mod-answer-inner .inner-top .mod-answer-note {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1rem;
  color: #666;
}
.mod-answer-inner .item-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  background: #595959;
  font-family: poppins, sans-serif;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #fff;
}
.mod-answer-img {
  margin: auto;
  font-size: 0;
}
.mod-answer-list ul {
  display: flex;
  flex-wrap: wrap;
}
.mod-rcitem {
  position: relative;
}
.mod-rcitem-inner {
  position: relative;
}
.mod-rcitem-inner .icon-label {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
}
.mod-rcitem-img {
  font-size: 0;
}
.mod-rcitem-info {
  box-sizing: border-box;
  text-align: center;
}
.mod-rcitem-info .name {
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.mod-rcitem-info .status-label {
  justify-content: center;
}
.mod-rcitem-list ul {
  display: flex;
}
.mod-topics {
  position: relative;
}
.mod-topics .mod-topics-inner {
  display: block;
}
.mod-topics .mod-topics-img {
  font-size: 0;
}
.mod-topics .mod-topics-info .date {
  display: flex;
  align-items: center;
  font-family: poppins, sans-serif;
  font-weight: 400;
}
.mod-topics .mod-topics-info .date p {
  color: #666;
}
.mod-topics .mod-topics-info .date .new {
  color: #ed7779;
}
.mod-topics .mod-topics-info .desc {
  letter-spacing: 0.04em;
}
.mod-topics .mod-topics-info .tag-label {
  display: flex;
  align-items: center;
}
.mod-topics .mod-topics-info .tag-label .tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.mod-topics .mod-topics-info .tag-label .tag.type1 {
  background-color: #57d1c1;
}
.mod-topics .mod-topics-info .tag-label .tag.type2 {
  background-color: #879dfa;
}
.mod-topics .mod-topics-info .tag-label .tag.type3 {
  background-color: #83cc66;
}
.mod-topics .mod-topics-info .tag-label .tag.type4 {
  background-color: #6dc9f7;
}
.mod-topics .mod-topics-info .tag-label .tag.type5 {
  background-color: #34cee2;
}
.mod-topics .mod-topics-info .tag-label .tag.type6 {
  background-color: #fc9b6a;
}
.mod-topics .mod-topics-info .tag-label .tag.type7 {
  background-color: #ff89a8;
}
.mod-topics .mod-topics-info .tag-label .tag.type8 {
  background-color: #e0812f;
}
.mod-topics .mod-topics-info .tag-label .tag.type9 {
  background-color: #cc9dca;
}
.mod-topics .mod-topics-info .tag-label .tag.type10 {
  background-color: #79c9a5;
}
.mod-topics .mod-topics-info .tag-label .tag.type11 {
  background-color: #dd7c7c;
}
.mod-topics-list ul {
  display: flex;
  flex-wrap: wrap;
}
.mod-modal[data-modal-type='addcart'] {
  z-index: 101;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.mod-modal[data-modal-type='addcart'] .mod-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.25);
}
.mod-modal[data-modal-type='addcart'] .mod-modal-contents {
  position: relative;
  margin: auto;
  background: #fff;
  transition: transform 0.25s;
}
.mod-modal[data-modal-type='addcart'] .mod-modal-close-trigger {
  display: none;
}
.mod-modal[data-modal-type='addcart'].open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0s;
}
.mod-modal[data-modal-type='addcart'] .addedcart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6fa;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.mod-modal[data-modal-type='addcart'] .addedcart-title span {
  position: relative;
  display: flex;
  align-items: center;
}
.mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
  content: '';
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f00;
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-close2.svg");
  border-radius: 50%;
}
.mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
  position: absolute;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.mod-modal[data-modal-type='addcart'] .addedcart-inner {
  display: none;
  flex-wrap: wrap;
}
.mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.mod-modal[data-modal-type='addcart'] .addedcart-unit {
  font-weight: 500;
}
.mod-modal[data-modal-type='addcart'] .addedcart-unit .unit {
  display: flex;
  align-items: center;
}
.mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price {
  text-decoration: line-through;
  color: #4c4c4c;
}
.mod-modal[data-modal-type='addcart'] .addedcart-price {
  display: flex;
  align-items: flex-end;
  font-weight: 500;
}
.mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.1rem;
}
.mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
  font-family: poppins, sans-serif;
  font-weight: 400;
}
.mod-modal[data-modal-type='addcart'] .addedcart-price.sale {
  color: #e35757;
}
.mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity {
  letter-spacing: 0.1rem;
}
.mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity span {
  font-family: poppins, sans-serif;
  font-weight: 400;
}
.mod-modal[data-modal-type='addcart'] .addedcart-btns {
  display: flex;
}
.mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
  box-sizing: border-box;
}
.mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.mod-modal-close-trigger {
  display: flex;
  border-color: #b2b2b2;
  color: #333;
}
.mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink {
  background: #ed7779;
  border-color: #ed7779;
  color: #fff;
}
.mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
.mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("https://file.alface-mask.com/img/common/arrow-down-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg);
}
.mod-modal[data-modal-type='addcart'].success .addedcart-title span::before {
  background-color: #ed7779;
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-check-white.svg");
}
.mod-modal[data-modal-type='addcart'].success .addedcart-inner {
  display: flex;
}
.mod-modal[data-modal-type='regist-member'] {
  z-index: 101;
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.mod-modal[data-modal-type='regist-member'] .mod-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.25);
}
.mod-modal[data-modal-type='regist-member'] .mod-modal-contents {
  position: relative;
  margin: auto;
  background: #fff;
  transition: transform 0.25s;
}
.mod-modal[data-modal-type='regist-member'] .mod-modal-contents .mod-modal-close-trigger {
  display: block;
}
.mod-modal[data-modal-type='regist-member'] .mod-modal-close-trigger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background-image: url("https://file.alface-mask.com/img/common/icon/icon-close1.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.mod-modal[data-modal-type='regist-member'].open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0s;
}
.mod-modal[data-modal-type='regist-member'] .frame {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mod-modal[data-modal-type='regist-member'] h2 {
  margin: 0;
  font-weight: 500;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mod-modal[data-modal-type='regist-member'] .agreement-link {
  text-align: center;
}
.mod-modal[data-modal-type='regist-member'] .agreement-link .form-check {
  justify-content: center;
}
.mod-modal[data-modal-type='regist-member'] .agreement-link .form-check label {
  display: inline;
}
.mod-modal[data-modal-type='regist-member'] .agreement-link p {
  line-height: 2rem;
  letter-spacing: 0.04rem;
  color: #43404d;
}
.mod-modal[data-modal-type='regist-member'] .agreement-link p a {
  text-decoration: underline;
}
.mod-modal[data-modal-type='regist-member'] .agreement-link .field-content label {
  margin-right: 0;
}
.mod-modal[data-modal-type='regist-member'] .sign-up-state {
  display: flex;
  justify-content: center;
}
div#ownlyUgcModal button#ownlyUgcModalClose {
  z-index: 999;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
:root {
  --header-height: 140px;
}

.gheader {
  height: var(--header-height);
}

body {
  padding-top: var(--header-height);
}
@media (min-width: 768px) {
    main.contents {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 767px) {
    .wrapper {
        padding-top: 0rem !important;
    }
    .overlay-banner {
        padding: 0 !important;
    }
    .overlay-banner a {
    width: min(100%, 360px);
    padding: 0 !important;
    margin: 0 auto !important;
}
}
@media (max-width: 767px) {
    main.contents {
        margin-bottom: 0 !important;
    }
}

/*コンテンツ*/

#lp-pokemon .lp-pokemon-content {
    margin: 0 auto;
    width: min(100%, 760px);
    background-image: url(https://s3.ap-northeast-1.amazonaws.com/test.alface/cms/lp/pokemon/bg.png);
    background-size: min(100%, 760px) auto;
}
.lp-pokemon-movie {
    width: min(100%, 660px);
    margin: 0 auto;
}
#lp-pokemon .lp-pokemon-content .lp-pokemon-fv {
    padding: 33px 35px 0 34px;
}

#lp-pokemon .lp-pokemon-content .lp-pokemon-fv .lp-pokemon-logo {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

#lp-pokemon .lp-pokemon-content .lp-pokemon-fv .lp-pokemon-logo .lp-pokemon-logo-pk_logo {
    width:  min(100%, 179px);
}
#lp-pokemon .lp-pokemon-content .lp-pokemon-fv .lp-pokemon-logo .lp-pokemon-logo-alface_logo {
    width: min(100%, 143px);
}

#lp-pokemon .lp-pokemon-content .lp-pokemon-kv {
    display: flex;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 28px;
    padding-left: 33px;
}
.lp-pokemon-section01-title {
    margin: 0;
    height: 95px;
}

#lp-pokemon .lp-pokemon-content .lp-pokemon-kv .lp-pokemon-kv-title {
     width: min(100%, 710.18px);
     height: 346.24px;
}
#lp-pokemon .lp-pokemon-content .lp-pokemon-kv .lp-pokemon-kv-img {
     width: min(100%, 710.18px);
     height:310px;
}



#lp-pokemon .lp-pokemon-content .lp-pokemon-section01-goodss {
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
}

#lp-pokemon .lp-pokemon-content .lp-pokemon-section01-goodss-goods01 {
    width: min(100%, 208px);
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}
#lp-pokemon .lp-pokemon-content .lp-pokemon-section01-goodss-goods02 {
    width: min(100%, 208px);
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}
#lp-pokemon .lp-pokemon-content .lp-pokemon-section01-goodss-goods03 {
    width: min(100%, 208px);
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

#lp-pokemon .lp-pokemon-content .lp-pokemon-sp {
    display: none;
}

.package {
    width: min(100%, 208px);
    height: 292px;
    margin: 0 auto;
}
.sheet {
    width: min(100%, 181px);
    height: 197px;
    margin: 0 auto;
}
.character {
    width: min(100%, 179px);
    padding-bottom: 14px;
    margin: 0 auto;
}
.character02 {
    width: min(100%, 180px);
    padding-bottom: 14px;
    margin: 0 auto;
}
.character03 {
    width: min(100%, 198px);
    padding-bottom: 14px;
    margin: 0 auto;
}
.effect {
    width: min(100%, 204px);
    margin: 0 auto;
}
.effect01 {
    width: min(100%, 150px);
    padding-bottom: 23px;
    margin: 0 auto;
}
.buttons {
    display: flex;
    flex-direction: column;
}
.buttons a {
    width: min(100%, 204px);
    padding-top: 10px;
    margin: 0 auto;
}
.lp-pokemon-section01-note {
    height:  104.52px;
}

.lp-pokemon-prodctinfo-title {
    margin: 0;
    height: 117.52px;
    width: min(100%, 760px);
}
.prodctinfo-outer-title {
    margin: 0;
    width: min(100%, 760px);
    height: 107.48;
}
.prodctinfo-outer-title02 {
    margin: 0;
    width: min(100%, 760px);
}
.prodctinfo-outer-content {
    margin: 0 auto;
    height: 668px;
}
.prodctinfo-outer-title {
    width: min(100%, 760px);
    margin: 0 auto;
}
.prodctinfo-outer-component {
    width: min(100%, 657px);
    height: 427px;
    margin: 0 52px 52px;
    
}

.prodctinfo-outer-component02 {
    width: min(100%, 657px);
    height: 468px;
    margin: 0 52px 52px;
    
}
.buttons02 a {
    width: min(100%, 657px);
    height: 80px;
    padding: 0;
}
.buttons02 {
    padding-bottom: 40px;
}
.buttons03 a {
    width: min(100%, 323px);
    height: 80px;
    padding: 0;
}
.buttons03 {
    width: min(100%, 657px);
    margin: 0 auto 65.07px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 11px;
}
.buttons02 img,
.buttons03 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-pokemon-announcement-title {
    padding: 5.8rem 0.8rem 3.7rem 1.4rem;
    margin: 0;
}

.announcement_detail {
    width: min(100%, 57.5rem);
    height: 56rem;
    margin: 0 9.2rem 6.4rem 9.3rem;
}

.lp-pokemon-shop {
    margin: 0 auto;
}

.overlay-banner {
  position: fixed; 
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 8px;
  z-index: 1000; 
}

.overlay-banner a {
    width:min(100%, 360px);
    padding: 0 28px 28px 0;
}

.overlay-banner img {
  max-width: min(100%, 360px);
  height: auto;
  border-radius: 8px;
}

@media (max-width: 480px) {
    body {
        padding-top : 0;
    }
    .gheader {
        height: auto;
    }
    #lp-pokemon .lp-pokemon-content {
        margin-top: 40px;
        background-image: url(https://s3.ap-northeast-1.amazonaws.com/test.alface/cms/lp/pokemon/bg_sp.png);
        background-size: cover;
    }
    #lp-pokemon .lp-pokemon-content .lp-pokemon-kv {
        padding-left: 12px;
    }
    #lp-pokemon .lp-pokemon-content .lp-pokemon-kv .lp-pokemon-kv-title{
        height: auto;
    }
    #lp-pokemon .lp-pokemon-content .lp-pokemon-kv .lp-pokemon-kv-img {
        height: auto;
    }
    #lp-pokemon .lp-pokemon-content .lp-pokemon-pc {
        display: none;
    }
    #lp-pokemon .lp-pokemon-content .lp-pokemon-sp {
        display: block;
    }

    .lp-pokemon-section01-note {
        height: auto;
    }
    .lp-pokemon-prodctinfo-title {
        height: auto;
    }
    #lp-pokemon .lp-pokemon-content .lp-pokemon-section01-goodss {
        height: auto;
        display: block;
    }
    .lp-pokemon-section01-goodss-goods01{
        width: min(100%, 244px) !important;
        padding-bottom: 88px;
    }
    .lp-pokemon-section01-goodss-goods02 {
        width: min(100%, 244px) !important;
    }
    .lp-pokemon-section01-goodss-goods03 {
        width: min(100%, 244px) !important;
        padding-bottom: 88px;
    }
    .package {
        height: auto;
        width: min(100%, 244px);
    }
    .sheet {
        height: auto;
        width: min(100%, 244px);
    }
    .prodctinfo-outer-content {
        height: auto;
    }
    .prodctinfo-outer-component {
        height: auto;
        width: min(100%, 320px);
        margin: 2rem auto;
    }
    .prodctinfo-outer-component02 {
        height: auto;
        width: min(100%, 320px);
        margin: 2rem auto;
    }
    .buttons-werpper {
        width: min(100%, 320px);
        margin: 0 auto;
    }
    .buttons02 a {
        height: auto;
    }
    .buttons03 a {
        height: auto;
    }
    .announcement_detail {
        height: auto;
        width: min(100%, 320px);
        margin: 0 auto 52px;
    }
    .overlay-banner a {
    width: min(100%, 260px);
}
    .overlay-banner img {
        max-width: min(100%, 260px);
        padding-bottom: 10px;
        height: auto;
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
  :root {
    font-size: calc(10 / 375 * 100vw);
  }
  .pc {
    display: none;
  }
  .title1 {
    font-size: 2.1rem;
    line-height: 2.1rem;
    letter-spacing: 0.4rem;
  }
  .title2 {
    font-size: 2.1rem;
    line-height: 3rem;
  }
  .status-label {
    width: calc(100% + 0.4rem);
    gap: 0.4rem;
  }
  .status-label .status {
    height: 1.3rem;
    padding: 0 0.4rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .table1-header {
    width: 24%;
    padding: 20px 10px;
  }
  .table1-data {
    width: 76%;
    padding: 20px 14px;
  }
  .errorbox {
    margin-bottom: 2rem;
  }
  .errorbox p {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  input,
  button,
  select,
  textarea {
    padding: 1.1rem 1.1rem 1rem 1.2rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  textarea {
    line-height: 2.6rem;
  }
  .btn.next {
    width: 32rem;
    height: 5rem;
  }
  .btn.prev {
    width: 32rem;
    height: 5rem;
  }
  fieldset {
    margin-bottom: 2rem;
  }
  .form-input input {
    width: 100%;
    height: 5rem;
    padding: 0.6rem 1rem;
    max-width: 100%;
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    margin-right: 2rem;
    padding-left: 2.4rem;
    font-size: 1.2rem;
  }
  .form-check .field-content > label::before,
  .form-radio .field-content > label::before {
    top: 0.1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .form-radio .field-content > label::after {
    top: 0.5rem;
    left: 0.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .form-check .field-content > label::after {
    top: calc(50% - 0.45rem);
    left: 0.25rem;
    width: 1.1rem;
    height: 0.9rem;
  }
  .form-date .field-content {
    flex-wrap: wrap;
  }
  .form-date .field-content .select-wrapper {
    width: 100%;
  }
  .form-date .field-content .select-wrapper.year {
    width: 100%;
    margin-bottom: 1rem;
  }
  .form-date .field-content .select-wrapper.month {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
  .form-date .field-content .select-wrapper.day {
    width: calc(50% - 0.5rem);
  }
  .form-date .field-content .select-wrapper select {
    width: 100%;
    height: 5rem;
    padding: 0.6rem 1rem;
  }
  .form-date .field-content .select-wrapper::after {
    top: 1.8rem;
    right: 1.1rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .form-select .select-wrapper {
    width: 100%;
  }
  .form-select .select-wrapper::after {
    top: 1.8rem;
    right: 1.1rem;
    width: 1.7rem;
    height: 1.7rem;
  }
  .form-select .select-wrapper select {
    width: 100%;
    height: 5rem;
    padding: 0.6rem 1rem;
    max-width: 100%;
  }
  .form-select.column3 .select-wrapper {
    width: 95rem;
  }
  label.common {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  label.common small {
    font-size: 1.2rem;
  }
  .field-container {
    padding: 0 2rem 1rem;
  }
  .field-container .field-content .error-txt {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .field-container .note {
    margin-top: 0.4rem;
  }
  .field-container .note span {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .field-container .flex {
    justify-content: space-between;
  }
  .field-container .flex-column > *:first-child {
    margin-bottom: 1rem;
  }
  .mod-accordion-trigger {
    height: 4.55rem;
    padding-right: 0.6rem;
    border-bottom: 1px solid #000;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .mod-accordion-trigger span {
    width: 1rem;
    height: 1rem;
  }
  .mod-accordion-trigger span::before {
    top: calc(50% - 0.05rem);
  }
  .mod-accordion-trigger span::after {
    left: calc(50% - 0.05rem);
  }
  .mod-accordion-body ul li {
    padding-left: 2rem;
    border-bottom: 1px solid #aaa;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .mod-accordion-body ul li a {
    display: block;
  }
  .mod-modal-overlay {
    background-color: rgba(0,0,0,0.25);
  }
  .mod-modal-contents {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: auto;
  }
  .mod-carousel {
    display: flex;
    width: calc(100vw - 1rem);
    margin-left: 1rem;
    padding-bottom: 5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mod-carousel::after {
    content: '';
    display: block;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
  }
  .mod-carousel .goods-wrapper {
    width: 17.5rem;
    margin-left: 0.5rem;
  }
  .mod-carousel .goods-wrapper:nth-of-child(1) {
    margin-left: 0;
  }
  .mod-carousel-btn {
    display: none;
  }
  .page-error {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
  .pankuzu {
    margin: 0 auto 2.8rem;
    padding: 0.8rem 0 0.7rem;
  }
  .pankuzu .topicpath {
    padding-left: 1.5rem;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .pankuzu .topicpath a::before,
  .pankuzu .topicpath span::before {
    padding: 0 1rem;
  }
  .pagination {
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
  .pagination {
    font-size: 1rem;
    line-height: 1rem;
  }
  .pagination-prev,
  .pagination-next {
    width: 3.2rem;
    height: 3.2rem;
  }
  .pagination-prev::before,
  .pagination-next::before {
    width: 1rem;
    height: 0.55rem;
  }
  .pagination-prev {
    margin-right: 0.8rem;
  }
  .pagination-next {
    margin-left: 0.8rem;
  }
  .pagination-count {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.8rem;
    border: 0.1rem solid #aaa;
  }
  .purchase-step {
    margin-top: 4rem;
    margin-bottom: 5.7rem;
  }
  .purchase-step ul li:not(:last-of-type) {
    padding-right: 1.6rem;
  }
  .purchase-step ul li~li {
    padding-left: 2.5rem;
  }
  .purchase-step ul li~li::before {
    top: calc(50% - 0.4rem);
    width: 0.5rem;
    height: 0.8rem;
  }
  .purchase-step ul li p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .purchase-step ul li span {
    margin-top: 1rem;
    display: none;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .purchase-step ul li.active span {
    display: block;
  }
  .gheader-inner {
    position: relative;
    height: 100%;
    padding-top: 1.1rem;
    box-sizing: border-box;
  }
  .gheader-menu {
    height: 5rem;
  }
  .gheader-menu-trigger {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  .gheader-menu-trigger span {
    position: absolute;
    left: 0.4rem;
    width: 2rem;
    height: 1px;
    background: #4c4c4c;
    transition: all 0.4s;
  }
  .gheader-menu-trigger span:nth-of-type(1) {
    top: 0.8rem;
  }
  .gheader-menu-trigger span:nth-of-type(2) {
    top: 1.35rem;
  }
  .gheader-menu-trigger span:nth-of-type(3) {
    bottom: 0.8rem;
  }
  .gheader-menu-trigger.active span:nth-of-type(1) {
    transform: translateY(0.6rem) rotate(-45deg);
  }
  .gheader-menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
            animation: active-menu-bar02 0.8s forwards;
  }
  .gheader-menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-0.5rem) rotate(45deg);
  }
  .gheader-logo {
    width: 5.75rem;
    margin: auto;
  }
  .gheader-tools {
    position: absolute;
    right: 2rem;
    top: 1.7rem;
  }
  .gheader-tools ul li.tool a .icon {
    width: 1.7rem;
    height: 1.7rem;
  }
  .gheader-tools ul li.tool a .count {
    top: -0.55rem;
    right: -0.6rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.7rem;
  }
  .gheader-tools ul li.tool~.tool {
    margin-left: 1.7rem;
  }
  .gfooter .gfooter-inner {
    padding: 5.9rem 2rem 1.8rem;
  }
  .gfooter .gfooter-main {
    padding-bottom: 4.4rem;
  }
  .gfooter .gfooter-main .main-block.banner {
    margin-bottom: 3.5rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block {
    margin-left: 0.95rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-name {
    padding-right: 1rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point {
    padding-right: 2rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
    top: 0.3rem;
    width: 1.1rem;
    height: 0.6remwhite -space;
  }
  .gfooter .gfooter-main .mail-block .mail-form {
    margin-bottom: 1.3rem;
  }
  .gfooter .gfooter-main .mail-block .mail-form input[type="email"] {
    height: 4rem;
    padding: 1.5rem 7.5rem 1.5rem 1.5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .gfooter .gfooter-main .mail-block .mail-form .btn {
    top: 0.2rem;
    right: 0.2rem;
    width: 6.5rem;
    height: 3.6rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .gfooter .gfooter-main .mail-block .mail-form .error-text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .gfooter .gfooter-main .mail-block p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .gfooter .gfooter-menu {
    padding-top: 4.4rem;
    padding-bottom: 4rem;
  }
  .gfooter .gfooter-menu .totop {
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
  }
  .gfooter .gfooter-menu .totop::after {
    width: 0.9rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .gfooter .gfooter-menu .logo {
    margin-bottom: 1.4rem;
    width: 6.4rem;
  }
  .gfooter .gfooter-menu .menu-list {
    display: none;
  }
  .gfooter .gfooter-menu .menu-sns ul li .icon.instagram {
    width: 1.8rem;
    height: 1.8rem;
  }
  .gfooter .gfooter-menu .menu-sns ul li .icon.facebook {
    width: 1.8rem;
    height: 1.8rem;
  }
  .gfooter .gfooter-menu .menu-sns ul li .icon.twitter {
    width: 1.8rem;
    height: 1.6rem;
  }
  .gfooter .gfooter-menu .menu-sns ul li~li {
    margin-left: 6.2rem;
  }
  .gfooter .gfooter-title {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .gfooter .gfooter-title::before {
    width: 0.25rem;
    height: 1.35rem;
    margin-right: 0.7rem;
  }
  .gfooter .gfooter-sub-menu {
    margin-bottom: 2.8rem;
    padding-top: 4rem;
  }
  .gfooter .gfooter-sub-menu ul li {
    font-size: 1rem;
    line-height: 1rem;
  }
  .gfooter .gfooter-sub-menu ul li~li {
    margin-left: 1.6rem;
  }
  .gfooter .gfooter-sub-menu ul.bottom {
    margin-top: 1.7rem;
  }
  .gfooter .gfooter-copy {
    font-sizing: 0.9rem;
    line-height: 0.9rem;
  }
  .gheader-navi {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    height: calc(100vh - 5rem);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: scale(1, 0);
    transform-origin: center top;
    transition-delay: 0.1s;
    transition: transform 0.3s ease;
    background: #fff;
  }
  .gheader-navi > * {
    opacity: 0;
    transition-delay: 0s;
    transition: opacity 0.05s ease;
  }
  .gheader-navi.open {
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .gheader-navi.open > * {
    opacity: 1;
    transition: opacity 0.4s ease;
    transition-delay: 0.3s;
  }
  .gheader-navi .navi-member {
    margin-bottom: 2.65rem;
    border-bottom: 1px solid #ebebeb;
  }
  .gheader-navi .navi-member ul {
    display: flex;
  }
  .gheader-navi .navi-member ul li {
    width: calc(50% - 0.5px);
  }
  .gheader-navi .navi-member ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .gheader-navi .navi-member ul li~li {
    border-left: 1px solid #cfcfcf;
  }
  .gheader-navi .navi-member .login-user {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.5rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .gheader-navi .navi-member .login-user::after {
    content: '';
    position: absolute;
    top: 1.9rem;
    right: 3rem;
    background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
    background-size: contain;
    background-position: center;
    transform: rotateZ(-90deg);
    width: 1.1rem;
    height: 0.6rem;
  }
  .gheader-navi .navi-member .login-user .user-name {
    margin-right: 1.7rem;
  }
  .gheader-navi > ul {
    margin-bottom: 4rem;
    padding: 0 2.75rem;
  }
  .gheader-navi > ul > li > a {
    position: relative;
    height: 5.1rem;
  }
  .gheader-navi > ul > li > a::after {
    content: '';
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0.15rem;
    width: 1.1rem;
    height: 0.6rem;
    background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.1rem;
    transform: rotateZ(-90deg);
  }
  .gheader-navi > ul > li > a span {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .gheader-navi > ul > li > a span i {
    font-size: 1.35rem;
  }
  .gheader-navi > ul > li.extend > a::after {
    transform: none;
  }
  .gheader-navi > ul > li.extend aside {
    display: none;
    overflow: hidden;
    height: 0;
  }
  .gheader-navi > ul > li.extend aside .extend-inner .all-btn {
    display: none;
  }
  .gheader-navi > ul > li.extend aside .extend-title {
    display: none;
  }
  .gheader-navi > ul > li.extend aside .extend-wraper {
    margin-top: 1.05rem;
    margin-bottom: 2.1rem;
    padding-top: 1.4rem;
    padding-bottom: 4.1rem;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .gheader-navi > ul > li.extend aside .extend-wraper > a {
    position: relative;
    display: flex;
    align-items: center;
    height: 5.1rem;
    margin-bottom: 1.9rem;
  }
  .gheader-navi > ul > li.extend aside .extend-wraper > a::after {
    content: '';
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 0.15rem;
    width: 1.1rem;
    height: 0.6rem;
    background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.1rem;
    transform: rotateZ(-90deg);
  }
  .gheader-navi > ul > li.extend aside .extend-wraper > a span {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dt {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li a {
    position: relative;
    height: 6rem;
    padding-left: 1.5rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li a::after {
    content: '';
    position: absolute;
    top: calc(50% - 0.3rem);
    right: 1rem;
    width: 1.1rem;
    height: 0.6rem;
    background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.1rem;
    transform: rotateZ(-90deg);
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .photo {
    width: 3rem;
    margin-right: 2.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .name {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre {
    margin-top: 3rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li a {
    height: 5.2rem;
    padding-left: 7.5rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li a::after {
    top: calc(50% - 0.3rem);
    right: 1.4rem;
    width: 1.1rem;
    height: 0.6rem;
    background-size: 1.1rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li .name {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre01 a::before {
    left: 2.7rem;
    width: 2.2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre02 a::before {
    left: 3.1rem;
    width: 1.7rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre03 a::before {
    left: 2.8rem;
    width: 2.2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre04 a::before {
    left: 2.8rem;
    width: 2.2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre05 a::before {
    left: 2.8rem;
    width: 2.2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    height: 5rem;
    margin-top: 3.2rem;
    background-image: url("https://file.alface-mask.com/img/common/skin-sp.jpg");
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a {
    padding-left: 5.5rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    top: 0.85rem;
    left: 1.7rem;
    width: 2.8rem;
    height: 3.2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    top: calc(50% - 0.3rem);
    right: 1.4rem;
    width: 1.1rem;
    height: 0.6rem;
    background-size: 1.1rem;
  }
  .gheader-navi .navi-sns {
    margin-bottom: 2.3rem;
    padding-top: 2.1rem;
    border-top: 1px solid #ebebeb;
  }
  .gheader-navi .navi-sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gheader-navi .navi-sns ul li .icon.instagram {
    width: 1.8rem;
    height: 1.8rem;
  }
  .gheader-navi .navi-sns ul li .icon.facebook {
    width: 1.8rem;
    height: 1.8rem;
  }
  .gheader-navi .navi-sns ul li .icon.twitter {
    width: 1.8rem;
    height: 1.6rem;
  }
  .gheader-navi .navi-sns ul li~li {
    margin-left: 6.2rem;
  }
  .gheader-navi .navi-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    font-family: poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 0.14rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    background: #595959;
  }
  .gheader-navi .navi-close::before {
    content: '×';
    display: block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
  }
  .gheader-overlay {
    display: none;
  }
  .mod-category-img {
    width: 31.5rem;
    overflow: hidden;
  }
  .mod-category-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover';
  }
  .mod-category-info {
    height: 4rem;
  }
  .mod-category-info::after {
    top: 1.7rem;
    right: 1.5rem;
    width: 1.1rem;
    height: 0.6rem;
  }
  .mod-category-info .name {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .mod-category-list {
    width: calc(100vw - 2rem);
    margin-left: 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mod-category-list::after {
    content: '';
    display: block;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
  }
  .mod-category-list .mod-category {
    flex: 0 0 auto;
    margin-left: 2rem;
  }
  .mod-category-list .mod-category:first-child {
    margin-left: 0;
  }
  .mod-information-inner .new {
    top: -1.5rem;
    left: 0.5rem;
    width: 2.9rem;
    height: 2.9rem;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .mod-information-info {
    margin-top: 1.3rem;
  }
  .mod-information-info .date {
    margin-bottom: 0.6rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  .mod-information-info .name {
    max-height: calc(2rem * 2);
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .mod-information-list .mod-information {
    width: calc(50% - 0.75rem);
  }
  .mod-information-list .mod-information:not(:nth-of-type(2n+1)) {
    margin-left: 1.5rem;
  }
  .mod-information-list .mod-information:not(:nth-of-type(-n+2)) {
    margin-top: 3.8rem;
  }
  .mod-column {
    box-shadow: 0px 0px 0.8rem -0.3rem rgba(0,0,0,0.6);
  }
  .mod-column-inner .new {
    top: -1.5rem;
    left: 0.5rem;
    width: 2.9rem;
    height: 2.9rem;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .mod-column-info {
    padding: 1.2rem 1.6rem 1.5rem;
  }
  .mod-column-info .desc {
    margin-bottom: 0.6rem;
    -webkit-line-clamp: 3;
    max-height: calc(2rem * 3);
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .mod-column-info .readmore {
    left: -0.1rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .mod-column-info .readmore span {
    margin-right: 0.6rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .mod-column-info .readmore span::before,
  .mod-column-info .readmore span::after {
    width: 0.45rem;
    height: 0.3rem;
  }
  .mod-column-list .mod-column {
    width: calc(50% - 0.75rem);
  }
  .mod-column-list .mod-column:not(:nth-of-type(2n+1)) {
    margin-left: 1.5rem;
  }
  .mod-column-list .mod-column:not(:nth-of-type(-n+2)) {
    margin-top: 2rem;
  }
  .mod-goods-inner {
    flex-direction: column;
    height: 100%;
  }
  .mod-goods-inner .icon-label {
    top: -1.5rem;
    left: 0.25rem;
  }
  .mod-goods-inner .icon {
    width: 2.9rem;
    height: 2.9rem;
    margin: 0 0.25rem;
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .mod-goods-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 1.5rem;
  }
  .mod-goods-info .info-top {
    margin-bottom: 1.6rem;
  }
  .mod-goods-info .status-label {
    margin-bottom: 0.9rem;
  }
  .mod-goods-info .name {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .mod-goods-info .desc {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .mod-goods-info .prices .price {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .mod-goods-info .prices .price~.price {
    margin-top: 0.8rem;
  }
  .mod-goods-info .prices .price span.tax {
    font-size: 0.8rem;
  }
  .mod-goods-info .prices .price span.sale-price {
    margin-right: 0.6rem;
  }
  .mod-goods-info .prices .price .sale-icon {
    height: 1.3rem;
    padding: 0 0.3rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .mod-goods-info .item-more {
    width: 100%;
    height: 3.2rem;
    margin-top: auto;
    border-radius: 1.6rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .mod-goods-list ul .mod-goods {
    width: calc(50% - 1.75rem);
  }
  .mod-goods-list ul .mod-goods:not(:nth-of-type(2n+1)) {
    margin-left: 3.5rem;
  }
  .mod-goods-list ul .mod-goods:not(:nth-of-type(-n+2)) {
    margin-top: 5rem;
  }
  .mod-answer-inner .inner-top {
    margin-bottom: 0.5rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    display: none;
  }
  .mod-answer-inner .inner-top .desc-sp {
    font-size: 0;
  }
  .mod-answer-inner .inner-top .mod-answer-name {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .mod-answer-inner .inner-top .mod-answer-note {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .mod-answer-inner .item-more {
    width: 100%;
    height: 3.2rem;
    border-radius: 1.6rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .mod-answer-img {
    margin-bottom: 1.1rem;
  }
  .mod-answer-list ul .mod-answer {
    width: calc(50% - 0.75rem);
  }
  .mod-answer-list ul .mod-answer:not(:nth-of-type(2n+1)) {
    margin-left: 1.5rem;
  }
  .mod-answer-list ul .mod-answer:not(:nth-of-type(-n+2)) {
    margin-top: 4rem;
  }
  .mod-rcitem-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .mod-rcitem-inner .icon-label {
    top: -1.5rem;
    left: 0.25rem;
  }
  .mod-rcitem-img {
    margin-bottom: 0.2rem;
  }
  .mod-rcitem-info .name {
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
    line-height: 2.3rem;
  }
  .mod-rcitem-list ul {
    width: calc(100% + 2rem);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mod-rcitem-list ul::after {
    content: '';
    display: block;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
  }
  .mod-rcitem-list ul .mod-rcitem {
    flex: 0 0 auto;
    width: 12rem;
    margin-left: 0.55rem;
  }
  .mod-rcitem-list ul .mod-rcitem:first-child {
    margin-left: 0;
  }
  .mod-topics .mod-topics-info {
    position: relative;
    margin-top: 1.2rem;
  }
  .mod-topics .mod-topics-info .date {
    margin-bottom: 0.4rem;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.12rem;
  }
  .mod-topics .mod-topics-info .date .new {
    margin-left: 0.9rem;
  }
  .mod-topics .mod-topics-info .desc {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
  .mod-topics .mod-topics-info .tag-label {
    width: calc(100% + 0.4rem);
    margin: -0.2rem 0 0 -0.2rem;
  }
  .mod-topics .mod-topics-info .tag-label .tag {
    height: 1.3rem;
    margin: 0 0.2rem;
    padding: 0.3rem 0.5rem 0.2rem;
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .mod-topics-list ul .mod-topics {
    width: calc(50% - 0.75rem);
  }
  .mod-topics-list ul .mod-topics:not(:nth-of-type(2n+1)) {
    margin-left: 1.5rem;
  }
  .mod-topics-list ul .mod-topics:not(:nth-of-type(-n+2)) {
    margin-top: 4rem;
  }
  .mod-modal[data-modal-type='addcart'] .mod-modal-contents {
    width: 33.5rem;
    height: auto;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding: 1.9rem 5rem 1.84rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span {
    padding-left: 2.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
    background-size: 0.9rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    top: 1.25rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    background-image: url("https://file.alface-mask.com/img/common/icon/icon-close1.svg");
    background-size: 1.9rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    height: auto;
    padding: 3rem 2rem 3rem 1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-photo {
    width: 10.5rem;
    margin-right: 1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail {
    width: calc(100% - 11.5rem);
    padding-top: 0.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit {
    margin-bottom: 0.6rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
    margin-right: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price small {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns {
    justify-content: space-between;
    width: 100%;
    margin-top: 2.6rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    width: 14rem;
    height: 3.5rem;
    border: 1px solid transparent;
    border-radius: 1.75rem;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    top: 1.5rem;
    right: 1.8rem;
    width: 1rem;
    height: 0.55rem;
  }
  .mod-modal[data-modal-type='addcart'].success .addedcart-title span::before {
    background-size: 0.8rem;
  }
  .mod-modal[data-modal-type='regist-member'] .mod-modal-contents {
    width: 33.5rem;
    height: calc(100% - 4rem);
  }
  .mod-modal[data-modal-type='regist-member'] .mod-modal-close-trigger {
    width: 5rem;
    height: 5rem;
    background-size: 2rem;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-header {
    margin-top: 4rem;
    margin-bottom: 3.9rem;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-body {
    margin-bottom: 3.9rem;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    margin-bottom: 3rem;
    padding: 1.8rem 2.5rem 1.7rem;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .mod-modal[data-modal-type='regist-member'] .field-container .flex-pc input + input {
    margin-top: 1rem;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link {
    margin: 4rem 0 0;
    padding: 0 2rem;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link .form-check label {
    font-size: 1.4rem;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link p {
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link .field-content {
    justify-content: center;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-state {
    margin-top: 3rem;
    padding: 0 1rem;
  }

}
@media (min-width: 768px) {
  :root {
    font-size: 10px;
  }
  a:hover {
    opacity: 0.6;
    transition: opacity 0.6s;
  }
  input[type="submit"]:hover,
  .hover:hover {
    opacity: 0.6;
    transition: opacity 0.6s;
  }
  body:not(.ie11) > .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    box-sizing: border-box;
  }
  .sp {
    display: none;
  }
  .title1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.6rem;
  }
  .title2 {
    font-size: 32px;
    line-height: 32px;
  }
  .status-label {
    gap: 6px;
  }
  .status-label .status {
    height: 20px;
    padding: 0 7px;
    font-size: 11px;
    line-height: 11px;
  }
  .errorbox {
    margin-bottom: 60px;
  }
  .errorbox p {
    font-size: 14px;
    line-height: 14px;
  }
  input,
  button,
  select,
  textarea {
    padding-top: 10px;
  }
  input,
  button,
  select,
  textarea {
    padding-right: 10px;
  }
  input,
  button,
  select,
  textarea {
    padding-bottom: 8px;
  }
  input,
  button,
  select,
  textarea {
    padding-left: 18px;
  }
  input,
  button,
  select,
  textarea {
    font-size: 16px;
  }
  input,
  button,
  select,
  textarea {
    line-height: 16px;
  }
  textarea {
    line-height: 26px;
  }

  fieldset {
    margin-bottom: 20px;
  }
  fieldset {
    display: flex;
    align-items: baseline;
  }
  fieldset.form-textarea {
    align-items: flex-start;
  }
  fieldset.form-textarea label.common {
    padding-top: 8px;
  }
  .form-input input {
    height: 40px;
  }
  .form-input input {
    width: calc(50% - 15px);
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    padding-left: 24px;
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    margin-right: 20px;
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    font-size: 12px;
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    cursor: pointer;
  }
  .form-check .field-content > label::before,
  .form-radio .field-content > label::before {
    top: 1px;
  }
  .form-check .field-content > label::before,
  .form-radio .field-content > label::before {
    width: 16px;
  }
  .form-check .field-content > label::before,
  .form-radio .field-content > label::before {
    height: 16px;
  }
  .form-radio .field-content > label::after {
    top: 5px;
  }
  .form-radio .field-content > label::after {
    left: 4px;
  }
  .form-radio .field-content > label::after {
    width: 8px;
  }
  .form-radio .field-content > label::after {
    height: 8px;
  }
  .form-check .field-content .err-message {
    margin-top: 20px;
  }
  .form-date .field-content .select-wrapper {
    height: 40px;
  }
  .form-date .field-content .select-wrapper {
    margin-right: 15px;
  }
  .form-date .field-content .select-wrapper {
    width: calc(50% - 15px);
  }
  .form-date .field-content .select-wrapper.year {
    width: 200px;
  }
  .form-date .field-content .select-wrapper.month {
    width: 150px;
  }
  .form-date .field-content .select-wrapper.day {
    width: 150px;
  }
  .form-date .field-content .select-wrapper::after {
    top: 12px;
  }
  .form-date .field-content .select-wrapper::after {
    right: 16px;
  }
  .form-select .select-wrapper {
    height: 40px;
  }
  .form-select .select-wrapper::after {
    top: 12px;
  }
  .form-select .select-wrapper::after {
    right: 16px;
  }
  .form-select.column2 .select-wrapper {
    width: calc(50% - 15px);
  }
  label.common {
    width: 240px;
  }
  label.common {
    font-size: 14px;
  }
  label.common {
    line-height: 26px;
  }
  label.common small {
    font-size: 10px;
  }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #595959;
  }
  .field-container {
    padding-right: 40px;
  }
  .field-container {
    padding-bottom: 20px;
  }
  .field-container {
    padding-left: 40px;
  }
  .field-container .field-inner {
    width: calc(100% - 240px);
  }
  .field-container .field-content .error-txt {
    margin-top: 6px;
  }
  .field-container .field-content .error-txt {
    font-size: 12px;
  }
  .field-container .field-content .error-txt {
    line-height: 12px;
  }
  .field-container .note {
    margin-top: 15px;
  }
  .field-container .note span {
    padding-left: 12px;
  }
  .field-container .note span {
    text-indent: -12px;
  }
  .field-container .note span {
    font-size: 12px;
  }
  .field-container .note span {
    line-height: 18px;
  }
  .field-container .flex {
    justify-content: flex-start;
  }
  .field-container .flex-pc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .field-container .flex-column {
    display: flex;
    flex-direction: column;
  }
  .field-container .flex-column > *:first-child {
    margin-bottom: 15px;
  }
  .mod-accordion-trigger {
    cursor: pointer;
  }
  .mod-accordion-trigger span {
    width: 11px;
    height: 11px;
  }
  .mod-accordion-trigger span::before {
    top: calc(50% - 0.5px);
  }
  .mod-accordion-trigger span::after {
    left: calc(50% - 0.5px);
  }
  .mod-carousel {
    width: calc(100% + 16px);
    margin-left: -16px;
  }
  .mod-carousel-wrapper {
    width: 120rem;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .mod-carousel .goods-wrapper {
    margin-left: 16px;
  }
  .mod-carousel-btn {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(244,244,244,0.95);
    border-radius: 50%;
  }
  .mod-carousel-btn::after {
    content: '';
    background-size: contain;
    background-position: center;
    background-image: url("https://files.narue.com/img/common/arrow-down-pink.svg");
    width: 14px;
    height: 8px;
  }
  .mod-carousel-btn.prev {
    left: -18px;
    transform: rotateZ(90deg);
  }
  .mod-carousel-btn.next {
    right: -18px;
    transform: rotateZ(-90deg);
  }
  .mod-carousel-btn.disabled {
    opacity: 0.2;
    pointer-events: none;
  }
  .page-error {
    margin-top: 20px;
  }
  .page-error {
    font-size: 12px;
  }
  .pankuzu {
    margin-bottom: 44px;
  }
  .pankuzu {
    padding-top: 13px;
  }
  .pankuzu {
    padding-bottom: 12px;
  }
  .pankuzu .topicpath {
    max-width: 1200px;
    font-size: 12px;
    line-height: 14px;
  }
  .pankuzu .topicpath a::before,
  .pankuzu .topicpath span::before {
    padding-right: 5px;
  }
  .pankuzu .topicpath a::before,
  .pankuzu .topicpath span::before {
    padding-left: 5px;
  }
  .pagination {
    margin-bottom: 80px;
  }
  .pagination {
    padding-top: 40px;
  }
  .pagination {
    font-size: 11px;
    line-height: 11px;
    border-top: 1px solid #ccc;
  }
  .pagination-prev,
  .pagination-next {
    width: 32px;
    height: 32px;
  }
  .pagination-prev::before,
  .pagination-next::before {
    width: 11px;
    height: 6px;
  }
  .pagination-prev {
    margin-right: 10px;
  }
  .pagination-next {
    margin-left: 10px;
  }
  .pagination-count {
    margin-right: 10px;
  }
  .pagination-count {
    margin-left: 10px;
  }
  .pagination-count {
    width: 32px;
    height: 32px;
    border: 1px solid #aaa;
  }
  .purchase-step {
    margin-top: 7.4rem;
    margin-bottom: 8.8rem;
  }
  .purchase-step ul li:not(:last-of-type) {
    padding-right: 3.2rem;
  }
  .purchase-step ul li~li {
    padding-left: 3.8rem;
  }
  .purchase-step ul li~li::before {
    top: calc(50% - 0.55rem);
    width: 0.7rem;
    height: 1.1rem;
  }
  .purchase-step ul li p {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .purchase-step ul li span {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  .gheader {
    height: 140px;
  }
  .gheader-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
  }
  .gheader-menu {
    height: 85px;
  }
  .gheader-menu-trigger {
    width: 90px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  .gheader-logo {
    width: 10rem;
    height: 5rem;
  }
  .gheader-tools ul li.tool a .icon {
    width: 24px;
  }
  .gheader-tools ul li.tool a .icon {
    height: 24px;
  }
  .gheader-tools ul li.tool a .count {
    top: -10px;
    right: -8px;
    width: 19px;
    height: 19px;
    font-size: 10px;
  }
  .gheader-tools ul li.tool~.tool {
    margin-left: 42px;
  }
  .gheader.compact {
    height: 60px;
    border-bottom: 1px solid #ebebeb;
  }
  .gheader.compact .gheader-inner {
    position: relative;
    padding: 0;
  }
  .gheader.compact .gheader-inner .gheader-menu-trigger {
    display: none;
  }
  .gheader.compact .gheader-inner .gheader-logo {
    position: absolute;
    left: 0;
    z-index: 2;
  }
  .gheader.compact .gheader-inner .gheader-tools {
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .gheader.compact .gheader-navi {
    border: none;
  }
  .gheader.compact .gheader-navi > ul > li > a {
    height: 60px;
  }
  .gheader.compact .gheader-menu {
    height: 0;
  }
  .gfooter .gfooter-inner {
    padding-top: 77px;
  }
  .gfooter .gfooter-inner {
    padding-bottom: 38px;
  }
  .gfooter .gfooter-inner {
    max-width: 1200px;
    margin: auto;
  }
  .gfooter .gfooter-main {
    padding-bottom: 78px;
  }
  .gfooter .gfooter-main {
    display: flex;
    justify-content: space-between;
  }
  .gfooter .gfooter-main .main-block {
    width: calc(50% - 38px);
  }
  .gfooter .gfooter-main .main-block.banner .user-block {
    margin-left: 14px;
  }
  .gfooter .gfooter-main .main-block.banner .user-block {
    font-size: 16px;
  }
  .gfooter .gfooter-main .main-block.banner .user-block {
    line-height: 16px;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-name {
    margin-right: 28px;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point {
    padding-right: 20px;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
    top: 5px;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
    width: 13px;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
    height: 7px;
  }
  .gfooter .gfooter-main .mail-block .mail-form {
    margin-bottom: 14px;
  }
  .gfooter .gfooter-main .mail-block .mail-form input[type="email"] {
    height: 56px;
    padding: 20px 100px 20px 18px;
    font-size: 14px;
    line-height: 14px;
  }
  .gfooter .gfooter-main .mail-block .mail-form .btn {
    top: 4px;
    right: 4px;
    width: 77px;
    height: 48px;
    font-size: 14px;
    line-height: 14px;
  }
  .gfooter .gfooter-main .mail-block .mail-form .error-text {
    margin-top: 10px;
  }
  .gfooter .gfooter-main .mail-block .mail-form .error-text {
    font-size: 12px;
  }
  .gfooter .gfooter-main .mail-block .mail-form .error-text {
    line-height: 12px;
  }
  .gfooter .gfooter-main .mail-block p {
    font-size: 14px;
  }
  .gfooter .gfooter-main .mail-block p {
    line-height: 26px;
  }
  .gfooter .gfooter-menu {
    padding-top: 60px;
  }
  .gfooter .gfooter-menu {
    padding-bottom: 59px;
  }
  .gfooter .gfooter-menu .totop {
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .gfooter .gfooter-menu .totop::after {
    width: 12px;
    height: 7px;
    margin-bottom: 2px;
  }
  .gfooter .gfooter-menu .logo {
    margin-bottom: 37px;
  }
  .gfooter .gfooter-menu .logo {
    width: 102px;
  }
  .gfooter .gfooter-menu .menu-list {
    margin-bottom: 38px;
  }
  .gfooter .gfooter-menu .menu-list ul li~li {
    margin-left: 40px;
  }
  .gfooter .gfooter-menu .menu-sns ul li .icon.instagram {
    width: 21px;
    height: 21px;
  }
  .gfooter .gfooter-menu .menu-sns ul li .icon.facebook {
    width: 19px;
    height: 19px;
  }
  .gfooter .gfooter-menu .menu-sns ul li .icon.twitter {
    width: 21px;
    height: 19px;
  }
  .gfooter .gfooter-menu .menu-sns ul li~li {
    margin-left: 32px;
  }
  .gfooter .gfooter-title {
    margin-bottom: 20px;
  }
  .gfooter .gfooter-title {
    font-size: 16px;
    line-height: 16px;
  }
  .gfooter .gfooter-title::before {
    margin-right: 10px;
  }
  .gfooter .gfooter-title::before {
    width: 4px;
    height: 23px;
  }
  .gfooter .gfooter-sub-menu {
    margin-bottom: 28px;
  }
  .gfooter .gfooter-sub-menu {
    padding-top: 39px;
  }
  .gfooter .gfooter-sub-menu ul li {
    font-size: 12px;
    line-height: 12px;
  }
  .gfooter .gfooter-sub-menu ul li~li {
    margin-left: 28px;
  }
  .gfooter .gfooter-sub-menu ul.sp {
    display: none;
  }
  .gfooter .gfooter-copy {
    font-size: 12px;
    line-height: 12px;
  }
  .gheader-navi {
    border-bottom: 1px solid #ebebeb;
  }
  .gheader-navi .navi-member {
    display: none;
  }
  .gheader-navi > ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gheader-navi > ul > li.sp {
    display: none;
  }
  .gheader-navi > ul > li > a {
    justify-content: center;
    height: 54px;
  }
  .gheader-navi > ul > li > a span {
    font-size: 14px;
  }
  .gheader-navi > ul > li > a span {
    line-height: 14px;
  }
  .gheader-navi > ul > li~li {
    margin-left: 40px;
  }
  .gheader-navi > ul > li.extend aside {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    opacity: 0;
    transition: 0.4s ease;
    transform: scale(1, 0);
    transform-origin: top;
  }
  .gheader-navi > ul > li.extend aside .extend-inner {
    opacity: 0;
    transition-delay: 0s;
    transition: opacity 0.05s ease;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
  .gheader-navi > ul > li.extend aside .extend-inner .all-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21rem;
    height: 4.4rem;
    margin: 6rem auto 0;
    border-radius: 2.2rem;
    border: 2px solid #e7e7e7;
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 500;
  }
  .gheader-navi > ul > li.extend aside .extend-inner .all-btn::before,
  .gheader-navi > ul > li.extend aside .extend-inner .all-btn::after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 17px;
    width: 12px;
    height: 6px;
    background-image: url("https://file.alface-mask.com/img/common/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateZ(-90deg);
  }
  .gheader-navi > ul > li.extend aside .extend-title {
    font-size: 28px;
  }
  .gheader-navi > ul > li.extend aside .extend-title {
    line-height: 28px;
  }
  .gheader-navi > ul > li.extend aside .extend-wraper {
    margin-top: 38px;
  }
  .gheader-navi > ul > li.extend aside .extend-wraper {
    display: flex;
  }
  .gheader-navi > ul > li.extend aside .extend-wraper > a {
    display: none;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dt {
    font-size: 18px;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dt {
    line-height: 18px;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dt {
    margin-bottom: 15px;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category {
    width: 50%;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li {
    width: calc(100% / 3);
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li a {
    padding-right: 10px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .photo {
    margin-right: 20px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .photo {
    width: 4.4rem;
    max-width: 44px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .name {
    font-size: 16px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .name {
    line-height: 16px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre {
    width: 50%;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li {
    width: calc((100% / 3) - (40px / 3));
    height: 68px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li:not(:nth-of-type(-n+3)) {
    margin-top: 20px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li:not(:nth-of-type(3n+1)) {
    margin-left: 20px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li a {
    padding-right: 38px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li a {
    padding-left: 84px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li a::after {
    top: calc(50% - 19px);
    right: 0;
    width: 38px;
    height: 38px;
    background-size: 17px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li .name {
    font-size: 14px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li .name {
    line-height: 14px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre01 a::before {
    left: 16px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre01 a::before {
    width: 48px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre02 a::before {
    left: 24px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre02 a::before {
    width: 34px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre03 a::before {
    left: 17px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre03 a::before {
    width: 46px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre04 a::before {
    left: 17px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre04 a::before {
    width: 46px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre05 a::before {
    left: 17px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre05 a::before {
    width: 46px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    margin-top: 30px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    width: 326px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    height: 66px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    background-image: url("https://file.alface-mask.com/img/common/skin-pc.jpg");
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a {
    padding-right: 38px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a {
    padding-left: 84px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    top: 10px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    left: 20px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    width: 39px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    height: 45px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    top: 14px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    right: 10px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    width: 38px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    height: 38px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    background-size: 17px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name {
    font-size: 14px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name {
    line-height: 14px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name span {
    font-size: 18px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name span {
    line-height: 18px;
  }
  .gheader-navi .navi-sns {
    display: none;
  }
  .gheader-navi .navi-close {
    display: none;
  }
  .gheader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s;
  }
  .mod-category-inner:hover {
    opacity: 1;
  }
  .mod-category-img {
    transition: opacity 0.6s;
  }
  .mod-category-img:hover {
    opacity: 0.6;
  }
  .mod-category-info {
    height: 60px;
  }
  .mod-category-info::after {
    top: 28px;
    right: 18px;
    width: 17px;
    height: 9px;
  }
  .mod-category-info .name {
    font-size: 15px;
    line-height: 15px;
  }
  .mod-category-list {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .mod-category-list .mod-category {
    width: calc(50% - 20px);
  }
  .mod-category-list .mod-category:not(:nth-of-type(2n+1)) {
    margin-left: 40px;
  }
  .mod-category-list .mod-category:not(:nth-of-type(-n+2)) {
    margin-top: 40px;
  }
  .mod-information-inner .new {
    top: -18px;
    left: 9px;
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 11px;
  }
  .mod-information-info {
    margin-top: 15px;
    text-align: left;
  }
  .mod-information-info .date {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 13px;
  }
  .mod-information-info .name {
    max-height: calc(24px * 2);
    font-size: 14px;
    line-height: 24px;
  }
  .mod-information-list .mod-information {
    width: calc(25% - ((20px * 3) / 4));
  }
  .mod-information-list .mod-information:not(:nth-of-type(4n+1)) {
    margin-left: 20px;
  }
  .mod-information-list .mod-information:not(:nth-of-type(-n+4)) {
    margin-top: 56px;
  }
  .mod-column {
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  }
  .mod-column-inner .new {
    top: -18px;
    left: 9px;
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 11px;
  }
  .mod-column-info {
    padding: 17px 30px 28px;
  }
  .mod-column-info .desc {
    margin-bottom: 14px;
    -webkit-line-clamp: 2;
    max-height: calc(24px * 2);
    font-size: 14px;
    line-height: 24px;
  }
  .mod-column-info .readmore {
    font-size: 14px;
    line-height: 14px;
  }
  .mod-column-info .readmore span {
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
  .mod-column-info .readmore span::before,
  .mod-column-info .readmore span::after {
    width: 9px;
    height: 6px;
  }
  .mod-column-list .mod-column {
    width: calc((100% / 3) - ((60px * 2) / 3));
  }
  .mod-column-list .mod-column:not(:nth-of-type(3n+1)) {
    margin-left: 60px;
  }
  .mod-column-list .mod-column:not(:nth-of-type(-n+3)) {
    margin-top: 60px;
  }
  .mod-goods-inner {
    align-items: center;
  }
  .mod-goods-inner .icon-label {
    top: -18px;
    left: 5px;
  }
  .mod-goods-inner .icon {
    width: 44px;
    height: 44px;
    margin: 0 5px;
    font-size: 11px;
    line-height: 11px;
  }
  .mod-goods-img {
    width: 300px;
  }
  .mod-goods-info {
    width: calc(100% - 300px);
    padding-left: 20px;
    text-align: left;
  }
  .mod-goods-info .status-label {
    margin-bottom: 12px;
  }
  .mod-goods-info .name {
    margin-bottom: 7px;
  }
  .mod-goods-info .name {
    font-size: 18px;
  }
  .mod-goods-info .name {
    line-height: 24px;
  }
  .mod-goods-info .desc {
    margin-bottom: 22px;
  }
  .mod-goods-info .desc {
    font-size: 14px;
  }
  .mod-goods-info .desc {
    line-height: 24px;
  }
  .mod-goods-info .prices {
    margin-bottom: 28px;
  }
  .mod-goods-info .prices .price {
    font-size: 14px;
  }
  .mod-goods-info .prices .price {
    line-height: 18px;
  }
  .mod-goods-info .prices .price {
    display: flex;
    align-items: center;
  }
  .mod-goods-info .prices .price~.price {
    margin-top: 5px;
  }
  .mod-goods-info .prices .price span.tax {
    font-size: 10px;
  }
  .mod-goods-info .prices .price span.sale-price {
    margin-right: 19px;
  }
  .mod-goods-info .prices .price .sale-icon {
    height: 18px;
  }
  .mod-goods-info .prices .price .sale-icon {
    padding-right: 6px;
  }
  .mod-goods-info .prices .price .sale-icon {
    padding-left: 6px;
  }
  .mod-goods-info .prices .price .sale-icon {
    font-size: 11px;
  }
  .mod-goods-info .item-more {
    width: 162px;
    height: 36px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 12px;
  }
  .mod-goods-list ul .mod-goods {
    width: calc(50% - 40px);
  }
  .mod-goods-list ul .mod-goods:not(:nth-of-type(2n+1)) {
    margin-left: 80px;
  }
  .mod-goods-list ul .mod-goods:not(:nth-of-type(-n+2)) {
    margin-top: 100px;
  }
  .mod-answer-inner .inner-top {
    margin-bottom: 18px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    min-height: 69px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    margin-bottom: 22px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-top: 13px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-right: 10px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-bottom: 8px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-left: 10px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    border-radius: 5px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    font-size: 18px;
  }
  .mod-answer-inner .inner-top .desc-pc {
    line-height: 24px;
  }
  .mod-answer-inner .inner-top .desc-pc::before {
    bottom: -12px;
    border-width: 12px 10px 0 10px;
  }
  .mod-answer-inner .inner-top .desc-sp {
    display: none;
  }
  .mod-answer-inner .inner-top .mod-answer-name {
    font-size: 24px;
  }
  .mod-answer-inner .inner-top .mod-answer-name {
    line-height: 46px;
  }
  .mod-answer-inner .inner-top .mod-answer-note {
    margin-top: 6px;
  }
  .mod-answer-inner .inner-top .mod-answer-note {
    font-size: 10px;
  }
  .mod-answer-inner .inner-top .mod-answer-note {
    line-height: 18px;
  }
  .mod-answer-inner .item-more {
    width: 162px;
    height: 36px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 12px;
  }
  .mod-answer-img {
    margin-bottom: 20px;
  }
  .mod-answer-img {
    width: 300px;
  }
  .mod-answer-list ul .mod-answer {
    width: calc(50% - 40px);
  }
  .mod-answer-list ul .mod-answer:not(:nth-of-type(2n+1)) {
    margin-left: 80px;
  }
  .mod-answer-list ul .mod-answer:not(:nth-of-type(-n+2)) {
    margin-top: 60px;
  }
  .mod-rcitem-inner .icon-label {
    top: -18px;
    left: 5px;
  }
  .mod-rcitem-img {
    margin-bottom: 12px;
  }
  .mod-rcitem-info .name {
    margin-bottom: 4px;
  }
  .mod-rcitem-info .name {
    font-size: 14px;
    line-height: 24px;
  }
  .mod-rcitem-list ul {
    flex-wrap: wrap;
  }
  .mod-rcitem-list ul .mod-rcitem {
    width: calc(25% - ((13px * 3) / 4));
  }
  .mod-rcitem-list ul .mod-rcitem:not(:nth-of-type(4n+1)) {
    margin-left: 13px;
  }
  .mod-topics .mod-topics-inner:hover {
    opacity: 1;
  }
  .mod-topics .mod-topics-img {
    transition: opacity 0.6s;
  }
  .mod-topics .mod-topics-img:hover {
    opacity: 0.6;
  }
  .mod-topics .mod-topics-info {
    margin-top: 18px;
  }
  .mod-topics .mod-topics-info {
    text-align: left;
  }
  .mod-topics .mod-topics-info .date {
    margin-bottom: 7px;
  }
  .mod-topics .mod-topics-info .date {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.16rem;
  }
  .mod-topics .mod-topics-info .date .new {
    margin-left: 12px;
  }
  .mod-topics .mod-topics-info .desc {
    margin-bottom: 12px;
  }
  .mod-topics .mod-topics-info .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .mod-topics .mod-topics-info .tag-label {
    width: calc(100% + 5px);
    margin: -2.5px 0 0 -2.5px;
  }
  .mod-topics .mod-topics-info .tag-label .tag {
    height: 20px;
    margin: 0 2.5px;
    padding: 1px 6px 0;
    font-size: 11px;
    line-height: 11px;
  }
  .mod-topics-list ul .mod-topics {
    width: calc((100% / 3) - ((30px * 2) / 3));
  }
  .mod-topics-list ul .mod-topics:not(:nth-of-type(3n+1)) {
    margin-left: 30px;
  }
  .mod-topics-list ul .mod-topics:not(:nth-of-type(-n+3)) {
    margin-top: 60px;
  }
  .mod-modal[data-modal-type='addcart'] .mod-modal-contents {
    width: 840px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-top: 30px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-right: 80px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-bottom: 26px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-left: 20px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    font-size: 18px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    line-height: 24px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span {
    padding-left: 46px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    top: -4px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    width: 32px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    height: 32px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    margin-right: 10px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    background-size: 11px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    top: 18px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    right: 21px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    width: 48px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    height: 48px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    background-size: 22px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    background-image: url("https://file.alface-mask.com/img/common/icon/icon-close1.svg");
    cursor: pointer;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-top: 40px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-right: 80px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-left: 80px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-bottom: 50px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    align-items: center;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-photo {
    width: 240px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-photo {
    margin-right: 40px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-photo {
    margin-left: 70px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail {
    width: calc(100% - 350px);
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
    margin-bottom: 30px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
    font-size: 26px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
    line-height: 30px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit {
    margin-bottom: 15px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit {
    font-size: 18px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit {
    line-height: 18px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price {
    margin-left: 6px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price {
    font-size: 12px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price {
    line-height: 12px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price span {
    font-size: 10px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
    margin-right: 10px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
    font-size: 24px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
    line-height: 24px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
    margin-right: 2px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
    font-size: 34px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
    line-height: 34px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price small {
    margin-left: 2px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price small {
    font-size: 22px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price small {
    line-height: 22px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity {
    font-size: 20px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity {
    line-height: 20px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity span {
    margin-right: 2px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity span {
    font-size: 24px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity span {
    line-height: 24px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns {
    margin-top: 41px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    width: 300px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    height: 70px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    border-radius: 35px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    font-size: 20px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    line-height: 20px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    border: 2px solid transparent;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.mod-modal-close-trigger {
    margin-right: 21px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    top: 30px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    right: 23px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    width: 17px;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    height: 9px;
  }
  .mod-modal[data-modal-type='addcart'].success .addedcart-title span::before {
    background-size: 18px;
  }
  .mod-modal[data-modal-type='regist-member'] .mod-modal-contents {
    width: 900px;
  }
  .mod-modal[data-modal-type='regist-member'] .mod-modal-contents {
    height: calc(100vh - 100px);
  }
  .mod-modal[data-modal-type='regist-member'] .mod-modal-close-trigger {
    top: 1rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
    background-size: 2rem;
    cursor: pointer;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-header {
    margin-top: 78px;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-header {
    margin-bottom: 78px;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-body {
    margin-bottom: 78px;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    margin-bottom: 40px;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    padding-top: 16px;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    padding-bottom: 15px;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    padding-left: 40px;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    font-size: 18px;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    line-height: 18px;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link {
    margin-top: 80px;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link {
    margin-bottom: 25px;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link p {
    margin-bottom: 15px;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .errorbox {
    margin-bottom: 6rem;
  }
  input,
  button,
  select,
  textarea {
    padding-top: 1rem;
  }
  input,
  button,
  select,
  textarea {
    padding-right: 1rem;
  }
  input,
  button,
  select,
  textarea {
    padding-bottom: 0.8rem;
  }
  input,
  button,
  select,
  textarea {
    padding-left: 1.8rem;
  }
  input,
  button,
  select,
  textarea {
    font-size: 1.6rem;
  }
  input,
  button,
  select,
  textarea {
    line-height: 1.6rem;
  }
  textarea {
    line-height: 2.6rem;
  }
  .btn.next {
    width: 27rem;
  }
  .btn.next {
    height: 6rem;
  }
  .btn.prev {
    width: 27rem;
  }
  .btn.prev {
    height: 6rem;
  }
  fieldset {
    margin-bottom: 2rem;
  }
  fieldset.form-textarea label.common {
    padding-top: 0.8rem;
  }
  .form-input input {
    height: 4rem;
  }
  .form-input input {
    width: calc(50% - 1.5rem);
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    padding-left: 2.4rem;
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    margin-right: 2rem;
  }
  .form-check .field-content > label,
  .form-radio .field-content > label {
    font-size: 1.2rem;
  }
  .form-check .field-content > label::before,
  .form-radio .field-content > label::before {
    top: 0.1rem;
  }
  .form-check .field-content > label::before,
  .form-radio .field-content > label::before {
    width: 1.6rem;
  }
  .form-check .field-content > label::before,
  .form-radio .field-content > label::before {
    height: 1.6rem;
  }
  .form-radio .field-content > label::after {
    top: 0.5rem;
  }
  .form-radio .field-content > label::after {
    left: 0.4rem;
  }
  .form-radio .field-content > label::after {
    width: 0.8rem;
  }
  .form-radio .field-content > label::after {
    height: 0.8rem;
  }
  .form-check .field-content .err-message {
    margin-top: 2rem;
  }
  .form-date .field-content .select-wrapper {
    height: 4rem;
  }
  .form-date .field-content .select-wrapper {
    margin-right: 1.5rem;
  }
  .form-date .field-content .select-wrapper {
    width: calc(50% - 1.5rem);
  }
  .form-date .field-content .select-wrapper.year {
    width: 20rem;
  }
  .form-date .field-content .select-wrapper.month {
    width: 15rem;
  }
  .form-date .field-content .select-wrapper.day {
    width: 15rem;
  }
  .form-date .field-content .select-wrapper::after {
    top: 1.2rem;
  }
  .form-date .field-content .select-wrapper::after {
    right: 1.6rem;
  }
  .form-select .select-wrapper {
    height: 4rem;
  }
  .form-select .select-wrapper::after {
    top: 1.2rem;
  }
  .form-select .select-wrapper::after {
    right: 1.6rem;
  }
  .form-select.column2 .select-wrapper {
    width: calc(50% - 1.5rem);
  }
  label.common {
    width: 24rem;
  }
  label.common {
    font-size: 1.4rem;
  }
  label.common {
    line-height: 2.6rem;
  }
  .field-container {
    padding-right: 4rem;
  }
  .field-container {
    padding-bottom: 2rem;
  }
  .field-container {
    padding-left: 4rem;
  }
  .field-container .field-inner {
    width: calc(100% - 24rem);
  }
  .field-container .field-content .error-txt {
    margin-top: 0.6rem;
  }
  .field-container .field-content .error-txt {
    font-size: 1.2rem;
  }
  .field-container .field-content .error-txt {
    line-height: 1.2rem;
  }
  .field-container .note {
    margin-top: 1.5rem;
  }
  .field-container .note span {
    padding-left: 1.2rem;
  }
  .field-container .note span {
    text-indent: -1.2rem;
  }
  .field-container .note span {
    font-size: 1.2rem;
  }
  .field-container .note span {
    line-height: 1.8rem;
  }
  .field-container .flex-column > *:first-child {
    margin-bottom: 1.5rem;
  }
  .mod-carousel {
    width: auto;
    margin-left: 2rem;
  }
  .mod-carousel {
    display: flex;
    overflow-x: auto;
  }
  .mod-carousel .goods-wrapper {
    margin-left: 1.6rem;
  }
  .mod-carousel .goods-wrapper {
    width: 19.5rem;
    max-width: 195px;
  }
  .mod-carousel .goods-wrapper:first-child {
    margin-left: 0;
  }
  .mod-carousel-btn {
    display: none;
  }
  .page-error {
    margin-top: 2rem;
  }
  .pankuzu {
    margin-bottom: 4.4rem;
  }
  .pankuzu {
    padding-top: 1.3rem;
  }
  .pankuzu {
    padding-bottom: 1.2rem;
  }
  .pankuzu .topicpath a::before,
  .pankuzu .topicpath span::before {
    padding-right: 0.5rem;
  }
  .pankuzu .topicpath a::before,
  .pankuzu .topicpath span::before {
    padding-left: 0.5rem;
  }
  .pagination {
    margin-bottom: 8rem;
  }
  .pagination {
    padding-top: 4rem;
  }
  .pagination-prev {
    margin-right: 1rem;
  }
  .pagination-next {
    margin-left: 1rem;
  }
  .pagination-count {
    margin-right: 1rem;
  }
  .pagination-count {
    margin-left: 1rem;
  }
  .gheader-tools ul li.tool a .icon {
    width: 2.4rem;
  }
  .gheader-tools ul li.tool a .icon {
    height: 2.4rem;
  }
  .gheader-tools ul li.tool~.tool {
    margin-left: 4.2rem;
  }
  .gfooter .gfooter-inner {
    padding-top: 7.7rem;
  }
  .gfooter .gfooter-inner {
    padding-bottom: 3.8rem;
  }
  .gfooter .gfooter-main {
    padding-bottom: 7.800000000000001rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block {
    margin-left: 1.4rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block {
    font-size: 1.6rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block {
    line-height: 1.6rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-name {
    margin-right: 2.8rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point {
    padding-right: 2rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
    top: 0.5rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
    width: 1.3rem;
  }
  .gfooter .gfooter-main .main-block.banner .user-block .user-point::after {
    height: 0.7rem;
  }
  .gfooter .gfooter-main .mail-block .mail-form {
    margin-bottom: 1.4rem;
  }
  .gfooter .gfooter-main .mail-block .mail-form .error-text {
    margin-top: 1rem;
  }
  .gfooter .gfooter-main .mail-block .mail-form .error-text {
    font-size: 1.2rem;
  }
  .gfooter .gfooter-main .mail-block .mail-form .error-text {
    line-height: 1.2rem;
  }
  .gfooter .gfooter-main .mail-block p {
    font-size: 1.4rem;
  }
  .gfooter .gfooter-main .mail-block p {
    line-height: 2.6rem;
  }
  .gfooter .gfooter-menu {
    padding-top: 6rem;
  }
  .gfooter .gfooter-menu {
    padding-bottom: 5.9rem;
  }
  .gfooter .gfooter-menu .logo {
    margin-bottom: 3.7rem;
  }
  .gfooter .gfooter-menu .menu-list {
    margin-bottom: 3.8rem;
  }
  .gfooter .gfooter-menu .menu-list ul li~li {
    margin-left: 4rem;
  }
  .gfooter .gfooter-menu .menu-sns ul li~li {
    margin-left: 3.2rem;
  }
  .gfooter .gfooter-title {
    margin-bottom: 2rem;
  }
  .gfooter .gfooter-title::before {
    margin-right: 1rem;
  }
  .gfooter .gfooter-sub-menu {
    margin-bottom: 2.8rem;
  }
  .gfooter .gfooter-sub-menu {
    padding-top: 3.9rem;
  }
  .gfooter .gfooter-sub-menu ul li~li {
    margin-left: 2.8rem;
  }
  .gheader-navi > ul > li > a span {
    font-size: 1.4rem;
  }
  .gheader-navi > ul > li > a span {
    line-height: 1.4rem;
  }
  .gheader-navi > ul > li~li {
    margin-left: 2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-title {
    font-size: 2.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-title {
    line-height: 2.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-wraper {
    margin-top: 3.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dt {
    font-size: 1.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dt {
    line-height: 1.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block dl dt {
    margin-bottom: 1.5rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li a {
    padding-right: 1rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .photo {
    margin-right: 2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .name {
    font-size: 1.6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li .name {
    line-height: 1.6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li:not(:nth-of-type(-n+3)) {
    margin-top: 2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li:not(:nth-of-type(3n+1)) {
    margin-left: 2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li a {
    padding-right: 3.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li a {
    padding-left: 8.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li .name {
    font-size: 1.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li .name {
    line-height: 1.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre01 a::before {
    left: 1.6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre01 a::before {
    width: 4.800000000000001rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre02 a::before {
    left: 2.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre02 a::before {
    width: 3.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre03 a::before {
    left: 1.7rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre03 a::before {
    width: 4.600000000000001rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre04 a::before {
    left: 1.7rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre04 a::before {
    width: 4.600000000000001rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre05 a::before {
    left: 1.7rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre li.genre05 a::before {
    width: 4.600000000000001rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    margin-top: 3rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    width: 32.6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link {
    height: 6.600000000000001rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a {
    padding-right: 3.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a {
    padding-left: 8.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    top: 1rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    left: 2rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    width: 3.9rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::before {
    height: 4.5rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    top: 1.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    right: 1rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    width: 3.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    height: 3.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link a::after {
    background-size: 1.7rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name {
    font-size: 1.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name {
    line-height: 1.4rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name span {
    font-size: 1.8rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-genre .skin-check-link .name span {
    line-height: 1.8rem;
  }
  .mod-goods-info .status-label {
    margin-bottom: 1.2rem;
  }
  .mod-goods-info .name {
    margin-bottom: 0.7rem;
  }
  .mod-goods-info .name {
    font-size: 1.8rem;
  }
  .mod-goods-info .name {
    line-height: 2.4rem;
  }
  .mod-goods-info .desc {
    margin-bottom: 2.2rem;
  }
  .mod-goods-info .desc {
    font-size: 1.4rem;
  }
  .mod-goods-info .desc {
    line-height: 2.4rem;
  }
  .mod-goods-info .prices {
    margin-bottom: 2.8rem;
  }
  .mod-goods-info .prices .price {
    font-size: 1.4rem;
  }
  .mod-goods-info .prices .price {
    line-height: 1.8rem;
  }
  .mod-goods-info .prices .price~.price {
    margin-top: 0.5rem;
  }
  .mod-goods-info .prices .price span.tax {
    font-size: 1rem;
  }
  .mod-goods-info .prices .price span.sale-price {
    margin-right: 1.9rem;
  }
  .mod-goods-info .prices .price .sale-icon {
    height: 1.8rem;
  }
  .mod-goods-info .prices .price .sale-icon {
    padding-right: 0.6rem;
  }
  .mod-goods-info .prices .price .sale-icon {
    padding-left: 0.6rem;
  }
  .mod-goods-info .prices .price .sale-icon {
    font-size: 1.1rem;
  }
  .mod-goods-list ul .mod-goods {
    width: calc(50% - 4rem);
  }
  .mod-goods-list ul .mod-goods:not(:nth-of-type(2n+1)) {
    margin-left: 8rem;
  }
  .mod-goods-list ul .mod-goods:not(:nth-of-type(-n+2)) {
    margin-top: 10rem;
  }
  .mod-answer-inner .inner-top {
    margin-bottom: 1.8rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    min-height: 6.9rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    margin-bottom: 2.2rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-top: 1.3rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-right: 1rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-bottom: 0.8rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    padding-left: 1rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    border-radius: 0.5rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    font-size: 1.8rem;
  }
  .mod-answer-inner .inner-top .desc-pc {
    line-height: 2.4rem;
  }
  .mod-answer-inner .inner-top .mod-answer-name {
    font-size: 2.4rem;
  }
  .mod-answer-inner .inner-top .mod-answer-name {
    line-height: 4.600000000000001rem;
  }
  .mod-answer-inner .inner-top .mod-answer-note {
    margin-top: 0.6rem;
  }
  .mod-answer-inner .inner-top .mod-answer-note {
    font-size: 1rem;
  }
  .mod-answer-inner .inner-top .mod-answer-note {
    line-height: 1.8rem;
  }
  .mod-answer-img {
    margin-bottom: 2rem;
  }
  .mod-answer-list ul .mod-answer {
    width: calc(50% - 4rem);
  }
  .mod-answer-list ul .mod-answer:not(:nth-of-type(2n+1)) {
    margin-left: 8rem;
  }
  .mod-answer-list ul .mod-answer:not(:nth-of-type(-n+2)) {
    margin-top: 6rem;
  }
  .mod-rcitem-img {
    margin-bottom: 1.2rem;
  }
  .mod-rcitem-info .name {
    margin-bottom: 0.4rem;
  }
  .mod-rcitem-list ul .mod-rcitem {
    width: calc(25% - ((1.3rem * 3) / 4));
  }
  .mod-rcitem-list ul .mod-rcitem:not(:nth-of-type(4n+1)) {
    margin-left: 1.3rem;
  }
  .mod-topics .mod-topics-info {
    margin-top: 1.8rem;
  }
  .mod-topics .mod-topics-info .date {
    margin-bottom: 0.7rem;
  }
  .mod-topics .mod-topics-info .date .new {
    margin-left: 1.2rem;
  }
  .mod-topics .mod-topics-info .desc {
    margin-bottom: 1.2rem;
  }
  .mod-topics-list ul .mod-topics {
    width: calc((100% / 3) - ((3rem * 2) / 3));
  }
  .mod-topics-list ul .mod-topics:not(:nth-of-type(3n+1)) {
    margin-left: 3rem;
  }
  .mod-topics-list ul .mod-topics:not(:nth-of-type(-n+3)) {
    margin-top: 6rem;
  }
  .mod-modal[data-modal-type='addcart'] .mod-modal-contents {
    width: 84rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-top: 3rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-right: 8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-bottom: 2.6rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    padding-left: 2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    font-size: 1.8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title {
    line-height: 2.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span {
    padding-left: 4.600000000000001rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    top: -0.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    width: 3.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    height: 3.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    margin-right: 1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title span::before {
    background-size: 1.1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    top: 1.8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    right: 2.1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    width: 4.800000000000001rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    height: 4.800000000000001rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-title .mod-modal-close-trigger {
    background-size: 2.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-top: 4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-right: 8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-left: 8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-inner {
    padding-bottom: 5rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-photo {
    width: 24rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-photo {
    margin-right: 4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-photo {
    margin-left: 7rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail {
    width: calc(100% - 35rem);
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
    margin-bottom: 3rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
    font-size: 2.6rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-detail .addedcart-name {
    line-height: 3rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit {
    margin-bottom: 1.5rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit {
    font-size: 1.8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit {
    line-height: 1.8rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price {
    margin-left: 0.6rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price {
    font-size: 1.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price {
    line-height: 1.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-unit .unit .normal-price span {
    font-size: 1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
    margin-right: 1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
    font-size: 2.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price {
    line-height: 2.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
    margin-right: 0.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
    font-size: 3.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price span {
    line-height: 3.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price small {
    margin-left: 0.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price small {
    font-size: 2.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.price small {
    line-height: 2.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity {
    font-size: 2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity {
    line-height: 2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity span {
    margin-right: 0.2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity span {
    font-size: 2.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-price p.quantity span {
    line-height: 2.4rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns {
    margin-top: 4.100000000000001rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    width: 30rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    height: 7rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    border-radius: 3.5rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    font-size: 2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn {
    line-height: 2rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.mod-modal-close-trigger {
    margin-right: 2.1rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    top: 3rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    right: 2.3rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    width: 1.7rem;
  }
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::before,
  .mod-modal[data-modal-type='addcart'] .addedcart-btns .btn.pink::after {
    height: 0.9rem;
  }
  .mod-modal[data-modal-type='addcart'].success .addedcart-title span::before {
    background-size: 1.8rem;
  }
  .mod-modal[data-modal-type='regist-member'] .mod-modal-contents {
    width: 90rem;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-header {
    margin-top: 7.800000000000001rem;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-header {
    margin-bottom: 7.800000000000001rem;
  }
  .mod-modal[data-modal-type='regist-member'] .sign-up-body {
    margin-bottom: 7.800000000000001rem;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    margin-bottom: 4rem;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    padding-top: 1.6rem;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    padding-bottom: 1.5rem;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    padding-left: 4rem;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    font-size: 1.8rem;
  }
  .mod-modal[data-modal-type='regist-member'] h2 {
    line-height: 1.8rem;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link {
    margin-top: 8rem;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link {
    margin-bottom: 2.5rem;
  }
  .mod-modal[data-modal-type='regist-member'] .agreement-link p {
    margin-bottom: 1.5rem;
  }

}

@media (min-width: 768px) and (min-width: 768px) {
  .field-container .flex > *:first-child {
    margin-right: 15px;
  }
  .field-container .flex-pc > *:first-child {
    margin-right: 30px;
  }
  .gheader.compact .gheader-logo {
    top: 14px;
  }
  .gheader.compact .gheader-logo {
    width: 68px;
  }
  .gheader.compact .gheader-tools {
    top: 19px;
  }
  .gheader-navi > ul > li.extend aside .extend-inner {
    padding-top: 60px;
  }
  .gheader-navi > ul > li.extend aside .extend-inner {
    padding-bottom: 60px;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li:not(:nth-of-type(-n+3)) {
    margin-top: 28px;
  }

}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1139px) {
  .field-container .flex > *:first-child {
    margin-right: 1.5rem;
  }
  .field-container .flex-pc > *:first-child {
    margin-right: 3rem;
  }
  .gheader.compact .gheader-logo {
    top: 1.4rem;
  }
  .gheader.compact .gheader-logo {
    width: 6.800000000000001rem;
  }
  .gheader.compact .gheader-tools {
    top: 1.9rem;
  }
  .gheader-navi > ul > li.extend aside .extend-inner {
    padding-top: 6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-inner {
    padding-bottom: 6rem;
  }
  .gheader-navi > ul > li.extend aside .extend-block.extend-category li:not(:nth-of-type(-n+3)) {
    margin-top: 2.8rem;
  }

}
@media (min-width: 768px) {
    .wrapper {
        padding-top: 0px !important;
    }
}