﻿@charset "UTF-8";

.sp-only {
  display: none;
}

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* よくあるご質問 */
.block-faq {
  width: 1200px;
  margin: 24px auto 80px;
}
.block-faq h1 {
  margin-bottom: 9px;
}
.block-faq-intro {
  margin: 0 0 68px;
}
.block-faq-intro--text {
  margin: 0 0 30px;
}
.block-faq-intro--nav {
  display: flex;
  flex-wrap: wrap;
}
.block-faq-intro--nav li {
  width: 285px;
  margin: 0 20px 12px 0;
}
.block-faq-intro--nav li:nth-child(4n) {
  margin-right: 0;
}
.block-faq-intro--nav li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.block-faq-intro--nav li a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  padding: 27px 0;
}
.block-faq-intro--nav li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.block-faq-intro--nav li span {
  position: relative;
  font-size: 16px;
  padding: 0 17px 0 0;
}
.block-faq-intro--nav li span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
.block-faq-section:not(:last-child) {
  margin: 0 0 68px;
}
.block-faq-section dl:not(:last-child) {
  margin: 0 0 4px;
}
.block-faq-section dt {
  position: relative;
  background: #f0f0f0;
  padding: 10px 24px;
  cursor: pointer;
}
.block-faq-section dt:before,
.block-faq-section dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #111;
  transition: 0.3s ease;
}
.block-faq-section dt:after {
  transform: rotate(90deg);
}
.block-faq-section dt.open:after {
  transform: rotate(180deg);
}
.block-faq-section dt span {
  position: relative;
  font-size: 18px;
  padding: 0 0 0 40px;
}
.block-faq-section dt span:before {
  content: "Q.";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}
.block-faq-section dd {
  display: none;
  position: relative;
  padding: 0 64px;
  margin: 16px 0 28px;
}
.block-faq-section dd:before {
  content: "A.";
  position: absolute;
  top: -4px;
  left: 27px;
  font-size: 20px;
}
.block-faq-section dd p:not(:last-child) {
  margin: 0 0 22px;
}
.block-faq-section dd p span {
  color: #d53100;
}
.block-faq-section dd a {
  text-decoration: underline;
}
.block-faq-section dd a:hover {
  text-decoration: none;
}

/* ご利用ガイド */
.block-guide {
  width: 1200px;
  margin: 24px auto 80px;
}
.block-guide h1 {
  margin-bottom: 9px;
}
.block-guide-intro {
  margin: 0 0 68px;
}
.block-guide-intro--text {
  margin: 0 0 30px;
}
.block-guide-intro--nav {
  display: flex;
  flex-wrap: wrap;
}
.block-guide-intro--nav li {
  width: 285px;
  margin: 0 20px 12px 0;
}
.block-guide-intro--nav li:nth-child(4n) {
  margin-right: 0;
}
.block-guide-intro--nav li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.block-guide-intro--nav li a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  padding: 27px 0;
}
.block-guide-intro--nav li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.block-guide-intro--nav li span {
  position: relative;
  font-size: 16px;
  padding: 0 17px 0 0;
}
.block-guide-intro--nav li span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
.block-guide-section:not(:last-child) {
  margin: 0 0 68px;
}
.block-guide-section--box:not(:last-child) {
  margin: 0 0 28px;
}
.block-guide-section h3 {
  margin: 0 0 16px;
}
.block-guide-section--text p:not(:last-child) {
  margin: 0 0 22px;
}
#payment .block-guide-section--box:nth-of-type(2) .block-guide-section--text p:nth-child(3) {
  margin: 0;
}
#payment .block-guide-section--box:nth-of-type(2) .block-guide-section--text ul {
  margin: 0 0 22px;
}
.block-guide-section--text a {
  text-decoration: underline;
}
.block-guide-section--text a:hover {
  text-decoration: none;
}

/* プライバシーポリシー */
.block-privacy {
  width: 1200px;
  margin: 24px auto 80px;
}
.block-privacy h1 {
  margin-bottom: 9px;
}
.block-privacy h2 {
  font-size: 18px;
  padding: 0 0 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid #dedede;
}
.block-privacy-section:not(:last-child) {
  margin: 0 0 68px;
}
.block-privacy-section--text p:not(:last-child) {
  margin: 0 0 22px;
}

/* ---------------------------------------
	ランディングページ
---------------------------------------- */
/* common */
.pane-landingpage-contents {
  background: #fff;
}
.block-landingpage h2[class^="block-landingpage"] {
  margin: 60px 0 20px 0;
  padding: 0;
  border: none;
}
.block-landingpage .block-landingpage-login--member h2.block-landingpage-login--member-header,
.block-landingpage h2.block-landingpage-form--goods-title,
.block-landingpage h2.block-landingpage-form--guest-title {
  margin-top: 0;
}
.block-landingpage .block-landingpage--dest-amazonpay h3,
.block-landingpage #method_spec h3,
.block-landingpage #method_pay h3 {
  padding: 0;
  margin: 0 0 20px 0;
  border: none;
}
.block-landingpage .block-landingpage-login--member-message {
  font-size: 18px;
  text-align: center;
}
.block-landingpage .block-landingpage-login--ask-password {
  font-size: 16px;
  text-align: center;
}
.block-landingpage .block-landingpage-login--ask-password a {
  text-decoration: underline;
}
.block-landingpage .block-landingpage-login--first-time-message {
  font-size: 18px;
  text-align: center;
}
.block-landingpage .block-landingpage-form--sales-append-content,
.block-landingpage .fieldset.block-landingpage-login--guest-info,
.block-landingpage .block-landingpage-other--dest-input {
  padding: 0;
  margin: 0;
  border: none;
}
.block-landingpage .block-landingpage-other--dest {
  margin: 30px 0 10px;
  padding: 20px;
  border: none;
}
.block-landingpage .block-landingpage-login--member-body,
.block-landingpage .block-landingpage-login--first-time-body,
.block-landingpage .block-landingpage-form,
.block-landingpage .block-landingpage-login--guest-body,
.block-landingpage .block-landingpage-form--spec-content,
.block-landingpage .block-landingpage-form--payment-content {
  border: #dcdcdc 2px solid;
}
.block-landingpage-form--spec-content dl dt {
  float: left;
}
.block-landingpage-form--spec-content dl dd {
  margin-left: 8em;
}
.block-landingpage input {
  max-width: 600px;
}
.pane-landingpage-contents #frmLP .action-buttons.order {
  margin: 60px 0 80px;
}
.pane-landingpage-contents .action-buttons .btn.btn-primary {
  width: 520px;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
}

/* details */
.pane-landingpage-contents #lp_details {
  margin-top: 80px;
}
.pane-landingpage-contents .detail-box {
  margin: 0 0 70px 0;
}
.pane-landingpage-contents .detail-box#detail_bottom {
  margin: 0 0 10px 0;
}
.pane-landingpage-contents .detail-box .detail-ttl {
  padding: 10px 0;
  margin: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #707070;
  color: #fff;
}
.pane-landingpage-contents .detail-box .detail-inbox {
  padding: 20px;
  border-left: #dedede 2px solid;
  border-right: #dedede 2px solid;
  border-bottom: #dedede 2px solid;
}
.pane-landingpage-contents .detail-box .detail-inbox.table {
  padding: 0;
}
.pane-landingpage-contents .detail-box p + p {
  margin-top: 10px;
}
.pane-landingpage-contents .detail-box .notice-list {
  margin: 0 1em 10px;
}
.pane-landingpage-contents .detail-box .notice-list li {
  list-style: disc inside;
  padding-left: 1em;
  text-indent: -1em;
}
.pane-landingpage-contents .detail-box .dl-table {
  display: flex;
  align-items: stretch;
}
.pane-landingpage-contents .detail-box .dl-table + .dl-table {
  border-top: #dedede 2px solid;
}
.pane-landingpage-contents .detail-box .dl-table dt {
  width: 25%;
  padding: 20px;
  border-right: #dedede 2px solid;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pane-landingpage-contents .detail-box .dl-table dd {
  width: 75%;
  padding: 20px;
  box-sizing: border-box;
}

/* LP:CLEAR SKIN */
#lp_clear_skin {
  min-width: 1000px;
  margin: 0 calc((-100vw + 1218px) / 2);
  overflow: hidden;
}
#lp_clear_skin .for-sp {
  display: none;
}
#lp_clear_skin * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#lp_clear_skin section {
  position: relative;
}
#lp_clear_skin section .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#lp_clear_skin h1,
#lp_clear_skin h2,
#lp_clear_skin h3 {
  padding: 0;
  margin: 0;
  border: none;
}
#lp_clear_skin .position-wrap {
  width: 100%;
  height: 2850px;
  position: relative;
}
#lp_clear_skin #sec_main {
  padding: 50px 0 0 0;
}
#lp_clear_skin #sec_main::after {
  content: "";
  width: 946px;
  height: 290px;
  position: absolute;
  left: -125px;
  bottom: -100px;
  display: block;
  background: url("../../img/usr/lp/clear-skin/design.png") center top no-repeat;
}
#lp_clear_skin #sec_main .top-pop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#lp_clear_skin #sec_main .visual img {
  width: 100%;
}
#lp_clear_skin #sec_main .desc-box {
  width: 100%;
  height: 100%;
  padding: 9.5% 0 0 65%;
  position: absolute;
  top: 0;
  left: 0;
}
#lp_clear_skin #sec_main .desc-box h1 {
  max-width: 324px;
  margin: 0 auto 10px;
}
#lp_clear_skin #sec_main .desc-box .text {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
#lp_clear_skin #sec_main .button.days10 a {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  border: #000 1px solid;
  border-radius: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.3s;
  background: transparent;
}
#lp_clear_skin #sec_main .button.days10 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
#lp_clear_skin #sec_main .button.days10 a:hover {
  border: #000 1px solid;
  background: #000;
  color: #fff;
}
#lp_clear_skin #sec_main .button.days10 a:hover::after {
  border-color: #fff;
}
#lp_clear_skin #sec_story {
  height: 1200px;
  position: relative;
  box-sizing: border-box;
}
#lp_clear_skin #sec_story::after {
  content: "";
  width: 100%;
  height: 780px;
  background: url("../../img/usr/lp/clear-skin/story_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#lp_clear_skin #sec_story .side {
  position: absolute;
  left: 20px;
  top: 320px;
}
#lp_clear_skin #sec_story .inner {
  width: 1040px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#lp_clear_skin #sec_story .pop {
  margin: 0 0 20px 0;
  font-size: 26px;
  font-weight: bold;
}
#lp_clear_skin #sec_story .text {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.8;
}
#lp_clear_skin #sec_story .kome-list {
  margin: 0 0 30px 0;
  display: flex;
}
#lp_clear_skin #sec_story .kome-list li {
  margin: 0 10px 0 0;
  font-size: 12px;
}
#lp_clear_skin #sec_story .button.days10 a {
  width: 320px;
  height: 50px;
  border: #000 1px solid;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.3s;
  background: #fff;
}
#lp_clear_skin #sec_story .button.days10 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
#lp_clear_skin #sec_story .button.days10 a:hover {
  border: #000 1px solid;
  background: #000;
  color: #fff;
}
#lp_clear_skin #sec_story .button.days10 a:hover::after {
  border-color: #fff;
}
#lp_clear_skin #sec_body {
  width: 100%;
  height: 920px;
  padding: 110px 0 0;
  background: url("../../img/usr/lp/clear-skin/body_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 4;
  position: absolute;
  top: 910px;
}
#lp_clear_skin #sec_eye {
  width: 100%;
  height: 920px;
  padding: 200px 0 0;
  background: url("../../img/usr/lp/clear-skin/eye_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 3;
  position: absolute;
  top: 1580px;
}
#lp_clear_skin #sec_face {
  width: 100%;
  height: 960px;
  padding: 80px 0 0;
  background: url("../../img/usr/lp/clear-skin/face_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
  position: absolute;
  top: 2250px;
}
#lp_clear_skin #sec_body h2 {
  position: absolute;
  top: 270px;
  left: -30px;
}
#lp_clear_skin #sec_eye h2 {
  position: absolute;
  top: 10px;
  right: 0;
}
#lp_clear_skin #sec_face h2 {
  position: absolute;
  top: 250px;
  left: 0;
}
#lp_clear_skin .item-frame .inner {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
#lp_clear_skin #sec_body .inner {
  padding-left: 150px;
}
#lp_clear_skin #sec_eye .inner {
  padding-right: 150px;
  flex-direction: row;
}
#lp_clear_skin #sec_face .inner {
  padding-left: 150px;
}
#lp_clear_skin #sec_body .image {
  width: 500px;
}
#lp_clear_skin #sec_eye .image {
  width: 500px;
  margin-top: 100px;
}
#lp_clear_skin #sec_face .image {
  width: 500px;
}
#lp_clear_skin #sec_body .desc-box {
  width: 360px;
  margin-top: 200px;
}
#lp_clear_skin #sec_eye .desc-box {
  width: 360px;
}
#lp_clear_skin #sec_face .desc-box {
  width: 360px;
  margin-top: 200px;
}
#lp_clear_skin .item-frame .desc-box .pop {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
#lp_clear_skin .item-frame .desc-box .text {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
#lp_clear_skin .item-frame .desc-box .item-desc {
  padding: 10px 0;
  border-bottom: #4d4d4d 1px solid;
  border-top: #4d4d4d 1px solid;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
#lp_clear_skin .item-frame .desc-box .item-desc p {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}
#lp_clear_skin #sec_nayami {
  padding: 363px 0 160px;
  background: url("../../img/usr/lp/clear-skin/nayami_bg.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
#lp_clear_skin #sec_nayami::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#lp_clear_skin #sec_nayami .inner {
  position: relative;
  z-index: 2;
}
#lp_clear_skin #sec_nayami h2 {
  margin: 0 0 50px 0;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
#lp_clear_skin #sec_nayami .nayami-list {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
}
#lp_clear_skin #sec_nayami .nayami-list li {
  width: 280px;
  height: 280px;
  margin: 0 20px;
  border-radius: 280px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", sans-serif;
}
#lp_clear_skin #sec_nayami .line01 {
  margin: 0 0 50px 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
#lp_clear_skin #sec_nayami .line02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
#lp_clear_skin #sec_offer {
  padding: 100px;
  background: #d3cdcd;
  overflow: hidden;
}
#lp_clear_skin #sec_offer::before {
  content: "";
  width: 0;
  height: 0;
  border-top: #c9c3c3 700px solid;
  border-right: transparent 700px solid;
  border-bottom: transparent 700px solid;
  border-left: transparent 700px solid;
  position: absolute;
  top: 0;
  left: calc(50vw - 709px);
  display: block;
}
#lp_clear_skin #sec_offer::after {
  content: "";
  width: 0;
  height: 0;
  border-top: transparent 700px solid;
  border-right: transparent 700px solid;
  border-bottom: #c9c3c3 700px solid;
  border-left: transparent 700px solid;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 709px);
  display: block;
}
#lp_clear_skin #sec_offer .inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
}
#lp_clear_skin #sec_offer .head {
  padding: 90px 0 60px;
  text-align: center;
  position: relative;
}
#lp_clear_skin #sec_offer .head .pop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 0;
}
#lp_clear_skin #sec_offer .details {
  padding: 80px 100px;
}
#lp_clear_skin #sec_offer .ttl-point {
  margin: 0 0 45px 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #e37a7a;
}
#lp_clear_skin #sec_offer .ttl-point strong {
  font-size: 36px;
  font-weight: bold;
}
#lp_clear_skin #sec_offer .point-list {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lp_clear_skin #sec_offer .point-list li {
  width: 18.5%;
  padding: 5px 0;
  border: #000 1px solid;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
}
#lp_clear_skin #sec_offer .middle-text {
  margin: 0 0 30px 0;
  font-size: 19px;
  text-align: center;
  line-height: 2;
}
#lp_clear_skin #sec_offer .middle-text .days10 {
  padding: 5px 8px;
  margin: 0 10px;
  border: #e37a7a 1px solid;
  color: #e37a7a;
  display: inline-block;
  line-height: 1;
}
#lp_clear_skin #sec_offer .middle-text .line {
  border-bottom: #e37a7a 2px solid;
  display: inline-block;
  line-height: 1;
}
#lp_clear_skin #sec_offer .price-box {
  margin: 0 0 60px 0;
}
#lp_clear_skin #sec_offer .price-box .price-line {
  margin: 0 0 20px 0;
  text-align: center;
}
#lp_clear_skin #sec_offer .price-box .regular-line {
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  background: #f0f0f0;
  color: #808080;
}
#lp_clear_skin #sec_offer .trial-button {
  margin: 60px 0;
}
#lp_clear_skin #sec_offer .trial-button a {
  width: 780px;
  height: 120px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 120px;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  background: linear-gradient(90deg, rgba(213, 8, 8, 1) 0%, rgba(237, 9, 141, 1) 100%);
  transition: 0.3s;
}
#lp_clear_skin #sec_offer .trial-button a:hover {
  opacity: 0.7;
}
#lp_clear_skin #sec_offer .trial-button a::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 0 20px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
  display: inline-block;
}
#lp_clear_skin #sec_offer .notice-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #444;
}

/* lightbox.css override */
/*  Preload images */
body:after {
  content: url(../../img/sys/close.png) url(../../img/sys/loading.gif) url(../../img/sys/prev.png) url(../../img/sys/next.png);
  display: none;
}

body .lightboxOverlay {
  z-index: 99999;
}

body .lightbox {
  z-index: 100000;
}

/* 下層 */

.pane-footer {
  margin-top: 100px;
}

.modal-body li a {
  color: var(--cl-bk);
}

.table th,
.fieldset .form-label,
.fieldset .constraint {
  background-color: transparent;
}

.fieldset .form-group,
.fieldset .form-group:last-child {
  border-color: var(--cl-bdr);
}

.block-favorite--form .pager li,
.block-favorite--form .pager li:first-child {
  padding: 0;
  border: none;
}

.block-favorite--pager-top {
  margin-bottom: 24px;
}

.block-order-cancellation--body-footer {
  margin-top: 80px;
}

.block-mypage--customer-status {
  background-color: var(--cl-bk);
}

.block-mypage--withdrawal {
  color: var(--cl-bl);
}

.required:after {
  background-color: var(--cl-rd);
}

.block-addr2-message,
.block-birth-message,
.count-msg {
  color: var(--cl-rd);
}

.block-favorite--spec {
  margin-top: 10px;
}

.block-favorite--spec .block-favorite--price-items,
.block-favorite--spec .block-favorite--update-dt {
  text-align: left;
}

.block-favorite--delete-fg label:has(input[type="checkbox"]) {
  padding: 0;
}

.block-favorite--delete-fg label:has(input[type="checkbox"])::before {
  content: none;
}

.block-favorite--image figure {
  height: auto;
  background-color: transparent;
}

.block-favorite--price-items .price {
  color: var(--cl-bk);
}

.block-favorite--price-items .price::after,
.block-favorite--default-price::after {
  font-size: 1.1rem;
}

.block-favorite--delete-item .btn-danger {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--cl-gr);
  text-decoration: underline;
}

.block-favorite--delete-item .btn-danger:hover {
  text-decoration: none;
}

.block-favorite--delete-fg input:checked ~ .switch:before {
  background: var(--cl-bl);
}

.block-login--member-body,
.block-login--first-time-body,
.block-additional-authentication--body {
  background-color: transparent;
}

.block-additional-authentication--body {
  padding: 0;
  border: none;
}

.block-login--first-time + .block-login--first-time {
  margin-top: 80px;
}

.success {
  margin-top: 5px;
  padding: 0;
  margin-bottom: 5px;
  position: relative;
  border: none;
  color: var(--cl-bk);
  background-color: transparent;
  background-repeat: no-repeat;
  overflow: hidden;
  background-image: none;
}

.promotion-criteria,
.promotion-benefit {
  color: var(--cl-rd);
  font-weight: 500;
}

.block-order-flow--step-current {
  color: #fff;
  background: var(--cl-bk);
  font-weight: 500;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  position: absolute;
  top: 0;
  right: -49px;
  content: "";
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #fff;
  border-bottom-width: 25px;
  border-top-width: 25px;
}

.block-order-flow--step-current:after {
  border-left: 25px solid var(--cl-bk) !important;
}

.promotion-criteria-list-message b {
  font-weight: 500;
}

.block-cart--rule {
  margin-top: 80px;
}

.block-cart--contents {
  background-color: transparent;
}

.block-cart--goods-list li {
  border-color: var(--cl-bdr);
}

.block-cart--goods-list-image {
  background-color: transparent;
}

.block-cart--goods-list .block-goods-price--on-sales-countdown,
.block-cart--goods-list .block-goods-price--on-sales-countdown > div {
  color: var(--cl-rd);
  font-weight: 500;
}

.block-cart--goods-list-item-input {
  margin-top: 8px;
}

.block-promotion-message--content {
  padding: 10px;
  border-color: var(--cl-rd);
  background-color: transparent;
}

.block-cart--goods-list-item-name {
  font-weight: 500;
}

.block-cart--goods-list-item-price-info {
  font-weight: 500;
}

.block-promotion-message--content span {
  color: var(--cl-rd);
  font-weight: 500;
}

.block-cart--procedure {
  padding: 0;
  border-color: var(--cl-bdr);
  background-color: transparent;
}

.block-cart--procedure-container {
  background-color: transparent;
}

.block-cart--order-btn,
.block-cart--order-btn-gift {
  border-color: var(--cl-bl);
  background-color: var(--cl-bl);
  font-size: 1.6rem;
  font-weight: 500;
}

.block-cart--subtotal-price {
  font-weight: 500;
}

.block-cart--subtotal-price::after {
  font-size: 1.2rem;
}

.block-bookmarkslider .price {
  font-weight: 500;
}

.block-bookmarkslider--price::after {
  font-size: 1rem;
}

.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--goods-content,
.block-order-method--dest-content,
.block-order-method--host-content,
.block-order-method--host-confirmation,
.block-order-method--wrapping-content,
.block-order-method--message-card-content {
  background: transparent;
  border: solid 1px var(--cl-bdr);
}

.block-order-method h2,
.block-order-estimate h2 {
  margin: 0 0 16px;
  padding: 12px 0 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--cl-bk);
}

.block-order-method h3,
.block-order-method--dest-item-nickname,
.block-order-method--dest-title-salesinclude {
  font-weight: 500;
}

.block-order-method--dest-list address {
  margin-left: 36px;
}

.block-order-method--dest-item-title label {
  display: block;
}

.block-order-method--goods-item-image {
  padding: 0;
  background-color: transparent;
}

.block-order-method--goods-item-name,
.block-order-method--goods-item-set-name {
  font-weight: 500;
  line-height: 1.5;
}

.block-order-method--wrapping-item label:has(input[type="radio"])::before,
.block-order-method--wrapping-item label:has(input[type="radio"])::after,
.block-order-method--message-card-item label:has(input[type="radio"])::before,
.block-order-method--message-card-item label:has(input[type="radio"])::after {
  content: none;
}

.block-order-method--wrapping-item input[type="radio"],
.block-order-method--message-card-item input[type="radio"] {
  display: inline;
}

.block-order-method--sales-append-content {
  border-color: var(--cl-bdr);
  background-color: transparent;
}

.block-cart--container .order-side-area-fixed,
.block-order-method--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed {
  top: 80px;
}

.block-order-method--side-contents {
  background-color: transparent;
}

.block-order-method--procedure {
  padding: 0;
  border-color: var(--cl-bdr);
  background-color: transparent;
}

.block-order-method--procedure-container {
  background-color: transparent;
}

.block-order-method--next-btn {
  font-size: 1.6rem;
  font-weight: 500;
}

.block-order-method--dest-change strong {
  font-weight: 500;
}

.block-order-estimate--novelty,
.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--goods-content,
.block-order-estimate--wrapping-content,
.block-order-estimate--message-card-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--amazonpay-login,
.block-order-method--dest-item,
.block-order-method--dest-item:first-child,
.block-order-method--goods-list li,
.block-order-method--point-use-select,
.block-order-method--dest-change {
  border-color: var(--cl-bdr);
  background-color: transparent;
}

.block-order-estimate--novelty-list label {
  display: block;
}

.block-order-method h3,
.block-order-estimate h3 {
  padding: 4px 0;
  border: 0;
  color: var(--cl-bk);
  font-weight: 500;
}

.block-order-estimate--pay-header {
  background-color: var(--cl-bk);
}

.block-order-estimate--pay-input {
  border-color: var(--cl-bdr);
  background-color: transparent;
}

.block-order-estimate--goods-item-image {
  padding: 0;
  background-color: transparent;
}

.block-order-estimate--amt {
  font-weight: 500;
  color: var(--cl-bk);
}

.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name {
  font-weight: 500;
  line-height: 1.5;
}

.block-order-estimate--sales-append-list th {
  border-color: var(--cl-bdr);
  color: var(--cl-bk);
  font-weight: 500;
}

.block-order-estimate--promotion-novelty-helper {
  padding: 10px;
  border-color: var(--cl-rd);
  background-color: transparent;
}

.block-order-estimate--procedure {
  padding: 0;
  border-color: var(--cl-bdr);
  background-color: transparent;
}

.block-order-estimate--procedure-container {
  background-color: transparent;
}

.block-order-estimate--commit-btn {
  font-size: 1.6rem;
  font-weight: 500;
}

.block-order-estimate--return-agree {
  font-size: 1.2rem;
}

.block-order-estimate--total {
  padding: 5px 0;
  background-color: transparent;
}

.block-order-estimate--total-price {
  font-weight: 500;
}

.block-order-estimate--point-add-num,
.block-order-estimate--point-add dd + dd {
  color: var(--cl-rd);
}

.block-order-estimate--side-contents {
  padding-top: 20px;
}

.mfp-bg,
.mfp-wrap {
  z-index: 99999 !important;
}

.block-order-estimate--address-frame {
  background-color: var(--cl-bg-base);
}

.block-order-estimate--address-frame h2 {
  background-color: var(--cl-bk);
  font-weight: 500;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  background: transparent;
  border: solid 1px var(--cl-bdr);
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: transparent;
  border: 1px solid var(--cl-rd);
  color: var(--cl-rd);
  font-weight: 500;
}

.block-order-estimate--wrapping-image,
.block-order-estimate--message-card-image {
  padding: 0;
  background-color: transparent;
}

.block-order-estimate--wrapping-name,
.block-order-estimate--message-card-name,
.block-order-estimate--message-card-input-title {
  font-weight: 500;
  line-height: 1.5;
}

.block-order-estimate--creditcard-newaddress-message {
  color: var(--cl-rd);
  font-weight: 500;
}

.block-order-estimate--wrapping-amt,
.block-order-estimate--message-card-amt {
  font-weight: 500;
  color: var(--cl-bk);
}

.block-order-complete--orderid th {
  color: var(--cl-bk);
}

.block-order-estimate--entry-customer-point {
  color: var(--cl-rd);
}

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 60px;
}

.block-order-complete--cart p {
  margin-bottom: 16px;
}

.block-order-complete--cart span {
  color: var(--cl-rd);
  font-weight: 500;
}

.status-progresbar-item,
.status-progresbar-item:last-child {
  border-color: var(--cl-bk);
}

.status-progresbar-completed {
  background-color: var(--cl-bl);
}

.block-common-alert {
  border-color: var(--cl-rd);
  background-color: rgba(167, 53, 57, 0.1);
  color: var(--cl-rd);
}

.status-reserve [class^="status-progress"]:after {
  border-color: #a73539;
  background: #af494c;
}

.action .btn.block-purchase-history--reauth-button {
  padding: 8px 16px;
  font-size: 1.4rem;
}

.block-mypage--logout a:visited {
  color: #ffffff;
}

/* ご利用ガイド */

.page-contentspages .pane-contents .container,
.page-contentspages .pane-main {
  display: block;
  width: 100%;
}

.page-contentspages h1 {
  width: var(--main-width);
  margin: 64px auto 63px;
  padding: var(--main-padding);
}

.block-guide-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: var(--main-width);
  margin: 0 auto 120px;
  padding: var(--main-padding);
}

.block-guide-content {
  width: calc(100% - 380px);
  line-height: 1.875;
}

.block-guide-nav {
  position: sticky;
  top: 90px;
  width: 280px;
}

.block-guide-nav.is-float {
  position: fixed;
  top: 90px;
}

.block-guide-nav.is-bottom {
  position: absolute;
  bottom: 0;
}

.block-guide-nav-anker-list .item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
}

.block-guide-nav-anker-list-items {
  margin-top: 20px;
}

.block-guide-nav-anker-list-items li + li {
  margin-top: 10px;
}

.block-guide-nav-anker-list-items li + li.list-main {
  margin-top: 20px;
}

.block-guide-nav-anker-list-items li:not(.list-main) {
  padding-left: 1em;
}

.block-guide-nav-anker-list + .block-guide-nav-link-list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--cl-bdr);
}

.block-guide-nav-link-list li + li {
  margin-top: 10px;
}

.block-guide-content-item + .block-guide-content-item {
  margin-top: 60px;
}

.block-guide-content-item h2:not(:first-child) {
  margin-top: 50px;
}

.block-guide-content-item h3 {
  margin-top: 50px;
}

.block-guide-content-item a {
  text-decoration: underline;
}

.block-guide-content-item > p {
  padding-left: 20px;
}

.block-guide-content-item > p:first-child,
.block-guide-content-item > p:first-child + p {
  padding-left: 0;
}

.block-guide-content-item > p:not(:first-child) {
  margin-top: 30px;
}

.block-guide-content-item > dl {
  margin-top: 40px;
  padding-left: 20px;
}

.block-guide-content-item > dl > dt {
  font-size: 1.6rem;
  font-weight: 500;
}

.block-guide-content-item > dl > dd {
  margin-top: 10px;
}

.block-guide-content-item > dl > dd > p:not(:first-child) {
  margin-top: 30px;
}

.block-guide-content-item table {
  width: 100%;
}

.block-guide-content-item table:not(:first-child) {
  margin-top: 30px;
}

.block-guide-content-item > table {
  width: calc(100% - 20px);
  margin-left: 20px;
}

.block-guide-content-item > table.tbl-ordercontract {
  width: 100%;
  margin-left: 0;
}

.block-guide-content-item table caption {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}

.block-guide-content-item table th,
.block-guide-content-item table td {
  padding: 15px 0;
  border-top: 1px solid var(--cl-bdr);
  border-bottom: 1px solid var(--cl-bdr);
}

.block-guide-content-item table.tbl-ordercontract th {
  font-weight: 700;
}

.block-guide-content-item .img-cc {
  display: block;
  margin-top: 30px;
}

.block-guide-content-item .link-img {
  display: block;
  margin-top: 20px;
}

.block-guide-content-item .box-gray {
  margin-top: 30px;
  padding: 24px;
  background-color: var(--cl-bg-1);
}

.block-guide-content-item > .box-gray {
  margin-left: 20px;
}

.block-guide-content-item > ul {
  padding-left: 20px;
}

.block-guide-content-item > ul:not(:first-child) {
  margin-top: 40px;
}

.block-guide-content-item > ul > li {
  position: relative;
  padding-left: 1.2em;
}

.block-guide-content-item > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--cl-gr);
}

/* 企業情報系 */

.block-company-nav {
  width: var(--main-width);
  margin: 0 auto;
  padding: var(--main-padding);
}

.block-company-nav.nav-top {
  margin-bottom: 30px;
}

.block-company-nav.nav-bottom {
  margin-top: 100px;
}

.block-company-nav.nav-top ul {
  display: flex;
  justify-content: flex-end;
}

.block-company-nav.nav-bottom ul {
  display: flex;
  justify-content: center;
}

.block-company-nav li + li {
  position: relative;
  margin-left: 31px;
}

.block-company-nav li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: var(--cl-bk);
}

.block-aboutus,
.block-companyprofile,
.block-history {
  margin-bottom: 120px;
}

.block-aboutus-container {
  width: var(--main-width);
  margin: 0 auto;
  padding: var(--main-padding);
}

.block-aboutus-catchcopy {
  margin-top: 30px;
  padding: 80px 50px 75px;
  background-color: rgba(142, 190, 255, 0.05);
}

.block-aboutus-catchcopy img {
  display: block;
  height: auto;
}

.block-aboutus-catchcopy .block-aboutus-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-aboutus-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.block-aboutus-content .item-comment {
  width: 38%;
}

.block-aboutus-content .item-img {
  width: 62%;
  margin-left: 10px;
}

.block-aboutus-content .item-comment {
  display: flex;
  justify-content: flex-end;
  margin-right: 60px;
  font-size: 2.2rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

.block-aboutus-content .item-img img {
  display: block;
  width: 100%;
}

.block-companyprofile-mv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-companyprofile h2 {
  width: 864px;
  margin: 60px auto 23px;
}

.block-companyprofile-tbl {
  width: 864px;
  margin: 0 auto;
}

.block-companyprofile-tbl th,
.block-companyprofile-tbl td {
  padding: 24px 0;
  border-top: 1px solid var(--cl-bdr);
  border-bottom: 1px solid var(--cl-bdr);
  vertical-align: middle;
}

.block-companyprofile-tbl.tbl-profile th {
  width: 200px;
}

.block-companyprofile-tbl td img {
  margin-right: 24px;
  vertical-align: middle;
}

.block-companyprofile-base {
  width: 864px;
  margin: 0 auto;
}

.block-companyprofile-base dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--cl-bdr);
}

.block-companyprofile-base dl + dl {
  margin-top: 30px;
}

.block-companyprofile-base dt {
  width: 200px;
  font-size: 1.6rem;
  font-weight: 700;
}

.block-companyprofile-base dd {
  width: calc(100% - 200px);
}

.block-companyprofile-base .map {
  margin-top: 20px;
}

.block-companyprofile-base .map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.block-companyprofile-base .accsess {
  margin-top: 20px;
}

.block-history-mv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-history-list {
  width: 938px;
  margin: 60px auto 0;
}

.block-history-list-item {
  display: flex;
}

.block-history-list-item dt {
  display: flex;
  flex-direction: column;
  width: 140px;
  font-size: 1.3rem;
}

.block-history-list-item dt .ff-num {
  font-size: 3.9rem;
  font-weight: 700;
}

.block-history-list-item dd {
  position: relative;
  width: calc(100% - 140px);
  min-height: 180px;
  padding: 18px 0 34px 26px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.block-history-list-item dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--cl-link);
}

.block-history-list-item dd::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 2px;
  height: 100%;
  background-color: var(--cl-link);
}

.block-history-list-item:first-child dd::after {
  top: 30px;
  height: calc(100% - 30px);
}

.block-history-list-item:last-child dd::after {
  height: 30px;
}

.block-history-list-item dd p + p {
  margin-top: 1em;
}

.block-history-list-item .list-goods {
  display: flex;
  justify-content: space-between;
}

.block-history-list-item .list-goods-txt {
  width: calc(100% - 340px);
}

.block-history-list-item .list-goods-img {
  width: 320px;
}

.block-history-list-item .list-goods-img img {
  display: block;
  height: auto;
}

.block-history-list-item .list-company-img + .list-company-txt,
.block-history-list-item .list-company-txt + .list-company-img {
  margin-top: 24px;
}

.block-history-list-item .list-company-img {
  width: 576px;
}

.block-history-list-item .list-company-img img {
  display: block;
  height: auto;
}

.block-150th {
  margin-bottom: 120px;
}

.block-150th-mv img {
  display: block;
  width: 100%;
  height: auto;
}

.block-150th-message {
  width: 800px;
  margin: 40px auto 0;
  letter-spacing: 0.1em;
}

.block-150th-message-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 2;
}

.block-150th-message-comment {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
}

.block-150th-logo {
  width: 880px;
  margin: 100px auto 0;
}

.block-150th-logo-mv {
  letter-spacing: 0.1em;
}

.block-150th-logo-mv img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.block-150th-logo-mv .item-ttl {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

.block-150th-logo-mv .item-message {
  margin-top: 24px;
  line-height: 2.8;
}

.block-150th-logo-point {
  margin-top: 100px;
}

.block-150th-logo-point li + li {
  margin-top: 80px;
}

.block-150th-logo-point .list-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-150th-logo-point .list-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 5px;
}

.block-150th-logo-point .list-ttl {
  width: 225px;
}

.block-150th-logo-point .list-ttl-point {
  color: var(--cl-bl);
  font-weight: 700;
}

.block-150th-logo-point .list-ttl-ttl {
  margin-top: 3px;
  font-size: 1.8rem;
  font-weight: 700;
}

.block-150th-logo-point .list-comment {
  width: calc(100% - 225px);
  line-height: 1.625;
}

.block-150th-logo-transition {
  margin-top: 100px;
}

.block-150th-logo-transition img {
  display: block;
  height: auto;
}

.block-150th-history {
  width: 880px;
  margin: 100px auto 0;
}

.block-150th-history-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  width: 880px;
  height: 451px;
  padding: 50px 60px 50px 395px;
  color: #ffffff;
}

.block-150th-history-content .item-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1005;
}

.block-150th-history-content .item-ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
}

.block-150th-history-content .item-comment {
  position: relative;
  margin-top: 12px;
  line-height: 2.2;
}

.block-150th-history-content .item-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.block-150th-history-content .item-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 24px;
  border: 1px solid var(--cl-bdr);
  border-radius: 36px;
  background-color: var(--cl-bg-base);
  color: var(--cl-bk);
  font-size: 1.2rem;
}

.block-150th-history-content .item-btn a:hover {
  opacity: 0.65;
}

.block-sitemap {
  margin-bottom: 120px;
}

.block-sitemap-item {
  display: flex;
  width: 100%;
}

.block-sitemap-item + .block-sitemap-item {
  margin-top: 80px;
}

.block-sitemap-item-list,
.block-sitemap-sns-list {
  width: calc((100% - 80px) / 5);
}

.block-sitemap-item-list:not(:nth-child(5n)) {
  margin-right: 20px;
}

.block-sitemap-item-list .layer-1-ttl {
  font-size: 1.8rem;
  font-weight: 700;
}

.block-sitemap-item-list .layer-1-ttl + .layer-2 {
  margin-top: 20px;
}

.block-sitemap-item-list .layer-2-item + .layer-2-item {
  margin-top: 8px;
}

.block-sitemap-sns-list li + li {
  margin-top: 16px;
}

.block-sitemap-sns-list a {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.block-sitemap-sns-list a.icon-ig {
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_m_sns_ig.png);
}

.block-sitemap-sns-list a.icon-ln {
  width: 26px;
  height: 25px;
  background-image: url(../../img/usr/common/icon_m_sns_ln.png);
}

.block-sitemap-sns-list a.icon-x {
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_m_sns_x.png);
}

.block-sitemap-sns-list a.icon-fb {
  width: 25px;
  height: 25px;
  background-image: url(../../img/usr/common/icon_m_sns_fb.png);
}

.block-sitemap-sns-list a.icon-yt {
  width: 26px;
  height: 18px;
  background-image: url(../../img/usr/common/icon_m_sns_yt.png);
}

.block-sitemap-sns-list a:hover {
  opacity: 0.65;
}

.block-login--linelogin-body {
  width: 100%;
}

.block-login--linelogin-body ul {
  margin-left: 0;
}

.block-login--linelogin-body ul li {
  display: flex;
  justify-content: center;
  width: 100%;
  float: none;
}

.block-login--linelogin-contents-btn {
  display: flex;
  align-items: center;
  width: auto;
}

.block-login--snslogin-body {
  width: 100%;
}

.block-login--snslogin-body ul {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}

.block-login--snslogin-body ul li {
  display: flex;
  justify-content: center;
  width: 100%;
  float: none;
}

.block-login--snslogin-contents-btn {
  display: flex;
  align-items: center;
  width: auto;
}

.block-cart--amazonpay-description {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.block-bookmarkslider {
  margin-top: 100px;
}

.block-order-method--next-btn,
.block-order-estimate--commit-btn {
  border-color: var(--cl-bl);
  background-color: var(--cl-bl);
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  padding: 15px 4px 5px 15px;
}
