/* カスタマイズ用CSS */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Kosugi+Maru&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&Questrial&display=swap");
@media screen and (max-width: 780px) {
  main {
    font-size: 14px;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 790px) {
  a:hover {
    opacity: 0.5;
  }
}

html {
  overflow-y: scroll;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
}

button:focus {
  outline: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, input, main, a, span {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  background: none;
  border: none;
}

input[type=number] {
  display: inline-block;
  width: 100%;
}

input[type=button] {
  cursor: pointer;
}
input[type=button],input[type=text],input[type=submit],input[type=image],input[type=password],input[type=tel],input[type=email],textarea,option {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  outline: none;
}

textarea {
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  font-family: "Noto Sans JP", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  outline: none;
}

select::-ms-expand {
  display: none;
}

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

img {
  border: 0;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

main, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  font-weight: medium;
  color: #666666;
  -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.5;
  word-break: break-all;
}

a {
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 780px) {
  .sp_only {
    display: block !important;
  }
}

@media screen and (max-width: 780px) {
  .pc_only {
    display: none !important;
  }
}

.icon {
  display: inline-block;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  line-height: 0;
  vertical-align: middle;
}

.icon img {
  width: 100%;
}

.icon--arrow_circle {
  width: 19px;
}

.icon--right_arrow {
  width: 7px;
  height: 12px;
}

.icon--right_arrow_min {
  width: 5px;
  height: 9px;
}

.icon--left_arrow {
  width: 7px;
  height: 12px;
  background: url("../img/common/arrow-left-bold.png");
  background-size: cover;
}

.icon--arrow_box {
  width: 32px;
  height: 32px;
}

.icon--collapse {
  width: 18px;
  height: 18px;
}

.icon--collapse .icon__close {
  display: block;
}

.icon--collapse .icon__open {
  display: none;
}

.icon--collapse_min {
  width: 16px;
  height: 16px;
}

.icon--collapse_min .icon__close {
  display: block;
}

.icon--collapse_min .icon__open {
  display: none;
}

.icon--cart.icon_active::after {
  top: -3px;
  -webkit-transform: translate(50%);
          transform: translate(50%);
}

.icon--truck::after {
  content: '';
  display: block;
  width: 15px;
  height: 13px;
  background: url("../img/common/truck-icon.png");
  background-size: cover;
}

.icon--box::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/common/box-icon.png");
  background-size: cover;
}

.icon--up_arrow {
  width: 12px;
  height: 7px;
}

.icon--up_arrow::after {
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background: url("../img/common/arrow-up-gray.png");
  background-size: cover;
}

.icon--check {
  width: 14px;
  height: 11px;
}

.icon--right_BlankLink{
  width: 13px;
  height: 13px;
}

.icon--check::after {
  content: '';
  display: block;
  width: 14px;
  height: 11px;
  background: url("../img/common/check-l.png");
  background-size: cover;
}

.icon_active {
  position: relative;
}

.icon_active::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A50021;
}

.btn_detail {
  display: block;
  width: 100%;
  padding: 7px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background: #A50021;
  position: relative;
}

.btn_detail--disabled {
  display: block;
  width: 100%;
  padding: 7px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background: #666665;
  position: relative;
  pointer-events: none;
}

.btn_detail::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url("../img/common/icon_search-white.png");
  background-size: cover;
}

.btn_detail--cart::before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url("../img/common/feather-shopping-cart-white.png");
  background-size: cover;
}

.btn_main {
  display: block;
  width: 100%;
  padding: 7px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background: #A50021;
  position: relative;
}

.btn_main--reorder::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url("../img/common/cart-icon-white.png");
  background-size: cover;
}

.btn_main--submit::after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 9px;
  background: url("../img/common/arrowlink-icon-white.png");
  background-size: cover;
}

.btn_main--submit_skip::after {
  content: none;
}

.btn_main--large {
  max-width: 335px;
  margin: auto;
  padding: 13px;
  font-size: 16px;
}

.btn_main--add::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 15px;
  background: url("../img/common/card.png");
  background-size: cover;
}

.btn_main--change::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 15px;
  background: url("../img/common/pen.png");
  background-size: cover;
}

.btn_main--remove::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 16px;
  background: url("../img/common/trash-2.png");
  background-size: cover;
}

.btn_main--login::after {
  content: '';
  display: block;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/common/login-icon-white.png");
  background-size: cover;
}

.btn_cart {
  display: block;
  width: 100%;
  padding: 7px;
  color: #A50021;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #A50021;
  position: relative;
}

.btn_cart .btn_cart__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  background: #A50021;
}

.btn_order {
  position: relative;
  display: block;
  padding: 4px;
  border: 1px solid #A50021;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #A50021;
}

.btn_order::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_order--detail::before {
  width: 10px;
  height: 10px;
  background: url("../img/common/magnifying-glass-s.png");
  background-size: cover;
}

.btn_order--cart::before {
  width: 11px;
  height: 11px;
  background: url("../img/common/shopping-cart-s.png");
  background-size: cover;
}

.btn_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #fff;
  width: 155px;
  padding: 5px 15px;
  font-size: 12px;
}

.btn_white::after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  background: url("../img/common/arrowlink-icon-white.png");
  background-size: cover;
}

.btn_pink {
  display: block;
  margin: auto;
  position: relative;
  max-width: 340px;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #A50021;
  border-radius: 8px;
  color: #A50021;
  font-size: 16px;
}

.btn_pink::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 6px;
  height: 10px;
  margin: auto;
  background: url("../img/common/arrowlink-icon-m.png");
  background-size: cover;
}

.btn_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 5px 3px 25px;
  position: relative;
  border: 1px solid #6f5757;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
}

.btn_min::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
}

.btn_min--search::before {
  background: url("../img/common/open-magnifying-glass.png");
  background-size: cover;
}

.btn_min--cart::before {
  background: url("../img/common/feather-shopping-cart.png");
  background-size: cover;
}

.btn_fav {
  display: block;
  position: relative;
  padding: 12px 12px 12px 45px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #A50021;
  border-radius: 5px;
  color: #A50021;
  text-align: center;
}

.btn_fav::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 25px;
  display: block;
  width: 18px;
  height: 16px;
  margin: auto;
  background: url("../img/common/heart.png");
  background-size: cover;
}

.btn_fav--disable {
  color: #666665;
  border-color: #666665;
}

.btn_fav--disable::before {
  background: url("../img/common/heart-gray.png");
  background-size: cover;
}

.btn_sub, .btn_sub02 {
  display: block;
  width: 215px;
  padding: 5px;
  border: 1px solid #A50021;
  color: #A50021;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  position: relative;
  border-radius: 5px;
  background: #fff;
}

.btn_sub i, .btn_sub02 i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_sub .icon--right_arrow, .btn_sub02 .icon--right_arrow {
  right: 15px;
}

.btn_sub02 .icon--down_arrow {
  height: 8px;
  right: 15px;
  width: 12px;
}

.btn_sub .icon--left_arrow, .btn_sub02 .icon--left_arrow {
  left: 15px;
}

.btn_sub--middle {
  display: inline-block;
  width: auto;
  padding: 7px 35px;
  line-height: 1;
}

.btn_sub--large {
  width: 100%;
  padding: 7px;
  font-size: 14px;
  line-height: inherit;
}

.btn_sub--xl {
  font-size: 16px;
  padding: 13px;
  line-height: 1.4;
}

.btn_sub--search::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url("../img/common/magnifying-glass.png");
  background-size: cover;
}

.btn_sub--square {
  font-size: 12px;
  padding: 10px;
  border-radius: 0;
  background: #fff;
}

.btn_sub--square::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 10px;
  display: block;
  width: 5px;
  height: 9px;
  margin: auto;
  background: url("../img/common/arrowlink-icon-s@2x.png");
  background-size: cover;
}

.btn_sub--question {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
}

.btn_sub--question::before {
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  background: url("../img/common/question.png");
  background-size: cover;
  vertical-align: -2px;
}

.method_btn{
  text-align: right;
  margin-top: 15px;
}
  .method_btn .btn_sub--method {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
  }

.btn_sub--back::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  display: block;
  width: 5px;
  height: 9px;
  margin: auto;
  background: url("../img/common/arrow-left-bold.png");
  background-size: cover;
}

.btn_sub02 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  border: 1px solid #6f5757;
  color: #6f5757;
}

.btn_sub02 .icon--up_arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_sub02--square {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #666666;
  border-radius: 0;
  background: #fff;
  color: #666666;
}

.btn_sub02--remove::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 10px;
  display: block;
  width: 15px;
  height: 16px;
  margin: auto;
  background: url("../img/common/trash@2x.png");
  background-size: cover;
}

.btn_line {
  display: inline-block;
}

.pulldown_main {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: block;
  width: 145px;
  padding: 8px 10px;
  border: 1px solid #A50021;
  color: #A50021;
  font-size: 14px;
  text-align: left;
  background: url("../img/common/arrowlink-icon-down.png") no-repeat;
  background-position: right 10px center;
  background-size: 9px 5px;
}
@media screen and (max-width: 780px) {
  .pulldown_main {
    font-size: 12px;
  }
}

.pulldown_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #A50021;
}

.pulldown_min::after {
  content: '';
  display: block;
  width: 9px;
  height: 5px;
  background: url("../img/common/arrowlink-icon-down.png") no-repeat;
  background-size: cover;
}

.pulldown_min.icon-border {
  border: none;
}

.pulldown_min.icon-border::after {
  background: url("../img/common/border-arrowlink-icon-down.png") no-repeat;
  width: 20px;
  height: 20px;
  background-position: left 0px center;
}

.sect {
  margin-top: 50px;
}

.sect--mv {
  margin-top: 0;
  margin-bottom: 50px;
}

.sect__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 23px;
  font-size: 32px;
  color: #A50021;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 780px) {
  .sect__title {
    margin-bottom: 15px;
  }
}

.sect__title .icon--pickup {
  margin-right: 15px;
}

.sect__title .icon--calendar {
  margin-right: 20px;
}

.sect__title .icon--topics {
  margin-right: 20px;
}

.sect__title span {
  margin-left: 50px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 780px) {
  .sect__title span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-top: 10px;
    margin-left: 20px;
    text-align: right;
  }
}

.sect_panel {
  margin-top: 50px;
}

.sect_panel__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 56px;
  padding: 10px 85px 10px 50px;
  background: #6f5757;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.panel_btn {
  display: flex;
  display: -webkit-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 85px 10px 50px;
  background: #6f5757;
  border-radius: 10px 10px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  .panel_btn {
    font-size: 15px;
    padding: 10px 50px 10px 50px;
  }
}

.panel_btn::before {
  content: '';
  position:absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: block;
  width: 16px;
  height: 18px;
  background: url(../img/common/leaf-icon.png);
  background-size: cover;
}

.panel_btn::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 13px;
  height: 12px;
  background: url(../img/common/arrowlink-icon-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 780px) {
  .sect_panel__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
}

.sect_panel__title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: block;
  width: 16px;
  height: 18px;
  background: url("../img/common/leaf-icon.png");
  background-size: cover;
}

.sect_panel__title::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 59.64px;
  height: 47.76px;
  background: url("../img/common/char-3.png");
  background-size: cover;
}

@media screen and (max-width: 780px) {
  .sect_panel__title::after {
    width: 45.11px;
    height: 36.13px;
    right: -5px;
    top: auto;
    bottom: 0;
  }
}

.sect_panel__title h3 {
  margin-right: auto;
  font-size: 16px;
}

@media screen and (max-width: 780px) {
  .sect_panel__title h3 {
    margin-right: 0;
  }
}

.sect_panel__title .btn_white {
  margin-top: 5px;
}

.sect_panel__content {
  padding: 40px 55px 40px;
  border-radius: 0 0 10px 10px;
  background: #F4F2F2;
}

@media screen and (max-width: 780px) {
  .sect_panel__content {
    padding: 30px 15px 30px;
  }
}

.sect_panel__content .status {
  padding: 0 0 40px 0;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 780px) {
  .sect_panel__content .status {
    padding: 0 0 30px 0;
  }
}

.sect_panel__content .status + .btn_pink {
  margin-top: 0;
}

.sect_panel__content .next_date {
  padding: 25px 10px;
  text-align: center;
  background: #fff;
}

.sect_panel__content .next_date p {
  font-size: 14px;
  line-height: 2.5;
}

.sect_panel__content .info_table {
  background: #fff;
  padding: 8px;
}

.sect_panel__content .info_table .table_detail_info tr:last-of-type td::before {
  display: none;
}

.sect_panel__content .btn_pink {
  margin-top: 40px;
}

.text_alert {
  color: #A50021;
}

.text_link {
  color: #004efe;
  text-decoration: underline;
}

.text_gray {
  color: #666665;
}

.text_bold {
  font-weight: bold;
}

.text_left {
  text-align: left;
}

.page_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF4F4;
  height: 140px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .page_title {
    height: 120px;
    margin-right: -20px;
    margin-left: -20px;
  }
}

.page_title h1, .page_title h2 {
  font-size: 24px;
  color: #A50021;
  font-weight: bold;
}

.page_title h3 {
  font-size: 20px;
  color: #A50021;
  font-weight: bold;
}

.page_title::after {
  content: '';
  position: absolute;
  right: 53px;
  bottom: -5px;
  display: block;
  width: 61px;
  height: 49px;
  background: url(../img/common/char-3.png);
  background-size: cover;
}

@media screen and (max-width: 780px) {
  .page_title::after {
    width: 45px;
    height: 36px;
    right: 30px;
  }
}

.line_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #A50021;
  border-bottom: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .line_title {
    margin-bottom: 25px;
  }
}

.line_title--mt0 {
  margin-top: 0;
}

.line_title--mb0 {
  margin-bottom: 0;
}

.line_title__desc {
  color: #666666;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
}

.base_heading {
  font-weight: bold;
  font-size: 12px;
}

.highlight_heading {
  color: #A50021;
  font-size: 14px;
  font-weight: 500;
}

.info_title {
  width: 100%;
  background: #A50021;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.info_title h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.info_title p {
  color: #fff;
  font-size: 14px;
}

.info_title p span {
  vertical-align: middle;
}

.info_title p span:first-of-type {
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  .info_title p span:first-of-type {
    margin-right: 8px;
  }
}

@media screen and (max-width: 780px) {
  .info_title .btn_sub, .info_title .btn_sub02 {
    width: 145px;
  }
}

.sub_title {
  margin: 20px 0 15px;
  font-weight: bold;
  font-size: 16px;
}

.skip_buttons {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  gap: 12px;
}

.skip_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

.skip_button img {
  width: 100%;
  height: 100%;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.skip_button img:hover {
  cursor: pointer;
}

.skip_disabled_button img:hover {
  cursor: default;
}

.skip_button img.skip_button--icon {
  width: 145px;
  height: 25px;
}

.skip_button img.skip_button_gray--icon {
  width: 145px;
  height: 25px;
}

.skip_button img.skip_button--button {
  width: 320px;
  height: 43px;
}

.skip_button img.skip_button_contact-care--button {
  width: 320px;
  height: 62px;
}

.skip_title {
  margin: 20px 0 15px;
  font-weight: bold;
  font-size: 20px;
}

.skip_title span  {
  color: #A50021;
}

.skip_title__alert {
  margin: 20px 0 15px;
  font-weight: bold;
  font-size: 20px;
  color: #A50021;
  border: none;
  text-align: center;
}

.skip_info_alert {
  margin: 20px 0 15px;
  font-weight: bold;
  font-size: 20px;
  color: #A50021;
  border: none;
  text-align: center;
}

.skip_month_label {
  padding: 10px 20px;
  background: #FFF4F4;
  border-radius: 5px;
}

.skip_month_label span {
  display: block;
  width: 215px;
  padding: 5px;
  border: 1px solid #A50021;
  font-size: 16px;
  position: relative;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.skip_form__btn {
  margin-top: 20px;
}

.include_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .include_check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.include_check__text {
  margin-right: 30px;
}

@media screen and (max-width: 780px) {
  .include_check__text {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 780px) {
  .include_check__btn {
    margin-top: 25px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.page_btm_btn {
  margin-top: 50px;
}

.page_btm_btn__pagetop {
  margin-left: auto;
}

@media screen and (max-width: 780px) {
  .page_btm_btn__pagetop {
    margin-right: auto;
  }
}

.page_btm_btn__back {
  margin-right: auto;
}

@media screen and (max-width: 780px) {
  .page_btm_btn__back {
    margin-left: auto;
  }
}

.page_anchor {
  padding: 30px 0;
  text-align: right;
}

.page_anchor .in_page_link {
  font-size: 12px;
  cursor: pointer;
}

.page_anchor .in_page_link::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 9px;
  height: 5px;
  background: url("../img/common/arrowlink-icon-down.png") no-repeat;
  background-size: cover;
}

.search_nav {
  margin-bottom: 15px;
}

.search_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search_nav__item {
  font-size: 12px;
  color: #666666;
}

.search_nav__item + .search_nav__item::before {
  content: ' ｜ ';
}

.search_nav__item a {
  font-weight: bold;
  color: #A50021;
}

.page_info {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .page_info {
    padding: 30px 15px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 780px) {
  .page_info--nowrap {
    padding: 20px 0;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page_info--bottom {
  border-bottom: 1px solid #A50021;
}

.page_info__text {
  font-size: 14px;
}

.page_info__text .text__link {
  color: #004efe;
  text-decoration: underline;
}

.page_info__pulldowns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 780px) {
  .page_info__pulldowns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.page_info__pulldowns select + select {
  margin-left: 15px;
}

@media screen and (max-width: 780px) {
  .page_info__btns {
    margin-top: 15px;
  }
}

.order_history {
  border-top: 1px solid #A50021;
  border-bottom: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .order_history {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.order_history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .order_history__item {
    display: block;
  }
}

.order_history__item + .order_history__item {
  border-top: 1px solid #A50021;
}

.order_history__item .item__order {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 270px;
  padding: 25px 15px;
  background: #EFEFEF;
}

@media screen and (max-width: 991px) {
  .order_history__item .item__order {
    width: 100%;
    padding: 15px 20px;
  }
}

.order_history__item .item__order .order__text {
  font-size: 12px;
}

.order_history__item .item__order .order__text--time {
  margin-bottom: 20px;
}

.order_history__item .item__order .order__text span:first-of-type {
  display: inline-block;
  width: 80px;
}

.order_history__item .item__order .order__btns {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .order_history__item .item__order .order__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .order_history__item .item__order .order__btns a {
    width: 160px;
  }
}

.order_history__item .item__order .order__btns a + a {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .order_history__item .item__order .order__btns a + a {
    margin-top: 0;
    margin-left: 15px;
  }
}

.order_history__item .item__info {
  width: 100%;
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .order_history__item .item__info {
    padding-left: 0;
  }
}

.goods_detail {
  border-top: 1px solid #A50021;
}

.goods_detail__number {
  border-bottom: 1px dotted #A50021;
  text-align: right;
  padding: 15px 0;
}

.goods_detail__info {
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 991px) {
  .goods_detail__info {
    display: block;
  }
}

.goods_detail__info .info__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 375px;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .goods_detail__info .info__images {
    width: 100%;
    margin-right: 0;
  }
}

.goods_detail__info .info__images .tags {
  padding-bottom: 16px;
}

.goods_detail__info .info__images .tag {
  display: inline-block;
  width: auto;
  padding: 0 3px;
  min-width: 23px;
  color: #fff;
  background: #A50021;
}

.goods_detail__info .info__images .novelty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 15px 30px;
  position: relative;
  background: #F4F2F2;
}

@media screen and (max-width: 991px) {
  .goods_detail__info .info__images .novelty {
    margin-bottom: 30px;
  }
}

.goods_detail__info .info__images .novelty::after {
  content: 'NOVELTY';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  color: #6f5757;
  line-height: .7;
  opacity: .2;
  font-weight: bold;
}

.goods_detail__info .info__images .novelty__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #6f5757;
  font-weight: 500;
}

.goods_detail__info .info__images .novelty__texts .titles {
  margin-bottom: 15px;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #D9D0D1;
}

.goods_detail__info .info__images .novelty__texts .titles .title {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .goods_detail__info .info__images .novelty__texts .titles .title {
    margin-bottom: 15px;
  }
}

.goods_detail__info .info__images .novelty__texts .titles .date {
  font-size: 14px;
}

.goods_detail__info .info__images .novelty__texts .text {
  font-size: 14px;
  padding-right: 10px;
}

.goods_detail__info .info__images .novelty__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 114px;
  height: 114px;
  background: #fff;
}

.goods_detail__info .info__images .novelty__image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.goods_detail__info .info__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.goods_detail__info .info__detail .detail__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goods_detail__info .info__detail .detail__text span {
  font-size: 14px;
}

.goods_detail__info .info__detail .detail__text > span:first-of-type {
  display: inline-block;
  color: #A50021;
  min-width: 100px;
}

.goods_detail__info .info__detail .detail__text + .detail__text {
  margin-top: 15px;
}

.goods_detail__info .info__detail .detail__table {
  margin-top: 20px;
  margin-bottom: 25px;
}

.goods_detail__banner {
  margin-bottom: 30px;
  margin-top: -35px;
}

.goods_detail__banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.goods_detail__banner .pc_banner {
  display: block !important;
}

.goods_detail__banner .sp_banner {
  display: none !important;
}

@media screen and (max-width:780px) {
  .goods_detail__banner .pc_banner {
    display: none !important;
  }

  .goods_detail__banner .sp_banner {
    display: block !important;
  }
}

.goods_detail__desc__detail a{
  color: #004efe;
  text-decoration: underline;
}

.order_info_text > span {
  display: inline-block;
}

.order_info_text > span:nth-of-type(odd) {
  width: 90px;
  font-weight: 500;
  font-size: 12px;
}

.order_info_text > span:nth-of-type(even) {
  font-size: 14px;
}

.order_info_text + .order_info_text {
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  .order_info_text + .order_info_text {
    margin-top: 5px;
  }
}

.order_info_main {
  display: block;
}

@media screen and (max-width: 991px) {
  .order_info_main {
    display: none;
  }
}

.order_info_side {
  display: none;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .order_info_side {
    display: block;
  }
}

.history_items .item, .cart_item_info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 25px 25px 0;
}

@media screen and (max-width: 991px) {
  .history_items .item, .cart_item_info .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25px 20px;
  }
}

.history_items .item__image, .cart_item_info .item__image {
  border: 1px solid #D9D0D1;
  margin-right: 15px;
}

.history_items .item__text, .cart_item_info .item__text {
  font-size: 14px;
  line-height: 1.8;
}

.history_items .item__text .text__detail, .cart_item_info .item__text .text__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history_items .item__text .text__detail span, .cart_item_info .item__text .text__detail span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  background: #FFF4F4;
  padding: 0px 5px;
}

.history_items .addr, .cart_item_info .addr {
  padding: 15px 0;
}

.history_items .addr p, .cart_item_info .addr p {
  font-size: 14px;
}

.history_items .addr p span, .cart_item_info .addr p span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

.history_items .addr p + p, .cart_item_info .addr p + p {
  margin-top: 5px;
}

.history_items .info, .cart_item_info .info {
  padding: 15px 0 0 0;
}

.history_items .info__wrap, .cart_item_info .info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .history_items .info__wrap, .cart_item_info .info__wrap {
    display: block;
  }
}

.history_items .info__wrap + .info__wrap, .cart_item_info .info__wrap + .info__wrap {
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  .history_items .info__wrap + .info__wrap, .cart_item_info .info__wrap + .info__wrap {
    margin-top: 5px;
  }
}

.history_items .info__wrap p, .cart_item_info .info__wrap p {
  margin-top: 0;
  width: 50%;
}

@media screen and (max-width: 780px) {
  .history_items .info__wrap p, .cart_item_info .info__wrap p {
    width: 100%;
  }
}

.history_items .info__wrap p span, .cart_item_info .info__wrap p span {
  white-space: nowrap;
}

.history_items .info__wrap p:only-child, .cart_item_info .info__wrap p:only-child {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .history_items .info__wrap > p + p, .cart_item_info .info__wrap > p + p {
    margin-top: 5px;
  }
}

.history_items .info__number, .cart_item_info .info__number {
  margin-top: 10px;
  padding: 10px;
  background: #FFF4F4;
}

.history_items .order_info_number > span:nth-of-type(odd) {
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
}

.history_items .order_info_number > span:nth-of-type(even) {
  display: inline-block;
  font-size: 14px;
}

.history_items .tracking_number {
  text-align: right;
}

.history_items > div + div, .cart_item_info > div + div {
  border-top: 1px dotted #A50021;
}

.history_items > div + p {
  border-bottom: 1px dotted #A50021;
}

.reorder_panel {
  padding: 25px 18px;
  background: #F4F2F2;
}

.reorder_panel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reorder_panel p span {
  display: inline-block;
  font-size: 14px;
}

.reorder_panel p span:first-of-type {
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
}

.reorder_panel p.reorder_panel__sum > span:last-of-type {
  font-size: 16px;
  font-weight: 500;
}

.reorder_panel hr {
  border-top: #666666 dashed 1px;
}

.reorder_panel__btn {
  margin-top: 15px;
}

.info_panel {
  border: 1px solid #A50021;
}

.info_panel + .info_panel {
  margin-top: 25px;
}

.info_panel__table {
  padding: 15px;
}

.coupon_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .coupon_panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.coupon_panel + .coupon_panel {
  margin-top: 25px;
}

.coupon_panels {
  margin-top: 30px;
}

.coupon_panel__name {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 5px 10px;
  background: #A50021;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  .coupon_panel__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.coupon_panel__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  border-right: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .coupon_panel__info {
    width: 100%;
    border-right: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.coupon_panel__info > div {
  width: 100%;
}

.coupon_panel__info .info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 5px 10px;
  background: #A50021;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  .coupon_panel__info .info__name {
    display: none;
  }
}

.coupon_panel__info .info__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #A50021;
}

.coupon_panel__info .info__texts div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 14px;
}

.coupon_panel__info .info__title {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #A50021;
  background: #FFF4F4;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  .coupon_panel__info .info__title {
    width: 115px;
  }
}

.coupon_panel__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 15px 25px;
}

@media screen and (max-width: 780px) {
  .coupon_panel__image {
    width: 100%;
  }
}

.coupon_panel__image img {
  width: 100%;
  height: auto;
}

.detail_table {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  text-align: right;
}

.detail_table thead tr th {
  padding: 5px 5px 0 5px;
  border: 1px solid #A50021;
  color: #fff;
  background: #A50021;
  font-weight: 500;
}

.detail_table tbody tr > * {
  padding: 6px;
  border-right: 1px solid #A50021;
  border-left: 1px solid #A50021;
  border-top: 1px dotted #A50021;
  border-bottom: 1px dotted #A50021;
}

.detail_table tbody tr > th:first-of-type {
  border-left: none;
}

.detail_table tbody tr > td:last-of-type {
  border-right: none;
}

.detail_table tbody tr th {
  background: #FFF4F4;
  color: #A50021;
  font-weight: 500;
}

.detail_table tbody tr td {
  font-size: 14px;
}

.detail_table tbody tr .table_pulldown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detail_table tbody tr .table_pulldown__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.detail_table tbody tr .table_pulldown .pulldown_min {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.detail_table tbody tr.deadline th, .detail_table tbody tr.deadline td {
  border-top-style: solid;
  border-bottom-style: solid;
}

.detail_table tbody tr.deadline th {
  vertical-align: top;
}

.detail_table tbody tr.deadline td .deadline__detail .detail__line {
  padding: 8px 0 6px;
}

.detail_table tbody tr.deadline td .deadline__detail .detail__line + .detail__line {
  border-top: 1px dotted #A50021;
}

.detail_table tbody tr.deadline td .deadline__detail .detail__line .line__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  font-weight: 400;
}

.detail_table tbody tr.deadline td .deadline__detail .detail__line .line__text .line__direction {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 23px;
  margin-right: 10px;
  text-align: center;
  background: #FFF4F4;
}

.detail_table tbody tr.deadline td .deadline__detail .detail__line .line__text .line__desc {
  font-size: 12px;
}

.detail_table tbody tr.deadline td .deadline__detail .detail__line .line__text .line__desc span {
  display: block;
  font-size: 14px;
}

.detail_table tbody tr:last-of-type th, .detail_table tbody tr:last-of-type td {
  border-top-style: solid;
  border-bottom-style: solid;
}

.detail_table--bordered tbody tr > th:first-of-type {
  border-left: 1px solid #A50021;
}

.detail_table--bordered tbody tr > td:last-of-type {
  border-right: 1px solid #A50021;
}

.detail_table02 {
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.detail_table02 tr:first-of-type th:last-of-type {
  border-right: 1px solid #A50021;
}

.detail_table02 tr th:first-of-type {
  background: #A50021;
  border-bottom: #fff;
  color: #fff;
  border-right: 1px solid #A50021;
  border-bottom: 1px solid #fff;
}

.detail_table02 tr th {
  padding: 5px 10px;
  color: #A50021;
  font-weight: 500;
  white-space: nowrap;
  background: #FFF4F4;
  border-top: 1px solid #A50021;
  border-bottom: 1px solid #A50021;
  border-right: 1px dashed #A50021;
}

@media screen and (max-width: 1140px) {
  .detail_table02 tr th {
    white-space: normal;
  }
}

.detail_table02 tr td {
  padding: 5px 10px;
  border-top: 1px solid #A50021;
  border-bottom: 1px solid #A50021;
  border-right: 1px dashed #A50021;
}

.detail_table02 tr td:last-of-type {
  text-align: left;
  border-right: 1px solid #A50021;
}

.detail_table02 tr:last-of-type th {
  border-bottom: 1px solid #A50021;
}

.delivery_table {
  width: 100%;
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 13px;
}

.delivery_table::-webkit-scrollbar {
  -webkit-apperance: none;
  display: none;
}

.delivery_table thead tr th {
  color: #fff;
  min-width: 66px;
  font-size: 14px;
  background: #A50021;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.delivery_table thead tr > th:first-of-type {
  min-width: 220px;
  position: sticky;
  top: 0;
  left: 0;
  padding: 20px;
  /* background: #A50021 url("../img/common/table-line@2x.png"); */
  background-size: 100% 100%;
  border-left: none;
}

@media screen and (max-width: 780px) {
  .delivery_table thead tr > th:first-of-type {
    min-width: 80px;
  }
}

.delivery_table thead tr > th:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  border-left: none;
  background: #A50021;
  z-index: -1;
}

.delivery_table thead tr > th:first-of-type span {
  position: absolute;
  line-height: 1;
  font-size: 12px;
  color: #fff;
}

.delivery_table thead tr > th:first-of-type .month {
  top: 10px;
  right: 20px;
}

@media screen and (max-width: 780px) {
  .delivery_table thead tr > th:first-of-type .month {
    top: 5px;
    right: 10px;
  }
}

.delivery_table thead tr > th:first-of-type .name {
  bottom: 10px;
  left: 20px;
}

@media screen and (max-width: 780px) {
  .delivery_table thead tr > th:first-of-type .name {
    bottom: 5px;
    left: 10px;
  }
}

.delivery_table tbody tr th {
  position: sticky;
  top: 0;
  left: 0;
  padding: 20px 15px;
  color: #A50021;
  font-size: 12px;
  font-weight: normal;
  background: #FFF4F4;
  border: 1px solid #A50021;
  border-top: none;
  border-left: none;
}

.delivery_table tbody tr th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #EF8792;
  border-left: none;
  background: #FFF4F4;
  z-index: -1;
}

@media screen and (max-width: 780px) {
  .delivery_table tbody tr th {
    padding: 5px;
  }
}

.delivery_table tbody tr th .delivery_th_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

@media screen and (max-width: 780px) {
  .delivery_table tbody tr th .delivery_th_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.delivery_table tbody tr th .delivery_th_inner span {
  display: inline-block;
  padding: 3px 15px;
  line-height: 1;
  background: #A50021;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .delivery_table tbody tr th .delivery_th_inner span {
    display: block;
    width: 100%;
    padding: 3px;
  }
}

.delivery_table tbody tr td {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px dotted #A50021;
  border-bottom: 1px solid #A50021;
}

.price_table {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .price_table {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .price_table tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .price_table tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #A50021;
  }
}

.price_table tbody tr th:first-of-type {
  text-align: left;
}

.price_table tbody tr th {
  padding: 15px 15px 10px;
  color: #fff;
  font-size: 12px;
  background: #A50021;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr th {
    display: block;
    width: 100%;
    border-right: 1px solid #A50021;
  }
}

@media screen and (max-width: 991px) {
  .price_table tbody tr th:not(:first-of-type) {
    display: none;
  }
}

.price_table tbody tr td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px dotted #A50021;
  border-bottom: 1px solid #A50021;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #A50021;
    border-left: 1px solid #A50021;
  }
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td.price_table__remove {
    display: none;
  }
}

.price_table tbody tr td.price_table__novelty .cart_item_info .text__detail {
  max-width: none !important;
}

.price_table tbody tr td.price_table__novelty .cart_item_info::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td .item_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.price_table tbody tr td .item_count .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td .item_count .buttons {
    margin-top: 0;
  }
}

.price_table tbody tr td .item_count .buttons a {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td .item_count .buttons a {
    width: 30px;
    height: 30px;
  }
}

.price_table tbody tr td .item_count .buttons .minus {
  background-image: url("../img/common/icon-minus@2x.png");
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td .item_count .buttons .minus {
    margin-left: 15px;
  }
}

.price_table tbody tr td .item_count .buttons .plus {
  margin-left: 8px;
  background-image: url("../img/common/icon-plus@2x.png");
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td .item_count .buttons .plus {
    margin-left: 13px;
  }
}

.price_table tbody tr td .sub_total {
  white-space: nowrap;
}

.price_table tbody tr td .btn_remove {
  display: inline-block;
  padding: 7px 15px;
  color: #666666;
  background: #EFEFEF;
  font-size: 12px;
  white-space: nowrap;
}

.price_table tbody tr td .btn_normal {
  display: inline-block;
  padding: 7px 15px;
  color: #666666;
  background: #EFEFEF;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: pointer;
}

.price_table tbody tr td span.sp_only {
  display: none;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td span.sp_only {
    display: block;
  }
}

.price_table tbody tr td .btn_remove::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 7px;
  vertical-align: text-bottom;
  background: url("../img/common/trash.png");
}

.price_table tbody tr td .item_cycle {
  width: 100%;
}

.price_table tbody tr td .item_cycle .cycle__text {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td .item_cycle .cycle__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.price_table tbody tr td .item_cycle .cycle__text .text__title {
  display: block;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.price_table tbody tr td .item_cycle .cycle__text .text__title span {
  font-size: 10px;
}

.price_table tbody tr td .item_cycle .cycle__text .text_info {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr td .item_cycle .cycle__text .text_info {
    margin-top: 0;
  }
}

.price_table tbody tr td .item_cycle .cycle__text + .cycle__text {
  margin-top: 15px;
}

.price_table tbody tr .check_area {
  width: 100%;
  text-align: left;
}

.price_table tbody tr th:first-of-type,
.price_table tbody tr td:first-of-type {
  border-left: 1px solid #A50021;
}

.price_table tbody tr th:last-of-type,
.price_table tbody tr td:last-of-type {
  border-right: 1px solid #A50021;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr.price_table__price {
    border-bottom: none;
  }
}

.price_table tbody tr.price_table__price td {
  background: #FFF4F4;
  border: 1px solid #A50021;
}

@media screen and (max-width: 991px) {
  .price_table tbody tr.price_table__price td {
    border-top: none;
  }
}

.price_table tbody tr.price_table__price td .item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.price_table tbody tr.price_table__price td .item_price .price {
  margin-left: 45px;
  font-weight: 500;
  vertical-align: bottom;
}

.price_table tbody tr.price_table__price td .item_price .price span {
  font-size: 24px;
}

.price_table__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .price_table__checkbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.price_table__checkbox span {
  margin-right: 8px;
}

.price_table__checkbox + .price_table__checkbox {
  margin-top: 10px;
}

.price_table__sp_title {
  display: none;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .price_table__sp_title {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .price_table__sp_delete a {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .price_table--gray tbody tr {
    border-bottom: 1px solid #D9D0D1;
  }
}

@media screen and (max-width: 991px) {
  .price_table--gray tbody tr:first-of-type {
    border-bottom: none;
  }
}

.price_table--gray tbody tr:first-of-type th {
  border-top: 1px solid #D9D0D1;
}

.price_table--gray tbody tr th {
  background: #F4F2F2;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .price_table--gray tbody tr th {
    border-right: 1px solid #D9D0D1;
  }
}

.price_table--gray tbody tr td {
  border-left: 1px dotted #D9D0D1;
  border-bottom: 1px solid #D9D0D1;
}

@media screen and (max-width: 991px) {
  .price_table--gray tbody tr td {
    border-right: 1px solid #D9D0D1;
    border-left: 1px solid #D9D0D1;
    border-top: none;
    border-bottom: none;
  }
}

.price_table--gray tbody tr td .cart_item_info::before {
  border-bottom-color: #D9D0D1;
}

.price_table--gray tbody tr th:first-of-type,
.price_table--gray tbody tr td:first-of-type {
  border-left: 1px solid #D9D0D1;
}

.price_table--gray tbody tr th:last-of-type,
.price_table--gray tbody tr td:last-of-type {
  border-right: 1px solid #D9D0D1;
}

.coupon_table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 780px) {
  .coupon_table {
    display: block;
    width: 100%;
    padding: 0 5px;
    border: 1px solid #D9D0D1;
  }
}

@media screen and (max-width: 780px) {
  .coupon_table tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px dotted #D9D0D1;
  }
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr:last-of-type {
    border-bottom: none;
  }
}

.coupon_table tbody tr th:first-of-type {
  text-align: left;
}

.coupon_table tbody tr th {
  padding: 15px 15px 10px;
  color: #666666;
  font-size: 12px;
  background: #F4F2F2;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-top: 1px solid #D9D0D1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr th {
    display: none;
    border: none;
  }
}

.coupon_table tbody tr td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  border-left: 1px dotted #D9D0D1;
  border-bottom: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr td {
    padding: 0;
    text-align: left;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    white-space: normal;
  }
}

.coupon_table tbody tr td:first-of-type {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr td:first-of-type {
    border-left: none;
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr td:not(:first-of-type) {
    width: 50%;
  }
}

.coupon_table tbody tr td .sp_title {
  display: none;
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr td .sp_title {
    display: block;
  }
}

.coupon_table tbody tr td .btn_sub, .coupon_table tbody tr td .btn_sub02,
.coupon_table tbody tr td .btn_sub02 {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr td .btn_sub, .coupon_table tbody tr td .btn_sub02,
  .coupon_table tbody tr td .btn_sub02 {
    width: 50%;
  }
}

.coupon_table tbody tr th:first-of-type,
.coupon_table tbody tr td:first-of-type {
  border-left: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr th:first-of-type,
  .coupon_table tbody tr td:first-of-type {
    border-left: none;
  }
}

.coupon_table tbody tr th:last-of-type,
.coupon_table tbody tr td:last-of-type {
  border-right: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .coupon_table tbody tr th:last-of-type,
  .coupon_table tbody tr td:last-of-type {
    border-right: none;
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    text-align: -webkit-center;
  }
}

.coupon_table__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .coupon_table__checkbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.coupon_table__checkbox span {
  margin-right: 8px;
}

.coupon_table__checkbox + .price_table__checkbox {
  margin-top: 10px;
}

.coupon_table__sp_title {
  display: none;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .coupon_table__sp_title {
    display: block;
  }
}

.cart_item_info {
  width: 100%;
  position: relative;
}

.cart_item_info::before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -15px;
  border-bottom: 1px dotted #A50021;
}

@media screen and (max-width: 991px) {
  .cart_item_info::before {
    display: block;
  }
}

.cart_item_info .item {
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart_item_info .item .item__image {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

.cart_item_info .item .item__image img {
  max-width: 100%;
  max-height: 100%;
}

.cart_item_info .item .left__btn {
  display: none;
  margin-top: 10px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .cart_item_info .item .left__btn {
    display: block;
  }
  .cart_item_info .item .left__btn button {
    width: 100%;
  }
}

.cart_item_info .item .item__text {
  text-align: left;
}

.cart_item_info .item .item__text .text__title {
  margin-bottom: 5px;
  font-weight: bold;
}

.cart_item_info .item .item__text .text__title a {
  font-weight: normal;
  color: #004efe;
  text-decoration: underline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.cart_item_info .item .item__text .text__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 260px;
}

@media screen and (max-width: 991px) {
  .cart_item_info .item .item__text .text__detail {
    max-width: none;
  }
}

.cart_item_info .item .item__text .text__detail span {
  width: auto;
  padding: 0 3px;
  min-width: 23px;
  color: #fff;
  background: #A50021;
}

.selectable_table {
  display: table;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .selectable_table {
    display: block;
  }
}

.selectable_table__thead {
  display: table-row-group;
}

@media screen and (max-width: 780px) {
  .selectable_table__thead {
    display: none;
  }
}

.selectable_table__thead .selectable_table__th {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #fff;
  background: #A50021;
}

.selectable_table__thead .selectable_table__th:first-of-type,
.selectable_table__thead .selectable_table__th:last-of-type {
  border-right: none;
}

.selectable_table__tbody {
  display: table-row-group;
}

@media screen and (max-width: 780px) {
  .selectable_table__tbody {
    display: block;
  }
}

.selectable_table__tbody .selectable_table__th {
  border-bottom: 1px solid #A50021;
  border-right: none;
  border-left: 1px solid #A50021;
  background: #FFF4F4;
}

.selectable_table__tbody .selectable_table__th span {
  vertical-align: middle;
}

@media screen and (max-width: 780px) {
  .selectable_table__tbody .selectable_table__th {
    border: none;
  }
}

.selectable_table__tbody .selectable_table__td {
  background: #fff;
  border-bottom: 1px solid #A50021;
  border-right: 1px dotted #A50021;
  border-left: none;
}

@media screen and (max-width: 780px) {
  .selectable_table__tbody .selectable_table__td {
    width: calc(100% - 30px);
    margin: auto;
    border-bottom: 1px dotted #A50021;
    border-right: none;
  }
}

.selectable_table__tbody .selectable_table__td:last-of-type {
  border-right: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .selectable_table__tbody .selectable_table__td:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

.selectable_table__tr {
  display: table-row;
}

.selectable_table__th--name {
  text-align: left;
}

@media screen and (max-width: 780px) {
  .selectable_table__tr {
    display: block;
    border: 1px solid #A50021;
  }

  .selectable_table__th--name {
    text-align: center;
  }
}

.selectable_table__tr + .selectable_table__tr {
  margin-top: 15px;
}

.selectable_table__th, .selectable_table__td {
  padding: 15px 10px;
  display: table-cell;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .selectable_table__th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 780px) {
  .selectable_table__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.selectable_table__td .td__addr p {
  line-height: 1.7;
  font-size: 14px;
}

.selectable_table__td .td__addr p span {
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 500;
}

.selectable_table__td .td__sp_title {
  display: none;
  color: #A50021;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  width: 105px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 780px) {
  .selectable_table__td .td__sp_title {
    display: block;
  }
}

.selectable_table--gray .selectable_table__thead .selectable_table__th {
  color: #666666;
  background: #F4F2F2;
}

.selectable_table--gray .selectable_table__thead .selectable_table__th:first-of-type,
.selectable_table--gray .selectable_table__thead .selectable_table__th:last-of-type {
  border-right: none;
}

.selectable_table--gray .selectable_table__tbody .selectable_table__th {
  border-bottom: 1px solid #D9D0D1;
  border-right: none;
  border-left: 1px solid #D9D0D1;
  background: #fff;
}

@media screen and (max-width: 780px) {
  .selectable_table--gray .selectable_table__tbody .selectable_table__th:first-of-type {
    border-left: none;
    border-bottom: none;
    background: #F4F2F2;
  }
}

.selectable_table--gray .selectable_table__tbody .selectable_table__td {
  background: #fff;
  border-bottom: 1px solid #D9D0D1;
  border-right: none;
  border-left: none;
}

@media screen and (max-width: 780px) {
  .selectable_table--gray .selectable_table__tbody .selectable_table__td {
    border-bottom: none;
    border-right: none;
  }
}

.selectable_table--gray .selectable_table__tbody .selectable_table__td:last-of-type {
  border-right: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .selectable_table--gray .selectable_table__tbody .selectable_table__td:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 780px) {
  .selectable_table--gray .selectable_table__tr {
    border: 1px solid #D9D0D1;
  }
}

.selectable_table--gray .selectable_table__td .td__sp_title {
  color: #666666;
}

@media screen and (max-width: 780px) {
  .selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr {
    border: 1px solid #D9D0D1;
  }
}

.selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr .selectable_table__th {
  width: 250px;
  padding: 15px;
  border-top: 1px solid #D9D0D1;
  border-bottom: 1px solid #D9D0D1;
  border-right: none;
  border-left: 1px solid #D9D0D1;
  background: #F4F2F2;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 780px) {
  .selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr .selectable_table__th {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    font-weight: bold;
    width: 100%;
    border: none;
    background: #F4F2F2;
  }
}

.selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr .selectable_table__th.radio_pink span {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px;
}

.selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr .selectable_table__td {
  padding: 15px;
  background: #fff;
  border-top: 1px solid #D9D0D1;
  border-bottom: 1px solid #D9D0D1;
  border-right: 1px solid #D9D0D1;
  text-align: left;
}

@media screen and (max-width: 780px) {
  .selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr .selectable_table__td {
    width: 100%;
    margin: auto;
    border-top: none;
    border-bottom: 1px dotted #D9D0D1;
    border-right: none;
  }
}

.selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr .selectable_table__td:last-of-type {
  border-right: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr .selectable_table__td:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

.selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr + .selectable_table__tr {
  margin-top: 0;
}

.selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr + .selectable_table__tr .selectable_table__th,
.selectable_table--simple_gray .selectable_table__tbody .selectable_table__tr + .selectable_table__tr .selectable_table__td {
  border-top: none;
}

.card_operation {
  margin-top: 30px;
}

.card_operation__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 17px -8px -8px;
}

.card_operation__notice {
  margin-top: 20px;
}

.card_operation__btns .btn__item {
  width: 33.3333333333%;
  padding: 8px;
}

@media screen and (max-width: 991px) {
  .card_operation__btns .btn__item {
    width: 100%;
  }
}

.card_operation__btns .btn__item a {
  width: 100%;
  max-width: none;
}

.delivery_list {
  border-top: 1px solid #A50021;
  border-bottom: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .delivery_list {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.delivery_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .delivery_list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.delivery_list__item + .delivery_list__item {
  border-top: 1px solid #A50021;
}

.delivery_list__item .delivery_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 25px;
  font-size: 14px;
}

@media screen and (max-width: 780px) {
  .delivery_list__item .delivery_text {
    padding: 20px;
  }
}

.delivery_list__item .delivery_text p {
  line-height: 2;
}

.delivery_list__item .delivery_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  background: #F4F2F2;
}

@media screen and (max-width: 780px) {
  .delivery_list__item .delivery_btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 15px 20px;
  }
}

.delivery_list__item .delivery_btns a {
  width: 100%;
  min-width: 160px;
}

.delivery_list__item .delivery_btns a + a {
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  .delivery_list__item .delivery_btns a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}

.search_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 335px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 780px) {
  .search_input {
    max-width: none;
  }
}

.search_input input[type="text"] {
  width: 100%;
  padding: 9px 35px 9px 15px;
  border-radius: 50px;
  border: 1px solid #D9D0D1;
  font-size: 12px;
  line-height: 1.4;
  color: #666666;
  background: #f7f4f42e;
}

.search_input input[type="text"] ::-webkit-input-placeholder {
  font-size: 12px;
}

.search_input input[type="text"] :-ms-input-placeholder {
  font-size: 12px;
}

.search_input input[type="text"] ::-ms-input-placeholder {
  font-size: 12px;
}

.search_input input[type="text"] ::placeholder {
  font-size: 12px;
}

.search_input input[type="image"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: auto;
}

.message_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 6px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A50021;
  border-radius: 10px;
  background: #FFF4F4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 780px) {
  .message_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.message_box__type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 136px;
  font-size: 16px;
  color: #A50021;
}

@media screen and (max-width: 780px) {
  .message_box__type {
    margin-bottom: 5px;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #A50021;
  }
}

.message_box__type::after {
  content: '';
  height: 13px;
  width: 0;
  border-right: 1px solid #A50021;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 780px) {
  .message_box__type::after {
    display: none;
  }
}

.message_box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(100% - 136px);
}

@media screen and (max-width: 780px) {
  .message_box__content {
    width: 100%;
  }
}

.message_box__content .content__text {
  color: #A50021;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.message_box__content .content__text--date {
  margin: 0 25px;
  font-size: 14px;
}

@media screen and (max-width: 780px) {
  .message_box__content .content__text--date {
    margin: 0 10px 0 0;
  }
}

.message_box__content .content__text--title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: auto;
}

@media screen and (max-width: 780px) {
  .message_box__content .content__text--title {
    white-space: normal;
  }
}

.message_box__content .icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.mv__slider {
  position: relative;
}

.mv__slider .slider__item img {
  width: 100%;
  height: auto;
}

.mv__slider .slide_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}

.mv__slider .prev_arrow {
  left: 0;
}

.mv__slider .next_arrow {
  right: 0;
}

.mv__slider .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 10px;
}

.mv__slider .slick-dots li button:before {
  content: "";
  background: #D9D0D1;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  opacity: 1;
}

.mv__slider .slick-dots li.slick-active button:before {
  background: #A50021;
}

@media screen and (max-width: 780px) {
  .mv__slider .slick-dots {
    bottom: -25px;
  }
  .mv__slider .slick-dots li {
    margin: 0 6px;
  }
  .mv__slider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.nav_panel__list {
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .nav_panel__list {
    margin-left: -4px;
    margin-right: -4px;
  }
}

.nav_panel__list .list__item {
  width: 33.3333333%;
  padding: 0 7.5px;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item {
    padding: 0 4px;
  }
}

.nav_panel__list .list__item .item__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px;
  border-radius: 6px;
  border: 1px solid #A50021;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel {
    height: 120px;
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav_panel__list .list__item .item__panel .panel__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel .panel__icon {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    margin: 0;
  }
}

.nav_panel__list .list__item .item__panel .panel__icon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel .panel__icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.nav_panel__list .list__item .item__panel .panel__icon--lends {
  width: 28px;
  height: 26px;
  left: 8%;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel .panel__icon--lends {
    width: 40px;
    height: 48px;
    left: auto;
  }
}

.nav_panel__list .list__item .item__panel .panel__icon--glass {
  width: 34px;
  height: 28px;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel .panel__icon--glass {
    width: 54.47px;
    height: 48px;
    margin-bottom: 10px;
  }
}

.nav_panel__list .list__item .item__panel .panel__icon--care {
  width: 18px;
  height: 33px;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel .panel__icon--care {
    width: 26px;
    height: 48px;
    margin-bottom: 10px;
  }
}

.nav_panel__list .list__item .item__panel .panel__title {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel .panel__title {
    font-size: 14px;
  }
}

.nav_panel__list .list__item .item__panel .panel__title br {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav_panel__list .list__item .item__panel .panel__title br {
    display: block;
  }
}

.nav_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 45px;
  border-bottom: 1px solid #6f5757;
}

@media screen and (max-width: 780px) {
  .nav_tab {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 780px) {
  .nav_tab__item {
    width: 100%;
  }
}

.nav_tab__item a {
  display: block;
  margin-bottom: -1px;
  padding: 15px;
  border: 1px solid #6f5757;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #6f5757;
}

@media screen and (max-width: 780px) {
  .nav_tab__item a {
    width: 100%;
    padding: 10px 5px;
    line-height: 1.2;
  }
}

.nav_tab__item + .nav_tab__item {
  margin-left: 8px;
}

.nav_tab__item.is_active a {
  color: #6f5757;
  background: #fff;
}

.tab_content__item {
  display: none;
}

.tab_content__item.is_active {
  display: block;
}

.large_banner__item + .large_banner__item {
  margin-top: 15px;
}

.large_banner__item img {
  width: 100%;
}

.middle_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}

.middle_banner__item {
  width: 33.33333333%;
  padding: 12px;
}

.middle_banner__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 780px) {
  .middle_banner__item {
    width: 50%;
  }
}

.half_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -12px;
}

.half_banner__item {
  width: 50%;
  padding: 12px;
}

.half_banner__item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 780px) {
  .half_banner__item {
    width: 100%;
  }
}

.calendar_area {
  border: 1px solid #A50021;
  border-radius: 10px;
}

.calendar_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 20px 50px;
}

@media screen and (max-width: 780px) {
  .calendar_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 35px;
  }
}

.calendar_box::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 25px;
  width: 60px;
  height: 67px;
  background: url("../img/common/char-1.png");
  background-size: cover;
}

@media screen and (max-width: 780px) {
  .calendar_box::before {
    display: none;
  }
}

.calendar_box_guide {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 50px;
}

@media screen and (max-width: 780px) {
  .calendar_box_guide {
    display: flex;
    margin-bottom: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-left: 50px;
  }

  .calendar_box_guide--message {
    margin-right: 40px;
  }
}

.calendar_box_guide span {
  color: #fff;
  background: #d9133b;
  border-radius: 25px;
  padding: 13px 20px;
}

@media screen and (max-width: 780px) {
  .calendar_box_guide span {
    color: #fff;
    background: #d9133b;
    border-radius: 25px;
    padding: 13px 16px;
  }
}

.calendar_box .calendar {
  width: 100%;
  max-width: 315px;
}

.calendar_box .calendar__table {
  text-align: center;
  width: 100%;
  table-layout: fixed;
}

.calendar_box .calendar__table .cal_head {
  font-weight: normal;
}

.calendar_box .calendar__table .cal_head__month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
}

@media screen and (max-width: 780px) {
  .calendar_box .calendar__table .cal_head__month {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 25px;
  }
}

.calendar_box .calendar__table .cal_head__month .month__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

.calendar_box .calendar__table .cal_head__month .month__text span {
  color: #000;
  font-weight: bold;
  font-size: 24px;
}

.calendar_box .calendar__table .cal_date {
  font-weight: normal;
  color: #666666;
}

.calendar_box .calendar__table .cal_date span {
  display: block;
  padding: 5px 0;
  border-radius: 20px;
}

.calendar_box .calendar__table .cal_date--week {
  padding-bottom: 20px;
}

.calendar_box .calendar__table .cal_date--bg span {
  color: #fff;
  border-radius: 25px;
  background: #b6b6b6;
}

.calendar_box .calendar__table .cal_date--blue {
  color: #3C5EA880;
}

.calendar_box .calendar__table .cal_date--blue.cal_date--bg span {
  color: #fff;
  background: #3C5EA880;
}

.calendar_box .calendar__table .cal_date--red {
  color: #d9133b;
}

.calendar_box .calendar__table .cal_date--red.cal_date--bg span {
  color: #fff;
  background: #d9133b;
}

.history__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #666665;
  color: #fff;
}

@media screen and (max-width: 780px) {
  .history__title {
    display: block;
  }
}

.history__title p {
  width: 50%;
  padding: 8px 30px;
  font-size: 14px;
}

@media screen and (max-width: 780px) {
  .history__title p {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .history__title .date {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 780px) {
  .history__title .order {
    padding-top: 0;
  }
}

.history__content {
  padding: 25px 30px;
  background: #fff;
}

@media screen and (max-width: 780px) {
  .history__content {
    padding-bottom: 40px;
  }
}

.history__content .new {
  font-size: 14px;
}

.history__content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .history__content .list {
    padding: 0;
  }
}

@media screen and (max-width: 780px) {
  .history__content .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.history__content .list__item {
  width: 50%;
  max-width: calc(50% - 30px);
}

@media screen and (max-width: 780px) {
  .history__content .list__item {
    width: 100%;
    max-width: none;
  }
}

.history__content .list__item .item__image {
  text-align: center;
}

.history__content .list__item .item__image img {
  max-width: 100%;
}

.history__content .list__item .item__name {
  font-size: 12px;
}

.history__content .list__item .item__btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history__content .list__item .item__btns .btn_min {
  width: calc(50% - 3.5px);
}

.goods_catalog {
  border-top: 1px solid #A50021;
  border-bottom: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .goods_catalog {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.goods_catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: flex-end;
}

.goods_catalog__items .item {
  width: 33.3333333%;
  border-bottom: 1px dotted #A50021;
  padding: 40px 20px;
}

@media screen and (max-width: 780px) {
  .goods_catalog__items .item {
    width: 100%;
  }
}

.goods_catalog__items .tags {
  padding-bottom: 16px;
}

.goods_catalog__items .tag {
  display: inline-block;
  width: auto;
  padding: 0 3px;
  min-width: 23px;
  color: #fff;
  background: #A50021;
}

.goods_catalog__items .item--last {
  border-bottom: none;
}

.goods_catalog__items .item__image img {
  width: 100%;
  height: auto;
}

.goods_catalog__items .item__name {
  font-size: 14px;
  margin-bottom: 8px;
}

.goods_catalog__items .item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.goods_catalog__items .item__price--red {
  color: #A50021;
}

.goods_catalog__items .item__price .price {
  margin-left: auto;
}

.goods_catalog__items .item__price .price__number {
  font-size: 24px;
  font-weight: bold;
}

.goods_catalog__items .item__btns a + a {
  margin-top: 10px;
}

.goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3.5px;
}

.goods_list__item {
  width: 33.33333%;
  padding: 3.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .goods_list__item {
    width: 100%;
  }
}

.goods_list__item a {
  display: block;
  padding: 15px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 780px) {
  .goods_list__item a {
    padding: 15px 50px 20px;
  }
}

.goods_list__item a .item__image img {
  width: 100%;
  height: auto;
}

.goods_list__item a .item__name {
  font-size: 12px;
  margin-bottom: 8px;
}

.goods_list__item a .item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #A50021;
}

.goods_list__item a .item__price .price {
  font-size: 20px;
  font-weight: bold;
}

.coupon_list__item + .coupon_list__item {
  margin-top: 8px;
}

.coupon_list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 25px;
}

.coupon_list__item a .title {
  font-size: 14px;
  color: #A50021;
}

.coupon_list__item a .expiration {
  font-size: 14px;
  margin-left: auto;
}

.prescription_list {
  border-top: 1px solid #A50021;
}

@media screen and (max-width: 780px) {
  .prescription_list {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.prescription_list__item {
  border-bottom: 1px solid #A50021;
}

.prescription_list__item .prescription_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  background: #F4F2F2;
}

@media screen and (max-width: 780px) {
  .prescription_list__item .prescription_info {
    padding: 15px 20px;
  }
}

.prescription_list__item .prescription_info .info__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 125px;
  height: 75px;
  margin-right: 25px;
  padding: 2px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: 1px solid #D9D0D1;
  background: #fff;
}

@media screen and (max-width: 780px) {
  .prescription_list__item .prescription_info .info__image {
    margin-right: 10px;
  }
}

.prescription_list__item .prescription_info .info__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prescription_list__item .prescription_info .info__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prescription_list__item .prescription_info .info__name p {
  font-size: 14px;
  width: 100%;
}

.prescription_list__item .prescription_info .info__name p span {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  background: #A50021;
}

.prescription_list__item .prescription_table {
  margin-top: 15px;
  padding-bottom: 35px;
}

@media screen and (max-width: 780px) {
  .prescription_list__item .prescription_table {
    margin-top: 0;
    padding: 25px 20px 40px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

@media screen and (max-width: 780px) {
  .pager {
    margin-top: 25px;
  }
}

.pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  color: #A50021;
  font-size: 16px;
}

.pager__item + .pager__item {
  margin-left: 15px;
}

.pager__item--current {
  background: #FFF4F4;
}

.pager__item--box {
  width: 30px;
  height: 30px;
  border: 1px solid #A50021;
  border-radius: 5px;
}

.page_attention {
  margin-top: 45px;
  padding: 20px;
  background: #FFF4F4;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .page_attention {
    margin-top: 25px;
  }
}

.page_attention__main {
  margin-bottom: 15px;
  color: #A50021;
  font-size: 16px;
  font-weight: bold;
}

.page_attention__main::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/common/attention@2x.png);
  background-size: cover;
  vertical-align: -2px;
  margin-right: 45px;
}

@media screen and (max-width: 780px) {
  .page_attention__main::before {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px;
  }
}

.page_attention__link::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 5px;
  height: 9px;
  background: url("../img/common/arrowlink-icon-s@2x.png");
  background-size: cover;
}

.goto_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  -webkit-transition: none;
  transition: none;
}

.goto_top span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  line-height: 1;
}

.registration_form {
  margin-top: 30px;
}

.registration_form--mt0 {
  margin-top: 0;
}

.registration_form__message {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.registration_form__message--pink {
  color: #A50021;
}

.registration_form__description {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #A50021;
}

@media screen and (max-width: 780px) {
  .registration_form__description {
    text-align: left;
  }
}

.registration_form__text {
  text-align: center;
  font-size: 14px;
}

.registration_form__text + .registration_form__text {
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  .registration_form__text {
    text-align: left;
  }
}

.registration_form__text--alert {
  color: #A50021;
}

@media screen and (max-width: 780px) {
  .registration_form__text--alert {
    text-align: center;
  }
}

.registration_form__text--forget {
  text-align: left;
  margin-top: 25px;
}

.registration_form__text--supplement {
  text-align: left;
  font-size: 12px;
  margin-top: 15px;
}

@media screen and (max-width: 780px) {
  .registration_form__text--supplement {
    text-align: left;
  }
}

.registration_form__text--spaced {
  margin-top: 30px !important;
}

.registration_form__text_min {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

.registration_form__text_min--pink {
  color: #A50021;
}

.registration_form__table {
  text-align: left;
}

.registration_form__table--bordered {
  border: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .registration_form__table--bordered {
    padding: 0 15px;
  }
}

@media screen and (max-width: 780px) {
  .registration_form__table--bordered .input_box--card input {
    width: 60px !important;
    padding: 13px 10px !important;
  }
}

@media screen and (max-width: 780px) {
  .registration_form__table--bordered .input_box--expiration select {
    width: 100px !important;
  }
}

@media screen and (max-width: 780px) {
  .registration_form__table--bordered .input_box--birth select.year {
    max-width: 140px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.combobox_button {
  height: 32px;
}

@media screen and (max-width: 780px) {
  .combobox_button {
    height: 52px;
  }
}

.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}

.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}

.ml0{	margin-left: 0px !important;}
.ml5{	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml15 {	margin-left: 15px !important;}
.ml20 {	margin-left: 20px !important;}



.guideDetail h6 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 8px;
}

.guideDetail h6.h6-terms {
    margin-top: 20px;
}


.guideDetail h6.h6-faq {
    color: #A50021;
    margin-top: 20px;
    margin-bottom: 8px;
}

td.guideDetail div.guideDetailBox h5.h5-faq {
    color: #000;
}

.guideDetail p {
    margin-bottom: 10px;
}

.guideDetail p.terms {
    margin-bottom: 3px;
}




td.guideDetail ul.normal-list {
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
}

td.guideDetail ol.normal-num {
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.guideDetail .normal-box {
    padding: 10px 10px 0px;
    border: 1px solid #333;
    margin: 10px;
}

.guideDetail .care-text {
    color: #A50021;
    font-weight: bold;
}


.guideDetail table.normal-table {
    border: 2px solid #454545;
    border-collapse: collapse;
    margin-bottom: 5px;
}

@media screen and (max-width: 780px) {
  .guideDetail table.nomal-table {
    vertical-align: middle;
  }
}

.guideDetail table.normal-table th {
    background-color: #e0eff5;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (max-width: 780px) {
  .guideDetail table.normal-table th {
    padding: inherit;
    display: table-cell;
    width: fit-content;
  }
}

.guideDetail table.normal-table td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (max-width: 780px) {
  .guideDetail table.normal-table td {
    padding: inherit;
    display: table-cell;
    width: fit-content;
  }
}

.guideDetail table.normal-table td.l-gray {
    background-color: #f4f9ff;
    font-weight: bold;
}

.guideDetail table.normal-table td.l-pink {
    background-color: #ffe9e9;
    font-weight: bold;
}

.registration_form__table--spaced {
  margin-top: 30px;
}

.registration_form__login {
  margin-top: 30px;
  border: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .registration_form__login {
    padding: 0 15px;
  }
}

@media screen and (max-width: 780px) {
  .registration_form__login .table_detail_info--change .input_box--normal {
    width: 100%;
    max-width: 335px;
  }
}

.registration_form__login .login__min_text {
  font-size: 12px;
}

@media screen and (max-width: 780px) {
  .registration_form__login .login__min_text {
    margin-top: 15px;
  }
}

.registration_form__login .table_detail_info tr > th {
  border-bottom: none;
}

.registration_form__login .table_detail_info tr > td:only-child::before {
  display: none;
}

.registration_form__attention {
  margin-top: 35px;
  padding: 20px;
  border: 1px solid #A50021;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .registration_form__attention {
    margin-top: 25px;
  }
}

.registration_form__attention p {
  font-size: 14px;
}

.registration_form__attention .attention__title {
  font-weight: 500;
  color: #A50021;
}

.registration_form__attention .attention__title:not(:first-of-type) {
  margin-top: 15px;
}

.registration_form__important {
  margin-top: 30px;
  padding: 20px;
  background: #FFF4F4;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .registration_form__important {
    margin-top: 25px;
  }
}

.registration_form__important p {
  font-size: 14px;
}

.registration_form__important .important__title {
  font-weight: 500;
  font-size: 16px;
  color: #A50021;
}

.registration_form__important .important__title:not(:first-of-type) {
  margin-top: 15px;
}

.registration_form__important .important__text {
  margin-top: 10px;
}

.registration_form__btm_text {
  margin-top: 30px;
  font-size: 14px;
}

.registration_form__file {
  margin-top: 30px;
  border: 1px solid #666665;
}

.registration_form__contact {
  margin-top: 25px;
  padding: 25px;
  background: #F4F2F2;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .registration_form__contact {
    text-align: left;
  }
}

.registration_form__contact .contact__title {
  font-weight: bold;
}

.registration_form__contact p {
  font-size: 14px;
}

.registration_form__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  padding: 25px;
  background: #F4F2F2;
}

.registration_form__tel__method {
  margin: 25px 0;
  padding: 15px;
    border: 1px solid #aaa;
}
  .registration_form__tel__method .img{
    max-width: 480px;
  }
  .registration_form__tel__method .img img{
      width: 100%;
  }
  .registration_form__tel__method P{
    text-align: left;
      font-size: 12px;
  }
  A.shLink{
    margin: auto;
    display: block;
    width: auto;
    max-width: 712px;
  }
  A.shLink img{
    width: 100%;
  }

@media screen and (max-width: 991px) {
  .registration_form__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.registration_form__tel .tel__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .registration_form__tel .tel__left {
    width: 100%;
  }
}

.registration_form__tel .tel__left .texts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .registration_form__tel .tel__left .texts {
    text-align: center;
  }
}

.registration_form__tel .tel__left .texts .title {
  font-size: 16px;
  font-weight: 500;
}

.registration_form__tel .tel__left .texts .text {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .registration_form__tel .tel__left .texts .text {
    display: none;
  }
}

.registration_form__tel .tel__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .registration_form__tel .tel__right {
    width: 100%;
    margin: 10px 0;
  }
}

.registration_form__tel .tel__right .number {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  line-height: 1;
}

.registration_form__tel .tel__right .number img {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.registration_form__tel .tel__right .number a {
  color: #666666;
  font-size: 32px;
  font-weight: bold;
}

.registration_form__tel .tel__sp {
  display: none;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .registration_form__tel .tel__sp {
    display: block;
  }
}

.registration_form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 780px) {
  .registration_form__check {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.registration_form__check span {
  margin-right: 8px;
}

.registration_form__check p {
  font-size: 14px;
}

.registration_form__check a {
  color: #004efe;
  text-decoration: underline;
}

.registration_form__btn {
  margin-top: 50px;
}

@media screen and (max-width: 780px) {
  .registration_form__btn {
    margin-top: 35px;
  }
}

.registration_form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .registration_form__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 780px) {
  .registration_form__btns {
    margin-top: 35px;
  }
}

.registration_form__btns > .btn_main,
.registration_form__btns > .btn_sub,
.registration_form__btns > .btn_sub02 {
  margin: 0;
  max-width: 335px;
  width: 100%;
}

@media screen and (max-width: 991px) {

  .registration_form__btns > .btn_sub,
  .registration_form__btns > .btn_sub02 {
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cart_form--spaced {
  margin-top: 30px;
}

.cart_form__progress {
  margin-bottom: 15px;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .cart_form__progress {
    padding: 30px 0;
  }
}

.cart_form__progress img {
  max-width: 508px;
  width: 100%;
  height: auto;
}

.cart_form__info {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #A50021;
  color: #A50021;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.cart_form__confirm_text {
  margin-top: 35px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #A50021;
}

.cart_form__precautions {
  border: 1px solid #A50021;
  font-size: 14px;
}

.cart_form__precautions .precautions__item {
  padding: 25px;
}

.cart_form__precautions .precautions__item .item__title {
  color: #A50021;
}

.cart_form__precautions .precautions__item .item__text a {
  color: #004efe;
  text-decoration: underline;
}

.cart_form__precautions .precautions__item + .precautions__item {
  margin-top: 15px;
}

.cart_form__precautions .precautions__check {
  padding: 15px;
  background: #FFF4F4;
  text-align: center;
}

.cart_form__precautions .precautions__check .cart_form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart_form__precautions .precautions__check .cart_form__check span {
  margin-right: 8px;
}

.cart_form__precautions .precautions__btn {
  padding: 0 25px;
  margin-bottom: 30px;
}

.cart_form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .cart_form__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 780px) {
  .cart_form__btns {
    margin-top: 35px;
  }
}

.cart_form__btns > .btn_main,
.cart_form__btns > .btn_sub,
.cart_form__btns > .btn_sub02 {
  margin: 0;
  max-width: 335px;
  width: 100%;
}

@media screen and (max-width: 991px) {

  .cart_form__btns > .btn_sub,
  .cart_form__btns > .btn_sub02 {
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cart_form__left_btn {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.cart_form__btn {
  margin-top: 50px;
}

.cart_form__table--bordered {
  border: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .cart_form__table--bordered {
    padding: 0 15px;
  }
}

@media screen and (max-width: 780px) {
  .cart_form__table--bordered .input_box--card input {
    width: 60px !important;
    padding: 13px 10px !important;
  }
}

@media screen and (max-width: 780px) {
  .cart_form__table--bordered .input_box--expiration select {
    width: 100px !important;
  }
}

.cart_form__table--pc_bordered {
  border: 1px solid #D9D0D1;
}

@media screen and (max-width: 780px) {
  .cart_form__table--pc_bordered {
    border: none;
  }
}

.cart_form__table + .cart_form__table {
  margin-top: 15px;
}

.cart_form__table .table__btns {
  margin-top: 25px;
  text-align: right;
}

.cart_form__table .table__jppost_btn {
  margin-top: 10px;
}

.cart_form__table .jppost__addr {
  margin-top: 5px;
}

.jppost__addr p {
  line-height: 1.7;
  font-size: 14px;
}

.jppost__addr a {
  color: #004efe;
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  .cart_form__table .table__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cart_form__table .table__btns a + a {
  margin-left: 25px;
}

@media screen and (max-width: 780px) {
  .cart_form__table .table__btns a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}

.cart_form__table .table__desc {
  padding: 15px 15px;
}

@media screen and (max-width: 780px) {
  .cart_form__table .table__desc {
    padding: 15px 0;
  }
}

.cart_form__radios {
  padding: 25px 0;
}

.cart_form__radios .cart_form__table {
  margin-bottom: 20px;
}

.cart_form__radios .radio_pink--sp_large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_form__radios .radio_pink--sp_large span {
  margin-right: 8px;
}

.cart_form__radios .radio_pink--sp_large + .radio_pink--sp_large {
  margin-top: 15px;
}

.cart_form__table_desc {
  margin-bottom: 10px;
}

.cart_form__price_box {
  padding: 15px 25px 15px;
  background: #F4F2F2;
}

.cart_form__price_box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart_form__price_box div .account {
  font-size: 13px;
  font-weight: 500;
}

.cart_form__price_box div .price {
  font-size: 14px;
}

.cart_form__price_box .price_box__item_price {
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px dotted #666665;
}

.cart_form__price_box .price_box__other {
  margin-top: 10px;
}

.cart_form__price_box .price_box__pay_price {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #666665;
}

.cart_form__price_box .price_box__pay_price .account {
  font-size: 14px;
}

.cart_form__price_box .price_box__pay_price .price {
  font-weight: 500;
  font-size: 14px;
  font-weight: bold;
}

.cart_form__price_box .price_box__pay_price .price span {
  font-size: 24px;
}

.cart_form__price_box .price_box__pay_price .desc {
  width: 100%;
  text-align: right;
  font-size: 12px;
}

.cart_form__addr {
  line-height: 2;
}

.cart_form__order_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart_form__order_text + p {
  margin-top: 10px;
}

@media screen and (max-width: 780px) {
  .cart_form__order_text + p {
    margin-top: 5px;
  }
}

.cart_form__order_text > span:first-of-type {
  width: 90px;
  font-size: 12px;
  font-weight: 500;
}

.cart_form__order_text > span:last-of-type {
  font-size: 14px;
}

.cart_form__message {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.cart_form__message--pink {
  color: #A50021;
}

.cart_form__text {
  text-align: center;
  font-size: 14px;
}

.cart_form__text + .cart_form__text {
  margin-top: 15px;
}

@media screen and (max-width: 780px) {
  .cart_form__text {
    text-align: left;
  }
}

.cart_form__text--alert {
  color: #A50021;
}

.cart_form__text_min {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

.cart_form__text_min--pink {
  color: #A50021;
}

.cart_form__contact {
  margin-top: 25px;
  padding: 25px;
  background: #F4F2F2;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .cart_form__contact {
    text-align: left;
  }
}

.cart_form__contact .contact__title {
  font-weight: bold;
}

.cart_form__contact p {
  font-size: 14px;
}

.login_panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .login_panels {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.login_panels__item {
  width: calc(50% - 15px);
  padding: 45px;
  border: 1px solid #A50021;
}

@media screen and (max-width: 991px) {
  .login_panels__item {
    padding: 30px 15px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .login_panels__item + .login_panels__item {
    margin-top: 25px;
  }
}

.login_panels__item .item_title {
  color: #A50021;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.login_panels__item .item_text {
  margin-top: 30px;
  font-size: 14px;
}

.login_panels__item .item_text--pink {
  color: #A50021;
}

.login_panels__item .item_form {
  margin-top: 30px;
}

.login_panels__item .item_form__input > p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.login_panels__item .item_form__input input {
  width: 100%;
}

.login_panels__item .item_form__input + .item_form__input {
  margin-top: 15px;
}

.login_panels__item .item_form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.login_panels__item .item_form__check span {
  margin-right: 8px;
}

.login_panels__item .item_form__forget {
  margin-top: 15px;
  font-size: 12px;
  color: #004efe;
  text-align: center;
}

.login_panels__item .item_form__forget a {
  display: inline-block;
  padding: 0 15px;
  border-bottom: 1px solid #004efe;
}

.login_panels__item .item_btn {
  margin-top: 30px;
  text-align: center;
}

.login_panels__item .item_btn .btn_line {
  margin-top: 15px;
}

.prescription_image_box {
  text-align: center;
  margin: 30px 0;
}

.prescription_image_box--2part .prescription_image_box__inner {
  max-width: 500px;
}

.prescription_image_box--2part .prescription_image_box__inner .text p {
  width: 39%;
}

.prescription_image_box--3part .prescription_image_box__inner {
  max-width: 700px;
}

.prescription_image_box--3part .prescription_image_box__inner .text--spaced {
  margin-top: 15px;
}

.prescription_image_box--3part .prescription_image_box__inner .text p {
  width: 25%;
}

.prescription_image_box__inner {
  display: inline-block;
}

.prescription_image_box__inner .img img {
  width: 100%;
}

.prescription_image_box__inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.prescription_image_box__inner .text p {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: left;
  font-size: 12px;
}

#global_header {
  border-top: 4px solid #A50021;
  padding: 28px 0;
}

@media screen and (max-width: 780px) {
  #global_header {
    padding: 20px 0;
  }
}

#global_header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 780px) {
  #global_header .header__inner {
    position: relative;
  }
}

#global_header .header__inner .header__logo {
  width: 250px;
  margin-right: auto;
}

@media screen and (max-width: 780px) {
  #global_header .header__inner .header__logo {
    width: 180px;
  }
}

#global_header .header__inner .header__logo img {
  width: 100%;
}

#global_header .header__inner .header__navtrg {
  display: none;
}

@media screen and (max-width: 780px) {
  #global_header .header__inner .header__navtrg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#global_header .header__inner .header__navtrg .navtrg__content {
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 26px;
}

#global_header .header__inner .header__navtrg .navtrg__content span, #global_header .header__inner .header__navtrg .navtrg__content::before, #global_header .header__inner .header__navtrg .navtrg__content::after {
  content: "";
  background-color: #A50021;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 3px;
}

#global_header .header__inner .header__navtrg .navtrg__content::before, #global_header .header__inner .header__navtrg .navtrg__content::after {
  position: absolute;
}

#global_header .header__inner .header__navtrg .navtrg__content::before {
  top: 0;
  left: 0;
}

#global_header .header__inner .header__navtrg .navtrg__content::after {
  bottom: 0;
  left: 0;
}

#global_header .header__inner .header__navtrg--active .navtrg__content span {
  opacity: 0;
}

#global_header .header__inner .header__navtrg--active .navtrg__content::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
  left: 4px;
}

#global_header .header__inner .header__navtrg--active .navtrg__content::after {
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  bottom: 2px;
  left: 4px;
}

@media screen and (max-width: 780px) {
  #global_header .header__inner .search_input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 15px;
    margin-left: auto;
  }
}

#global_header .operation__login {
  width: 40px;
  margin-left: 33px;
}

@media screen and (max-width: 780px) {
  #global_header .operation__login {
    margin-left: 0;
  }
}

#global_header .operation__login img {
  width: auto;
  height: 50px;
}

#global_header .operation__cart {
  width: 35px;
  margin-left: 15px;
  position: relative;
}

@media screen and (max-width: 780px) {
  #global_header .operation__cart {
    width: 36px;
    margin-left: 18px;
    position: static;
  }
}

#global_header .operation__cart img {
  width: auto;
  height: 50px;
}

#global_header .operation__cart .operation__btns {
  display: none;
  width: 250px;
  background: #fff;
  border: 1px solid #EFEFEF;
  padding: 15px;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #global_header .operation__cart .operation__btns {
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 780px) {
  #global_header .operation__cart .operation__btns {
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
  }
}

#global_header .operation__cart .operation__btns a + a {
  margin-top: 15px;
}

#global_header .info__auth {
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  #global_header .info__auth {
    width: 100%;
    text-align: right;
    margin-left: 0;
    margin-top: 20px;
  }
}

.main {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 780px) {
  .main {
    margin-bottom: 80px;
  }
}

.main--change-delivery-date_skip {
  margin-bottom: 0;
}

.main_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 780px) {
  .main_contents {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main_contents .main_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(77% - 30px);
}

@media screen and (max-width: 780px) {
  .main_contents .main_content {
    width: 100%;
  }
}

.main_contents .main_content .main__auth {
  text-align: center;
}

.main_contents .main_content .main__auth .auth__info {
  background: #A50021;
  color: #fff;
  padding: 7px;
  border-radius: 10px 10px 0 0;
}

.main_contents .main_content .main__auth .auth__info p {
  font-size: 16px;
}

.main_contents .main_content .main__auth .auth__status {
  padding: 20px 0;
  color: #A50021;
  font-size: 14px;
}

.main_contents .main_content__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .main_contents .main_content__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main_contents .main_content__columns .columns__main {
  width: 63%;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .main_contents .main_content__columns .columns__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 0;
  }
}

.main_contents .main_content__columns .columns__side {
  width: calc(37% - 30px);
}

@media screen and (max-width: 991px) {
  .main_contents .main_content__columns .columns__side {
    width: 100%;
  }
}

.gnav {
  width: 23%;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 780px) {
  .gnav {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-right: 0;
    background: #fff;
    z-index: 1000;
  }
}

.gnav .list__item.isOpen > a .icon__close {
  display: none;
}

.gnav .list__item.isOpen > a .icon__open {
  display: block;
}

.gnav .list__item a {
  position: relative;
  display: block;
  padding: 18px 25px 18px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}

.gnav .list__item a .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.gnav .list__item a .icon--collapse {
  right: 0 !important;
  width: 38px;
  height: 38px;
}

.gnav .list__item a .icon--collapse::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 0px;
  height: 18px;
  margin: auto;
  border-left: 2px dotted #666666;
}

.gnav .list__item a .icon--collapse img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}

.gnav .list__item a .icon--collapse_min {
  right: 0 !important;
  width: 36px;
  height: 36px;
}

.gnav .list__item a .icon--collapse_min::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 14px;
  margin: auto;
  border-left: 2px dotted #666666;
}

.gnav .list__item a .icon--collapse_min img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin: auto;
}

.gnav .list__item a .item__dotted::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  vertical-align: 5px;
  background: url(../img/common/redcircle.png);
  background-size: cover;
}

.gnav .list__item--child a {
  font-size: 14px;
  padding: 10px 40px 10px 0;
  font-weight: normal;
  margin-right: 20px;
}

@media screen and (max-width: 780px) {
  .gnav .list__item--child a {
    padding: 10px 40px 10px 15px;
  }
}

.gnav .list__item--grandchild a {
  padding: 10px 20px 10px 0px;
  font-size: 12px;
  font-weight: normal;
}

.gnav .list__item--collapse > a {
  padding-right: 40px;
}

.gnav .list__item--collapse > .gnav__list {
  display: none;
  padding-left: 30px;
}

@media screen and (max-width: 780px) {
  .gnav .gnav__list {
    border-bottom:1px solid #A50021;
  }

  .gnav .gnav__list--child {
    border-bottom: none;
  }

  .gnav__list .gnav__list--grandchild {
    border-bottom: none;
  }

}

.breadcrumb {
  margin-bottom: 5px;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb ul li {
  font-size: 12px;
}

.breadcrumb ul li + li:before {
  content: '　＞　';
}

#global_footer {
  background: #EFEFEF;
}

#global_footer .footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 780px) {
  #global_footer .footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#global_footer .footer__wrap .footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 715px;
  margin-right: 40px;
}

@media screen and (max-width: 780px) {
  #global_footer .footer__wrap .footer__info {
    max-width: none;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#global_footer .footer__wrap .footer__info--simple {
  max-width: none;
  margin-right: 0;
  margin-bottom: 0;
}

#global_footer .footer__wrap .footer__info--simple > nav.info__nav {
  margin-top: 0;
  margin-bottom: 0;
}

#global_footer .footer__wrap .footer__info .info__nav {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 780px) {
  #global_footer .footer__wrap .footer__info .info__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 25px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 780px) {
  #global_footer .footer__wrap .footer__info .info__nav .nav__list {
    text-align: center;
  }
  .nav_warp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#global_footer .footer__wrap .footer__info .info__nav .nav__list > li:not(:first-of-type)::before {
  content: '　｜　';
  display: inline;
  color: #666666;
  letter-spacing: -1px;
  line-height: 2.5;
}

#global_footer .footer__wrap .footer__info .info__nav .nav__list .list__item {
  display: inline;
  color: #666666;
  font-size: 12px;
  line-height: 2.5;
}

#global_footer .footer__wrap .footer__info .info__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 15px 30px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  #global_footer .footer__wrap .footer__info .info__shop {
    display: block;
    padding: 25px;
  }
}

@media screen and (max-width: 780px) {
  #global_footer .footer__wrap .footer__info .info__shop {
    margin-top: 15px;
  }
}

#global_footer .footer__wrap .footer__info .info__shop .shop__title {
  margin-right: 52px;
  color: #A50021;
  font-size: 16px;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  #global_footer .footer__wrap .footer__info .info__shop .shop__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#global_footer .footer__wrap .footer__info .info__shop .shop__title br {
  display: block;
}

@media screen and (max-width: 991px) {
  #global_footer .footer__wrap .footer__info .info__shop .shop__title br {
    display: none;
  }
}

#global_footer .footer__wrap .footer__info .info__shop .shop_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -7.5px;
}

@media screen and (max-width: 991px) {
  #global_footer .footer__wrap .footer__info .info__shop .shop_banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

#global_footer .footer__wrap .footer__info .info__shop .shop_banner__item {
  padding: 7.5px;
  max-width: 33.333333%;
}

#global_footer .footer__wrap .footer__info .info__shop .shop_banner__item img {
  width: 100%;
}

#global_footer .footer__wrap .footer__mail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

#global_footer .footer__wrap .footer__mail .mail_box {
  padding: 25px 25px 15px;
  background: #fff;
  border-radius: 10px;
}

#global_footer .footer__wrap .footer__mail .mail_box__texts {
  position: relative;
  margin-bottom: 15px;
}

#global_footer .footer__wrap .footer__mail .mail_box__texts ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  width: 60px;
  height: 50px;
  background: url("../img/common/char-2.png");
  background-size: cover;
}

#global_footer .footer__wrap .footer__mail .mail_box__text {
  font-size: 12px;
  color: #666666;
}

#global_footer .footer__wrap .footer__mail .mail_box__title {
  font-size: 16px;
  color: #A50021;
}

#global_footer .footer__wrap .footer__mail .mail_box__input {
  display: none;
}

#global_footer .footer__wrap .footer__mail .mail_box__input input[type="text"] {
  width: 100%;
  padding: 0 9px;
  border: 1px solid #D9D0D1;
  font-size: 14px;
  color: #666666;
}

#global_footer .footer__wrap .footer__mail .mail_box__input button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 8px 15px;
  background: #A50021;
  color: #fff;
  font-size: 14px;
}

#global_footer .footer__wrap .footer__mail .mail_box__registration img {
  width: 100%;
  max-width: 288px;
}

#global_footer .footer__wrap .footer__mail .mail_box--link {
  margin-top: 15px;
}

#global_footer .footer__wrap .footer__mail .mail_box--link .icon {
  margin-right: 5px;
}

#global_footer .footer__copyright {
  color: #fff;
  background: #000;
}

#global_footer .footer__copyright .footer__inner {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 780px) {
  #global_footer .footer__copyright .footer__inner {
    text-align: center;
  }
}

.radio-input {
  display: none;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  color: #fff;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #A50021;
  border-radius: 50%;
}

.radio-input--border + label {
  color: #666666;
}

.radio-input--border + label::before {
  border: 1px solid #6f5757;
}

.radio-input--border:checked + label::after {
  top: 8px;
  left: 5px;
}

.select {
  overflow: hidden;
  text-align: center;
}

.select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.select.sl01 {
  position: relative;
  border: 1px solid #666665;
  border-radius: 2px;
  background: #ffffff;
}

.select.sl01::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/ionic-ios-arrow-forward.png);
  background-size: cover;
  width: 8px;
  height: 5px;
}

.select.sl01 select {
  padding: 5px 15px;
  color: #666666;
}

.select.sl02 {
  position: relative;
  background: #ffffff;
}

.select.sl02::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/ionic-ios-arrow-forward.png) no-repeat;
  background-position: center;
  background-size: auto;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #A50021;
}

.select.sl02 select {
  padding: 5px 15px;
  color: #666666;
}

.select.sl02.icon-border {
  background-image: url(../img/common/border-arrowlink-icon-down.png);
  background-repeat: no-repeat;
  background-position: right 0px center;
}

.select.sl02.icon-border::after {
  content: none;
}

.select select::-ms-expand {
  display: none;
}

.checkbox-input {
  display: none;
}

.checkbox-input:checked + .checkbox-parts::before {
  background-color: #A50021;
}

.checkbox-input:disabled + .checkbox-parts::before {
  background: #F4F2F2 !important;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -6px);
          transform: translate(0, -6px);
  background: url(../img/common/Check-w.png);
  background-size: cover;
  width: 10px;
  height: 10px;
}

.checkbox-parts {
  position: relative;
  margin-right: 20px;
  padding-right: 30px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #666665;
}

.link {
  font-size: 12px;
  padding-right: 10px;
  position: relative;
}

.link_wrap {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .link_wrap {
    margin-right: -20px;
  }
}

.link::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  background: url(../img/common/arrow-right@2x.png);
  background-size: cover;
  width: 6px;
  height: 10px;
}

.headline {
  font-size: 20px;
  font-weight: bold;
  color: #A50021;
  padding-bottom: 5px;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #A50021;
}

.headline::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/headline.png);
  background-size: cover;
  width: 20px;
  height: 20px;
}

.headline--spaced {
  margin-top: 50px;
}

.sub_headline {
  color: #A50021;
  margin-top: 25px;
}

.list01 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.list01 a {
  color: #004efe;
  text-decoration: underline;
}

.list01__title {
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .list01__title {
    padding-left: 10px;
  }
}

.list01__title::before {
  content: '';
  width: 13px;
  height: 13px;
  background: #666666;
  position: absolute;
  border-radius: 25px;
  top: 5px;
  left: 0;
}

@media screen and (max-width: 780px) {
  .list01__title::before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
}

.list01__dot {
  padding-left: 7px;
  position: relative;
}

.list01__dot::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  border-radius: 25px;
  top: 10px;
  left: 0;
}

.order_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
  margin-left: -7px;
  margin-right: -7px;
}

@media screen and (max-width: 780px) {
  .order_method {
    padding: 30px 20px;
    margin: 0;
  }
}

.order_method__form {
  background: #F4F2F2;
  margin-bottom: 45px;
}

@media screen and (max-width: 780px) {
  .order_method__form {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.order_method__wrap {
  width: 50%;
  padding: 0 7px;
}

@media screen and (max-width: 991px) {
  .order_method__wrap {
    width: 100%;
    margin-bottom: 25px;
  }
}

.order_method__item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.order_method__container {
  padding: 35px;
}
/*
@media screen and (max-width: 991px) {
  .order_method__container {
    padding-top: 60px;
  }
}
*/
.order_method__btn + .link_wrap {
  margin-top: 15px;
}

@media screen and (max-width: 780px) {
  .order_method__btn {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.order_method__title {
  padding: 20px;
  background: #6f5757;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 780px) {
  .order_method__title {
    padding: 15px;
  }

  .order_method__title::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../img/common/ionic-ios-white-arrow-up.png);
    background-size: cover;
    width: 10px;
    height: 5px;
  }
}

.order_method__title__sp {
  display: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .order_method__title__sp {
    display: block;
  }
}

.order_method__title--close::before {
  background: url(../img/common/ionic-ios-white-arrow-forward.png);
  background-size: cover;
  width: 10px;
  height: 5px;
}
/*
@media screen and (max-width: 991px) {
  .order_method__radio {
    position: absolute;
    bottom: -40px;
    left: 35px;
  }
  .order_method__radio .radio-input + label {
    color: #666666;
  }
  .order_method__radio .radio-input + label::before {
    border: 1px solid #6f5757;
  }
  .order_method__radio .radio-input:checked + label::after {
    top: 8px;
    left: 5px;
  }
}
*/
.order_method__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.order_method__list li span {
  width: 30px;
  font-size: 16px;
  padding-right: 15px;
}

.order_method__list li .select {
  width: 100%;
}

.order_method__price {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .order_method__price {
    padding-left: 0;
  }
}

.order_method__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}

.order_method__text--before {
  position: relative;
  margin-bottom: 0;
}

.order_method__text--before::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #666665;
  position: absolute;
  top: 50%;
  left: 0;
}

.order_method__text--before::after {
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
}

.order_method__text--sale {
  color: #A50021;
}

.order_method__text__body {
  margin-left: auto;
  font-size: 24px;
  font-weight: bold;
}

.order_method__checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.order_method__cycle {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 1px solid #6f5757;
  padding: 15px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .order_method__cycle {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
  }
}

.order_method__cycle__title {
  background: #fff;
  padding: 0 15px;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.order_method__cycle span {
  font-weight: 100;
}

.order_method__cycle__radio {
  margin-bottom: 6px;
}

.news_lines {
  margin-top: 30px;
}

.news_lines__item {
  border-top: 1px solid #A50021;
}

.news_lines__item:last-of-type {
  border-bottom: 1px solid #A50021;
}

.news_lines__item .item_title, .item_title_nonactive {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 20px 0;
  font-size: 14px;
  cursor: pointer;
}

.news_lines__item .item_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
  background: url(../img/common/arrowlink-icon-down@2x.png);
  background-size: cover;
  width: 9px;
  height: 5px;
}

.news_lines__item .item_title .date {
  margin-right: 30px;
}

.news_lines__item .item_title_nonactive .date {
  margin-right: 30px;
}

.news_lines__item .item_title .title {
  font-weight: 500;
}

.news_lines__item .item_title_nonactive .title {
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  .news_lines__item .item_title .date {
    width: 130px;
  }

  .news_lines__item .item_title_nonactive .date {
    width: 130px;
  }

  .news_lines__item .item_title .title {
    width: 300px;
    margin-left: 10px;
  }

  .news_lines__item .item_title_nonactive .title {
    width: 300px;
    margin-left: 10px;
  }
}

.news_lines__item .item_content {
  display: none;
  border-top: 1px dotted #A50021;
  padding: 20px 0 15px;
}

.news_lines__item .item_content .readmore {
  margin-top: 10px;
}

.news_lines__item .item_content .readmore a {
  color: #004efe;
  text-decoration: underline;
}

.link_lists {
  margin-top: 30px;
}

.link_lists .link_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-right: -15px;
  margin-left: -15px;
}

.link_lists .link_boxes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 780px) {
  .link_lists .link_boxes__item {
    width: 100%;
  }
}

.link_lists .link_boxes__item .link_panel {
  width: 100%;
  border: 1px solid #A50021;
}

.link_lists .link_boxes__item .link_panel__title {
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #A50021;
}

.link_lists .link_boxes__item .link_panel__title::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 10px;
  background-image: url("../img/common/leaf-icon-min@2x.png");
  background-size: cover;
  vertical-align: -2px;
}

.link_lists .link_boxes__item .link_panel__list {
  padding: 25px;
}

.link_lists .link_boxes__item .link_panel__list li a {
  display: block;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.link_lists .link_boxes__item .link_panel__list li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 8px;
  background-image: url("../img/common/arrow-right@2x.png");
  background-size: cover;
}

.link_lists .link_boxes__item .link_panel__list li + li {
  margin-top: 20px;
}

/* slide */
.goods_images_slider {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1.5px solid #D9D0D1;
}
.goods_images_slider__box {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .goods_images_slider__box {
    margin-bottom: 45px;
  }
}
.goods_images_slider .item {
  position: relative;
  height: 100%;
  height: 220px;
}
@media screen and (max-width: 780px) {
  .goods_images_slider .item {
    height: 200px;
  }
}
.goods_images_slider .item a {
  display: block;
}
.goods_images_slider .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.goods_images_slider .item .image {
  position: relative;
  overflow: hidden;
}
.goods_images_slider .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
    object-fit: contain;
  cursor: default;
}
.goods_images_slider > .slick-list,
.goods_images_slider > .slick-list > .slick-track,
.goods_images_slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */
.goods_images_slider__navi {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
  border: 1.5px solid #D9D0D1;
  border-top: none;
}
@media screen and (max-width: 780px) {
  .goods_images_slider__navi {
    width: 100%;
    display: none;
  }
}
.goods_images_slider__navi .item {
  position: relative;
  cursor: pointer;
  height: 75px;
}
.goods_images_slider__navi .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  height: 75px;
}
.goods_images_slider__navi .item .image::before {
  display: block;
  padding-top: 35%;
  content: "";
}
@media screen and (max-width: 780px) {
  .goods_images_slider__navi .item .image::before {
    padding-top: 50%;
  }
}
.goods_images_slider__navi .item .image::after {
  opacity: 0;
}
.goods_images_slider__navi .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
    object-fit: contain;
  cursor: pointer;
}
.goods_images_slider__navi .slick-current .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
  background: #000;
  cursor: pointer;
}

/* slick */
.goods_images_slider__box .slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.goods_images_slider__box .slick-arrow {
  z-index: 999;
}
.goods_images_slider__box .slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}
.goods_images_slider__box .slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}
.goods_images_slider__box .slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 25px;
  background: #D9D0D1;
}
.goods_images_slider__box .slick-dots li.slick-active button:before {
  background: #A50021;
}
.goods_images_slider__box .slick-dots {
  margin-bottom: -10px;
}

.app_info__btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 15px;
  height: 30px;
  position: relative;
  padding-right: 25px;
  color: #fff;
}

.app_info__btn--gray {
  display: inline-block;
  border: 1px solid #6f5757;
  padding: 5px 15px;
  height: 30px;
  position: relative;
  padding-right: 25px;
  color: #6f5757;
  background-color: #F4F2F2;
}

@media screen and (max-width: 780px) {
  .app_info__btn {
    font-size: 12px;
  }

  .app_info__btn--gray {
    font-size: 12px;
  }
}

.app_info__btn::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
  background: url(../img/common/arrowlink-icon-white@2x.png);
  background-size: cover;
  width: 5px;
  height: 9px;
}

.app_info__btn--gray::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  background: url(../img/common/arrow-down-gray@2x.png);
  background-size: cover;
  width: 10px;
  height: 6px;
}

@media screen and (max-width: 780px) {
  .app_info__btn::before {
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }

  .app_info__btn--gray::before {
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }
}

.notice_credit_three_times {
  background-color: #ffff00;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 16px;
  text-align: center;
}
.notice_credit_three_times .notice_title {
  font-size: 18px;
  font-weight: bold;
}

.notice_credit_three_times a {
  color: #004efe;
  text-decoration: underline;
}

@media screen and (max-width: 780px) {
  .notice_credit_three_times {
    font-size: 14px;
  }

  .notice_credit_three_times .notice_title {
    font-size: 16px;
    font-weight: bold;
  }
}

.app_info__product {
  padding: 0;
  margin: 0;
}

.app_info__product li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dashed #A50021;
}

.app_info__product li:last-child {
  border: none;
}

.app_info__product li span {
  width: 25px;
  margin-right: 15px;
  background: #FFF4F4;
  color: #A50021;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.app_info__lump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.app_info__lump::before {
  content: '';
  display: block;
  width: 240px;
  height: 100%;
  min-width: 240px;
}
@media screen and (max-width: 780px) {
  .app_info__lump::before {
    content: none;
  }
}

@media screen and (max-width: 780px) {
  .app_info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .app_info__wrap p {
    width: 50%;
  }
}

.app_info__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid #D9D0D1;
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 780px) {
  .app_info__img {
    position: static;
    width: 50%;
    margin-right: 15px;
    height: 75px;
  }
}

.app_info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.app_info__cnt {
  width: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 780px) {
  .app_info__cnt {
    padding-right: 0;
  }
}

.app_info__border {
  width: 100%;
  border-bottom: 1px dashed #666665;
  margin-bottom: 15px;
  margin-top: 10px;
}

.app_info__subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion {
  border: 1px solid #A50021;
  margin-bottom: 15px;
}

.accordion__title {
  height: 50px;
  padding: 15px;
  color: #A50021;
  position: relative;
  font-weight: bold;
}

.accordion__title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
  background: url(../img/common/arrowlink-icon-down@2x.png);
  background-size: cover;
  width: 9px;
  height: 5px;
}

.accordion__title--active::before {
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}

.accordion__cnt {
  border-top: 1px dashed #A50021;
  overflow: hidden;
}

.accordion__cnt--padding {
  padding: 10px 15px;
}

@media screen and (max-width: 780px) {
  .accordion__cnt--padding {
    padding: 15px;
  }
}

.table_total {
  width: 100%;
}

.table_total tr {
  font-size: 12px;
  color: #666666;
}

.table_total tr:first-child th, .table_total tr:first-child td {
  padding-top: 10px;
}

.table_total tr:nth-child(4) th, .table_total tr:nth-child(4) td {
  padding-bottom: 10px;
}

.table_total th {
  width: 270px;
}

@media screen and (max-width: 780px) {
  .table_total th {
    width: 0;
  }
}

.table_total td {
  padding-left: 10px;
}

.table_total td:last-child {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}

.table_total__total {
  background: #F4F2F2;
  height: 30px !important;
}

tr.table_total__total ~ tr {
  background: #F4F2F2;
}

.table_total__total td {
  font-size: 14px;
}

.table_total__total td:last-child {
  font-weight: bold;
  font-size: 18px;
}

.table_detail_info {
  width: 100%;
  margin-bottom: 25px;
}

.table_detail_info--bottom_noborder tr:last-of-type th {
  border-bottom: none;
}

.table_detail_info--bottom_noborder tr:last-of-type td::before {
  display: none;
}

.table_detail_info--change tr {
  height: auto;
}

.table_detail_info--change tr th {
  text-align: left;
  padding: 20px 15px;
  vertical-align: top;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change tr th {
    width: 100%;
    padding: 20px 0 10px;
  }
}

.table_detail_info--change tr th p {
  font-weight: normal;
}

.table_detail_info--change tr th.pc_th {
  display: table-cell;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change tr th.pc_th {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .table_detail_info--change tr td {
    padding-bottom: 20px;
  }
}

.table_detail_info--change .input_box--normal {
  max-width: 335px;
  width: 100%;
}

.table_detail_info--change .input_box--normal input,
.table_detail_info--change .input_box--normal select {
  width: 100%;
}

.table_detail_info--change .input_box--tel {
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_detail_info--change .input_box--tel input {
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.table_detail_info--change .input_box--tel span {
  padding: 0 6px;
}

.table_detail_info--change .input_box--birth {
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table_detail_info--change .input_box--birth select {
  width: 70px;
}

.table_detail_info--change .input_box--birth select.year {
  width: 180px;
}

.table_detail_info--change .input_box--btn {
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table_detail_info--change .input_box--btn input, .table_detail_info--change .input_box--btn select {
  width: 180px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table_detail_info--change .input_box--btn a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.table_detail_info--change .input_box--coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_detail_info--change .input_box--coupon input, .table_detail_info--change .input_box--coupon select {
  max-width: 310px;
  width: 100%;
  margin-right: 15px;
}

.table_detail_info--change .input_box--coupon a {
  width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table_detail_info--change .input_box--large {
  width: 100%;
}

.table_detail_info--change .input_box--large input {
  width: 100%;
}

.table_detail_info--change .input_box--large input + input {
  margin-top: 8px;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--large input + input {
    margin-top: 13px;
  }
}

.table_detail_info--change .input_box--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_detail_info--change .input_box--radio label {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.table_detail_info--change .input_box--radio > label:last-of-type {
  width: auto;
}

.table_detail_info--change .input_box__radio_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_detail_info--change .input_box__radio_label span {
  margin-right: 8px;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box__radio_label span {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box__radio_label span::before {
    width: 18px;
    height: 18px;
  }
}

.table_detail_info--change .input_box__check_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box__check_label + .input_box__check_label {
    margin-top: 12px;
  }
}

.table_detail_info--change .input_box__check_label span {
  margin-right: 8px;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box__check_label span {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box__check_label span::before {
    width: 11px;
    height: 7px;
    border-left: 2px solid #A50021;
    border-bottom: 2px solid #A50021;
    bottom: 11px;
    right: 6px;
  }
}

.table_detail_info--change .input_box--weekday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 335px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--weekday {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.table_detail_info--change .input_box--weekday:nth-of-type(n + 2) {
  margin-top: 20px;
}

.table_detail_info--change .input_box--weekday .input_box__radio_label {
  margin-right: auto;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--weekday .input_box__radio_label {
    width: 100%;
    margin-bottom: 10px;
  }
}

.table_detail_info--change .input_box--weekday .input_box__check_label {
  margin-right: auto;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--weekday .input_box__check_label {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--weekday input[type=text] {
    width: 100%;
  }
}

.table_detail_info--change .input_box--weekday .registration_select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75px;
  margin-right: 10px;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--weekday .registration_select {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--weekday .registration_select:first-of-type {
    margin-left: auto;
  }
}

.table_detail_info--change .input_box--weekday + p {
  max-width: 335px;
  margin-top: 5px;
  text-align: right;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--weekday + p {
    text-align: left;
  }
}


.table_detail_info--change .input_box--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_detail_info--change .input_box--line p {
  margin-right: 40px;
}

.table_detail_info--change .input_box--card {
  width: 100%;
  max-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_detail_info--change .input_box--card input {
  width: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 780px) {
  .table_detail_info--change .input_box--card input {
    font-size: 15px;
    padding: 13px 15px;
  }
}

.table_detail_info--change .input_box--card span {
  padding: 0 5px;
}

.table_detail_info--change .input_box--card + p {
  margin-top: 15px;
}

.table_detail_info--change .input_box--expiration {
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_detail_info--change .input_box--expiration select {
  width: 130px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.table_detail_info--change .input_box--expiration span {
  padding: 0 7px;
}

.table_detail_info--change .input_box--file .registration_file {
  padding: 0;
  border: none;
  background: none;
}

.table_detail_info--change .input_box .btn_sub, .table_detail_info--change .input_box .btn_sub02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.table_detail_info--change .input_box + p {
  margin-top: 15px;
}

.table_detail_info--single tbody tr th {
  border-bottom: none;
}

.image-attention {
  background-image: url(../img/common/attention.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.user_policy--err {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 780px) {
  .user_policy--err {
    margin-top: 5px;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 780px) {
  .table_detail_info--single tbody tr th {
    padding: 25px 15px;
    background: #F4F2F2;
  }
  .table_detail_info--single tbody tr th p {
    margin-top: 15px;
  }
}

.table_detail_info--single tbody tr td {
  padding: 15px;
}

.table_detail_info--single tbody tr td::before {
  display: none;
}

.table_detail_info--mb0 {
  margin-bottom: 0;
}

.table_detail_info:last-child {
  margin-bottom: 0;
}

.table_detail_info tr {
  height: 50px;
}

.table_detail_info th, .table_detail_info td {
  padding: 15px;
}

@media screen and (max-width: 780px) {
  .table_detail_info th, .table_detail_info td {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
  }
}

.table_detail_info th {
  width: 250px;
  background: #F4F2F2;
  border-bottom: 2px solid #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 780px) {
  .table_detail_info th {
    font-size: 14px;
    background: none;
    border: none;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.table_detail_info td {
  position: relative;
}

@media screen and (max-width: 780px) {
  .table_detail_info td {
    padding-bottom: 10px;
  }
}

.table_detail_info td::before {
  content: '';
  width: calc(100% - 15px);
  position: absolute;
  bottom: -1px;
  right: 0;
  border-bottom: 1px dotted #666665;
}

@media screen and (max-width: 780px) {
  .table_detail_info td::before {
    width: 100%;
  }
}

.table_detail_info td > .detail_info_btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.table_detail_info td > .detail_info_btn_email {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (max-width: 780px) {
  .table_detail_info td > .detail_info_btn {
    top: 0;
  }

  .table_detail_info td > .detail_info_btn_email {
    position: unset;
    display: block;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .table_detail_info td > .double_btn_change__include a + a {
    margin-top: 8px;
  }

  .table_detail_info td > .double_btn_change {
    top: 40%;
  }

  .table_detail_info td > .double_btn_change__include {
    top: 10%;
    flex-flow: column;
  }
}

.input_box input {
  padding: 5px 20px;
  border: 1px solid #D9D0D1;
  background: #F7F4F440;
  border-radius: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1;
}

.input_box select {
  padding: 5px 20px;
  border: 1px solid #D9D0D1;
  background: #F7F4F440;
  border-radius: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.3;
}

.email_clear_icon {
  position: relative;
}

.email_clear_icon::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f00d';
  font-size: 15px;
  font-weight: 900;
  color: #666666;
  position: absolute;
  right: 7px;
  bottom: 18px;
  height: 0;
  cursor: pointer;
}

.email_clear_icon--combobox {
  position: relative;
}

.email_clear_icon--combobox::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f00d';
  font-size: 15px;
  font-weight: 900;
  color: #666666;
  position: absolute;
  right: 37px;
  bottom: 18px;
  height: 0;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .input_box input, .input_box select {
    font-size: 16px;
    padding: 13px 20px;
  }
}

.input_box input::-webkit-input-placeholder, .input_box select::-webkit-input-placeholder {
  color: #9b9696;
}

.input_box input:-ms-input-placeholder, .input_box select:-ms-input-placeholder {
  color: #9b9696;
}

.input_box input::-ms-input-placeholder, .input_box select::-ms-input-placeholder {
  color: #9b9696;
}

.input_box input::placeholder, .input_box select::placeholder {
  color: #9b9696;
}

.input_box .registration_select {
  background: #F7F4F440 url(../img/common/arrow-down-gray.png) no-repeat;
  background-position: right 10px center;
  background-size: 10px 7px;
}

.input_box__err {
  display: block;
  color: #A50021;
  font-size: 12px;
}

.input_box--err .registration_input {
  border: 1px solid #A50021;
  background: #FFF4F4 url(../img/common/attention.png) no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
  padding-right: 40px;
}

.input_box--err .registration_select {
  border: 1px solid #A50021;
  background-color: #FFF4F4;
  /* background-position: right 20px center;
  background-size: 16px 16px;
  padding-right: 40px; */
}


.input_box--err .input_box__err {
  display: inline-block;
}

.input_box + .input_box {
  margin-top: 8px;
}

@media screen and (max-width: 780px) {
  .input_box + .input_box {
    margin-top: 13px;
  }
}

.radio_pink input {
  display: none;
}

.radio_pink input:checked + span::before {
  opacity: 1;
}

.radio_pink span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #9b9696;
  border-radius: 50%;
  background: #fff;
}

.radio_pink span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #A50021;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (max-width: 780px) {
  .radio_pink--sp_large span {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 780px) {
  .radio_pink--sp_large span::before {
    width: 18px;
    height: 18px;
  }
}

.checkbox_pink input {
  display: none;
}

.checkbox_pink input:checked + span::before {
  opacity: 1;
}

.checkbox_pink span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #9b9696;
  border-radius: 4px;
  background: #fff;
}

.checkbox_pink span::before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 2.5px;
  display: inline-block;
  width: 6px;
  height: 4px;
  border-left: 1px solid #A50021;
  border-bottom: 1px solid #A50021;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 780px) {
  .checkbox_pink--sp_large span {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 780px) {
  .checkbox_pink--sp_large span::before {
    width: 11px;
    height: 7px;
    border-left: 2px solid #A50021;
    border-bottom: 2px solid #A50021;
    bottom: 11px;
    right: 6px;
  }
}

.file_pink {
  display: inline-block;
  min-width: 140px;
  margin-right: 10px;
  padding: 5px;
  color: #A50021;
  border-radius: 4px;
  border: 1px solid #A50021;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .file_pink {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
  }
}

.file_pink input {
  display: none;
}

.badge_required {
  display: inline-block;
  margin-left: 15px;
  padding: 3px 8px;
  background: #A50021;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  vertical-align: 2px;
}

.btn_change {
  width: 70px;
  height: 30px;
  border: 1px solid #A50021;
  padding-right: 10px;
  color: #A50021;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.btn_change--gray {
  width: 70px;
  height: 30px;
  border: 1px solid #6f5757;
  padding-right: 10px;
  color: #6f5757;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

@media screen and (max-width: 780px) {
  .btn_change {
    margin-left: 8px;
    font-size: 12px;
  }

  .btn_change--gray {
    margin-left: 10px;
    font-size: 12px;
  }
}

.btn_change::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrowlink-icon-m@2x.png);
  background-size: cover;
  width: 5px;
  height: 8px;
}

.btn_change--gray::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/common/arrow-down-gray.png);
  background-size: cover;
  width: 10px;
  height: 5px;
}

@media screen and (max-width: 780px) {
  .btn_change::before {
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }

  .btn_change--gray::before {
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }
}

.line_title02 {
  position: relative;
  border-bottom: 1px solid #A50021;
  padding: 15px 0;
  margin-bottom: 10px;
}

.line_title02 h3 {
  color: #A50021;
  font-size: 14px;
  font-weight: bold;
}

.line_title02 > div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ec-modal .ec-modal-wrap {
  border: 1px solid #A50021;
}

.ec-inlineBtn--cancel {
  border: 1px solid #A50021;
  color: #A50021;
  border-radius: 5px;
  background: #FFF;
  font-weight: normal;
}

.ec-inlineBtn--cancel:focus {
  background-color: #FFF;
  border-color: #A50021;
  box-shadow: none;
}

.ec-inlineBtn--cancel:hover {
  background-color: #FFF;
  border-color: #A50021;
  color: #A50021;
  opacity: 0.5;
  transition-duration: 0.3s;
  box-shadow: none;
}

.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active,
  .open > .ec-inlineBtn--cancel.dropdown-toggle {
    color: #A50021;
    background-color: #FFF;
    background-image: none;
    border-color: #A50021;
    box-shadow: none;
}
.ec-inlineBtn--cancel:active:hover, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:hover, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus,
    .open > .ec-inlineBtn--cancel.dropdown-toggle:hover,
    .open > .ec-inlineBtn--cancel.dropdown-toggle:focus,
    .open > .ec-inlineBtn--cancel.dropdown-toggle.focus {
      color: #A50021;
      background-color: #FFF;
      border-color: #A50021;
      box-shadow: none;
}
.ec-inlineBtn--cancel.disabled:hover, .ec-inlineBtn--cancel.disabled:focus, .ec-inlineBtn--cancel.disabled.focus, .ec-inlineBtn--cancel[disabled]:hover, .ec-inlineBtn--cancel[disabled]:focus, .ec-inlineBtn--cancel[disabled].focus,
  fieldset[disabled] .ec-inlineBtn--cancel:hover,
  fieldset[disabled] .ec-inlineBtn--cancel:focus,
  fieldset[disabled] .ec-inlineBtn--cancel.focus {
    background-color: #FFF;
    border-color: #A50021;
    box-shadow: none;
}



.ec-inlineBtn--action {
  border: 1px solid #A50021;
  color: #FFF;
  border-radius: 4px;
  background: #A50021;
  font-weight: normal;
}

.ec-inlineBtn--action:focus {
  background-color: #A50021;
  border-color: #A50021;
}

.ec-inlineBtn--action:hover {
  background-color: #A50021;
  border-color: #A50021;
  opacity: 0.5;
}

.ec-inlineBtn--action:active, .ec-inlineBtn--action.active,
  .open > .ec-inlineBtn--action.dropdown-toggle {
    color: #fff;
    background-color: #A50021;
    background-image: none;
    border-color: #A50021;
    box-shadow: none;
}
.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus,
    .open > .ec-inlineBtn--action.dropdown-toggle:hover,
    .open > .ec-inlineBtn--action.dropdown-toggle:focus,
    .open > .ec-inlineBtn--action.dropdown-toggle.focus {
      color: #fff;
      background-color: #A50021;
      border-color: #A50021;
      box-shadow: none;
}
.ec-inlineBtn--action.disabled:hover, .ec-inlineBtn--action.disabled:focus, .ec-inlineBtn--action.disabled.focus, .ec-inlineBtn--action[disabled]:hover, .ec-inlineBtn--action[disabled]:focus, .ec-inlineBtn--action[disabled].focus,
  fieldset[disabled] .ec-inlineBtn--action:hover,
  fieldset[disabled] .ec-inlineBtn--action:focus,
  fieldset[disabled] .ec-inlineBtn--action.focus {
    background-color: #A50021;
    border-color: #A50021;
    box-shadow: none;
}





.ec-modal-postalcode .ec-modal-postalcode-wrap {
  border: 1px solid #A50021;
}

.ec-modal-postalcode {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%; }
.ec-modal-postalcode.small {
    width: 30%; }
.ec-modal-postalcode.full {
    width: 100%;
    height: 100%; }
.ec-modal-postalcode .ec-modal-postalcode-overlay {
    display: flex;
    justify-content: center;
    align-items: left;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%; }
.ec-modal-postalcode .ec-modal-postalcode-wrap {
    position: relative;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #fff;
    width: 30%;
    height: 50%;
    margin: auto;
    padding: 40px 5px;
}
.ec-modal-postalcode .ec-modal-postalcode-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    height: 30px;
    width: 20px; }
.ec-modal-postalcode .ec-modal-postalcode-close:hover {
      color: #4b5361; }
.ec-modal-postalcode .ec-modal-postalcode-box {
    text-align: left; }
.ec-modal-postalcode .ec-role-postalcode {
    margin-top: 20px; }

.ec-modal-postalcode .ec-modal-postalcode-footer {
  text-align:right;
  padding-right: 30px; }

.text-left-postalcode {
    text-align: left;
    padding: 0 0 0 30px;
    font-weight: bold;
  }

.postal_max {
  padding: 0 0 0 30px;
}

.postalcode_list{
  padding: 30px;
}

@media screen and (max-width: 780px) {
  .ec-itemNav__nav li ul li:hover > ul > li {
    overflow: visible;
    height: auto;
    width: auto; }
    .ec-shelfGridCenter {
      margin-left: -16px;
      margin-right: -16px; }
      .ec-modal-postalcode .ec-modal-postalcode-wrap {
        padding: 40px 10px;
        width: 80%;
        height: 60%;
        margin: 20px auto;
        left:40%;
        top: 50%;
        transform: translate(-50%,-50%);
      }
  .ec-inlineBtn--action {
    border: 1px solid #A50021;
    color: #FFF;
    border-radius: 4px;
    background: #A50021;
    font-weight: normal;
  }

  .text-left-postalcode {
    text-align: left;
    padding: 0 0 0 10px;
  }

  .postal_max {
    padding: 0 0 0 10px;
  }

  .postalcode_list{
    padding: 10px;
  }
}

  .balloon_skip_regular {
    width: 100%;
    height: 100%;
    border: none;
    margin-top: 10px;
  }

  .balloon_payment {
    width: 360px;
    height: 220px;
    border: none;
    margin-top: 10px;
  }

  .balloon_shipping {
    width: 480px;
    height: 280px;
    border: none;
    margin-top: 10px;
  }

  .balloon_order_coupon {
    width: 360px;
    height: 700px;
    border: none;
    margin-top: 10px;
  }

  .balloon_delivery_date {
    width: 400px;
    height: 420px;
    border: none;
    margin-top: 10px;
  }

  .balloon_email {
    width: 380px;
    height: 140px;
    border: none;
    margin-top: 10px;
  }

  .detail_info_btn_email span {
    color: #A50021;
  }

  .detail_info_btn_email span a {
    color: #004efe;
    text-decoration: underline;
  }

  @media screen and (max-width: 780px) {
    .balloon_email {
      width: 100%;
      height: 140px;
      border: none;
      margin-top: 10px;
    }

    .balloon_skip_regular {
      width: 100%;
      border: none;
      margin-top: 10px;
    }

    .balloon_payment {
      width: 100%;
      height: 220px;
      border: none;
      margin-top: 10px;
    }

    .balloon_shipping {
      width: 100%;
      height: 280px;
      border: none;
      margin-top: 10px;
    }

    .balloon_delivery_date {
      width: 100%;
      height: 420px;
      border: none;
      margin-top: 10px;
    }

    .balloon_order_coupon {
      width: 100%;
      border: none;
      margin-top: 10px;
    }

  }

.change_email {
  position:relative;
  text-align: center;
  margin: 10px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .change_email {
    margin: 10px 0 0 0;
  }
}

.change_btn {
  position:relative;
  text-align: center;
  text-align: -webkit-center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.regul_shipping_btns{
  /* position:relative; */
  /* top: 10px; */
  /* display:flex; */
  text-align: -webkit-center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .table__btns .regul_shipping_btns{
    display:block;
  }
}

.regul_shipping_subbtns{
  margin: 5px;
}

.change_payment_notice {
  margin-top: 20px;
  color: #A50021;
}

.cart_form__radios {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .cart_form__radios {
    /* text-align: left; */
    margin-top: 20px;
  }
  .change_payment_btn {
    margin-top: 10px;
    text-align: -webkit-center;
  }
}
  .textarea_biko {
    border: #aaa solid 1px;
  }

  .maker_tooltips {
    position: absolute;
    z-index: 1000;
    padding: 0.5em;
    color: #FFFFFF;
    background: #000000;
    top: 85%;
    right: 15%;
    border-radius: 0.5em;
  }
  .maker_tooltips:after {
      width: 100%;
      content: "";
      display: block;
      position: absolute;
      left: 60%;
      top: -8px;
      border-top:8px solid transparent;
      border-left:8px solid #000000;
  }
@media screen and (max-width: 780px) {
  .maker_tooltips {
    position: absolute;
    width: 100%;
    z-index: 1000;
    padding: 0.5em;
    color: #FFFFFF;
    background: #000000;
    top: 85%;
    left:0;
    border-radius: 0.5em;
  }
  .maker_tooltips:after {
      width: 100%;
      content: "";
      display: block;
      position: absolute;
      left: 90%;
      top: -8px;
      border-top:8px solid transparent;
      border-left:8px solid #000000;
  }
}

/*2024年色味追加*/

.list_color {
  color: #A50021 !important;
}

a[target="_blank"]::after,
a.text_link::after{
  content: url(../img/common/blank-icon.png);
  margin-left: 3px;
  margin-right: 3px;
}

.text_deliv_date {
  font-size: 12px;
}
.change_delivery_date__title {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #A50021;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: #A50021 solid 2px;
  font-weight: bold;
}
.skip_regular_button--img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    height: 100%;
    margin-top: 10px;
}

.close_pop {
  text-align: right;
}

.close_pop--button img {
  width: 20px;
  height: 20px;
}

.close_pop--overlay {
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}

#powerTip {
  z-index: 10001;
}

.ec-modal-overlay {
  overscroll-behavior: contain;
  overflow-y: scroll;
}