@charset "utf-8";
/* --------------------------------------------------------------------
Style Info: cart setting
-------------------------------------------------------------------- */
/* ------------------------------
base
------------------------------ */
html {
  color: #333;
  font-size: 16px;
}
body {
  position: relative;
  min-height: 100vh;
  padding: 80px 0 77px;
  background-color: #f4f5f7;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', system-ui, sans-serif;
}
p {
  line-height: 1.8;
}
p + p {
  margin-top: 1.8em;
}
@media screen and (max-width: 599px) {
  html {
    font-size: 14px;
  }
  body {
    padding: 60px 0 77px;
  }
}

/* main */
.main {
  padding: 50px 0;
}
@media screen and (max-width: 599px) {
  .main {
    padding: 40px 0;
  }
}

/* ------------------------------
image
------------------------------ */
.img_100 {
  width: 100%;
  height: auto;
}

/* ------------------------------
display
------------------------------ */
.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
.sp_tab {
  display: none;
}
@media screen and (min-width: 600px) {
  .tab_pc {
    display: inherit;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .tab {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .sp_tab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none ;
  }
  .sp {
    display: inherit;
  }
  .tab_pc {
    display: none;
  }
}
.hide {
  display: none;
}
.show {
  display: inherit;
}

/* ------------------------------
margin
------------------------------ */
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt1em {
  margin-top: 1em;
}
.mb1em {
  margin-bottom: 1em;
}
.mb20 {
  margin-bottom: 20px;
}
/* ------------------------------
padding
------------------------------ */
.pb10 {
  padding-bottom: 10px !important;
}

/* ------------------------------
block
------------------------------ */
/* .block_base */
.block_base {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 4%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.block_base + .block_base {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .block_base {
    padding: 20px 4%;
  }
  .block_base + .block_base {
    margin-top: 20px;
  }
}

.block_flat {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------
width
------------------------------ */
@media screen and (min-width: 600px) {
  .w_size_m {
    width: 500px;
  }
  .w_max_size_m {
    max-width: 560px;
  }
}

/* ------------------------------
font style
------------------------------ */
.f_bold {
  font-weight: bold;
}
.f_size_14 {
  font-size: 14px;
}
.f_line_through {
  text-decoration: line-through;
}

/* ------------------------------
text color
------------------------------ */
.txt_pink {
  color: #ff7474;
}

/* ------------------------------
text layout
------------------------------ */
/* text align */
.align_c {
  text-align: center;
}
.align_auto {
  text-align: center;
}
.align_auto .align_auto_inner {
  display: inline-block;
  text-align: left;
}

/* ------------------------------
button
------------------------------ */
/* btn_base */
.btn_base {
  display: block;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.btn_base::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.btn_base:hover {
  opacity: 0.8;
}

/* btn_01 */
.btn_base.btn_01 {
  border-radius: 10px;
  background-color: #ea5520;
  box-shadow: 0 2px 0 #b95834;
}
.btn_base.btn_01.blue {
  background-color: #1c2569;
  box-shadow: 0 2px 0 #101541;
}

/* btn_02 */
.btn_base.btn_02 {
  max-width: 142px;
  margin: 0;
  padding: 0.8em 1.4em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-weight: normal;
}
.btn_base.btn_02::after {
  left: 15px;
  right: auto;
  border-top: 0;
  border-right: 0;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

/* btn_03 */
.btn_base.btn_03 {
  display: inline-block;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0.8em 2em 0.8em 3em;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-weight: normal;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.998%22%20height%3D%2214%22%20viewBox%3D%220%200%2011.998%2014%22%3E%3Cg%20transform%3D%22translate(-126.121%20431.893)%22%3E%3Cpath%20d%3D%22M132.947-431.819c-.069.034-1.615%2C1.517-3.426%2C3.3-2.85%2C2.8-3.308%2C3.273-3.357%2C3.449-.128.415-.207.327%2C3.382%2C3.878%2C2.264%2C2.239%2C3.333%2C3.263%2C3.426%2C3.288a.724.724%2C0%2C0%2C0%2C.9-.971c-.044-.088-1.413-1.468-3.042-3.068l-2.963-2.912%2C3.013-2.99c2.629-2.61%2C3.013-3.015%2C3.042-3.171A.719.719%2C0%2C0%2C0%2C132.947-431.819Z%22%20transform%3D%22translate(0%20-0.016)%22%20fill%3D%22%23333%22%2F%3E%3Cpath%20d%3D%22M220.739-431.81c-.079.054-1.615%2C1.556-3.406%2C3.332-2.85%2C2.834-3.259%2C3.263-3.288%2C3.419-.074.41-.187.283%2C3.313%2C3.761%2C1.807%2C1.8%2C3.342%2C3.293%2C3.416%2C3.332a.811.811%2C0%2C0%2C0%2C.7-.029.749.749%2C0%2C0%2C0%2C.266-.893c-.03-.059-1.383-1.429-3.013-3.044l-2.958-2.937%2C2.954-2.956c1.62-1.629%2C2.973-3.01%2C3.008-3.063a.733.733%2C0%2C0%2C0-.2-.859A.761.761%2C0%2C0%2C0%2C220.739-431.81Z%22%20transform%3D%22translate(-83.683)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left 15px center;
}

.btn_base.btn_03::after {
  content: none;
}

/* btn_submit */
.btn_base.btn_submit {
  margin-top: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.289%22%20height%3D%2217.164%22%20viewBox%3D%220%200%209.289%2017.164%22%3E%3Cpath%20d%3D%22M1351.82%2C744.725a.5.5%2C0%2C0%2C1-.354-.854l7.728-7.728-7.728-7.728a.5.5%2C0%2C1%2C1%2C.707-.707l8.436%2C8.435-8.436%2C8.435A.5.5%2C0%2C0%2C1%2C1351.82%2C744.725Z%22%20transform%3D%22translate(-1351.32%20-727.561)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 9999px;
  background-color: #f77a4c;
  box-shadow: 0 2px 0 #b95834;
}
.btn_base.btn_submit::after {
  content: unset;
}
.btn_base.btn_submit:active,
.btn_base.btn_submit:focus,
.btn_base.btn_submit:disabled {
  opacity: 0.5;
  margin-top: 31px;
  box-shadow: 0 1px 0 #b95834;
}

/* btn_back */
.btn_base.btn_back {
  padding: 1em 1.4em;
  border-radius: 10px;
  background-color: #f77a4c;
  font-size: 16px;
  font-weight: normal;
}
.btn_base.btn_back::before,
.btn_base.btn_back::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: none;
  width: 10px;
  height: 10px;
  content: '';
}
.btn_base.btn_back::before {
  left: 15px;
}
.btn_base.btn_back::after {
  left: 20px;
  right: auto;
}
@media screen and (max-width: 599px) {
  .btn_base.btn_back {
    font-size: 14px;
  }
}

/* btn_delete */
.btn_delete {
  display: block;
  width: 50px;
  height: 26px;
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
}
.btn_delete:hover {
  opacity: 0.8;
}

/* btn_line */
.btn_line {
  display: block;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}
.btn_line img {
  width: 100%;
  height: auto;
}
.btn_line:hover {
  opacity: 0.8;
}

/* btn_calendar */
.btn_calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  min-height: 50px;
  padding: 0.5em 0.5em 0.5em 50px;
  background: url(/img/fa/img_calendar.png) no-repeat 17px center / 30px;
  border: 1px solid #e2435a;
  border-radius: 5px;
  color: #e3374d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.btn_calendar:hover {
  text-decoration: underline;
}
/* btn_google */
.btn_calendar.btn_google {
  background-image: url(/img/fa/img_google_calendar.png);
  border-color: #1c88e5;
  color: #1c88e5;
}

/* btn_list */
.btn_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 300px));
  column-gap: 30px;
  row-gap: 20px;
  justify-content: center;
}

/* ------------------------------
link
------------------------------ */
/* link_base */
.link_base {
  color: inherit;
  text-decoration: underline;
}
.link_base:hover {
  color: #ea5520;
  text-decoration: none;
}

/* link_top */
.link_top_wrap {
  margin-top: 30px;
  text-align: center;
}
.link_top {
  display: inline-block;
  text-decoration: none;
  color: #1c2569;
  font-size: 14px;
}
.link_top span {
  margin-left: 0.5em;
  text-decoration: underline;
}
.link_top:hover {
  opacity: 0.8;
}
.link_top:hover span {
  text-decoration: none;
}

/* ------------------------------
heading
------------------------------ */
/* heading_01 */
.heading_01 {
  margin-bottom: 1.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #adadad;
  color: #9d9999;
  font-weight: bold;
}

/* heading_02 */
.heading_02 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

/* heading_num */
.heading_num {
  margin-bottom: 1em;
  font-weight: bold;
}
.heading_num .icon_num {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 1em;
  background: rgba(28, 37, 105, 0.1);
  border-radius: 50%;
  font-family: "din-2014", sans-serif;
  color: #1c2569;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
}

/* heading_complete */
.heading_complete {
  text-align: center;
}
.heading_complete .icon_check,
.heading_complete .icon_cart,
.heading_complete .icon_error {
  margin-bottom: 15px;
}
.heading_complete .heading_txt {
  margin-bottom: 0.5em;
  font-size: 30px;
}
.heading_complete .heading_txt.mb_wide {
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .heading_complete .heading_txt {
    font-size: 20px;
  }
}

/* ------------------------------
icon
------------------------------ */
.icon_freedial {
  margin-right: 5px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 599px) {
  .icon_freedial {
    width: 22px;
    height: auto;
  }
}

/* ------------------------------
note
------------------------------ */
/* note_wrap */
.note_wrap {
  text-align: center;
}

/* note_01 */
.note_01 {
  margin-top: 0.6em;
  color: #707070;
  font-size: 12px;
}
.note_wrap .note_01 {
  display: inline-block;
  text-align: left;
}
.note_01.col_black {
  color: #333;
}

/* note_list_01 */
.note_list_01 {
  margin-top: 0.6em;
}
.note_list_01 li {
  color: #707070;
  font-size: 12px;
  line-height: 1.8;
}
.note_list_01.col_blac li {
  color: #333;
}

/* ------------------------------
list
------------------------------ */
/* list_form */
.list_form {
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
}
.list_form dt {
  margin-bottom: 0.5em;
  font-weight: normal;
}
.list_form dd {
  margin-bottom: 20px;
}

/* list_item */
.list_item li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.6em;
}
.list_item li p + p {
  margin-top: 0;
}
.list_item li .item_name {
  width: calc(100% - 130px);
}
.list_item li .price {
  width: 120px;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .list_item li p {
    font-size: 13px;
  }
  .list_item li .item_name {
    width: calc(100% - 110px);
  }
  .list_item li .price {
    width: 100px;
  }
}

/* item_input */
.list_item.item_input li {
  align-items: center;
  padding-bottom: 0.8em;
  border-bottom: 1px dotted #adadad;
}
.list_item.item_input li + li {
  margin-top: 0.8em;
}
.list_item.item_input li p {
  width: calc(100% - 90px);
}
.list_item.item_input li .form_area {
  width: 50px;
}
@media screen and (max-width: 599px) {
  .list_item.item_input li p {
    width: calc(100% - 60px);
  }
}

/* item_confirm */
.list_item.item_confirm li {
  border-bottom: 1px dotted #adadad;
}
.list_item.item_confirm li + li {
  margin-top: 0.6em;
}
.list_item.item_confirm li:last-child {
  border-bottom: none;
}

/* item_discount */
.list_item.item_discount li .price {
  color: #f38541;
  font-weight: bold;
}

/* item_applicant_info */
.list_item.item_applicant_info .item_name {
  position: relative;
  width: 200px;
}
.list_item.item_applicant_info .item_name::after {
  position: absolute;
  top: 0;
  left: 205px;
  content: ':';
}
.list_item.item_applicant_info .item_value {
  width: calc(100% - 225px);
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media screen and (max-width: 599px) {
  .list_item.item_applicant_info .item_name {
    width: 105px;
  }
  .list_item.item_applicant_info .item_name::after {
    left: 110px;
  }
  .list_item.item_applicant_info .item_value {
    width: calc(100% - 125px);
  }
}

/* item_paid */
.list_item.item_paid li {
  align-items: flex-start;
  padding-bottom: 0.8em;
  border-bottom: 1px dotted #adadad;
}
.list_item.item_paid li + li {
  margin-top: 0.8em;
}
.list_item.item_paid li .item_name {
  width: calc(100% - 120px);
}
.list_item.item_paid li .price_area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 110px;
}
.list_item.item_paid li .price {
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .list_item.item_paid li .item_name {
    width: calc(100% - 85px);
  }
  .list_item.item_paid li .price_area {
    width: 75px;
  }
}

/* item_price */
.list_item.item_price {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #adadad;
}

/* ------------------------------
box
------------------------------ */
/* box_top_line */
.box_top_line {
  padding: 2em 0;
  border-top: 1px solid #ccc;
}

/* box_price */
.box_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  margin-left: auto;
  padding: 0.5em 1em;
  background: rgba(247, 122, 76, 0.1);
  border-radius: 10px;
}
.box_price p + p {
  margin-top: 0;
}
.box_price .box_title {
  font-size: 14px;
}
.box_price .price {
  color: #f77a4c;
  font-size: 25px;
  font-weight: bold;
}
.box_price .price .txt_s {
  margin-left: 1em;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .box_price {
    max-width: 300px;
  }
}

/* box_line */
.box_line {
  margin-top: 20px;
  text-align: center;
}
.box_line .btn_line {
  display: none;
}
.box_line .qr_line {
  padding: 10px;
  background: #fff;
  border: 1px solid #707070;
}
.box_line.bg_green {
  margin-top: 0;
  padding: 20px;
  background: rgba(6, 199, 85, 0.08);
}
.box_line.bg_green .line_ttl {
  color: #00c300;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.box_line.bg_green .qr_line {
  border: none;
}
@media screen and (max-width: 999px) {
  .box_line .btn_line {
    display: block;
  }
  .box_line .qr_line {
    display: none;
  }
  .box_line.bg_green .line_ttl {
    font-size: 16px;
  }
}

/* box_mail */
.box_mail pre {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media screen and (max-width: 599px) {
  .box_mail pre {
    font-size: 12px;
  }
}

/* box_payment_msg */
.box_payment_msg {
  margin-top: 20px;
  padding: 1em;
  background: #f8f8f8;
}
.box_payment_msg p + p {
  margin-top: 0;
}
.box_payment_msg .logo_card {
  max-width: 200px;
  height: auto;
  margin-top: 1em;
}
.box_payment_msg .logo_amazonpay {
  display: block;
  max-width: 260px;
  height: auto;
  margin: 1em auto;
}
.box_payment_msg #default {
  color: #e21414;
}

/* box_bt */
.box_bt {
  padding: 1em 0.8em;
  background-color: rgba(255, 116, 116, 0.1);
}

/* box_supplement */
.box_supplement {
  padding: 1.5em 4%;
  background: #f4f5f7;
}

/* box_error */
.box_error {
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #e21414;
  color: #e21414;
}

/* ------------------------------
step
------------------------------ */
.step_list {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.step_list.col3 li {
  width: 32%;
}
.step_list li {
  position: relative;
  text-align: center;
}
.step_list li::after {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  content: '';
}
.step_list li:last-child::after {
  content: none;
}
.step_list span {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  border-radius: 50%;
  font-family: "din-2014", sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}
.step_list p {
  margin-top: 1em;
  color: #c4c4c4;
  font-size: 14px;
  font-weight: bold;
}
.step_list li.current::after {
  background: #f38541;
}
.step_list li.current span {
  background: #f38541;
}
.step_list li.current p {
  color: #f38541;
}
@media screen and (max-width: 599px) {
  .step_list li::after {
    top: 14px;
  }
  .step_list span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .step_list p {
    font-size: 12px;
  }
}

/* ------------------------------
from
------------------------------ */
/* text */
input[type=text],
input[type=tel] {
  width: 100%;
  height: 50px;
  padding: 0.2em 0.5em;
  background: #fff;
  border: 1px solid #adadad;
  font-size: 16px;
  text-align: left;
}
input[type=text]::placeholder,
input[type=tel]::placeholder {
  color: #adadad;
}
input[type=text].w60,
input[type=tel].w60 {
  display: inline-block;
  width: 60px;
}
input[type=text].w70,
input[type=tel].w70 {
  display: inline-block;
  width: 70px;
}
input[type=text].w90,
input[type=tel].w90 {
  display: inline-block;
  width: 90px;
}
input[type=tel].w60 + input[type=tel].w60,
input[type=tel].w70 + input[type=tel].w70 {
  margin-left: 8px;
}

/* radio */
input[type=radio] {
  display: none;
}
.radio_item {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 30px;
  padding-left: 40px;
  line-height: 1.4;
}
.radio_item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 50px;
  content: '';
}
.radio_item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #f38541;
  border-radius: 50%;
  opacity: 0;
  content: '';
}
input[type=radio]:checked + .radio_item::before {
  border-color: #f38541;
}
input[type=radio]:checked + .radio_item::after {
  opacity: 1;
}
.radio_item.radio_search {
  padding-left: 32px;
  font-weight: bold;
}
.radio_item.radio_search::before {
  width: 18px;
  height: 18px;
  border-color: #44a1c5;
}
.radio_item.radio_search::after {
  left: 3px;
  width: 12px;
  height: 12px;
  background: #44a1c5;
}
.radio_list li {
  padding: 0.2em 0;
}

/* checkbox */
input[type=checkbox] {
  display: none;
}
.checkbox_item {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 25px;
  padding-left: 35px;
  line-height: 1.4;
}
.checkbox_item::before {
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 3px;
  content: '';
}
.checkbox_item::after {
  display: block;
  position: absolute;
  top: 0.45em;
  left: 3px;
  transform: rotate(-45deg);
  width: 19px;
  height: 9px;
  border-left: 4px solid #f38541;
  border-bottom: 4px solid #f38541;
  opacity: 0;
  content: '';
}
input[type=checkbox]:checked + .checkbox_item::before {
  background: #fff;
  border-color: #f38541;
}
input[type=checkbox]:checked + .checkbox_item::after {
  opacity: 1;
}
.checkbox_item.list_check {
  width: 25px;
  margin-left: 20px;
  padding-left: 0;
}

/* select */
.select_item {
  width: 100%;
  height: 50px;
  padding: 0.2em 0.5em;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.728%22%20height%3D%2219%22%20viewBox%3D%220%200%208.728%2019%22%3E%3Cg%20transform%3D%22translate(-317%20-1909)%22%3E%3Cpath%20d%3D%22M4.364%2C0%2C8.727%2C8H0Z%22%20transform%3D%22translate(317%201909)%22%20fill%3D%22%23666%22%2F%3E%3Cpath%20d%3D%22M4.364%2C0%2C8.727%2C8H0Z%22%20transform%3D%22translate(325.728%201928)%20rotate(180)%22%20fill%3D%22%23666%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 1px solid #adadad;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.select_item.w110 {
  display: inline-block;
  width: 110px;
}
.select_item.w120 {
  display: inline-block;
  width: 120px;
}
.select_item.w200 {
  display: inline-block;
  width: 200px;
}
.select_quantity {
  display: inline-block;
  width: 50px;
  height: 22px;
  margin-bottom: 10px;
  padding: 0.3em 15px 0.2em 0.5em;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.707%22%20height%3D%226.061%22%20viewBox%3D%220%200%2010.707%206.061%22%3E%3Cpath%20d%3D%22M6245.234%2C1505.261l-5.354-5.354.707-.707%2C4.647%2C4.646%2C4.646-4.646.707.707Z%22%20transform%3D%22translate(-6239.88%20-1499.2)%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 3px center;
  border: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

/* textarea */
textarea {
  width: 100%;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #adadad;
  font-size: 16px;
}
textarea.textarea_memo {
  height: 140px;
}

/* required */
.required {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.4em;
  background: #ff7474;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom;
}
.required.bl {
  vertical-align: baseline;
}
@media screen and (max-width: 599px) {
  .required {
    font-size: 12px;
  }
}

/* optional */
.optional {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.2em 0.4em;
  background: #a3a3a3;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 599px) {
  .optional {
    font-size: 12px;
  }
}

/* ------------------------------
modal
------------------------------ */
.modal_wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  height: 100vh;
}
.modal_wrap .modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.8);
}
.modal_detail {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 92%;
  max-width: 700px;
  padding: 35px 4%;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.modal_detail .btn_close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.modal_detail .btn_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal_detail .btn_close span::before,
.modal_detail .btn_close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: #000;
  content: '';
}
.modal_detail .btn_close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_detail .btn_close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_detail .heading_01 {
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .modal_detail {
    padding: 20px 4%;
  }
}

/* modal_terms */
.modal_detail.modal_scroll {
  padding: 35px 10px 30px 30px;
}
.modal_detail.modal_scroll .modal_inner {
  max-height: 80vh;
  padding-right: 30px;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .modal_detail.modal_scroll {
    padding: 20px 5px 20px 20px;
  }
  .modal_detail.modal_scroll .modal_inner {
    padding-right: 20px;
  }
}

/* modal card */
.modal.card .modal_detail {
  max-width: 600px;
  height: 90%;
  max-height: 90%;
}

/* ------------------------------
iframe
------------------------------ */
.iframe_wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* modal card */
.modal.card .iframe_wrap {
  text-align: center;
}

/* ------------------------------
loader
------------------------------ */
.loader {
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
  border: 5px solid #ccc;
  border-top: 5px solid #fa874a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

/* ------------------------------
accordion
------------------------------ */
.js-accordion_target {
  display: none;
}

/* ------------------------------
header
------------------------------ */
.header_cart {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  padding-top: 3px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.header_cart::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #44a1c5 0%, #44a1c5 15%, #5e76a7 15%, #5e76a7 29%, #7e678d 29%, #7e678d 43%, #c36380 43%, #c36380 57%, #e16f4e 57%, #e16f4e 71%, #d7ba41 71%, #d7ba41 85%, #8a9f55 85%, #8a9f55 100%);
  content: '';
}
.header_cart .header_logo {
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
.header_cart .header_logo a {
  display: block;
}
.header_cart .header_logo img {
  width: 295px;
}
@media screen and (max-width: 599px) {
  .header_cart {
    height: 60px;
  }
  .header_cart .header_logo {
    justify-content: center;
  }
  .header_cart .header_logo img {
    width: 228px;
  }
}

/* ------------------------------
footer
------------------------------ */
.footer_cart {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 77px;
  padding: 15px 20px 10px;
  background: #1c2569;
  color: #fff;
  text-align: center;
}
.footer_cart .footer_logo {
  width: 168px;
  margin-bottom: 8px;
}
.footer_cart p {
  font-size: 12px;
}

/* ------------------------------
terms_body
------------------------------ */
.terms_body {
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
.terms_body h2,
.terms_body h3,
.terms_body h4 {
  color: #1c2569;
}
.terms_body p {
  margin-bottom: 1.5em;
}
/* privacy */
.terms_body .privacy p {
  margin-bottom: 0;
}
.terms_body .privacy p + p {
  margin-top: 0;
}
.terms_body .privacy h3 {
  margin-top: 1.5em;
}

div.error {
	color: #ff7474;
	margin-top: 10px;
}
select.error,
input.error {
	border-color: #ff7474;
}

#error_msg span{
  display: block;
  margin-top: 1.5em;
  padding: 0.8em;
  border: 1px solid #e21414;
  color: #e21414;
  line-height: 1.8;
}
/* 3DS注釈 */
.cre_orange {
    color: #f77a4c;
    font-size: 12px;
    line-height: 1.8;
    border: 1px solid #f77a4c;
    padding: 10px;
    margin-top: 15px;
}