﻿@charset "utf-8";

.cart_login .link_text {
  text-decoration: underline;
}

.cart_login .fc_blue {
  color: #1900ff;
}

.cart_login .box_white {
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 0;
}

.cart_login_text {
  font-weight: normal;
}

/* __________ 見出し・テキスト __________ */
.page_lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.cart_login .login_area_title {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}

.login_area_new .login_area_title {
  color: #438806;
  border-bottom-color: #438806;
}

.login_area_other .login_area_title {
  color: #996c33;
  border-bottom-color: #996c33;
}

.login_area_member .login_area_title {
  color: #c60b17;
  border-bottom-color: #c60b17;
}

.cart_login_headline__line {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.login_area .cart_login_headline__line {
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 22px;
}

.login_area_other__text {
  margin-bottom: 32px;
  padding: 15px 24px;
  background-color: #f5f1e8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
}

.login_area_other__text.center {
  text-align: center;
}

.login_area_other__text_link {
  cursor: pointer;
}

.login_area_other__text_link img {
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  .login_area_other__text {
    padding: 15px 63px;
  }
}

/* __________ IDとは __________ */
.cart_login_id {
  margin-top: 30px;
  padding: 20px 40px;
  border: 1px solid #ccc;
  text-align: center;
}

.cart_login_id__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
}

.cart_login_id__text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
}

/* __________ アンカーリンク __________ */
.cart_login_anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.cart_login_anchor_link__block {
  position: relative;
  width: 48.24%;
  max-width: 550px;
}

.cart_login_anchor_link__toggle {
  max-width: 550px;
  cursor: pointer;
}

.cart_login_anchor_link__child {
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
  width: 100%;
  padding: 24px 25px 20px 25px;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(14, 5, 9, 0.5);
  z-index: 100;
}

.js_accordion.open + .js_accordion_panel {
  display: block;
}

.login .cart_login_anchor_link__child {
  border-color: #de3c43;
}

.register .cart_login_anchor_link__child {
  border-color: #589f1a;
}

.cart_login_anchor_link__text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.cart_login_anchor_link__block .btn_login:before {
  left: 19px;
  margin-top: -3px;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

.cart_login_anchor_link__block .btn_login_green2:before {
  border-top-color: #5c9c3c;
}

.cart_login_anchor_link__block .btn_login_red:before {
  border-top-color: #e60012;
}

.cart_login_anchor_link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.cart_login_anchor_link__item {
  width: 48%;
  max-width: 240px;
}

.cart_login_anchor_link__item a {
  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;
  color: #333;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart_login_anchor_link__item a:hover {
  background-color: #fff;
  border-width: 4px;
  text-decoration: none;
}

.cart_login_anchor_link__item a:after {
  display: block;
  content: "▼";
  color: #333;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.login .cart_login_anchor_link__item a:hover {
  color: #d73238;
  border-color: #d73238;
}

.login .cart_login_anchor_link__item a:hover:after {
  color: #d73238;
}

.register .cart_login_anchor_link__item a:hover {
  color: #438806;
  border-color: #438806;
}

.register .cart_login_anchor_link__item a:hover:after {
  color: #438806;
}

@media screen and (min-width: 1024px) {
  .cart_login_anchor_link__block a {
    height: 100px;
  }
}

/* __________ ボタン __________ */
.cart_login .btn_login_new {
  margin-bottom: 77px;
}

.cart_login .btn_login.btn_login_member:before {
  border-left-color: #c60b17;
}

#member.cart_login button.btn_login.btn_login_member:hover {
  text-decoration: none;
}

.cart_login .btn_login_line2 {
  height: 90px;
  padding-top: 18px;
}

.cart_login .btn_login_lg {
  width: 600px;
  height: 100px;
  padding-top: 31px;
  font-size: 30px;
}

.cart_login .btn_login_lg:after {
  left: 15px;
  width: 30px;
  height: 30px;
}

.cart_login .btn_login_lg:before {
  border-width: 7px 0 7px 10px;
  left: 26px;
}


.login_area .btn_login_member {
  margin-top: 28px;
}

.btn_login_member_att {
  max-width: 500px;
  margin: -58px auto 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .05em;
  text-align: left;
}

/* __________ 外部サイトのアカウントでログイン __________ */
.cart_login_other_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 732px;
  margin: -10px auto;
}

.cart_login_other_btns__item {
  width: 46.4%;
  padding: 10px 0;
  max-width: 340px;
}

.cart_login_other_btns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.cart_login_other_btns__item a:hover {
  opacity: 0.9;
}

.cart_login_other_btns__item_line a {
  position: relative;
  padding-left: 8px;
  background-color: #06c755;
  border-radius: 16.14px;
  height: 70px;
  overflow: hidden;
}

.cart_login_other_btns__item_line a:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart_login_other_btns__item_line img {
  position: relative;
  width: 79.4%;
  z-index: 2;
}

.cart_login_other_btns__item_line a:hover {
  opacity: 1;
}

.cart_login_other_btns__item_line a:hover:before {
  opacity: 0.1;
}

.cart_login_other_btns__item_line a:active:before {
  opacity: 0.3;
}

/* __________ id・パスワード __________ */
.cart_login_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart_login_form__item {
  width: 48.3%;
  max-width: 550px;
}

.cart_login_form__label {
  display: block;
  margin-bottom: 10px;
}

a.cart_login_form__label_att {
  margin-left: 16px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

.cart_login .login_auto {
  max-width: 590px;
  margin: 32px auto 28px;
  padding: 0;
  background: none;
}

.cart_login .login_auto_chk label {
  font-size: 13px;
  font-weight: normal;
}

.cart_login .login_auto_chk label:before {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-color: #c7bba9;
  border-radius: 0;
}

.cart_login .login_auto_chk input:checked + label:after {
  top: 15px;
  left: 3px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #5b482f;
  border-bottom: 2px solid #5b482f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_login .login_auto_att {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}

/* __________ モーダル __________ */
.modal_close_red_top {
  position: absolute;
  top: -35px;
  right: -35px;
  z-index: 9;
  cursor: pointer;
}

.modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 86%;
  max-width: 1140px;
  min-width: 630px;
  height: 90%;
  margin: auto;
  font-size: 16px;
  z-index: 10001;
}

.modal_content {
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  height: 100%;
}
