@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);@charset "UTF-8";
/**
 * イージングプロパティ
 * https://github.com/dmnsgn/sass-easing
 */
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック（ChromiumベースのEdgeは除外できる。旧Edgeは除外できない）
 */
/**
 * Google Fonts の読み込み
 * @param {string} $family - フォント名（要URLエンコード）
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Noto Sans JP
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * Noto Serif JP
 * @param {array} [$weights:(400,700)] - ウェイト
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
/**
 * 三角形
 * @param {string} $direction - 三角の向き 上:T / 下:B / 左:L / 右:R
 * @param {number} $w - 幅
 * @param {number} $h - 高さ
 * @param {string} $color - 色
 */
/**
 * ローディングアニメーション
 * @param {number} $size - 円のサイズ
 * @param {number} $thickness - 円の枠線の太さ
 * @param {string} $backcolor - 円の色
 * @param {string} $forecolor - 円の強調色
 * @param {string} [$duration=1] - アニメーションのスピード（単位は秒:s）
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?s1rdqr");
  src: url("../fonts/icomoon.eot?s1rdqr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?s1rdqr") format("truetype"), url("../fonts/icomoon.woff?s1rdqr") format("woff"), url("../fonts/icomoon.svg?s1rdqr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], .adlp-form .cmn-form-check + span:before,
.adlp-form .cmn-form-check + div:before, .adlp-form .cmn-form-radio + span:before,
.adlp-form .cmn-form-radio + div:before, .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a.delivery:before, .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a:after, .adlp-form .contents-cart .section.section-cart-footer .guide-link-summary .more a:before, .adlp-form .adlp-form-footer .inner .footer-menu a[target="_blank"]:after, [class*=" icon-"], .adlp-form .cmn-form-check + span:before,
.adlp-form .cmn-form-check + div:before, .adlp-form .cmn-form-radio + span:before,
.adlp-form .cmn-form-radio + div:before, .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a.delivery:before, .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a:after, .adlp-form .contents-cart .section.section-cart-footer .guide-link-summary .more a:before, .adlp-form .adlp-form-footer .inner .footer-menu a[target="_blank"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-guide-faq:before {
  content: "\E93C"; }

.icon-guide-service:before {
  content: "\E944"; }

.icon-guide-payment:before {
  content: "\E94C"; }

.icon-guide-regular:before {
  content: "\E94B"; }

.icon-guide-delivery:before {
  content: "\E954"; }

.icon-guide-order:before {
  content: "\E955"; }

.icon-guide-onlineshop:before {
  content: "\E956"; }

.icon-copy:before {
  content: "\E93B"; }

.icon-arrow--t:before {
  content: "\E93A"; }

.icon-mypage_outline:before {
  content: "\E939"; }

.icon-category-medicine:before {
  content: "\E931"; }

.icon-category-others:before {
  content: "\E932"; }

.icon-category-skincare:before {
  content: "\E933"; }

.icon-category-supplement:before {
  content: "\E934"; }

.icon-onayami-body:before {
  content: "\E935"; }

.icon-onayami-eye:before {
  content: "\E936"; }

.icon-onayami-hair:before {
  content: "\E937"; }

.icon-onayami-skin:before {
  content: "\E938"; }

.icon-help:before {
  content: "\E930"; }

.icon-form-select:before {
  content: "\E92F"; }

.icon-point .path1:before {
  content: "\E922";
  color: black; }

.icon-point .path2:before {
  content: "\E923";
  margin-left: -1em;
  color: white; }

.icon-arrow--l:before {
  content: "\E900"; }

.icon-arrow--r:before {
  content: "\E901"; }

.icon-arrow-b:before {
  content: "\E902"; }

.icon-arrow-l:before {
  content: "\E903"; }

.icon-arrow-r:before, .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a:after {
  content: "\E904"; }

.icon-arrow-u:before {
  content: "\E905"; }

.icon-blank:before, .adlp-form .adlp-form-footer .inner .footer-menu a[target="_blank"]:after {
  content: "\E906"; }

.icon-campaign:before {
  content: "\E907"; }

.icon-cancel:before {
  content: "\E908"; }

.icon-cart:before {
  content: "\E909"; }

.icon-close:before {
  content: "\E90A"; }

.icon-coupon:before {
  content: "\E90B"; }

.icon-credit-card:before {
  content: "\E90C"; }

.icon-delivery:before, .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a.delivery:before {
  content: "\E90D"; }

.icon-eye-active:before {
  content: "\E90E"; }

.icon-eye:before {
  content: "\E90F"; }

.icon-favorite-fill:before {
  content: "\E910"; }

.icon-favorite:before {
  content: "\E911"; }

.icon-form-check-active:before, .adlp-form .cmn-form-check:checked + span:before,
.adlp-form .cmn-form-check:checked + div:before {
  content: "\E912"; }

.icon-form-check:before, .adlp-form .cmn-form-check + span:before,
.adlp-form .cmn-form-check + div:before {
  content: "\E913"; }

.icon-form-radio-active:before, .adlp-form .cmn-form-radio:checked + span:before,
.adlp-form .cmn-form-radio:checked + div:before {
  content: "\E914"; }

.icon-form-radio:before, .adlp-form .cmn-form-radio + span:before,
.adlp-form .cmn-form-radio + div:before {
  content: "\E915"; }

.icon-guide:before {
  content: "\E916"; }

.icon-history:before {
  content: "\E917"; }

.icon-home:before {
  content: "\E918"; }

.icon-house:before {
  content: "\E919"; }

.icon-info:before {
  content: "\E91A"; }

.icon-lock:before {
  content: "\E91B"; }

.icon-logout:before {
  content: "\E91C"; }

.icon-menu:before {
  content: "\E91D"; }

.icon-minus:before, .adlp-form .contents-cart .section.section-cart-footer .guide-link-summary .more a.active:before {
  content: "\E91E"; }

.icon-mypage:before {
  content: "\E91F"; }

.icon-onepoint:before {
  content: "\E920"; }

.icon-plus:before, .adlp-form .contents-cart .section.section-cart-footer .guide-link-summary .more a:before {
  content: "\E921"; }

.icon-reload:before {
  content: "\E924"; }

.icon-search:before {
  content: "\E925"; }

.icon-sns-facebook:before {
  content: "\E926"; }

.icon-sns-instagram:before {
  content: "\E927"; }

.icon-sns-line:before {
  content: "\E928"; }

.icon-sns-twitter:before {
  content: "\E929"; }

.icon-sns-youtube:before {
  content: "\E92A"; }

.icon-star-fill:before {
  content: "\E92B"; }

.icon-star:before {
  content: "\E92C"; }

.icon-subscription:before {
  content: "\E92D"; }

.icon-tag:before {
  content: "\E92E"; }

.icon-calendar:before {
  content: "\E92D"; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800; }

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900; }

body {
  color: #1D1D1D;
  font-family: 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-break: break-all; }
  @media screen and (min-width: 768px), print {
    body {
      padding-top: 120px;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px), print {
    body {
      min-width: 320px;
      font-size: 14px;
      padding-top: 60px;
      padding-bottom: 68px; } }
  @media screen and (min-width: 768px), print {
    body.header-info-show {
      padding-top: 160px; } }
  @media screen and (max-width: 767px), print {
    body.header-info-show {
      padding-top: 105px; } }
  @media screen and (min-width: 768px), print {
    body.cookiebanner-show {
      padding-bottom: 130px; } }
  @media screen and (max-width: 767px), print {
    body.cookiebanner-show {
      padding-bottom: 168px; } }

* {
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }

.spec-wrapper a {
  color: #1B7ED6; }

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

picture {
  display: block; }

input,
select,
textarea,
button {
  appearance: none;
  border-width: 0;
  border-color: #000;
  border-style: none;
  border-radius: 0;
  background: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
  color: inherit;
  outline: none; }
  input:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  button:-ms-input-placeholder {
    color: #C4C4C4; }
  input::placeholder,
  select::placeholder,
  textarea::placeholder,
  button::placeholder {
    color: #C4C4C4; }

@media screen and (max-width: 767px), print {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px), print {
  .sp {
    display: none !important; } }

.lato {
  font-family: 'Lato', sans-serif; }

.cmn-bold {
  font-weight: bold; }

body {
  padding-top: 0;
  padding-bottom: 0; }

.adlp-form {
  /* 202510 GA */
  /* モーダル中bodyのスクロール禁止処理 */
  /* 202510 GA */
  /* 202510 GA */
  /* 202510 GA */
  /* 202510 GA */
  /* 202510 GA */ }
  .adlp-form .cmn-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 1040px; }

@media screen and (min-width: 768px) and (max-width: 1100px), print {
  .adlp-form .cmn-inner {
    width: 100%; } }
    .adlp-form .cmn-inner.wide {
      width: 1366px; }
    .adlp-form .cmn-inner.widee {
      width: 1240px; }
    .adlp-form .cmn-inner.narrow {
      width: 940px; }
    .adlp-form .cmn-inner.narroww {
      width: 840px; }
    .adlp-form .cmn-inner.narrowww {
      width: 770px; }
    .adlp-form .cmn-inner.auto {
      width: auto; }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-inner.pc-only {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-inner.sp-only {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-inner-break {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form {
      margin-left: -20px;
      margin-right: -20px; } }
  .adlp-form .cmn-form .title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-form .title {
        padding-left: 20px;
        padding-right: 20px;
        min-width: 100%; } }
    .adlp-form .cmn-form .title .label {
      font-size: 18px;
      font-weight: bold; }
    .adlp-form .cmn-form .title .required {
      margin-left: 0.5em;
      color: #AD000E;
      font-size: 11px;
      font-weight: bold; }
    .adlp-form .cmn-form .title .link {
      font-size: 12px; }
    .adlp-form .cmn-form .title .cmn-balloon {
      margin-right: auto;
      margin-left: 10px; }
  .adlp-form .cmn-form .value {
    position: relative; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-form .value {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start; }
        .adlp-form .cmn-form .value.wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-form .value {
        padding-left: 20px;
        padding-right: 20px; } }
    .adlp-form .cmn-form .value .field {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      width: 100%; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-form .value .field:not(:first-child) {
          margin-left: 30px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-form .value .field:not(:first-child) {
          margin-top: 10px; } }
      .adlp-form .cmn-form .value .field .input {
        width: 100%; }
        .adlp-form .cmn-form .value .field .input .data {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          width: 100%; }
          .adlp-form .cmn-form .value .field .input .data:not(:first-child) {
            margin-top: 2px; }
          @media screen and (min-width: 768px), print {
            .adlp-form .cmn-form .value .field .input .data {
              max-width: 400px;
              font-size: 18px; }
              .adlp-form .cmn-form .value .field .input .data.full {
                max-width: 100%; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .cmn-form .value .field .input .data {
              font-size: 16px; } }
          .adlp-form .cmn-form .value .field .input .data.wrap {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
          @media screen and (min-width: 768px), print {
            .adlp-form .cmn-form .value .field .input .data.pc-center {
              -ms-flex-pack: center;
                  justify-content: center; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .cmn-form .value .field .input .data.sp-center {
              -ms-flex-pack: center;
                  justify-content: center; } }
          .adlp-form .cmn-form .value .field .input .data.between {
            -ms-flex-pack: justify;
                justify-content: space-between; }
          @media screen and (min-width: 768px), print {
            .adlp-form .cmn-form .value .field .input .data.small {
              font-size: 13px; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .cmn-form .value .field .input .data.small {
              font-size: 13px; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .cmn-form .value .field .input .data.sp-small {
              font-size: 13px; } }
          .adlp-form .cmn-form .value .field .input .data .link {
            font-size: 12px;
            white-space: nowrap; }
          .adlp-form .cmn-form .value .field .input .data.err {
            background-color: #F8EAEB; }
        .adlp-form .cmn-form .value .field .input .emsg {
          margin-top: 5px; }
        .adlp-form .cmn-form .value .field .input .note {
          margin-top: 5px;
          font-size: 12px; }
          @media screen and (min-width: 768px), print {
            .adlp-form .cmn-form .value .field .input .note {
              margin-right: -1.0em; } }
          .adlp-form .cmn-form .value .field .input .note.err {
            color: #AD000E; }
          .adlp-form .cmn-form .value .field .input .note.right {
            text-align: right; }
          .adlp-form .cmn-form .value .field .input .note .cmn-link {
            white-space: nowrap; }
        .adlp-form .cmn-form .value .field .input .memo {
          margin-top: 10px;
          color: #AD000E; }
          @media screen and (min-width: 768px), print {
            .adlp-form .cmn-form .value .field .input .memo {
              font-size: 15px; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .cmn-form .value .field .input .memo {
              font-size: 14px; } }
        .adlp-form .cmn-form .value .field .input .table {
          display: table; }
          .adlp-form .cmn-form .value .field .input .table dl {
            display: table-row; }
          .adlp-form .cmn-form .value .field .input .table dt,
          .adlp-form .cmn-form .value .field .input .table dd {
            display: table-cell; }
          .adlp-form .cmn-form .value .field .input .table dt {
            padding-right: 0.5em; }
      .adlp-form .cmn-form .value .field .label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 3em;
        height: 60px;
        font-size: 18px;
        font-weight: bold; }
      .adlp-form .cmn-form .value .field .label + .input {
        width: calc(100% - 3em); }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form.basic .item .value {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form.basic .item:last-child .value {
      padding-bottom: 0; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-a .item, .adlp-form .cmn-form.basic.type-b .item {
      display: -ms-flexbox;
      display: flex; } }
  .adlp-form .cmn-form.basic.type-a .item .title, .adlp-form .cmn-form.basic.type-c .item .title {
    background-color: #F2F9FF; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-form.basic.type-a .item .title, .adlp-form .cmn-form.basic.type-c .item .title {
        min-height: 60px;
        padding: 10px 20px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-a .item {
      border-bottom: 1px solid #DDDDDD; }
      .adlp-form .cmn-form.basic.type-a .item:first-child {
        border-top: 1px solid #DDDDDD; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-a .item .title {
      width: 200px; } }
  @media screen and (min-width: 1100px), print {
    .adlp-form .cmn-form.basic.type-a .item .title {
      width: 300px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form.basic.type-a .item .title {
      padding-top: 3px;
      padding-bottom: 3px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-a .item .value {
      width: calc(100% - 200px);
      min-height: 80px;
      padding: 20px 0px 20px 30px; } }
  @media screen and (min-width: 1100px), print {
    .adlp-form .cmn-form.basic.type-a .item .value {
      width: calc(100% - 300px); } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-a.confirm .item .value {
      padding-top: 10px;
      padding-bottom: 10px;
      -ms-flex-align: center;
          align-items: center; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form.basic.type-a.confirm .item .value {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form.basic.type-a.confirm .item:last-child .value {
      padding-bottom: 0; } }
  .adlp-form .cmn-form.basic.type-b .item:not(:first-child) {
    margin-top: 20px; }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-b .item .title {
      width: 150px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form.basic.type-b .item .title .label {
      font-size: 16px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-b .item .value {
      width: calc(100% - 150px); } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-form.basic.type-b .item .value {
      padding-top: 5px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.basic.type-c .item .value {
      padding-top: 20px;
      padding-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 1.5; } }
  .adlp-form .cmn-form.basic.type-c .item .value .input .data {
    max-width: 100%; }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-form.simple {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  .adlp-form .cmn-form.simple .item:not(:first-child) {
    margin-top: 15px; }
  .adlp-form .cmn-form.simple .title {
    margin-bottom: 5px; }
  .adlp-form .cmn-form-text,
  .adlp-form .cmn-form-password,
  .adlp-form .cmn-form-select,
  .adlp-form .cmn-form-textarea {
    width: 100%;
    height: 60px;
    padding: 5px 15px;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.15); }
    .adlp-form .cmn-form-text:not(:last-child),
    .adlp-form .cmn-form-password:not(:last-child),
    .adlp-form .cmn-form-select:not(:last-child),
    .adlp-form .cmn-form-textarea:not(:last-child) {
      margin-right: 10px; }
    .adlp-form .cmn-form-text:focus:not(.err),
    .adlp-form .cmn-form-password:focus:not(.err),
    .adlp-form .cmn-form-select:focus:not(.err),
    .adlp-form .cmn-form-textarea:focus:not(.err) {
      border: 1px solid #1B7ED6;
      background-color: #F8FCFF;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) inset, 0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px #1B7ED6 inset; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-form-text.full,
      .adlp-form .cmn-form-password.full,
      .adlp-form .cmn-form-select.full,
      .adlp-form .cmn-form-textarea.full {
        max-width: 100%; }
      .adlp-form .cmn-form-text.half,
      .adlp-form .cmn-form-password.half,
      .adlp-form .cmn-form-select.half,
      .adlp-form .cmn-form-textarea.half {
        max-width: 195px; } }
    .adlp-form .cmn-form-text.err,
    .adlp-form .cmn-form-password.err,
    .adlp-form .cmn-form-select.err,
    .adlp-form .cmn-form-textarea.err {
      border-color: #AD000E;
      background-color: #F8EAEB; }
    .adlp-form .cmn-form-text.middle,
    .adlp-form .cmn-form-password.middle,
    .adlp-form .cmn-form-select.middle,
    .adlp-form .cmn-form-textarea.middle {
      height: 44px;
      font-size: 12px; }
    .adlp-form .cmn-form-text.small,
    .adlp-form .cmn-form-password.small,
    .adlp-form .cmn-form-select.small,
    .adlp-form .cmn-form-textarea.small {
      height: 36px;
      font-size: 12px; }
    .adlp-form .cmn-form-text.auto,
    .adlp-form .cmn-form-password.auto,
    .adlp-form .cmn-form-select.auto,
    .adlp-form .cmn-form-textarea.auto {
      width: auto; }
    .adlp-form .cmn-form-text.white,
    .adlp-form .cmn-form-password.white,
    .adlp-form .cmn-form-select.white,
    .adlp-form .cmn-form-textarea.white {
      box-shadow: none; }
      .adlp-form .cmn-form-text.white:focus,
      .adlp-form .cmn-form-password.white:focus,
      .adlp-form .cmn-form-select.white:focus,
      .adlp-form .cmn-form-textarea.white:focus {
        box-shadow: 0 0 0 1px #1B7ED6 inset; }
    .adlp-form .cmn-form-text:disabled,
    .adlp-form .cmn-form-password:disabled,
    .adlp-form .cmn-form-select:disabled,
    .adlp-form .cmn-form-textarea:disabled {
      background-color: #dddddd;
      opacity: 1; }
  .adlp-form .cmn-form-textarea {
    height: auto;
    resize: none; }
  .adlp-form .cmn-form-select {
    padding-right: 40px;
    background: url(../images/icon-form-select.svg) no-repeat center right 10px; }
  .adlp-form .cmn-form-password {
    width: calc(100% - 55px); }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-form-password {
        max-width: 345px; } }
    .adlp-form .cmn-form-password + .eye {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin-left: 5px;
      width: 50px;
      min-height: 60px;
      background-image: url(../images/icon-password-eye.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer; }
      .adlp-form .cmn-form-password + .eye.active {
        background-image: url(../images/icon-password-eye.active.svg); }
    .adlp-form .cmn-form-password:disabled + .eye {
      filter: grayscale(1);
      pointer-events: none; }
  .adlp-form .cmn-form-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-form-label {
        min-height: 60px; } }
    .adlp-form .cmn-form-label:not(:last-child) {
      margin-right: 20px;
      padding-top: 5px;
      padding-bottom: 5px; }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-form-label.sp-narrow:not(:last-child) {
        margin-right: 10px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-form-label.pc-half {
        width: calc(50% - 10px); }
        .adlp-form .cmn-form-label.pc-half:nth-child(even) {
          margin-right: 0; }
        .adlp-form .cmn-form-label.pc-half:nth-child(n + 3) {
          margin-top: 20px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-form-label.pc-full {
        width: 100%;
        margin-right: 0; }
        .adlp-form .cmn-form-label.pc-full:nth-child(n + 2) {
          margin-top: 20px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-form-label.sp-half {
        width: calc(50% - 10px); }
        .adlp-form .cmn-form-label.sp-half:nth-child(even) {
          margin-right: 0; }
        .adlp-form .cmn-form-label.sp-half:nth-child(n + 3) {
          margin-top: 10px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-form-label.sp-full {
        width: 100%;
        margin-right: 0; }
        .adlp-form .cmn-form-label.sp-full:nth-child(n + 2) {
          margin-top: 10px; } }
    .adlp-form .cmn-form-label.height-mini {
      min-height: 40px; }
  .adlp-form .cmn-form-check,
  .adlp-form .cmn-form-radio {
    display: none; }
    .adlp-form .cmn-form-check + span,
    .adlp-form .cmn-form-check + div,
    .adlp-form .cmn-form-radio + span,
    .adlp-form .cmn-form-radio + div {
      position: relative;
      display: inline-block;
      padding-left: 30px;
      font-size: 16px;
      cursor: pointer; }
      .adlp-form .cmn-form-check + span:before,
      .adlp-form .cmn-form-check + div:before,
      .adlp-form .cmn-form-radio + span:before,
      .adlp-form .cmn-form-radio + div:before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        display: block;
        font-size: 24px; }
      .adlp-form .cmn-form-check + span strong,
      .adlp-form .cmn-form-check + div strong,
      .adlp-form .cmn-form-radio + span strong,
      .adlp-form .cmn-form-radio + div strong {
        font-weight: bold; }
    .adlp-form .cmn-form-check + .panel,
    .adlp-form .cmn-form-radio + .panel {
      width: 100%;
      padding: 10px 10px 10px 50px;
      border: 2px solid #DDDDDD;
      border-radius: 5px;
      background-color: #ffffff;
      font-size: 15px;
      line-height: 1.5;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .adlp-form .cmn-form-check + .panel p:not(:first-child),
      .adlp-form .cmn-form-radio + .panel p:not(:first-child) {
        margin-top: 5px; }
      .adlp-form .cmn-form-check + .panel:before,
      .adlp-form .cmn-form-radio + .panel:before {
        left: 10px; }
      .adlp-form .cmn-form-check + .panel .small,
      .adlp-form .cmn-form-radio + .panel .small {
        font-size: 13px; }
    .adlp-form .cmn-form-check:checked + .panel,
    .adlp-form .cmn-form-radio:checked + .panel {
      border: 2px solid #005BAC; }
    .adlp-form .cmn-form-check:disabled + span,
    .adlp-form .cmn-form-check:disabled + div,
    .adlp-form .cmn-form-radio:disabled + span,
    .adlp-form .cmn-form-radio:disabled + div {
      color: #aaaaaa !important; }
      .adlp-form .cmn-form-check:disabled + span:before,
      .adlp-form .cmn-form-check:disabled + div:before,
      .adlp-form .cmn-form-radio:disabled + span:before,
      .adlp-form .cmn-form-radio:disabled + div:before {
        color: #dddddd !important; }
  .adlp-form .cmn-form-check {
    display: none; }
    .adlp-form .cmn-form-check + span:before,
    .adlp-form .cmn-form-check + div:before {
      color: #005BAC; }
    .adlp-form .cmn-form-check:checked + span:before,
    .adlp-form .cmn-form-check:checked + div:before {
      color: #005BAC; }
    .adlp-form .cmn-form-check.gray:not(:checked) + span:before,
    .adlp-form .cmn-form-check.gray:not(:checked) + div:before {
      color: #C4C4C4; }
  .adlp-form .cmn-form-radio {
    display: none; }
    .adlp-form .cmn-form-radio + span:before,
    .adlp-form .cmn-form-radio + div:before {
      color: #C4C4C4; }
    .adlp-form .cmn-form-radio:checked + span:before,
    .adlp-form .cmn-form-radio:checked + div:before {
      color: #005BAC; }
  .adlp-form .cmn-form-emsg {
    color: #AD000E;
    font-size: 12px;
    line-height: 1.41667; }
  .adlp-form .cmn-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7) !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    overflow: auto; }
    .adlp-form .cmn-modal.active {
      opacity: 1;
      pointer-events: auto; }
    .adlp-form .cmn-modal .box {
      margin-top: auto;
      margin-bottom: auto;
      position: relative;
      background: #ffffff;
      padding: 55px 20px 60px;
      border-radius: 10px;
      width: 100%;
      max-width: 500px; }
      .adlp-form .cmn-modal .box.wide {
        max-width: 800px; }
      .adlp-form .cmn-modal .box .inner {
        width: 100%;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (min-width: 768px), print {
          .adlp-form .cmn-modal .box .inner.middle {
            max-width: 620px; } }
        @media screen and (min-width: 768px), print {
          .adlp-form .cmn-modal .box .inner.narrow {
            max-width: 300px; } }
      .adlp-form .cmn-modal .box .block:not(:first-child) {
        margin-top: 20px; }
      .adlp-form .cmn-modal .box .block.center {
        text-align: center; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-modal .box .block.pc-center {
          text-align: center; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-modal .box .block.sp-center {
          text-align: center; } }
      .adlp-form .cmn-modal .box .subject {
        font-weight: bold;
        text-align: center; }
        @media screen and (min-width: 768px), print {
          .adlp-form .cmn-modal .box .subject {
            font-size: 18px; } }
        @media screen and (max-width: 767px), print {
          .adlp-form .cmn-modal .box .subject {
            font-size: 16px; } }
      .adlp-form .cmn-modal .box .attention {
        color: #AD000E; }
      .adlp-form .cmn-modal .box .cmn-button-area {
        margin-top: 30px; }
      .adlp-form .cmn-modal .box .close-button {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 40px;
        height: 40px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        background: #005BAC; }
        .adlp-form .cmn-modal .box .close-button:before, .adlp-form .cmn-modal .box .close-button:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          width: 60%;
          height: 2px;
          background: #ffffff;
          margin-left: -30%;
          margin-top: -1px; }
        .adlp-form .cmn-modal .box .close-button:before {
          transform: rotate(-45deg); }
        .adlp-form .cmn-modal .box .close-button:after {
          transform: rotate(45deg); }
      .adlp-form .cmn-modal .box .attention-box {
        margin-top: 25px;
        height: 200px;
        overflow: auto;
        border: 1px solid #DDDDDD;
        padding: 20px; }
        .adlp-form .cmn-modal .box .attention-box .subject {
          font-size: 20px;
          font-weight: bold;
          text-align: center;
          margin-bottom: 10px;
          color: #E50012; }
        @media screen and (min-width: 768px), print {
          .adlp-form .cmn-modal .box .attention-box {
            font-size: 18px; } }
        @media screen and (max-width: 767px), print {
          .adlp-form .cmn-modal .box .attention-box {
            font-size: 13px; } }
    .adlp-form .cmn-modal.fill {
      padding: 0;
      -ms-flex-align: start;
          align-items: flex-start; }
      .adlp-form .cmn-modal.fill .box {
        width: 100%;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 40px; }
        @media screen and (min-width: 768px), print {
          .adlp-form .cmn-modal.fill .box {
            max-width: 500px; } }
        @media screen and (max-width: 767px), print {
          .adlp-form .cmn-modal.fill .box {
            max-width: 100%; } }
        .adlp-form .cmn-modal.fill .box .subject {
          padding-top: 30px;
          padding-bottom: 30px;
          font-size: 20px;
          font-weight: bold;
          text-align: center; }
        .adlp-form .cmn-modal.fill .box .close-button {
          top: 20px;
          right: 20px; }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-modal.cart-popup .box {
        padding-top: 25px;
        padding-bottom: 30px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-modal.cart-popup .inner {
        max-width: 320px; } }
    .adlp-form .cmn-modal.cart-popup .product .title {
      color: #005BAC;
      font-weight: bold;
      text-align: center;
      line-height: 1.3; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-modal.cart-popup .product .title {
          font-size: 22px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-modal.cart-popup .product .title {
          font-size: 20px; } }
      .adlp-form .cmn-modal.cart-popup .product .title span {
        display: inline-block;
        background: linear-gradient(transparent 70%, #FFC400 70%); }
    .adlp-form .cmn-modal.cart-popup .product .item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .adlp-form .cmn-modal.cart-popup .product .item .image {
        width: 80px; }
      .adlp-form .cmn-modal.cart-popup .product .item .data {
        width: calc(100% - 100px);
        line-height: 1.5; }
        .adlp-form .cmn-modal.cart-popup .product .item .data .name {
          font-size: 15px;
          font-weight: bold; }
        .adlp-form .cmn-modal.cart-popup .product .item .data .price {
          margin-top: 5px;
          font-size: 13px; }
          .adlp-form .cmn-modal.cart-popup .product .item .data .price span {
            font-size: 10px; }
    .adlp-form .cmn-modal.cart-popup .product .cmn-button-area {
      margin-top: 0; }
    .adlp-form .cmn-modal.cart-popup .info {
      margin-top: 15px; }
      .adlp-form .cmn-modal.cart-popup .info .title {
        position: relative;
        text-align: center;
        font-size: 14px;
        font-weight: bold; }
        .adlp-form .cmn-modal.cart-popup .info .title:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          width: 100%;
          border-bottom: 1px solid #1D1D1D; }
        .adlp-form .cmn-modal.cart-popup .info .title span {
          position: relative;
          display: inline-block;
          background-color: #ffffff;
          padding-left: 0.5em;
          padding-right: 0.5em; }
        .adlp-form .cmn-modal.cart-popup .info .title strong {
          color: #E60012;
          font-size: 22px; }
      .adlp-form .cmn-modal.cart-popup .info .block {
        margin-top: 5px; }
        .adlp-form .cmn-modal.cart-popup .info .block .image {
          margin-left: -10px;
          margin-right: -10px; }
  .adlp-form body:has(.cmn-contents .cmn-modal.active) {
    overflow: hidden; }
  .adlp-form .cmn-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    font-weight: bold;
    letter-spacing: 0.05em;
    cursor: pointer;
    white-space: nowrap;
    /* 202510 GA */
    /* 202510 GA */ }
    .adlp-form .cmn-button.basic {
      width: 335px;
      height: 60px;
      border-radius: 30px;
      font-size: 18px; }
      .adlp-form .cmn-button.basic.wide {
        width: 100%; }
      .adlp-form .cmn-button.basic .text.small {
        font-size: 16px; }
    .adlp-form .cmn-button.small {
      width: 295px;
      height: 50px;
      border-radius: 25px;
      font-size: 13px; }
      .adlp-form .cmn-button.small.wide {
        width: 100%; }
    .adlp-form .cmn-button.mini {
      width: 140px;
      height: 42px;
      border-radius: 21px;
      font-size: 13px; }
      .adlp-form .cmn-button.mini.wide {
        width: 100%; }
    .adlp-form .cmn-button.buy {
      width: calc(50% - 15px);
      height: 40px;
      border-radius: 5px;
      font-size: 12px;
      letter-spacing: 0.05em; }
      .adlp-form .cmn-button.buy.wide {
        width: 100%; }
      .adlp-form .cmn-button.buy.big {
        height: 60px;
        font-size: 18px; }
    .adlp-form .cmn-button.blue {
      background-color: #005BAC;
      border: 1px solid #005BAC;
      color: #ffffff;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button.blue {
          transition: background-color 0.2s ease; }
          .adlp-form .cmn-button.blue:hover {
            background-color: #0E3F90; } }
      .adlp-form .cmn-button.blue:disabled {
        background-color: #ccc;
        border: 1px solid #ccc; }
    .adlp-form .cmn-button.white {
      background-color: #ffffff;
      border: 1px solid #005BAC;
      color: #005BAC;
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button.white {
          transition: background-color 0.2s ease; }
          .adlp-form .cmn-button.white:hover {
            background-color: #F2F9FF; } }
      .adlp-form .cmn-button.white:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        color: #ffffff; }
    .adlp-form .cmn-button.grad-white {
      color: #F27900;
      background-image: url(../images/common/bg-button-buy-white.png);
      background-color: rgba(255, 255, 255, 0);
      background-blend-mode: lighten;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 110% 110%;
      border: 1px solid #F27900;
      box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button.grad-white {
          transition: background-color 0.2s ease, border-color 0.2s ease; }
          .adlp-form .cmn-button.grad-white:hover {
            background-color: rgba(255, 255, 255, 0.2);
            border-color: rgba(242, 121, 0, 0.7); } }
      .adlp-form .cmn-button.grad-white:disabled {
        color: #ffffff;
        background-image: none;
        background-blend-mode: none;
        background-color: #ccc;
        border: 1px solid #ccc;
        text-shadow: none; }
    .adlp-form .cmn-button.grad-orange {
      color: #ffffff;
      text-shadow: 0 2px 2px rgba(183, 105, 0, 0.5);
      background-image: url(../images/common/bg-button-buy-orange.png);
      background-color: rgba(255, 255, 255, 0);
      background-blend-mode: lighten;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 110% 110%;
      border: 1px solid #F27900;
      box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button.grad-orange {
          transition: background-color 0.2s ease, border-color 0.2s ease; }
          .adlp-form .cmn-button.grad-orange:hover {
            background-color: rgba(255, 255, 255, 0.2);
            border-color: rgba(242, 121, 0, 0.7); } }
      .adlp-form .cmn-button.grad-orange:disabled {
        background-image: none;
        background-blend-mode: none;
        background-color: #ccc;
        border: 1px solid #ccc;
        text-shadow: none; }
    .adlp-form .cmn-button.grad-pink {
      border-radius: 10em;
      color: #ffffff;
      text-shadow: 0 2px 2px rgba(183, 105, 0, 0.5);
      background-image: url(../images/common/bg-button-point-pink.png);
      background-color: rgba(255, 255, 255, 0);
      background-blend-mode: lighten;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 110% 110%;
      border: 1px solid #d91c5b;
      box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button.grad-pink {
          transition: background-color 0.2s ease, border-color 0.2s ease; }
          .adlp-form .cmn-button.grad-pink:hover {
            background-color: rgba(255, 255, 255, 0.2);
            border-color: #d91c5bb3; } }
      .adlp-form .cmn-button.grad-pink:disabled {
        background-image: none;
        background-blend-mode: none;
        background-color: #ccc;
        border: 1px solid #ccc;
        text-shadow: none; }
    .adlp-form .cmn-button.grey {
      color: #ffffff;
      text-shadow: 0 2px 2px #cccccc80;
      background-color: #cccccc;
      background-blend-mode: lighten;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 110% 110%;
      border: 1px solid #cccccc;
      box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
      cursor: default;
      pointer-events: none; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button.grey {
          transition: background-color 0.2s ease, border-color 0.2s ease; } }
      .adlp-form .cmn-button.grey:disabled {
        background-image: none;
        background-blend-mode: none;
        background-color: #ccc;
        border: 1px solid #ccc;
        text-shadow: none; }
      .adlp-form .cmn-button.grey .text {
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    .adlp-form .cmn-button .icon {
      position: absolute;
      font-size: 24px;
      top: 50%;
      right: 25px;
      margin-top: -12px; }
      .adlp-form .cmn-button .icon.left {
        left: 25px; }
      .adlp-form .cmn-button .icon.small {
        font-size: 18px;
        margin-top: -9px; }
    .adlp-form .cmn-button.small .icon {
      font-size: 18px;
      margin-top: -9px; }
  .adlp-form .cmn-button-area {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: -5px; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-button-area {
        margin-top: 40px; }
        .adlp-form .cmn-button-area.pc-far {
          margin-top: 60px; }
        .adlp-form .cmn-button-area.pc-neer {
          margin-top: 30px; }
        .adlp-form .cmn-button-area.pc-pita {
          margin-top: 0; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-button-area {
        margin-top: 30px; }
        .adlp-form .cmn-button-area.sp-far {
          margin-top: 40px; }
        .adlp-form .cmn-button-area.sp-neer {
          margin-top: 20px; }
        .adlp-form .cmn-button-area.sp-pita {
          margin-top: 0; } }
    .adlp-form .cmn-button-area .row:not(:first-child) {
      margin-top: 20px; }
    .adlp-form .cmn-button-area .row.buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin-left: -7.5px;
      width: calc(100% + 15px); }
      .adlp-form .cmn-button-area .row.buttons.between {
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .adlp-form .cmn-button-area .row.buttons.left {
        -ms-flex-pack: start;
            justify-content: flex-start; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button-area .row.buttons.pc-left {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-button-area .row.buttons.sp-left {
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .adlp-form .cmn-button-area .row.buttons .cmn-button {
        margin-left: 7.5px;
        margin-right: 7.5px; }
      .adlp-form .cmn-button-area .row.buttons .checkbox-confirm {
        appearance: auto;
        height: 23px;
        width: 23px;
        margin-right: 16px; }
      .adlp-form .cmn-button-area .row.buttons .text-confirm {
        font-weight: bold;
        font-size: 1.2em; }
    .adlp-form .cmn-button-area .row.message {
      text-align: center; }
    .adlp-form .cmn-button-area .row.note {
      width: 100%; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button-area .row.note {
          font-size: 13px; }
          .adlp-form .cmn-button-area .row.note.pc-center {
            text-align: center; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-button-area .row.note {
          font-size: 12px; } }
    .adlp-form .cmn-button-area .row.sublink {
      text-align: center;
      font-size: 12px;
      font-weight: bold; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-button-area .row.sublink:not(:first-child) {
          margin-top: 30px; } }
      .adlp-form .cmn-button-area .row.sublink.left {
        text-align: left; }
    @media screen and (min-width: 1100px), print {
      .adlp-form .cmn-button-area .row.buttons + .sublink.float {
        position: absolute;
        margin: 0;
        transform: translateY(-40px); } }
    .adlp-form .cmn-button-area .inner {
      max-width: 335px;
      margin-left: auto;
      margin-right: auto; }
    .adlp-form .cmn-button-area.nohidden {
      overflow: visible; }
  .adlp-form .cmn-button.icon-cart .text {
    /* 202510 GA */
    font-family: 'Hiragino Sans', Meiryo, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: initial; }
  .adlp-form .cmn-button.icon-cart::before {
    /* 202510 GA */
    margin-right: 0.5em; }
  .adlp-form .cmn-button.grad-pink {
    border-radius: 10em;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(183, 105, 0, 0.5);
    background-image: url(../images/common/bg-button-point-pink.png);
    background-color: rgba(255, 255, 255, 0);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110% 110%;
    border: 1px solid #d91c5b;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-button.grad-pink {
      transition: background-color 0.2s ease, border-color 0.2s ease; }
    .adlp-form .cmn-button.grad-pink:hover {
      background-color: rgba(255, 255, 255, 0.2);
      border-color: #d91c5bb3; } }
  .adlp-form .cmn-button.grad-pink:disabled {
    background-image: none;
    background-blend-mode: none;
    background-color: #ccc;
    border: 1px solid #ccc;
    text-shadow: none; }
  .adlp-form .cmn-button.grey {
    color: #ffffff;
    text-shadow: 0 2px 2px #cccccc80;
    background-color: #cccccc;
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110% 110%;
    border: 1px solid #cccccc;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
    cursor: default;
    pointer-events: none; }
  @media screen and (min-width: 768px), print {
    .adlp-form {
      /* 202510 GA */ }
      .adlp-form .cmn-button.grey {
        transition: background-color 0.2s ease, border-color 0.2s ease; } }
  .adlp-form .cmn-button.grey:disabled {
    background-image: none;
    background-blend-mode: none;
    background-color: #ccc;
    border: 1px solid #ccc;
    text-shadow: none; }
  .adlp-form .cmn-button.grey .text {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .adlp-form .cmn-link {
    color: #1B7ED6;
    cursor: pointer; }
    .adlp-form .cmn-link.underline {
      text-decoration: underline; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-link.underline:hover {
          text-decoration: none; } }
    .adlp-form .cmn-link.border {
      display: inline-block;
      border-bottom: 1px solid #1B7ED6; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-link.border {
          transition: border-bottom-color 0.2s ease; }
          .adlp-form .cmn-link.border:hover {
            border-bottom-color: transparent; } }
  .adlp-form .cmn-list {
    margin-left: 1.25em; }
    .adlp-form .cmn-list:before {
      content: "";
      display: inline-block;
      width: 1.25em;
      margin-left: -1.25em; }
    .adlp-form .cmn-list.kome:before {
      content: "\203B"; }
    .adlp-form .cmn-list.dot:before {
      content: "\30FB"; }
    .adlp-form .cmn-list.asterisk:before {
      content: "\FF0A"; }
    .adlp-form .cmn-list.square:before {
      content: "\25A0"; }
  .adlp-form .cmn-alert {
    margin-bottom: 10px;
    color: #AD000E;
    font-size: 14px; }
    .adlp-form .cmn-alert.center {
      text-align: center; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-alert.pc-center {
        text-align: center; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-alert.pc-strong {
        font-size: 16px;
        font-weight: bold; } }
    .adlp-form .cmn-alert.box {
      background-color: #FBF2F2;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-alert.box {
          padding-top: 25px;
          padding-bottom: 25px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-alert.box {
          padding-top: 20px;
          padding-bottom: 20px;
          margin-left: -20px;
          margin-right: -20px; } }
    .adlp-form .cmn-alert.innerbox {
      background-color: #FBF2F2;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-alert.innerbox {
          padding-top: 25px;
          padding-bottom: 25px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-alert.innerbox {
          padding-top: 20px;
          padding-bottom: 20px;
          margin-left: -20px;
          margin-right: -20px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-alert-subtext {
      display: block;
      margin-top: 0.25em; }
      .adlp-form .cmn-alert-subtext.pc-inline {
        display: inline-block;
        margin-top: 0;
        margin-left: 0.5em; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-alert-subtext {
      display: block;
      margin-top: 0.25em; } }
  .adlp-form .cmn-alert-subtext .cmn-alert {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.5; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-alert-subtext .cmn-alert {
        font-size: 13px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-alert-subtext .cmn-alert {
        font-size: 11px; } }
  .adlp-form .cmn-anchorpoint {
    position: relative; }
    .adlp-form .cmn-anchorpoint .point {
      position: absolute; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-anchorpoint .point {
          margin-top: -60px; } }
  .adlp-form .cmn-contents .section {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-contents .section.pc-far-t {
        padding-top: 60px; }
      .adlp-form .cmn-contents .section.pc-far-b {
        padding-bottom: 60px; }
      .adlp-form .cmn-contents .section.pc-neer-t {
        padding-top: 30px; }
      .adlp-form .cmn-contents .section.pc-neer-b {
        padding-bottom: 30px; }
      .adlp-form .cmn-contents .section.pc-pita-t {
        padding-top: 0px; }
      .adlp-form .cmn-contents .section.pc-pita-b {
        padding-bottom: 0px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-contents .section.sp-far-t {
        padding-top: 60px; }
      .adlp-form .cmn-contents .section.sp-far-b {
        padding-bottom: 60px; }
      .adlp-form .cmn-contents .section.sp-neer-t {
        padding-top: 30px; }
      .adlp-form .cmn-contents .section.sp-neer-b {
        padding-bottom: 30px; }
      .adlp-form .cmn-contents .section.sp-pita-t {
        padding-top: 0px; }
      .adlp-form .cmn-contents .section.sp-pita-b {
        padding-bottom: 0px; } }
    .adlp-form .cmn-contents .section.gray {
      background-color: #FAFAFA; }
    .adlp-form .cmn-contents .section.pale {
      background-color: #F2F9FF; }
  .adlp-form .cmn-contents .section-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-contents .section-header {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-contents .section-header {
        margin-bottom: 15px; } }
    .adlp-form .cmn-contents .section-header.border {
      border-bottom: 1px solid #DDDDDD; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-contents .section-header.border {
          padding-bottom: 20px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-contents .section-header.border {
          padding-bottom: 15px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-contents .section-header.pc-border {
        padding-bottom: 20px;
        border-bottom: 1px solid #DDDDDD; } }
    .adlp-form .cmn-contents .section-header .title {
      font-weight: bold;
      line-height: 1.0; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-contents .section-header .title {
          font-size: 24px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-contents .section-header .title {
          font-size: 20px; } }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-contents .section-header .title.pc-small {
          font-size: 20px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-contents .section-header .title.sp-small {
          font-size: 18px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-contents .section-header .title.sp-big {
          font-size: 24px; } }
      .adlp-form .cmn-contents .section-header .title.center {
        margin-left: auto;
        margin-right: auto; }
      @media screen and (min-width: 768px), print {
        .adlp-form .cmn-contents .section-header .title.pc-center {
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .cmn-contents .section-header .title.sp-center {
          margin-left: auto;
          margin-right: auto; } }
    .adlp-form .cmn-contents .section-header .link {
      font-size: 12px;
      letter-spacing: 0.05em; }
    @media screen and (min-width: 768px), print {
      .adlp-form .cmn-contents .section-header .counter {
        font-size: 15px; }
        .adlp-form .cmn-contents .section-header .counter strong {
          font-size: 18px;
          font-weight: bold;
          margin-left: 0.25em;
          margin-right: 0.25em; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .cmn-contents .section-header .counter {
        font-size: 13px; }
        .adlp-form .cmn-contents .section-header .counter strong {
          font-size: 16px;
          font-weight: bold;
          margin-left: 0.25em;
          margin-right: 0.25em; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .cmn-contents .section-body + .section-header {
      padding-top: 60px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .cmn-contents .section-body + .section-header {
      padding-top: 50px; } }
  .adlp-form .contents-cart .data-table .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    text-align: right; }
    .adlp-form .contents-cart .data-table .row:not(:last-child) {
      margin-bottom: 10px; }
  .adlp-form .contents-cart .data-table dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .adlp-form .contents-cart .data-table dt {
    white-space: nowrap;
    margin-right: 0.5em; }
  .adlp-form .contents-cart .data-table dd {
    min-width: 4.5em; }
  .adlp-form .contents-cart .data-table.address {
    padding-top: 25px;
    line-height: 1.5;
    border-top: 1px solid #DDDDDD; }
    .adlp-form .contents-cart .data-table.address:not(:first-child) {
      margin-top: 25px; }
    .adlp-form .contents-cart .data-table.address .row {
      -ms-flex-align: start;
          align-items: flex-start;
      text-align: left; }
      .adlp-form .contents-cart .data-table.address .row:not(:last-child) {
        margin-bottom: 5px; }
    .adlp-form .contents-cart .data-table.address dl {
      -ms-flex-align: start;
          align-items: flex-start; }
    .adlp-form .contents-cart .data-table.address dt {
      width: 6em; }
    .adlp-form .contents-cart .data-table.address dd {
      width: calc(100% - 6.5em); }
  .adlp-form .contents-cart .section.section-cart-header {
    padding-bottom: 0; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-cart-header .cmn-button-area:last-child {
        margin-bottom: 35px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-cart-header .cmn-button-area:last-child {
        margin-bottom: 15px; } }
    .adlp-form .contents-cart .section.section-cart-header .cmn-alert {
      position: relative;
      margin-top: 20px;
      margin-bottom: 0;
      z-index: 1; }
      @media screen and (min-width: 768px), print {
        .adlp-form .contents-cart .section.section-cart-header .cmn-alert {
          margin-bottom: -1px; } }
  .adlp-form .contents-cart .section.section-cart-list {
    padding-top: 0;
    padding-bottom: 0; }
    .adlp-form .contents-cart .section.section-cart-list .list .item {
      border-top: 1px solid #DDDDDD; }
      @media screen and (min-width: 768px), print {
        .adlp-form .contents-cart .section.section-cart-list .list .item {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .contents-cart .section.section-cart-list .list .item {
          padding: 25px 20px 30px; } }
      .adlp-form .contents-cart .section.section-cart-list .list .item .head {
        position: relative; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .head .type {
          display: inline-block;
          padding: 4px 8px;
          border-radius: 3px;
          font-size: 10px;
          font-weight: bold;
          line-height: 1; }
          .adlp-form .contents-cart .section.section-cart-list .list .item .head .type.normal {
            background-color: #ffffff;
            color: #005BAC;
            border: 1px solid #005BAC; }
          .adlp-form .contents-cart .section.section-cart-list .list .item .head .type.subscription {
            background-color: #005BAC;
            color: #ffffff; }
          .adlp-form .contents-cart .section.section-cart-list .list .item .head .type.present {
            background-color: #F8CE1D;
            color: #005BAC; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .head .name {
          font-weight: bold;
          line-height: 1.5; }
          @media screen and (min-width: 768px), print {
            .adlp-form .contents-cart .section.section-cart-list .list .item .head .name {
              margin-top: 5px;
              font-size: 20px; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .contents-cart .section.section-cart-list .list .item .head .name {
              margin-top: 5px;
              font-size: 15px; } }
        .adlp-form .contents-cart .section.section-cart-list .list .item .head .delete {
          position: absolute;
          top: 0;
          right: 0;
          font-size: 12px; }
      .adlp-form .contents-cart .section.section-cart-list .list .item .body {
        margin-top: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start; }
        @media screen and (min-width: 768px), print {
          .adlp-form .contents-cart .section.section-cart-list .list .item .body .image {
            width: 120px; } }
        @media screen and (max-width: 767px), print {
          .adlp-form .contents-cart .section.section-cart-list .list .item .body .image {
            width: 100px; } }
        @media screen and (min-width: 768px), print {
          .adlp-form .contents-cart .section.section-cart-list .list .item .body .data-table {
            width: calc(100% - 120px);
            font-size: 15px; }
            .adlp-form .contents-cart .section.section-cart-list .list .item .body .data-table .small {
              font-size: 12px; } }
        @media screen and (max-width: 767px), print {
          .adlp-form .contents-cart .section.section-cart-list .list .item .body .data-table {
            width: calc(100% - 100px);
            font-size: 13px; }
            .adlp-form .contents-cart .section.section-cart-list .list .item .body .data-table .small {
              font-size: 10px; } }
        .adlp-form .contents-cart .section.section-cart-list .list .item .body .osusume {
          text-align: right;
          margin-bottom: 5px;
          color: #005BAC;
          font-size: 14px;
          font-weight: bold;
          margin-right: 10px; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .body .cmn-form-select {
          margin-left: 1.0em;
          margin-right: 0;
          width: auto;
          min-width: 8.5em; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .body .comment {
          text-align: right; }
          @media screen and (min-width: 768px), print {
            .adlp-form .contents-cart .section.section-cart-list .list .item .body .comment {
              font-size: 16px; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .contents-cart .section.section-cart-list .list .item .body .comment {
              font-size: 14px; } }
          .adlp-form .contents-cart .section.section-cart-list .list .item .body .comment b {
            font-weight: bold; }
          .adlp-form .contents-cart .section.section-cart-list .list .item .body .comment em {
            color: #E50012; }
      @media screen and (min-width: 768px), print {
        .adlp-form .contents-cart .section.section-cart-list .list .item .foot {
          margin-top: 30px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .contents-cart .section.section-cart-list .list .item .foot {
          margin-top: 30px; } }
      .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal {
        border: 2px solid #F8CE1D;
        border-radius: 5px;
        background-color: #FEFBF2;
        padding: 10px;
        text-align: center;
        font-size: 15px;
        line-height: 1.5; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal small {
          font-size: 13px; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal strong {
          font-size: 20px; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal b {
          font-weight: bold; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal em {
          color: #E50012; }
        .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a {
          position: relative;
          color: #005BAC;
          font-weight: inherit; }
          .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a.delivery {
            padding-left: 2.5em; }
            .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a.delivery:before {
              position: absolute;
              top: 50%;
              left: 0;
              display: inline-block;
              font-size: 1.8em;
              transform: translateY(-55%) rotateY(180deg); }
          .adlp-form .contents-cart .section.section-cart-list .list .item .foot .appeal a:after {
            display: inline-block;
            font-size: 1.2em;
            transform: translateY(5%); }
  .adlp-form .contents-cart .section.section-shopping-data {
    border-bottom: 1px solid #DDDDDD; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-shopping-data {
        padding-top: 55px;
        padding-bottom: 25px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-shopping-data {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-shopping-data .data-table {
        font-size: 18px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-shopping-data .data-table {
        font-size: 16px; } }
    .adlp-form .contents-cart .section.section-shopping-data .data-table:not(:first-child) {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #DDDDDD; }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-shopping-data .data-table dt .small {
        font-size: 12px; } }
    .adlp-form .contents-cart .section.section-shopping-data .data-table strong {
      color: #E50012; }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-shopping-data .freeshipping {
        font-size: 14px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-footer {
      padding-top: 60px;
      padding-bottom: 80px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-footer {
      padding-bottom: 60px; } }
  .adlp-form .contents-cart .section.section-cart-footer .cmn-button-area {
    margin-top: 0; }
  .adlp-form .contents-cart .section.section-cart-footer .guide-link {
    margin-bottom: 20px;
    font-size: 11px; }
    .adlp-form .contents-cart .section.section-cart-footer .guide-link-summary {
      margin-bottom: 5px; }
      .adlp-form .contents-cart .section.section-cart-footer .guide-link-summary .more {
        color: #888;
        margin-top: 5px;
        font-weight: bold; }
        .adlp-form .contents-cart .section.section-cart-footer .guide-link-summary .more a {
          cursor: pointer; }
    .adlp-form .contents-cart .section.section-cart-footer .guide-link-detail {
      height: 0;
      overflow: hidden; }
      .adlp-form .contents-cart .section.section-cart-footer .guide-link-detail .box {
        padding-top: 10px;
        padding-bottom: 20px; }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-coupon {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-histories {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .adlp-form .contents-cart .section.section-cart-step {
    border-bottom: 1px solid #DDDDDD; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-cart-step {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-cart-step {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .adlp-form .contents-cart .section.section-cart-step .list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .adlp-form .contents-cart .section.section-cart-step .list .item {
        position: relative;
        width: 90px;
        background-color: #FAFAFA; }
        .adlp-form .contents-cart .section.section-cart-step .list .item:not(:first-child):before {
          content: "";
          position: absolute;
          top: 18px;
          left: -15px;
          width: 30px;
          height: 1px;
          background-color: #888888; }
        .adlp-form .contents-cart .section.section-cart-step .list .item .num {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: auto;
          margin-right: auto;
          width: 36px;
          height: 36px; }
          @media screen and (min-width: 768px), print {
            .adlp-form .contents-cart .section.section-cart-step .list .item .num {
              width: 36px;
              height: 36px; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .contents-cart .section.section-cart-step .list .item .num {
              width: 30px;
              height: 30px; } }
          .adlp-form .contents-cart .section.section-cart-step .list .item .num span {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            width: 30px;
            height: 30px;
            border: 1px solid #888888;
            border-radius: 50%;
            color: #888888;
            font-size: 13px;
            font-weight: bold;
            line-height: 1; }
        .adlp-form .contents-cart .section.section-cart-step .list .item .txt {
          margin-top: 5px;
          display: block;
          margin-left: -3em;
          margin-right: -3em;
          text-align: center;
          color: #888888;
          font-size: 12px;
          line-height: 1; }
          @media screen and (max-width: 767px), print {
            .adlp-form .contents-cart .section.section-cart-step .list .item .txt {
              margin-top: 10px; } }
        .adlp-form .contents-cart .section.section-cart-step .list .item.active .num span {
          background-color: #005BAC;
          border: 1px solid #005BAC;
          color: #ffffff; }
          @media screen and (min-width: 768px), print {
            .adlp-form .contents-cart .section.section-cart-step .list .item.active .num span {
              width: 36px;
              height: 36px;
              font-size: 18px; } }
        .adlp-form .contents-cart .section.section-cart-step .list .item.active .txt {
          font-weight: bold;
          color: #005BAC; }
          @media screen and (min-width: 768px), print {
            .adlp-form .contents-cart .section.section-cart-step .list .item.active .txt {
              margin-top: 3px;
              font-size: 15px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-address {
      padding-top: 35px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-address {
      padding-top: 20px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-address .message {
      margin-bottom: 10px;
      font-size: 18px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-address .message {
      margin-bottom: 15px;
      font-size: 13px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-address .cmn-form-radio + .panel {
      min-height: 140px;
      padding-left: 60px; }
      .adlp-form .contents-cart .section.section-cart-address .cmn-form-radio + .panel,
      .adlp-form .contents-cart .section.section-cart-address .cmn-form-radio + .panel .small {
        font-size: 18px; }
      .adlp-form .contents-cart .section.section-cart-address .cmn-form-radio + .panel:before {
        left: 20px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-address .cmn-form-radio + .panel {
      min-height: 60px; } }
  .adlp-form .contents-cart .section.section-cart-address-new {
    display: none; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-cart-address-new {
        padding-top: 60px;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-cart-address-new {
        padding-top: 30px;
        padding-bottom: 20px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-payment {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-payment .cmn-form-radio + span {
      font-size: 18px;
      margin-right: 35px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-payment .cmn-form-radio + span {
      display: block;
      font-size: 18px; }
      .adlp-form .contents-cart .section.section-cart-payment .cmn-form-radio + span:not(:first-child) {
        margin-top: 10px; } }
  .adlp-form .contents-cart .section.section-cart-payment-credit {
    display: none; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-cart-payment-credit {
        padding-top: 60px;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-cart-payment-credit {
        padding-top: 30px;
        padding-bottom: 20px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-payment-postpay, .adlp-form .contents-cart .section.section-cart-payment-paypay {
      padding-top: 30px;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-payment-postpay, .adlp-form .contents-cart .section.section-cart-payment-paypay {
      padding-top: 30px;
      padding-bottom: 20px; } }
  .adlp-form .contents-cart .section.section-cart-payment-postpay .lead, .adlp-form .contents-cart .section.section-cart-payment-paypay .lead {
    font-weight: bold; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-cart-payment-postpay .lead, .adlp-form .contents-cart .section.section-cart-payment-paypay .lead {
        font-size: 20px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-payment-postpay .image, .adlp-form .contents-cart .section.section-cart-payment-paypay .image {
      width: 200px;
      margin-top: 15px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-payment-postpay .image, .adlp-form .contents-cart .section.section-cart-payment-paypay .image {
      width: 150px;
      margin-top: 5px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-cart-payment-postpay .explain, .adlp-form .contents-cart .section.section-cart-payment-paypay .explain {
      margin-top: 15px;
      font-size: 18px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-cart-payment-postpay .explain, .adlp-form .contents-cart .section.section-cart-payment-paypay .explain {
      margin-top: 10px; } }
  .adlp-form .contents-cart .section.section-confirm.section-cart-list {
    background-color: #ffffff;
    margin-top: -1px;
    padding-top: 40px; }
    .adlp-form .contents-cart .section.section-confirm.section-cart-list .list .item:last-child {
      border-bottom: 1px solid #DDDDDD; }
    .adlp-form .contents-cart .section.section-confirm.section-cart-list .cmn-alert {
      position: relative;
      margin-bottom: -1px;
      z-index: 1; }
  .adlp-form .contents-cart .section.section-confirm.section-shopping-data {
    border-bottom: none; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-confirm.section-shopping-data {
        padding-top: 25px;
        padding-bottom: 50px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-confirm.section-shopping-data {
        padding-top: 20px;
        padding-bottom: 20px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-confirm.section-delivery-address {
      padding-top: 55px;
      padding-bottom: 55px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-confirm.section-delivery-address {
      padding-bottom: 30px; } }
  .adlp-form .contents-cart .section.section-confirm.section-delivery-address .section-body {
    position: relative; }
  .adlp-form .contents-cart .section.section-confirm.section-delivery-address .link {
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 12px; }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-confirm.section-request {
      padding-top: 55px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-confirm.section-payment {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-confirm.section-payment {
      border-top: 1px solid #DDDDDD;
      padding-bottom: 10px; } }
  .adlp-form .contents-cart .section.section-confirm.section-payment .section-body {
    font-size: 15px; }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-complete {
      padding-top: 80px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-complete .section-header {
      margin-bottom: 10px; }
      .adlp-form .contents-cart .section.section-complete .section-header .title {
        font-size: 28px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-complete .section-header {
      margin-bottom: 10px; } }
  .adlp-form .contents-cart .section.section-complete .message {
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-complete .message {
        font-size: 18px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-complete .message {
        font-size: 13px; } }
  @media screen and (min-width: 768px), print {
    .adlp-form .contents-cart .section.section-complete .order-data {
      margin-top: 20px;
      font-size: 18px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .contents-cart .section.section-complete .order-data {
      margin-top: 15px;
      font-size: 13px; } }
  .adlp-form .contents-cart .section.section-complete .order-data div {
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .adlp-form .contents-cart .section.section-complete .order-data dl {
    display: table-row; }
  .adlp-form .contents-cart .section.section-complete .order-data dt,
  .adlp-form .contents-cart .section.section-complete .order-data dd {
    display: table-cell; }
  .adlp-form .contents-cart .section.section-complete .order-data dt {
    text-align: right; }
  .adlp-form .contents-cart .section.section-complete .image {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-complete .image {
        margin-top: 20px;
        width: 466px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-complete .image {
        margin-top: 15px;
        width: 193px; } }
  .adlp-form .contents-cart:not(.contents-cart-complete) + .cmn-global-footer .navi {
    display: none; }
  .adlp-form .contents-adlp-form {
    padding-bottom: 100px; }
  .adlp-form .section.section-adlp-form-step {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden; }
    @media screen and (min-width: 768px), print {
      .adlp-form .section.section-adlp-form-step {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .section.section-adlp-form-step {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .adlp-form .section.section-adlp-form-step .list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .adlp-form .section.section-adlp-form-step .list .item {
        position: relative;
        width: 110px; }
        .adlp-form .section.section-adlp-form-step .list .item:not(:first-child):before {
          content: "";
          position: absolute;
          top: 18px;
          left: -15px;
          width: 30px;
          height: 1px;
          background-color: #888888; }
        .adlp-form .section.section-adlp-form-step .list .item .num {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: auto;
          margin-right: auto;
          width: 36px;
          height: 36px; }
          @media screen and (min-width: 768px), print {
            .adlp-form .section.section-adlp-form-step .list .item .num {
              width: 36px;
              height: 36px; } }
          @media screen and (max-width: 767px), print {
            .adlp-form .section.section-adlp-form-step .list .item .num {
              width: 30px;
              height: 30px; } }
          .adlp-form .section.section-adlp-form-step .list .item .num span {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            width: 30px;
            height: 30px;
            border: 1px solid #888888;
            border-radius: 50%;
            color: #888888;
            font-size: 13px;
            font-weight: bold;
            line-height: 1; }
        .adlp-form .section.section-adlp-form-step .list .item .txt {
          margin-top: 5px;
          display: block;
          margin-left: -3em;
          margin-right: -3em;
          text-align: center;
          color: #888888;
          font-size: 12px;
          line-height: 1; }
          @media screen and (max-width: 767px), print {
            .adlp-form .section.section-adlp-form-step .list .item .txt {
              margin-top: 10px; } }
        .adlp-form .section.section-adlp-form-step .list .item.active .num span {
          background-color: #005BAC;
          border: 1px solid #005BAC;
          color: #ffffff; }
          @media screen and (min-width: 768px), print {
            .adlp-form .section.section-adlp-form-step .list .item.active .num span {
              width: 36px;
              height: 36px;
              font-size: 18px; } }
        .adlp-form .section.section-adlp-form-step .list .item.active .txt {
          font-weight: bold;
          color: #005BAC; }
          @media screen and (min-width: 768px), print {
            .adlp-form .section.section-adlp-form-step .list .item.active .txt {
              margin-top: 3px;
              font-size: 15px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .section.section-adlp-form-customer-type {
      padding-top: 20px; } }
  .adlp-form .section.section-adlp-form-customer-type .cmn-form-label .panel {
    min-height: 70px;
    font-weight: bold; }
  @media screen and (max-width: 767px), print {
    .adlp-form .section.section-adlp-form-customer-data {
      padding-top: 10px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .section.section-adlp-form-delivery {
      padding-top: 10px; } }
  .adlp-form .section.section-adlp-form-payment {
    padding-bottom: 0; }
    @media screen and (max-width: 767px), print {
      .adlp-form .section.section-adlp-form-payment {
        padding-top: 10px; } }
    .adlp-form .section.section-adlp-form-payment .payment-choice {
      background-color: #FAFAFA; }
      @media screen and (min-width: 768px), print {
        .adlp-form .section.section-adlp-form-payment .payment-choice {
          padding-top: 40px;
          padding-bottom: 40px;
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .section.section-adlp-form-payment .payment-choice {
          padding-top: 30px;
          padding-bottom: 30px;
          margin-bottom: 20px; } }
      .adlp-form .section.section-adlp-form-payment .payment-choice .cmn-form-radio + span {
        font-size: 18px; }
        @media screen and (min-width: 768px), print {
          .adlp-form .section.section-adlp-form-payment .payment-choice .cmn-form-radio + span {
            margin-right: 35px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .section.section-adlp-form-payment .payment-postpay {
        padding-top: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .section.section-adlp-form-payment .payment-postpay {
        padding-top: 0;
        padding-bottom: 20px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .section.section-adlp-form-payment .payment-postpay .explain {
        margin-top: 15px;
        font-size: 18px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .section.section-adlp-form-payment .payment-postpay .explain {
        margin-top: 10px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .section.section-adlp-form-payment .payment-paypay {
        padding-top: 0;
        padding-bottom: 0; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .section.section-adlp-form-payment .payment-paypay {
        padding-top: 0;
        padding-bottom: 20px; } }
    .adlp-form .section.section-adlp-form-payment .payment-paypay .lead {
      font-weight: bold; }
      @media screen and (min-width: 768px), print {
        .adlp-form .section.section-adlp-form-payment .payment-paypay .lead {
          font-size: 20px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .section.section-adlp-form-payment .payment-paypay .image {
        width: 200px;
        margin-top: 15px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .section.section-adlp-form-payment .payment-paypay .image {
        width: 150px;
        margin-top: 5px; } }
    @media screen and (min-width: 768px), print {
      .adlp-form .section.section-adlp-form-payment .payment-paypay .explain {
        margin-top: 15px;
        font-size: 18px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .section.section-adlp-form-payment .payment-paypay .explain {
        margin-top: 10px; } }
  .adlp-form .contents-cart .data-table.address {
    padding-top: 0;
    border-top: 0; }
  .adlp-form .contents-cart .section.section-confirm.section-payment {
    border-top: none; }
    @media screen and (min-width: 768px), print {
      .adlp-form .contents-cart .section.section-confirm.section-payment {
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px), print {
      .adlp-form .contents-cart .section.section-confirm.section-payment {
        padding-bottom: 40px; } }
  .adlp-form .contents-cart .section.section-confirm.section-delivery-address .link {
    position: static; }
  .adlp-form .contents-cart .section.section-confirm.section-delivery-address .data-table.address dl {
    width: 100%; }
    .adlp-form .contents-cart .section.section-confirm.section-delivery-address .data-table.address dl dt {
      width: 8.5em; }
    .adlp-form .contents-cart .section.section-confirm.section-delivery-address .data-table.address dl dd {
      width: calc(100% - 9.0em); }
  .adlp-form .contents-cart .section.section-complete {
    padding-bottom: 0; }
  .adlp-form .contents-cart .section.section-cart-footer {
    padding-bottom: 0; }
  @media screen and (max-width: 767px), print {
    .adlp-form .section.section-adlp-form-login {
      padding-top: 10px; } }
  .adlp-form .cmn-button-area .cmn-button.basic {
    font-size: 16px;
    width: 450px;
    height: 70px;
    border-radius: 35px; }
  @media screen and (min-width: 768px), print {
    .adlp-form .adlp-form-terms {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 13px; } }
  @media screen and (max-width: 767px), print {
    .adlp-form .adlp-form-terms {
      font-size: 11px; } }
  .adlp-form .adlp-form-terms > ol > li:not(:first-child) {
    margin-top: 1.5em; }
  .adlp-form .adlp-form-terms > ol > li > dl > dt {
    font-size: 1.2em;
    font-weight: bold; }
  .adlp-form .adlp-form-terms > ol > li > dl > dd p {
    margin-top: 0.25em; }
  .adlp-form .adlp-form-terms > ol > li > dl > dd li {
    margin-left: 1.5em; }
    .adlp-form .adlp-form-terms > ol > li > dl > dd li > p:first-child > span:first-child {
      display: inline-block;
      width: 1.5em;
      margin-left: -1.5em; }
    .adlp-form .adlp-form-terms > ol > li > dl > dd li li {
      margin-left: 2em; }
      .adlp-form .adlp-form-terms > ol > li > dl > dd li li > p:first-child > span:first-child {
        width: 2.0em;
        margin-left: -2.0em; }
  .adlp-form .adlp-form-footer {
    background-color: #005BAC;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px; }
    .adlp-form .adlp-form-footer .inner {
      display: -ms-flexbox;
      display: flex;
      max-width: 1100px;
      padding: 30px 60px;
      margin-left: auto;
      margin-right: auto;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      background-color: #ffffff;
      border-radius: 10px; }
      @media screen and (max-width: 767px), print {
        .adlp-form .adlp-form-footer .inner {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          -ms-flex-item-align: start;
              align-self: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
          padding: 50px 35px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .adlp-form-footer .inner .footer-main {
          width: 100%;
          border-top: 1px solid #E0E0E0;
          margin-top: 45px;
          padding-top: 45px; } }
      .adlp-form .adlp-form-footer .inner .footer-main .logo {
        width: 294px; }
        @media screen and (max-width: 767px), print {
          .adlp-form .adlp-form-footer .inner .footer-main .logo {
            max-width: 245px;
            margin-left: auto;
            margin-right: auto; } }
      .adlp-form .adlp-form-footer .inner .footer-main .copy {
        margin-top: 10px;
        display: block;
        font-size: 10px; }
        @media screen and (max-width: 767px), print {
          .adlp-form .adlp-form-footer .inner .footer-main .copy {
            text-align: center; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .adlp-form-footer .inner .footer-menu {
          width: 100%; } }
      .adlp-form .adlp-form-footer .inner .footer-menu ul {
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 767px), print {
          .adlp-form .adlp-form-footer .inner .footer-menu ul {
            display: block;
            max-width: 245px;
            margin-left: auto;
            margin-right: auto; } }
      @media screen and (min-width: 768px), print {
        .adlp-form .adlp-form-footer .inner .footer-menu li:not(:first-child) {
          margin-left: 30px; } }
      @media screen and (max-width: 767px), print {
        .adlp-form .adlp-form-footer .inner .footer-menu li:not(:first-child) {
          margin-top: 20px; } }
      .adlp-form .adlp-form-footer .inner .footer-menu a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1; }
        .adlp-form .adlp-form-footer .inner .footer-menu a[target="_blank"]:after {
          font-size: 18px; }

.display-none {
  display: none !important; }

.cmn-global-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .cmn-global-loading:before {
    content: "Loading...";
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #005BAC; }
  .cmn-global-loading svg {
    position: absolute;
    top: 50%;
    left: 50%;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    animation: loading 3s linear infinite; }
    .cmn-global-loading svg circle {
      stroke-dashoffset: 0;
      stroke-dasharray: 300;
      stroke-width: 7;
      stroke-miterlimit: 10;
      stroke-linecap: round;
      animation: loading-circle 2s -1s linear infinite;
      stroke: #005BAC;
      fill: transparent; }

@keyframes loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -600; } }

.hide-form-register section-adlp-form-customer-type {
  display: none !important; }

.hide-form-register .adlp-form-entry {
  display: none !important; }

.hide-form-register .adlp-form-login {
  padding-top: 40px !important;
  display: block !important; }

.hide-form-register .is-login .adlp-form-entry {
  display: block !important; }

.hide-form-register .is-login .adlp-form-login {
  display: none !important; }
