@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

/*
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  background: #e7e3ed;
  color: #111111;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a [href=""] {
  pointer-events: none;
}

img {
  height: auto;
  border-style: none;
  vertical-align: top;
}

video {
  width: 100%;
}

h1, h2, h3, p {
  margin: 0;
  word-break: break-all;
}

@media (min-width: 750px) {
  .lp_wrap .sp {
    display: none;
  }
}
.lp_wrap {
  width: 100%;
  overflow: hidden;
  margin-inline: auto;
}
.lp_wrap img {
  width: 100%;
  margin-top: -0.0375rem;
}

.lp_faq_dl dt,
.lp_fv_offer_attention dt,
.attention dt {
  cursor: pointer;
}

.lp_faq_dl dd,
.lp_fv_offer_attention dd {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  padding: 0;
}

.lp_faq_dl dt.open + dd,
.lp_fv_offer_attention dt.open + dd {
  max-height: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@-webkit-keyframes twinkle01 {
  0% {
    left: -30%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes twinkle01 {
  0% {
    left: -30%;
  }
  40% {
    left: 120%;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
blockquote:empty {
  display: none;
}

@media screen and (max-width: 1440px) {
  .lp_wrap .lp_wrap_in {
    width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  .lp_wrap .lp_wrap_in > * {
    width: 90rem;
    margin-left: -13.75rem;
  }
}
.more__inner__wrap {
  position: relative;
  color: #fff;
}
.more__inner__wrap .js-more-hidden {
  overflow: hidden;
  -webkit-transition: max-height ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s;
  mix-blend-mode: lighten;
}
.more__inner__wrap:not(.open) .js-more-hidden {
  max-height: 11.25rem !important;
}

.js-more-btn {
  z-index: 5;
}

.js-more-hidden::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 3;
}

.more__inner__wrap.open .js-more-hidden::before,
.more__inner__wrap.open .more_btn {
  opacity: 0 !important;
  pointer-events: none;
}

.lp_fv_offer_wrap {
  background: #E9E6F9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(233, 230, 249)), to(rgb(244, 241, 255)));
  background: linear-gradient(90deg, rgb(233, 230, 249) 0%, rgb(244, 241, 255) 100%);
}

.lp_fv_offer {
  padding-bottom: 5.625rem;
  background-size: 100% auto;
  overflow: hidden;
}
.lp_fv_offer::after {
  width: 55.5555555556%;
  height: 31.25vw;
  /* content: ""; */
  background: url("https://d2w53g1q050m78.cloudfront.net/doumcojp/uploads/lp-timeleap-serum/img/pc_fv04_bg_btn.webp") bottom right no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  z-index: 3;
}
.lp_fv_offer > * {
  position: relative;
  z-index: 5;
}
.lp_fv_offer_mov {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.lp_fv_offer_btn {
  width: 38.75rem;
  margin: 2.25rem auto 1.125rem;
  -webkit-animation: zoom 1s linear infinite alternate;
          animation: zoom 1s linear infinite alternate;
}
.lp_fv_offer_btn a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lp_fv_offer_btn a:hover {
  opacity: 0.7;
}
.lp_fv_offer_attention {
  margin: 2rem 0 0;
}
.lp_fv_offer_attention dt {
  font-size: 0.875rem;
  text-align: center;
  color: #523b5d;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_fv_offer_attention dt:hover {
  opacity: 0.7;
}
.lp_fv_offer_attention dt span {
  border-bottom: 1px solid #523b5d;
}
.lp_fv_offer_attention dt.open::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.lp_fv_offer_attention dt::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.75rem;
  background: url("https://d2w53g1q050m78.cloudfront.net/doumcojp/uploads/lp-timeleap-serum/img/i_arw.webp") center center no-repeat;
  background-size: contain;
  display: block;
}
.lp_fv_offer_attention dd {
  max-width: 48.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.lp_fv_offer_attention_in {
  padding: 1.25rem 0 0;
}

.offer_wrap {
  padding: 5rem 0 8.75rem;
  background: #EADBEF;
  background: linear-gradient(-141deg, rgb(234, 219, 239) 0%, rgb(165, 149, 188) 100%);
}
.offer_wrap_in {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}
.offer_wrap .offer_head {
  padding-block: 0 3.125rem;
}
.offer_wrap .offer_box {
  display: block;
  margin-left: -0.9375rem;
  margin-right: -2rem;
  position: relative;
}
.offer_wrap .offer_box .offer_item img {
  height: 44.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.offer_wrap .offer_box .offer_btn {
  width: 24.625rem;
  display: block;
  position: absolute;
  bottom: 5rem;
  right: 5.125rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: zoom 1s linear infinite alternate;
          animation: zoom 1s linear infinite alternate;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.offer_wrap .offer_box .offer_btn:hover {
  opacity: 0.7;
}
.offer_wrap .offer_box .offer_btn span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.offer_wrap .offer_box .offer_btn span::before {
  content: "";
  display: block;
  width: 30%;
  height: 300%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -100%;
  left: -30%;
  -webkit-animation: 2s twinkle01 infinite;
          animation: 2s twinkle01 infinite;
}
.offer_wrap .attention {
  margin: 0;
  padding: 1.25rem 3.125rem 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offer_wrap .attention dt {
  font-size: 1rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
.offer_wrap .attention dd {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: 0;
  position: relative;
}
.offer_wrap .attention dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.offer_wrap .attention dd .more_btn {
  width: 25rem;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -12.5rem;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.offer_wrap .attention dd .more_btn:hover {
  opacity: 0.7;
}

.lp_voice_korea {
  margin-top: -4.125rem;
}

.lp_half_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_half_box > * {
  width: 50%;
}

.lp_howto_faq {
  background: #e7e3ed;
  padding: 8.75rem 0;
}
.lp_howto_faq .howto_title {
  text-align: center;
  margin-bottom: 3.125rem;
}
.lp_howto_faq .howto_title img {
  width: 21.0625rem;
}
.lp_howto_faq .howto_movie {
  margin-bottom: 7.5rem;
  text-align: center;
}
.lp_howto_faq .howto_movie video {
  width: 43.75rem;
}
.lp_howto_faq .faq_title {
  text-align: center;
  margin-bottom: 4.375rem;
}
.lp_howto_faq .faq_title img {
  width: 9.25rem;
}

.lp_faq {
  margin-bottom: -1.875rem;
}
.lp_faq_dl {
  max-width: 55rem;
  margin: 0 auto 1.875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  color: #333333;
  background: #ffffff;
}
.lp_faq_dl dt {
  padding: 1.75rem 0 1.6875rem 3.125rem;
  font-size: 0.9375rem;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp_faq_dl dt:hover span {
  opacity: 0.7;
}
.lp_faq_dl dt span {
  padding-right: 6.875rem;
  line-height: 1.7142857143;
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lp_faq_dl dt span::before, .lp_faq_dl dt span::after {
  content: "";
  width: 1rem;
  height: 2px;
  background: #986fab;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 3.25rem;
}
.lp_faq_dl dt span::after {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp_faq_dl dt.open {
  padding-bottom: 1.3125rem;
}
.lp_faq_dl dt.open span::after {
  opacity: 0;
}
.lp_faq_dl dd {
  margin: 0 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  position: relative;
}
.lp_faq_dl dd .lp_faq_in {
  padding: 0.4375rem 3.125rem 2.5rem 3.125rem;
}
.lp_faq_dl dd small {
  color: #a6a6a6;
  margin-top: 1.25rem;
  display: block;
}

.form_wrap {
  min-width: 62.5rem;
  padding-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form_wrap .form_wrap_in {
  padding: 3.125rem;
  background: #ffffff;
  border-radius: 0.625rem;
}

.lp_footer {
  margin-top: 10rem;
  padding: 4.5rem 3.125rem 4.375rem;
  background: #574565;
  color: #ffffff;
}
.lp_footer_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.lp_footer a {
  color: #ffffff;
}
.lp_footer .logo {
  margin-right: 1.5625rem;
}
.lp_footer .logo img {
  width: 9.75rem;
}
.lp_footer .ft_nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp_footer .ft_nav li {
  font-size: 0.875rem;
  line-height: 1.2;
  list-style: none;
  letter-spacing: 0.1em;
  margin-inline: 1.5625rem;
}
.lp_footer .ft_nav a {
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lp_footer .ft_nav a:hover {
  opacity: 0.7;
}
.lp_footer .copyright {
  width: 100%;
  text-align: center;
  margin-top: 4.6875rem;
  font-size: 0.6875rem;
  color: #b19ec0;
  letter-spacing: 0.1em;
  display: block;
}

@media (max-width: 1023.9px) {
  .lp_wrap .lp_wrap_in {
    width: 97.65625vw;
  }
  .lp_wrap .lp_wrap_in > * {
    width: 140.625vw;
    margin-left: -21.484375vw;
  }
  .more__inner__wrap:not(.open) .js-more-hidden {
    max-height: 17.578125vw !important;
  }
  .lp_fv_offer {
    padding-bottom: 8.7890625vw;
  }
  .lp_fv_offer::after {
    width: 55.5555555556%;
    height: 31.25vw;
  }
  .lp_fv_offer_mov {
    width: 39.0625vw;
  }
  .lp_fv_offer_btn {
    width: 60.546875vw;
    margin: 3.515625vw auto 1.7578125vw;
  }
  .lp_fv_offer_attention dt {
    font-size: 1.3671875vw;
  }
  .lp_fv_offer_attention dt::after {
    width: 0.9765625vw;
    height: 0.9765625vw;
    margin-left: 1.171875vw;
  }
  .lp_fv_offer_attention dd {
    max-width: 76.171875vw;
    font-size: 1.3671875vw;
  }
  .lp_fv_offer_attention_in {
    padding: 1.953125vw 0 0;
  }
  .offer_wrap {
    padding-bottom: 13.671875vw;
  }
  .offer_wrap_in {
    max-width: 85.9375vw;
  }
  .offer_wrap .offer_head {
    padding-block: 7.8125vw 4.8828125vw;
  }
  .offer_wrap .offer_box {
    margin-left: -1.46484375vw;
    margin-right: -3.125vw;
  }
  .offer_wrap .offer_box .offer_item img {
    height: 70.01953125vw;
  }
  .offer_wrap .offer_box .offer_btn {
    width: 38.4765625vw;
    bottom: 7.8125vw;
    right: 8.0078125vw;
  }
  .offer_wrap .attention {
    padding: 1.953125vw 4.8828125vw 0;
  }
  .offer_wrap .attention dt {
    font-size: 1.5625vw;
    margin-bottom: 2.9296875vw;
  }
  .offer_wrap .attention dd {
    font-size: 1.3671875vw;
    line-height: 1.7142857143;
  }
  .offer_wrap .attention dd .more_btn {
    width: 39.0625vw;
    margin-left: -19.53125vw;
  }
  .lp_voice_korea {
    margin-top: -6.4453125vw;
  }
  .lp_howto_faq {
    padding: 13.671875vw 0;
  }
  .lp_howto_faq .howto_title {
    margin-bottom: 4.8828125vw;
  }
  .lp_howto_faq .howto_title img {
    width: 32.91015625vw;
  }
  .lp_howto_faq .howto_movie {
    margin-bottom: 11.71875vw;
  }
  .lp_howto_faq .howto_movie video {
    width: 68.359375vw;
  }
  .lp_howto_faq .faq_title {
    margin-bottom: 6.8359375vw;
  }
  .lp_howto_faq .faq_title img {
    width: 14.453125vw;
  }
  .lp_faq {
    margin-bottom: -2.9296875vw;
  }
  .lp_faq_dl {
    max-width: 85.9375vw;
    margin: 0 auto 2.9296875vw;
    border-radius: 0.9765625vw;
  }
  .lp_faq_dl dt {
    padding: 2.734375vw 0 2.63671875vw 4.8828125vw;
    font-size: 1.46484375vw;
  }
  .lp_faq_dl dt span {
    padding-right: 10.7421875vw;
  }
  .lp_faq_dl dt span::before, .lp_faq_dl dt span::after {
    width: 1.5625vw;
    right: 5.078125vw;
  }
  .lp_faq_dl dt.open {
    padding-bottom: 2.05078125vw;
  }
  .lp_faq_dl dd {
    font-size: 1.3671875vw;
  }
  .lp_faq_dl dd .lp_faq_in {
    padding: 0.68359375vw 4.8828125vw 3.90625vw 4.8828125vw;
  }
  .lp_faq_dl dd small {
    margin-top: 1.953125vw;
  }
  .form_wrap {
    padding-top: 11.71875vw;
  }
  .form_wrap .form_wrap_in {
    padding: 4.8828125vw;
    border-radius: 0.9765625vw;
  }
  .lp_footer {
    margin-top: 15.625vw;
    padding: 7.03125vw 4.8828125vw 6.8359375vw;
  }
  .lp_footer .logo {
    margin-right: 2.44140625vw;
  }
  .lp_footer .logo img {
    width: 15.234375vw;
  }
  .lp_footer .ft_nav li {
    font-size: 1.3671875vw;
    margin-inline: 2.44140625vw;
  }
  .lp_footer .copyright {
    margin-top: 7.32421875vw;
    font-size: 10px;
  }
}
@media (max-width: 749.9px) {
  .lp_wrap .lp_wrap_in {
    width: 100%;
  }
  .lp_wrap .lp_wrap_in > * {
    width: 100%;
    margin-left: 0;
  }
  .more__inner__wrap:not(.open) .js-more-hidden {
    max-height: 30.4vw !important;
  }
  .lp_fv_offer {
    padding-bottom: 12vw;
    background: none;
  }
  .lp_fv_offer::after {
    display: none;
  }
  .lp_fv_offer::after {
    width: 55.5555555556%;
    height: 31.25vw;
  }
  .lp_fv_offer_mov {
    width: 86.6666666667vw;
  }
  .lp_fv_offer_btn {
    width: 92.5333333333vw;
    margin: 6.6666666667vw auto 4vw 0.125rem;
  }
  .lp_fv_offer_attention dt {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .lp_fv_offer_attention dt::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .lp_fv_offer_attention dd {
    max-width: 86.6666666667vw;
    font-size: 3.2vw;
  }
  .lp_fv_offer_attention_in {
    padding: 4vw 0 0;
  }
  .offer_wrap {
    padding-bottom: 16vw;
    background: linear-gradient(-141deg, rgb(234, 219, 239) 25%, rgb(165, 149, 188) 75%);
  }
  .offer_wrap_in {
    max-width: 86.6666666667vw;
  }
  .offer_wrap .offer_head {
    padding-block: 9.3333333333vw 6.6666666667vw;
  }
  .offer_wrap .offer_box {
    margin-left: -2.1333333333vw;
    margin-right: -4vw;
  }
  .offer_wrap .offer_box .offer_item {
    width: 92.2666666667vw;
  }
  .offer_wrap .offer_box .offer_item img {
    height: auto;
  }
  .offer_wrap .offer_box .offer_btn {
    width: 76vw;
    bottom: 11.2vw;
    right: 9.3333333333vw;
  }
  .offer_wrap .attention {
    padding: 3.7333333333vw 0 0;
  }
  .offer_wrap .attention dt {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
    border-bottom: 0;
  }
  .offer_wrap .attention dd {
    font-size: 2.6666666667vw;
    line-height: 1.9;
  }
  .offer_wrap .attention dd p {
    word-break: normal;
  }
  .offer_wrap .attention dd .more_btn {
    width: 74.6666666667vw;
    margin-left: -37.3333333333vw;
  }
  .lp_half_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .lp_half_box > * {
    width: 100%;
  }
  .lp_voice_korea {
    margin-top: -8.8vw;
  }
  .lp_voice_korea .korea04 {
    margin-top: -6.6666666667vw;
  }
  .lp_sns01 {
    margin-top: -2.6666666667vw;
  }
  .lp_howto_faq {
    padding-top: 21.3333333333vw;
  }
  .lp_howto_faq .howto_title {
    margin-bottom: 10.6666666667vw;
  }
  .lp_howto_faq .howto_title img {
    width: 76vw;
  }
  .lp_howto_faq .howto_movie {
    margin-bottom: 18.6666666667vw;
  }
  .lp_howto_faq .howto_movie video {
    width: 86.6666666667vw;
  }
  .lp_howto_faq .faq_title {
    margin-bottom: 10.6666666667vw;
  }
  .lp_howto_faq .faq_title img {
    width: 34.6666666667vw;
  }
  .lp_faq {
    margin-bottom: -4.8vw;
  }
  .lp_faq_dl {
    width: 89.3333333333vw;
    margin: 0 auto 4.8vw;
    border-radius: 1.3333333333vw;
  }
  .lp_faq_dl dt {
    padding: 4.8vw 0 4.5333333333vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .lp_faq_dl dt span {
    padding-right: 12vw;
  }
  .lp_faq_dl dt span::before, .lp_faq_dl dt span::after {
    width: 3.7333333333vw;
    height: 2px;
    margin-top: -1px;
    right: 5.0666666667vw;
  }
  .lp_faq_dl dd .lp_faq_in {
    padding: 0.9333333333vw 12vw 6.6666666667vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .lp_faq_dl dd small {
    margin-top: 4vw;
    font-size: 2.1333333333vw;
  }
  .form_wrap {
    min-width: 100%;
    padding-top: 13.3333333333vw;
  }
  .form_wrap .form_wrap_in {
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
  .lp_footer {
    margin-top: 16vw;
    padding: 13.3333333333vw 6.6666666667vw 9.3333333333vw;
  }
  .lp_footer_in {
    display: block;
    text-align: center;
  }
  .lp_footer .logo {
    margin-right: 0;
    margin-bottom: 16vw;
  }
  .lp_footer .logo img {
    width: 20.8vw;
  }
  .lp_footer .ft_nav {
    display: block;
    padding: 0;
  }
  .lp_footer .ft_nav li {
    font-size: 3.2vw;
    margin-bottom: 5.8666666667vw;
  }
  .lp_footer .copyright {
    margin-top: 16vw;
    font-size: 10px;
    display: block;
  }
}

.floating_bn {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  padding-bottom: 1.3333333333vw;
  z-index: 100;
  -webkit-transform: translate3d(0, 101%, 0);
          transform: translate3d(0, 101%, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}
.floating_bn:not(.floating_view) {
  pointer-events: none;
}
.floating_bn.floating_view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
.floating_bn a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.floating_bn a:hover {
  opacity: 0.85;
}
.floating_bn img {
  width: 91.4666666667%;
  max-width: 620px;
}

/*------------------------------------
* PC,SP共通部分
*-------------------------------------*/
/* リセット */
body { margin: 0;}

#lp-form h1,
#lp-form h2,
#lp-form h3,
#lp-form h4,
#lp-form h5,
#lp-form h6,
#lp-form p,
#lp-form ul,
#lp-form ol,
#lp-form li,
#lp-form dl,
#lp-form dt,
#lp-form dd,
#lp-form blockquote {
  margin: 0;
}

#lp-form ul,
#lp-form ol {
  ist-style: none inside;
}

#lp-form img,
#lp-form a img {
  border: 0;
  vertical-align: middle;
}

#lp-form .clearfix {
  zoom: 1;
}

#lp-form .clearfix:after {
  clear: both;
  content: '';
  display: block;
}

#lp-form {
  font-size: 12px;
  line-height: 1.42857143;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}

#lp-form table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Form 項目と入力ボックス間の空白調節*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
  float: left;
  position: relative;
  min-height: 1px;
}
.col-24 {width: 100%;}
.col-23 {width: 95.83333333%;}
.col-22 {width: 91.66666667%;}
.col-21 {width: 87.5%;}
.col-20 {width: 83.33333333%;}
.col-19 {width: 79.16666667%;}
.col-18 {width: 75%;}
.col-17 {width: 70.83333333%;}
.col-16 {width: 66.66666667%;}
.col-15 {width: 62.5%;}
.col-14 {width: 58.33333333%;}
.col-13 {width: 54.16666667%;}
.col-12 {width: 50%;}
.col-11 {width: 45.83333333%;}
.col-10 {width: 41.66666667%;}
.col-9 {width: 37.5%;}
.col-8 {width: 33.33333333%;}
.col-7 {width: 29.16666667%;}
.col-6 {width: 25%;}
.col-5 {width: 20.83333333%;}
.col-4 {width: 16.66666667%;}
.col-3 {width: 12.5%;}
.col-2 {width: 8.33333333%;}
.col-1 {width: 4.16666667%;}

/*------------------------------------
* PC部分
*-------------------------------------*/
/* 本フォーム全体  */
.form_container_ec {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
.form_main_container_ec {
  font-size:12px;
  width: 100%;
  border-radius:3px
}
.landing_form_label_ec {
  padding: 15px;
}
/* フォームの項目名ラベル */
.form_box_label {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  color: #333;
  margin-bottom: 2%;
}
span.form_required_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
  float: right !important;
}
/* フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  width: 852px;
  margin: 0 auto;
}
/* フォーム一項目　項目名ラベルと入力ボックス */
.landing_form_ec tr {
  line-height: 18px;
  font-size: 14px;
}
/* フォーム左側　項目名ラベル */
.landing_form_ec th {
  text-align: left;
  vertical-align: top;
  padding: 13px 11px;
}
/* フォーム右側　入力ボックス */
.landing_form_ec td {
  width: 584px;
  padding: 13px 5px;
}
/* フォームトップメッセージ */
.login_message_ec,
.purchase_message_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.form_main_container_sp_ec .formError {
  width: 200px;
}

.form_main_container_ec .formError {
  width: 470px;
}

.formError .formErrorContent {
  width: 60%;
  font-size: 100%;
}

.alert_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
p.caution_ec {
  padding-top:10px;
  font-size: 14px;
}
.optin_view_ec,
.agreement_view_ec,
.order_checklist_view_ec {
  margin-left: 4%;
  padding-top: 20px;
  position: relative;
}

.submit_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
}

#option_types {
  margin-top: 10px;
}

#option_types:empty {
  display: none;
}

.option_type{
  margin: 5px 0;
}

.option_type label {
  display: inline-block;
  width: 80px;
}

.form_group_ec {
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}
.form_main_container_ec div.form_group_ec input{
  padding: 10px 10px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_ec div.form_group_ec select{
  padding: 10px 10px;
  height: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_main_container_ec div.form_group_ec .disabled-input-ec {
  pointer-events: none;
  background-color: #ccc !important;
  opacity: 0.7;
}
input.input_box_ec { width:70%; }
select.input_box_product_ec { min-width:50%; }
p.input_product_ec { display:inline-block; }
input.input_box_name_ec { width:70%; }
input.input_box_name1_ec { width:70%; }
input.input_box_name2_ec { width:70%; }
input.input_box_kana_ec { width:70%; }
input.input_box_kana1_ec { width:70%; }
input.input_box_kana2_ec { width:70%; }
select.input_box_sex_ec { width: 25%; }
select.input_box_job_ec { width: 70%; }
select.input_box_birth_year_ec { width: 25%; }
select.input_box_birth_month_ec { width: 15%; }
select.input_box_birth_day_ec { width: 15%; }
input.input_box_zip1_ec { width: 50px; }
input.input_box_zip2_ec { width: 60px; }
select.input_box_pref_ec { width: 150px; }
input.input_box_addr1_ec { width: 70%; }
input.input_box_addr2_ec { width: 70%; }
input.input_box_addr3_ec { width: 70%; }
input.input_box_tel_ec { width: 70%; }
input.input_box_tel1_ec { width: 45px; }
input.input_box_tel2_ec { width: 45px; }
input.input_box_tel3_ec { width: 45px; }
input.input_box_fax_ec { width: 70%; }
input.input_box_fax1_ec { width: 45px; }
input.input_box_fax2_ec { width: 45px; }
input.input_box_fax3_ec { width: 45px; }
input.input_box_email_ec { width: 70%; }
input.input_box_email_confirm_ec { width: 70%; }
input.input_box_customer_number_ec { width: 70%; }
select.input_box_card_method_ec { width: 50%; }
select.input_box_card_times_ec { width: 15%; }
input.input_box_card_number_ec { width: 70%; }
select.input_box_card_month_ec { width: 15%; }
select.input_box_card_year_ec { width: 15%; }
input.input_box_card_name_ec { width: 70%; }
input.input_box_password_ec { width: 70%; }
input.input_box_password_confirm_ec { width: 70%; }

p.form_box_label_ec strong { font-weight: bold; }
p.form_box_label_ec label { font-weight: bold; }
div.form_group_ec p {}
div.form_group_ec span { font-weight: bold; }
div.scheduled_delivery_date_text_ec {
  font-size: 14px;
  line-height: 20px;
}

div.pre_ordered_delivery_description_text_ec {
  font-size: 14px;
  line-height: 20px;
}

.preview_container_ec > table th,
.preview_container_ec > table td {
  border: 1px solid #d0dcec;
}

.table_bordered_ec {
  border: 0px !important;
}

.table_ec {
  width: 100%;
  max-width: 100%;
}

.table_ec tr > .pull_right_ec {
  text-align: right;
}

.table_ec tr > th.product_name_ec {
  width: 60%;
}

.table_ec tr > th.product_price_ec {
  width: 15%;
}

.table_ec tr > th.product_quantity_ec {
  width: 10%;
}

.table_ec tr > th.product_pickup_available_date_ec {
  width: 15%;
}

.table_ec tr > th.product_sub_total_ec {
  width: 15%;
}

.total_color_ec {
  color: #ff0000;
  font-weight: bold;
}

.without_border_ec {
  border: none !important;
}

/* Paypal */
#paypal-button-container {
  width: 50%;
}

/* Amazon Pay */
.amazon_pay_box_ec {
  border: solid 1px #C3C3C3;
  margin: 10px;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 25px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  color: #e6a300;
}

.amazon_pay_message_ec {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_ec {
  height: 32px;
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_button_all_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_ec {
  padding-top: 15px;
  margin-left: -25px;
}

.amazon_pay_button_wallet_ec input.billing_agreement_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_ec {
  height: 228px;
}

.wallet_widget_wrapper_ec {
  height: 228px;
  width:417px;
  float:left;
  margin-right:6px;
}

.consent_widget_wrapper_ec {
  height:193px;
  width:417px;
  float:left;
  margin-top: 5px;
}

.consent_wrapper_ec {
  height: 30px;
  width: 405px;
  color: white;
  background: red;
  vertical-align: middle;
  display: table-cell;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.consent_wrapper_ec > span.consent_message_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_ec > span.consent_mandatory_ec {
  float: right;
  background: white;
  color: red;
  padding: 0 4px;
}

.consent_wrapper_ec > input.consent_checkbox_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_ec {
  margin: 40px 0 30px;
  font-size: 18px;
}

.amazon_pay_popup_body_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_ec {
  width: 852px;
  margin: 20px auto 0px auto;
  border: solid 1px #C3C3C3;
}

p.login_message_wrapper_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_ec {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
}

.socialplus_ec .button-container {
  width: calc(33.3% - 10px);
  margin: 5px;
}

.socialplus_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  padding-left: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.socialplus_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* ecforce-payment */
.ecforce-payment-card-number,
.ecforce-payment-card-expiry,
.ecforce-payment-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.ecforce-payment-card-number #card-number,
.ecforce-payment-card-expiry #card-expiry,
.ecforce-payment-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* payjp */
.payjp-card-number,
.payjp-card-expiry,
.payjp-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.payjp-card-number #card-number,
.payjp-card-expiry #card-expiry,
.payjp-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

/* fincode */
.fincode-card-number,
.fincode-card-expiry,
.fincode-card-cvv {
  cursor: text !important;
  font-size: 12px !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  width: 70% !important;
}
.fincode-card-number #card-number,
.fincode-card-expiry #card-expiry,
.fincode-card-cvv #card-cvv {
  padding: 10px 10px !important;
}

.toggle_text {
  display: none;
}

/* カスタム項目 */
.free_columns-section_ec input {
  width: 70%;
}
.free_columns-section_ec input[type=checkbox], .free_columns-section_ec input[type=radio] {
  width: auto;
  top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_ec .checkbox-wrapper, .free_columns-section_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_ec .checkbox-wrapper>label, .free_columns-section_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 2px;
  width: 93%;
}
.free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_ec textarea {
  width: 100%;
}
.free_columns-section_ec select {
  width: 70%;
}
.free_columns-section_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_ec .category-caption-wrapper {
  margin: 1.5em 0 0.8em 3em;
  padding: 1em 0em 1em 1em;
  font-size: 14px;
  font-weight: bold;
  border-left: 5px solid #203594;
  width: 852px;
}
.free_columns-section_ec .category-caption-text {
  display: inline-block;
  width: 90%;
}
.free_columns-section_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.95rem;
}
.free_columns-section_ec .category-btn-wrapper.category-plus {
  margin: 0.7em 0 0.8em 2em;
  padding: 1em;
}
.free_columns-section_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.95rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_ec input {
  width: 70%;
}
.order_free_columns-section_ec .form_group_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* スマートフォン部分
*-------------------------------------*/
.form_container_sp_ec {
  padding: 0;
  background-size: 100%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
.landing_form_label_sp_ec {
  padding: 15px;
}
/* フォーム入力ボックスの基本 */
.form_main_container_sp_ec div.form_group_sp_ec input{
  padding: 8px 4px;
  line-height: 2.4;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.form_main_container_sp_ec div.form_group_sp_ec input[type=checkbox]{
  margin-left: 3px;
  margin-right: 3px;
}
.form_main_container_sp_ec div.form_group_sp_ec select{
  height: 50px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.form_group_sp_ec {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
.form_main_container_sp_ec div.form_group_sp_ec .disabled-input-ec {
  pointer-events: none;
  color: #555;
  background-color: #ccc !important;
  border: 1px solid #cccccc;
  opacity: 0.7;
}
/* フォームトップメッセージ */
.login_message_sp_ec,
.purchase_message_sp_ec {
  font-weight: normal;
  font-size: 14px;
  padding:20px 0px;
  margin-left: 4%;
  margin-right: 4%;
}
/* エラーメッセージ背景 */
.alert-danger_sp_ec {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success_sp_ec {
  background-color: #DFF0D8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert_sp_ec {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form_main_container_sp_ec {
  width: 100%;
  border-radius:3px
}
span.form_required_sp_ec{
  padding: 2px 4px;
  margin-left: 5px;
  display: inline-block;
}
/* フォームの項目名ラベル */
.form_box_label_sp_ec {
  padding: 2%;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 2%;
}
select.input_box_sp_ec {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 50px;
}
input.input_box_sp_ec { width:98%; }
select.input_box_product_sp_ec { width:98%; }
select.input_box_quantity_sp_ec { width:98%; }
input.input_box_name_sp_ec { width:98%; }
input.input_box_name1_sp_ec { width:45%; }
input.input_box_name2_sp_ec { width:45%; }
input.input_box_kana_sp_ec { width:98%; }
input.input_box_kana1_sp_ec { width:45%; }
input.input_box_kana2_sp_ec { width:45%; }
select.input_box_sex_sp_ec { width:98%; }
select.input_box_job_sp_ec { width:98%; }
select.input_box_birth_year_sp_ec { width: 40%; }
select.input_box_birth_month_sp_ec { width: 25%; }
select.input_box_birth_day_sp_ec { width: 25%; }
input.input_box_zip1_sp_ec { width: 80px; }
input.input_box_zip2_sp_ec { width: 100px; }
select.input_box_pref_sp_ec { width:98%; }
input.input_box_addr1_sp_ec { width:98%; }
input.input_box_addr2_sp_ec { width:98%; }
input.input_box_addr3_sp_ec { width:98%; }
input.input_box_tel_sp_ec { width: 98%; }
input.input_box_tel1_sp_ec { width: 24%; }
input.input_box_tel2_sp_ec { width: 24%; }
input.input_box_tel3_sp_ec { width: 24%; }
input.input_box_fax_sp_ec { width: 98%; }
input.input_box_fax1_sp_ec { width: 24%; }
input.input_box_fax2_sp_ec { width: 24%; }
input.input_box_fax3_sp_ec { width: 24%; }
input.input_box_company_sp_ec { width: 98%; }
input.input_box_email_sp_ec { width:98%; }
input.input_box_email_confirm_sp_ec { width:98%; }
input.input_box_customer_number_sp_ec { width:98%; }
select.input_box_shipping_address_sp_ec { width:98%; }
select.input_box_wrapping_sp_ec { width:98%; }
select.input_box_card_method_sp_ec { width:98%; }
select.input_box_card_times_sp_ec { width:98%; }
input.input_box_card_number_sp_ec { width:98%; }
select.input_box_card_month_sp_ec { width: 25%; }
select.input_box_card_year_sp_ec { width: 25%; }
input.input_box_card_name_sp_ec { width:98%; }
select.input_box_container_payment_schedule_sp_ec { width:98%; }
input.input_box_password_sp_ec { width:98%; }
input.input_box_password_confirm_sp_ec { width:98%; }

p.form_box_label_sp_ec strong { font-weight: bold; }
p.form_box_label_sp_ec label { font-weight: bold; }
div.form_group_sp_ec p {}
div.form_group_sp_ec span { font-weight: bold; }
p.caution_sp_ec {
  padding-top:10px;
  font-size: 14px;
}
p.product_name_sp_ec {
  padding: 0 15px 0 15px;
  font-size: 16px;
}
div.scheduled_delivery_date_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}
.optin_view_sp_ec,
.agreement_view_sp_ec,
.order_checklist_view_sp_ec {
  margin-left: 4%;
  padding-top: 15px;
  position: relative;
}
.submit_sp_ec {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%
  margin-left: auto;
  margin-right: auto;
}

.pre_ordered_delivery_description_text_sp_ec {
  font-size: 14px;
  line-height: 20px;
  padding-left:15px;
  padding-right:15px;
}

/* カスタム項目 */
.free_columns-section_sp_ec input {
  width: 98%;
}
.free_columns-section_sp_ec input[type=checkbox], .free_columns-section_sp_ec input[type=radio] {
  width: auto;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.free_columns-section_sp_ec .checkbox-wrapper, .free_columns-section_sp_ec .radio-wrapper {
  margin-top:5px
}
.free_columns-section_sp_ec .checkbox-wrapper>label, .free_columns-section_sp_ec .radio-wrapper>label {
  display: inline-block;
  margin-left: 6px;
  width: 90%;
}
.free_columns-section_sp_ec .form_group_ec label {
  font-weight: normal;
}
.free_columns-section_sp_ec textarea {
  width: 100%;
}
.free_columns-section_sp_ec select {
  width: 98%;
}
.free_columns-section_sp_ec select[multiple]{
  height: 100% !important;
}
.free_columns-section_sp_ec .category-caption-wrapper {
  margin: 1em 0;
  padding: 1em 0em 1em 1em;
  font-size: 13px;
  font-weight: bold;
  border-left: 5px solid #203594;
}
.free_columns-section_sp_ec .category-caption-text {
  display: inline-block;
  width: 78%;
}
.free_columns-section_sp_ec tr.free_column_category-footer td{
  border-left: none;
  border-right: none;
}
.free_columns-section_sp_ec .category-btn-wrapper {
  cursor:pointer ;
  font-size: 14px;
  display:inline-block;
  font-weight: bold;
  color: #010FEE;
  letter-spacing: 0.2em;
}
.free_columns-section_sp_ec .category-btn-wrapper .category-btn:before {
  display:inline-block;
  margin-right: 0.4rem;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #010FEE;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-minus .category-btn:before {
  content:'ー';
  letter-spacing: 0;
  line-height: 1.35rem;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus {
  padding: 1em;
}
.free_columns-section_sp_ec .category-btn-wrapper.category-plus .category-btn:before {
  content:'＋';
  letter-spacing: 0;
  line-height: 1.35rem;
  font-weight: bold;
}

/* 受注自由項目 */
.order_free_columns-section_sp_ec input {
  width: 98%;
}
.order_free_columns-section_sp_ec .form_group_sp_ec label {
  font-weight: normal;
}

/* セット商品 */
.table_sp_ec td.set_item_selected{
  padding-left: 28px;
}

/*------------------------------------
* PCデザイン可変部分
*-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}
/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}
/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}
/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}
/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}
/* 【PC】購入ボタンのデザイン */
.login_button_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* 【PC】購入ボタンのデザイン */
.submit_button_complete_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
/*------------------------------------
* スマートフォンデザイン可変部分
*-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec{
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】ログインボタンのデザイン */
.login_button_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_login_btn-3545ead6f7c1f581390be8bada934a229cd580f4f4830b21c14803de789ad249.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_btn-f6c2a9bc1ad7a90718756cd965847d700d3750ab3c837bf74bcf30dd3d083ea0.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.submit_button_complete_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background: url("/assets/default_order_comp-6baf1ae5951cb6ca295e07a256d9d8ce2e646d315125a11207f4d833c9cca5d3.png") center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.preview_container_sp_ec > table {
  width: 100%;
}

.preview_container_sp_ec > table th {
  background: #cadefc;
}

.preview_container_sp_ec > table,
.preview_container_sp_ec > table tr,
.preview_container_sp_ec > table th,
.preview_container_sp_ec > table td {
  border: 1px solid #C3C3C3;
}

.table_bordered_sp_ec {
  border: 0px !important;
}

.table_sp_ec {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table_sp_ec > thead > tr > th,
.table_sp_ec > tbody > tr > th,
.table_sp_ec > tfoot > tr > th,
.table_sp_ec > thead > tr > td,
.table_sp_ec > tbody > tr > td,
.table_sp_ec > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table_bordered_sp_ec > thead > tr > th,
.table_bordered_sp_ec > tbody > tr > th,
.table_bordered_sp_ec > tfoot > tr > th,
.table_bordered_sp_ec > thead > tr > td,
.table_bordered_sp_ec > tbody > tr > td,
.table_bordered_sp_ec > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table_sp_ec tr > th {
  border-top: 0px;
  background: #F0F0F0;
  font-size: 10px;
}

.table_sp_ec tr > th,
.table_sp_ec tr > td {
  font-size: 12px;
}

.table_bordered_sp_ec tr > th,
.table_bordered_sp_ec tr > td {
  border: 1px solid #e5e5e5 !important;
}

.table_sp_ec th,
.table_sp_ec td {
  vertical-align: middle !important;
  line-height: 20px !important;
  border-top: 1px solid #e5e5e5 !important;
}

.total_color_sp_ec {
  color: #ff0000;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

/* Amazon Pay */
.amazon_pay_box_sp_ec {
  border: solid 3px #C3C3C3;
  margin: 10px auto;
  padding: 20px 0;
  text-align: center;
}

.amazon_pay_title_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #df1800;
  font-weight: bold;
}

.amazon_pay_subtitle_sp_ec {
  margin: 0 auto 10px auto !important;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  color: #e6a300;
}

.amazon_pay_message_sp_ec {
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}

.amazon_pay_not_use_message_sp_ec {
  margin: 0 10px !important;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e6a300;
}

.amazon_pay_button_all_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}

.amazon_pay_button_wallet_sp_ec {
  padding-top: 15px;
  margin-left: -15px;
}

.amazon_pay_button_wallet_sp_ec input.billing_agreement_sp_ec {
  visibility: hidden;
  font-size: 0px !important;
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.address_book_widget_wrapper_sp_ec,
.wallet_widget_wrapper_sp_ec,
.consent_widget_wrapper_sp_ec {
}

.consent_wrapper_sp_ec {
  height: 30px;
  color: white;
  background: red;
  padding-top: 5px;
  margin: 10px 0;
}

.consent_wrapper_sp_ec > span.consent_message_sp_ec {
  padding: 0 0 0 10px;
}

.consent_wrapper_sp_ec > span.consent_mandatory_sp_ec {
  float: right;
  background: white;
  color: red;
  padding: 2px 8px;
  margin: 2px 10px;
}

.consent_wrapper_sp_ec > input.consent_checkbox_sp_ec {
  visibility: hidden;
}

/* AmazonPay popup >> */
.amazon_pay_popup_box_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.amazon_pay_popup_content_sp_ec {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 250px;
  padding: 20px;
  background: #ffffff;
}

.amazon_pay_popup_title_sp_ec {
  font-size: 20px;
}

.amazon_pay_popup_close_sp_ec {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  border-style: none;
  cursor: pointer;
}

.amazon_pay_popup_subtitle_sp_ec {
  margin: 40px 0 30px;
  font-size: 15px;
}

.amazon_pay_popup_body_sp_ec {
  margin: 20px auto 20px;
  width: 300px;
}
/* << AmazonPay popup */

.login_message_box_sp_ec {
  width: 100%;
  margin: 0 auto;
  border: solid 1px #d0dcec;
}

p.login_message_wrapper_sp_ec {
  font-size: 14px;
  margin: 20px 0 !important;
  text-align: center;
}

/* Socialplus */
.socialplus_sp_ec {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.socialplus_sp_ec .button-container {
  width: 100%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
}

.socialplus_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.socialplus_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.socialplus_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.socialplus_sp_ec .button-container .btn-facebook {
  background-color: #4267b2;
}

.socialplus_sp_ec .button-container .btn-facebook:before {
  background-image: url("/assets/login-facebook-3e1626e3d5c7df61a277513295e7acb6cf9112c4df07db1b867c7641a7005492.png");
}

.socialplus_sp_ec .button-container .btn-facebook:after {
  border-color: #8298cc;
}

.socialplus_sp_ec .button-container .btn-twitter {
  background-color: #438dc4;
}

.socialplus_sp_ec .button-container .btn-twitter:before {
  background-image: url("/assets/login-twitter-944a487f4746a5ce6557d56ae65421e8b71eaa7fda7a0f74a1bed6b86d345567.png");
}

.socialplus_sp_ec .button-container .btn-twitter:after {
  border-color: #88BEEF;
}

.socialplus_sp_ec .button-container .btn-google {
  background-color: #0056c7;
}

.socialplus_sp_ec .button-container .btn-google:before {
  background-image: url("/assets/login-google-0119f2ac53e7fc66fe39b1e40fc4757c35ceab4bf28021ce0a81d45eee5d2360.png");
}

.socialplus_sp_ec .button-container .btn-google:after {
  border-color: #4285f4;
}

.socialplus_sp_ec .button-container .btn-gplus {
  background-color: #d04d40;
}

.socialplus_sp_ec .button-container .btn-gplus:before {
  background-image: url("/assets/login-gplus-f2319e7179a28ad715384eb95ff7490c6ff1efa46a13c944022702b87ab4be07.png");
}

.socialplus_sp_ec .button-container .btn-gplus:after {
  border-color: #cf837a;
}

.socialplus_sp_ec .button-container .btn-mixi {
  background-color: #cba958;
}

.socialplus_sp_ec .button-container .btn-mixi:before {
  background-image: url("/assets/login-mixi-99e3d6436ac6491642b1ed205a8f6ea2fbc7a349aea04474f1ae3477c27373f5.png");
}

.socialplus_sp_ec .button-container .btn-mixi:after {
  border-color: #e6bc5c;
}

.socialplus_sp_ec .button-container .btn-yahoo {
  background-color: #fe0032;
  border: 0.5px solid #f00;
}

.socialplus_sp_ec .button-container .btn-yahoo:before {
  background-image: url("/assets/login-yahoo-ecc9e51a9724b036b6fd228bdef4855731ad44ae44b75fe1f4af7eb0f59684de.png");
}

.socialplus_sp_ec .button-container .btn-yahoo:after {
  border-color: #fe0032;
}

.socialplus_sp_ec .button-container .btn-rakuten {
  background-color: #b21d23;
}

.socialplus_sp_ec .button-container .btn-rakuten:before {
  background-image: url("/assets/login-rakuten-8e21ab472f9e803e6d89857d15dd46768e21dc685f03156cfd96205df6773a66.png");
}

.socialplus_sp_ec .button-container .btn-rakuten:after {
  border-color: #ae6164;
}

.socialplus_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.socialplus_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.socialplus_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
}

/* LINE ID 連携 */

.line_ec {
}

.line_ec .button-container.w100 {
  width: 100%;
}

.line_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

@media screen and (min-width: 480px) {
  .line_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_ec .button-container .button:after {
    width: 40px;
  }
}

.line_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_ec .button-container .btn-line:after {
  border-color: #70C053;
}

.line_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.line_sp_ec {
}

.line_sp_ec .button-container.w100 {
  width: 100%;
}

.line_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
}

.line_sp_ec .button-container .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.line_sp_ec .button-container .button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: url("/assets/login-line-ed8c51d83aae2ebc670a6fdc20afa7dc93ab3205464e89d999349f49f53659c0.png");
}

.form_container_sp_ec .line_alert_sp_ec {
  font-size: 12px;
  padding: 0px;
}

.line_alert_sp_ec {
  margin: 10px;
}

@media screen and (min-width: 480px) {
  .line_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .line_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .line_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:before {
    width: 40px;
    height: 40px;
  }

  .line_sp_ec .button-container .button:after {
    width: 40px;
  }
}

.line_sp_ec .button-container .btn-line {
  background-color: #31ae36;
}

.line_sp_ec .button-container .btn-line:before {
  background-image: image_url('login-line.png');
}

.line_sp_ec .button-container .btn-line:after {
  border-color: #70C053;
  margin: 10px;
  width: 95%;
}

#popup_required_field_check.pc {
  z-index: 99999;
  width: 275px !important;
  float: right;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 25px;
  right: 25px;
  display: none;
}

#popup_required_field_check.sp {
  z-index: 99999;
  width: 100% !important;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  position: fixed;
  top: 0;
  display: none;
  text-align: center;
}

#popup_required_field_check.required_field_exists {
  background: rgba(242, 133, 12, 0.8);
}

#popup_required_field_check.required_field_not_exists {
  background: rgba(4, 162, 34, 0.8)
}

.input_required_ec {
  background-color: rgba(242, 133, 12, 0.2) !important;
}

.hide {
  display: none !important;
}
/* 認証基盤 連携 */

.auth_infra_ec {
}

.auth_infra_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
}

#auth_infra_button_name::before {
  content: '認証基盤でログイン';
}

@media screen and (min-width: 480px) {
  .auth_infra_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_ec .button-container .button {
    line-height: 40px;
    height: 40px;
  }
}

.auth_infra_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}

.auth_infra_sp_ec {
}

.auth_infra_sp_ec .button-container.w100 {
  width: 100%;
}

.auth_infra_sp_ec .button-container .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .auth_infra_sp_ec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .auth_infra_sp_ec .button-container {
    width: calc(33.3% - 10px);
    margin: 5px;
  }

  .auth_infra_sp_ec .button-container .button {
    line-height: 40px;
    padding-left: 40px;
    height: 40px;
  }
}

.auth_infra_sp_ec .button-container .btn-auth_infra {
  background-color: #2780E3;
}
 span.form_required_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}

/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}

/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dellivlry {
  background: linear-gradient(180deg, #bec1e1 0%, #ffffff 100%);
  padding: 12rem 0;
}

.dellivlry01_size {
  width: 62vw;
  margin: 0 auto 4rem;
}

.tlacc {
  width: 62vw;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  font-family:
    "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN", serif;
  -webkit-font-smoothing: antialiased;
}
.tlacc * {
  box-sizing: border-box;
}

.tlacc__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 5.5rem;
  border: none;
  cursor: pointer;
  background: #e6448c;
  color: #fff;
  font-family: inherit;
}
.tlacc__title {
  font-size:2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.tlacc__chev {
  position: absolute;
  right: 2.8rem;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}
.tlacc__head.open .tlacc__chev{
  transform: translateY(-30%) rotate(225deg);
}

.tlacc__panel {
  overflow: hidden;
  transition: height 0.35s ease;
}

.tlacc__inner {
  position: relative;
}

.tlacc .tlacc__panel{
    margin:0;
}
.tlacc__panel {
  overflow: hidden;
  max-height: 0; 
  transition: max-height 0.35s ease;
}

@media screen and (max-width: 750px) {
  .dellivlry {
    padding: 4.5rem 0;
  }
  .dellivlry01_size {
    width: 84vw;
    margin: 0 auto 2rem;
  }
  .tlacc {
    width: 84vw;
  }
  .tlacc__head {
    width: 100%;
    padding: 1.2rem 5.6rem;
    color: #fff;
  }
  .tlacc__title {
    font-size: 1.2rem;
    line-height: 1;
  }
  .tlacc__chev {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.sns_evidence {
  position:relative;
  overflow:hidden;
  padding:8rem 0;
}
.sns_evidence__bg {
  position:absolute;
  inset:0;
  z-index:0;
}
.sns_evidence__bg img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.sns_evidence__inner {
  position:relative;
  z-index:1;
  width:70vw;
  max-width:100%;
  margin:0 auto;
  box-sizing:border-box;
}
.sns_evidence__inner * {
  box-sizing:border-box;
}

.sns_caution,.sns_title {
  margin:0 auto 5rem;
  text-align:center;
}
.sns_caution img,.sns_title img {
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
}
.sns_title {
  width:26rem;
  margin:0 auto 4rem;
}
.sns-car {
  position:relative;
  width:100%;
}
.sns-car__viewport {
  overflow:hidden;
  margin:0 6.5rem;
}
.sns-car__track {
  display:flex;
  gap:2rem;
  transition:transform .4s ease;
  will-change:transform;
}
.sns-car__slide {
  flex:0 0 calc((100% - 4rem) / 3);      /* PC：3枚 */
}
.sns-car__slide img {
  display:block;
  width:100%;
  height:auto;
  border-radius:.6rem;
}

.sns-car__arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:5rem;
  height:5rem;
  border:none;
  border-radius:50%;
  background:#481e5c;
  cursor:pointer;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .2s ease;
}
.sns-car__arrow::before {
  content:"";
  width:1.2rem;
  height:1.2rem;
  border-top:3px solid #fff;
  border-right:3px solid #fff;
}
.sns-car__arrow.prev {
  left:0;
}
.sns-car__arrow.prev::before {
  transform:translateX(3px) rotate(-135deg);
}
.sns-car__arrow.next {
  right:0;
}
.sns-car__arrow.next::before {
  transform:translateX(-3px) rotate(45deg);
}
.sns-car__arrow.is-disabled {
  opacity:.3;
  pointer-events:none;
}

@media screen and (max-width:750px) {
  .sns_evidence {
    padding:4.5rem 0;
  }
  .sns_evidence__inner {
    width:84vw;
  }
  .sns_caution {
    margin: 0 auto;
    margin-bottom:2rem;
  }
  .sns_title {
    width:70vw;
    margin-bottom:2rem;
  }
  .sns-car__viewport {
    margin: 0 2rem;
  }
  .sns-car__track {
    gap:1.2rem;
  }
  .sns-car__slide {
    flex:0 0 calc((100% - 1.2rem) / 2);  /* SP：2枚 */
  }
  .sns-car__arrow {
    width:2.6rem;
    height:2.6rem;
  }
  .sns-car__arrow::before {
    width:.9rem;
    height:.9rem;
  }
}

.voice {
  position:relative;
  overflow:hidden;
  padding:8rem 0;
}
.voice__bg {
  position:absolute;
  inset:0;
  z-index:0;
}
.voice__bg img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.voice__inner {
  position:relative;
  z-index:1;
  width:80vw;
  max-width:100%;
  margin:0 auto;
  box-sizing:border-box;
}
.voice__inner * {
  box-sizing:border-box;
}
.voice__title {
  width: 33rem;
  text-align:center;
  margin:0 auto 3rem;
}
.voice__title img {
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
}

.voc {
  position:relative;
  --gap:2.4rem;
  --per:2;                 /* PC：2枚 */
}
.voc__viewport {
  overflow:hidden;
  margin:0 6.5rem;
}
.voc__track {
  display:flex;
  gap:var(--gap);
  transition:transform .4s ease;
  will-change:transform;
}
.voc__slide {
  flex:0 0 calc((100% - (var(--per) - 1) * var(--gap)) / var(--per));
}
.voc__slide img {
  display:block;
  width:100%;
  height:auto;
}

.voc__arrow {
  position:absolute;
  top:42%;
  transform:translateY(-50%);
  width:5rem;
  height:5rem;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.85);
  box-shadow:0 .2rem .8rem rgba(80,60,120,.2);
  cursor:pointer;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .2s ease;
}
.voc__arrow::before {
  content:"";
  width:1.1rem;
  height:1.1rem;
  border-top:2px solid #8a7aae;
  border-right:2px solid #8a7aae;
}
.voc__arrow.prev {
  left:0;
}
.voc__arrow.prev::before {
  transform:translateX(3px) rotate(-135deg);
}
.voc__arrow.next {
  right:0;
}
.voc__arrow.next::before {
  transform:translateX(-3px) rotate(45deg);
}
.voc__arrow.is-disabled {
  opacity:.35;
  pointer-events:none;
}

.voc__dots {
  display:flex;
  justify-content:center;
  gap:2rem;
  margin-top:3rem;
}
.voc__dot {
  width:1rem;
  height:1rem;
  padding:0;
  border:none;
  border-radius:50%;
  background:#b7add6;
  cursor:pointer;
}
.voc__dot.is-active {
  background:#7b54a6;
}

.voice__note {
  text-align:right;
  font-size:1.2rem;
  color:#6a5f86;
  margin:2rem 0 0;
}

@media screen and (max-width:750px) {
  .voice {
    padding:4.5rem 0;
  }
  .voice__inner {
    width:90vw;
  }
  .voice__title {
 	width: 80vw;
    margin-bottom: 1rem;
  }
  .voc {
    --gap:1.6rem;
    --per:1;
  }
  .voc__viewport {
    margin:0 1rem;
  }
  .voc__arrow {
    top: 40%;
    width:2.4rem;
    height:2.4rem;
  }
  .voc__arrow::before {
    width:.7rem;
    height:.7rem;
  }
  .voc__dots {
    margin-top:2rem;
  }
    .voice__note {
    text-align: left;
    font-size: 0.7rem;
    margin: 1rem 0 0;
	}
}

.sns-car__track,
.voc__track {
  touch-action: pan-y;
}
.sns-car__slide img,
.voc__slide img {
  -webkit-user-drag: none;
  user-select: none;
}