@charset "UTF-8";
.drop {
  border-top: 1px solid #5a5a5a;
  background-color: #000;
}
.drop__heading {
  display: none;
}
.drop__sub-head {
  position: relative;
  margin-top: 1rem;
  padding: 0.6rem 2rem 0.6rem 4rem;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.drop__sub-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.6rem;
  left: 2rem;
  width: 1rem;
  height: 1px;
  background-color: #fff;
}
.drop__link {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 2rem 0 4rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.drop__link:link, .drop__link:visited {
  color: #fff;
  text-decoration: none;
}

  .drop__category {
    display: none;
  }
.drop-nav {
  padding-bottom: 1rem;
}
.drop-nav--connect {
  margin-top: -1rem;
}
.drop-nav__link, .drop-nav__search {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 2rem 0 4rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.drop-nav__link:link, .drop-nav__link:visited, .drop-nav__search:link, .drop-nav__search:visited {
  color: #fff;
  text-decoration: none;
}
.drop-nav .u-pc-only {
  display: none;
}
a.ico_ai::before{
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 1.5rem;
  background: url(/common/img/ci/ico_ai.png) no-repeat left top/contain;
  vertical-align: -0.6rem;
  left: 14px;
  top: 20px;
} 

/*グローバルナビ バナー有ver.*/
  .drop__box-bnr .drop-nav-bnr{
    padding-bottom: 2rem;
  }
  .drop__box-bnr .drop-nav-bnr.drop-nav-bnr-nisa{
    padding-bottom: 1rem;
  }
  .drop__box-bnr .drop-nav-bnr .drop-nav-bnr__list:nth-of-type(2){
    margin-top: 2rem;
  }
  .drop__box-bnr .drop-nav-bnr__link{
    display: inline-block;
    padding: 0 2rem 0 4rem;
  }

.global-nav {
  border-top: 1px solid #5a5a5a;
}
.global-nav__category {
  border-bottom: 1px solid #5a5a5a;
}
.global-nav__button {
  display: block;
  position: relative;
  padding: 1.2rem 2.5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.global-nav__button-gold {
  color: #876528;
}
.global-nav__button:link, .global-nav__button:visited {
  color: #fff;
  text-decoration: none;
}
.global-nav__button::before, .global-nav__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1.7rem;
  height: 1px;
  margin-top: -0.5px;
  transition: 0.2s ease-out;
  background-color: #fff;
}
.global-nav__button::after {
  transform: rotate(90deg);
}
.is-active > .global-nav__button:not(.global-nav__button--link) {
  background-color: #000;
}
.is-active > .global-nav__button:not(.global-nav__button--link)::after {
  transform: rotate(0deg);
}
.global-nav__button--link {
  text-decoration: none;
}
.global-nav__button--link::before {
  display: none;
}
.global-nav__button--link::after {
  right: 2.8rem;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  background: transparent;
}

.global-nav__button br {
  display: none;
}
.global-nav__risk {
  display: inline-block;
  width: 1.3rem;
  height: 1.6rem;
  background: url("/common/img/ci/ico_risk.svg") no-repeat center top/100% auto;
  vertical-align: -0.2rem;
}
.header .global-nav__risk {
  margin-right: 1rem;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.05);
}
.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header.is-active {
  position: fixed;
  top: 0;
  left: 0;
}
.header__brand {
  box-sizing: content-box;
  height: 2rem;
  padding: 2rem 1.7rem 2rem 2rem;
  text-align: right;
}
.header__heading {
  height: 2rem;
}
.header__user {
  display: none;
}
.header__search {
  display: none;
}

.header-logo {
  display: inline-block;
  height: 2rem;
  margin-left: auto;
  overflow: hidden;
  background: url("/common/img/header/logo.png") no-repeat right center/100% auto;
  color: transparent;
  vertical-align: 0;
  width: calc(100% - 6.5rem - 16px);
  max-width: 328px;
}
.header-logo:link, .header-logo:visited {
  color: transparent;
  text-decoration: none;
}
.header-logo img {
  display: block;
  max-height: 100%;
}

.header-logo-purpose {
  display: inline-block;
  width: calc(100% - 6.5rem);
  height: 1.8rem;
  margin-right: -0.3rem;
  overflow: hidden;
  background: url("/common/smp/img/header/logo_purpose.png") no-repeat right center/contain;
  color: transparent;
  vertical-align: 0;
}
.header-logo-purpose:link, .header-logo-purpose:visited {
  color: transparent;
  text-decoration: none;
}
.header-logo-purpose .u-smp-only {
  display: block;
  max-height: 100%;
}

.header-nav-button {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 4.5rem;
  height: 6rem;
  padding-top: 3.7rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.header-nav-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 2.1rem;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  margin-left: -1rem;
  transition: 0.2s ease-out;
  opacity: 1;
  background-color: #333;
}
.header-nav-button__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  margin-left: -1rem;
  transform-origin: left top;
  background-color: #333;
}
.header-nav-button__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.8rem;
  left: 50%;
  width: 2rem;
  height: 0.2rem;
  margin-left: -1rem;
  transform-origin: left bottom;
  background-color: #333;
}
.header-nav-button--close {
  color: #fff;
}
.header-nav-button--close span::before {
  width: 2.1rem;
  margin-left: -0.7rem;
  transform: rotate(45deg);
  background-color: #fff;
}
.header-nav-button--close span::after {
  width: 2.1rem;
  margin-left: -0.7rem;
  transform: rotate(-45deg);
  background-color: #fff;
}
.header-nav-button__support {
  left: 4.3rem;
  padding-top: 1.1rem;
  width: 4rem;
}
.header-nav-button__support a {
  color: #8d8d8d;
  display: block;
  text-decoration: none;
}
.header-nav-button__support a img {
  display: block;
  margin: auto;
  padding-bottom: 0.3rem;
  width: 67%;
}
.header-nav-button__support::before,
.header-nav-button__support .header-nav-button__text::before,
.header-nav-button__support .header-nav-button__text::after{
  display: none;
}

.header-nav {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  overflow: auto;
  background-color: #333;
  -webkit-touch-callout: none;
}
.header-nav__logo {
  display: block;
  box-sizing: border-box;
  height: 2rem;
  margin: 2rem 2rem 2rem 6rem;
  overflow: hidden;
  background: url("/common/smp/img/header/logo.png") no-repeat right 2rem center/auto 14px;
  color: transparent;
  text-align: right;
}
.header-nav__logo:link, .header-nav__logo:visited {
  color: transparent;
  text-decoration: none;
}
.header-nav__close {
  padding: 3rem 0;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.header-login-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  padding-bottom: 0.8rem;
}
.header-login {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.2rem);
  height: 6rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.header-login:link, .header-login:visited {
  color: #fff;
  text-decoration: none;
}
.header-login--terrace {
  background-color: #ddd;
  color: #333;
}
.header-login--terrace:link, .header-login--terrace:visited {
  color: #333;
  text-decoration: none;
}
.header-login span {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.header-account {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.2rem);
  height: 6rem;
  margin-top: 0.8rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.header-account:link, .header-account:visited {
  color: #333;
  text-decoration: none;
}
.header-account::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin-top: -0.5rem;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-style: solid;
  border-color: transparent #333;
}
.header-account span {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.header-iconArea {
  display: flex;
  justify-content: space-around;
  margin-top: 0.8rem;
  width: calc(50% - 0.2rem);
}
.header-iconArea a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  font-size: 1rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 50%;
}
.header-iconArea a img {
  display: block;
  margin: 0 auto 0.6rem;
  max-width: 115px;
  width: 44%;
}
.header-pb_login {
  background-color: rgba(0,0,0,0.6);
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 0.8rem;
}
.header-pb_login a {
  text-decoration: none;
  color: #fff;
  padding: 1rem 0; 
  display: block;
  position: relative;
  line-height: 1.5;
}
.header-pb_login a span {
  font-size: 1.3rem;
}
.header-pb_login a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8rem;
  margin-top: -1rem;
  border-color: transparent #fff;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-style: solid;
}
.header-utility-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #5a5a5a;
}
.header-utility-list__list {
  box-sizing: border-box;
  width: 50%;
}
.header-utility-list__list:nth-child(odd) {
  border-right: 1px solid #5a5a5a;
}
.header-utility-list__link {
  display: block;
  position: relative;
  height: 5rem;
  border-bottom: 1px solid #5a5a5a;
  color: #fff;
  font-size: 1.4rem;
  line-height: 5rem;
  text-align: center;
  text-decoration: none;
}
.header-utility-list__link:link, .header-utility-list__link:visited {
  color: #fff;
  text-decoration: none;
}
.header-utility-list__link.is-current::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 1rem;
  border-style: solid;
  border-color: #876528 #876528 transparent transparent;
}

.header-search {
  padding: 2rem 1.5rem;
  background: #ddd;
}

.header-search-mode {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.header-search-mode__label {
  position: relative;
  margin-right: 1.5rem;
  padding-left: 2.8rem;
  line-height: 1.3;
  cursor: pointer;
}
.header-search-mode__label:last-child {
  margin-right: 0;
}
.header-search-mode__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.header-search-mode__label.is-active {
  color: #876528;
}
.header-search-mode__label.is-active::before {
  border-color: #876528;
  background: #876528;
}
.header-search-mode__label.is-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  box-sizing: border-box;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #fff;
}

.header-box {
  display: none;
}

.header-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.7));
}

.header-close {
  background: #333;
}
.header-close__inner {
  margin: 0 auto;
  padding: 0.8rem 2rem;
  text-align: right;
}
.header-close__button {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  padding: 0.8rem 1.8rem;
  border: 0;
  border-radius: 0.3rem;
  background: #fff;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.header-close__button::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.6rem;
  background: url("/common/img/black/ico_cancel.svg") no-repeat left top/contain;
}

.input-label {
  display: inline-block;
  position: relative;
}
.input-label input {
  position: absolute;
  opacity: 0;
}

.input-text {
  box-sizing: border-box;
  width: 100%;
  padding: 0.8rem 1.5rem;
  border: 1px solid #5a5a5a;
  border-radius: 0.3rem;
  background-color: #fff;
  font-size: 16px;
}
.input-text:focus {
  outline: none;
}


.input-select {
  display: inline-block;
  position: relative;
  border: 1px solid #5a5a5a;
  border-radius: 0.3rem;
  background-color: #fff;
}
.input-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  border-width: 0.5rem 0.4rem 0;
  border-style: solid;
  border-color: #333 transparent;
  pointer-events: none;
}
.input-select select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
  border: 0;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  line-height: 2.6rem;
  cursor: pointer;
}
.input-select select:focus {
  outline: none;
}
.input-select select::-ms-expand {
  display: none;
}

.input-search {
  display: flex;
}
.input-search__text {
  box-sizing: border-box;
  width: calc(100% - 8.3rem);
  padding: 0.5rem 0.8rem;
  border: 1px solid #ddd;
  border-radius: 0.3rem 0 0 0.3rem;
  font-size: 16px;
}
.input-search__button {
  box-sizing: border-box;
  width: 8.3rem;
  transition: background-color 0.2s ease-out;
  border: 0;
  border-radius: 0 0.3rem 0.3rem 0;
  background: #333 center/18px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
}
.header-search .input-search__button {
  background-color: #876528;
}

.input-radio {
  display: block;
  margin-right: 0.5rem;
}
.input-radio input {
  position: absolute;
  opacity: 0;
}
.input-radio__name {
  display: flex;
  position: relative;
  box-sizing: content-box;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.2;
  cursor: pointer;
}
.input-radio__name::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  background: url("/common/img/ico_radio_off.svg") 50% 50%/100% 100% no-repeat;
}
input:checked + .input-radio__name::before {
  background-image: url("/common/img/ico_radio_on.svg");
}
input:checked + .input-radio__name {
  color: #876528;
}

.search-brand {
  padding: 3rem 2rem;
  background-color: #f7f7f7;
}
.search-brand__heading {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.header .global-nav__new {
  margin-left: 1rem;
}
.global-nav__new {
  display: inline-block;
  width: 4rem;
  height: 1.7rem;
  background: url(/common/img/ci/ico_new.svg) no-repeat center top/100% auto;
  vertical-align: -0.3rem;
}
