/***
 202502 added 
***/

/* header */

.block-header-news {
  background-color: var(--cl-bl);
  color: #ffffff;
}

.block-header-news-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.block-header-news-inner a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.block-header-news-inner a[target="_blank"]::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 16px;
  background-image: url(../../img/usr/common/icon_linkouter_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-header-news-inner b {
  font-weight: 700;
}

.block-header-news-inner .txt-l {
  font-size: 1.6rem;
}

.block-header {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1260px;
  background-color: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(17, 17, 17, 0.05);
  z-index: 999;
}

.block-header-inner {
  display: flex;
  align-items: center;
  width: 1240px;
  height: 96px;
  margin: 0 auto;
  padding: 0 10px;
}

.block-header-wlogo {
  width: 240px;
  margin: 0;
}

.block-header-wlogo a,
.block-header-wlogo img {
  display: block;
  height: auto;
}

.block-header-search {
  margin-left: auto;
}

.block-header-search form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(210, 210, 210, 0.4);
}

.block-header-search--submit {
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(../../img/usr/common/icon_header_search.png);
  background-position: center right 8px;
  background-repeat: no-repeat;
  background-size: 17px;
  text-indent: -999999px;
}

input[type="text"].block-header-search--keyword,
input[type="search"].block-header-search--keyword {
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 30px 0 0;
  border: none;
  background-color: transparent;
}

input[type="text"].block-header-search--keyword:focus,
input[type="search"].block-header-search--keyword:focus {
  outline: none;
}

input[type="text"].block-header-search--keyword::placeholder,
input[type="search"].block-header-search--keyword::placeholder {
  color: var(--cl-gr-2);
  font-weight: 700;
}

.block-header-gnav {
  margin-left: 45px;
}

.block-header-gnav > .layer-1 {
  display: flex;
  align-items: center;
}

.block-header-gnav > .layer-1 > .layer-1-item {
  position: relative;
}

.block-header-gnav > .layer-1 > .layer-1-item + .layer-1-item {
  margin-left: 32px;
}

.block-header-gnav > .layer-1 > .layer-1-item + .layer-1-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: var(--cl-bdr);
}

.block-header-gnav > .layer-1 > .layer-1-item .list-ttl {
  color: var(--cl-bk);
  font-size: 1.7rem;
  font-family: var(--ff-en);
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s;
}

.block-header-gnav > .layer-1 > .layer-1-item .list-ttl:hover {
  color: var(--cl-link);
  text-decoration: none;
  opacity: 1;
}

.block-header-gnav-submenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}

.block-header-nav-icon {
  margin-left: 32px;
}

.block-header-nav-icon > ul {
  display: flex;
  align-items: center;
}

.block-header-nav-icon > ul li + li {
  margin-left: 16px;
}

.block-header-nav-icon > ul a {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -99999px;
}

.block-header-nav-icon > ul a.icon-user {
  width: 18px;
  height: 18px;
  background-image: url(../../img/usr/common/icon_header_user.png);
}

.block-header-nav-icon > ul a.icon-favorite {
  width: 18px;
  height: 16px;
  background-image: url(../../img/usr/common/icon_header_favorite.png);
}

.block-header-nav-icon > ul a.icon-cart {
  width: 20px;
  height: 18px;
  background-image: url(../../img/usr/common/icon_header_cart.png);
}

.block-header-nav-icon > ul .block-header-cart-count {
  display: none;
  position: absolute;
  top: -10px;
  right: -9px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 17px;
  background-color: var(--cl-or);
  color: #ffffff;
  font-size: 1rem;
  font-family: var(--ff-en);
  font-weight: 900;
  text-align: center;
  line-height: 16px;
  text-indent: 0;
}

.block-header-language {
  position: relative;
  margin-left: 24px;
}

.block-header-language-ttl {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--cl-gr-1);
  font-size: 1.2rem;
  font-family: var(--ff-en);
  font-weight: 500;
  cursor: pointer;
}

.block-header-language-ttl::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 5px;
  margin-left: 8px;
  background-image: url(../../img/usr/common/arw_language.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.15s;
}

.block-header-language:hover .block-header-language-ttl::after {
  transform: rotate(180deg);
}

.block-header-language-link {
  display: block;
  position: absolute;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  padding-top: 10px;
  opacity: 0;
  transition: opacity 0.4s;
  visibility: hidden;
}

.block-header-language:hover .block-header-language-link {
  opacity: 1;
  visibility: visible;
}

.block-header-language-link ul {
  padding: 20px 24px;
  background-color: var(--cl-bk);
  border-radius: 10px;
}

.block-header-language-link li + li {
  margin-top: 13px;
}

.block-header-language-link p {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: var(--ff-en);
  font-weight: 500;
}

.block-header-language-link p.is-active {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.block-header-language-link p:not(.is-active) {
  cursor: pointer;
  transition: font-weight 0.3s;
}

.block-header-language-link p:not(.is-active):hover {
  font-weight: 700;
}

/* footer */

.block-coupon-bnr {
  position: fixed;
  top: 376px;
  right: 0;
  z-index: 99;
}

.block-coupon-bnr a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 64px;
  height: 56px;
  padding: 34px 0 0 0.5px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: var(--cl-or);
  background-image: url(../../img/usr/common/icon_top_coupon.png);
  background-position: center top 13px;
  background-repeat: no-repeat;
  background-size: 28px 15px;
  color: #ffffff;
  font-size: 1rem;
  font-family: var(--ff-en);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  line-height: 100%;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
}

.block-footer-top {
  padding: 160px 0 80px;
  background-color: var(--cl-bl);
  color: #ffffff;
  z-index: 99;
}

.block-footer-logo a,
.block-footer-logo img {
  display: block;
  height: auto;
}

.block-footer-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

.block-footer-nav + .block-footer-nav {
  margin-top: 28px;
}

.block-footer-nav-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block-footer-license + .block-footer-nav-items {
  width: 280px;
}

.block-footer-nav-item {
  width: 176px;
}

.block-footer-nav-item.is-wide {
  width: 280px;
}

.block-footer-nav-item .item-ttl:not(:has(a)) {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
  font-weight: 700;
}

.block-footer-nav-item .item-ttl a {
  display: block;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
  text-decoration: none;
}

.block-footer-nav-item .item-ttl a:hover {
  text-decoration: none;
}

.block-footer-nav-item .item-ttl a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: left 0.3s;
}

.block-footer-nav-item .item-ttl a:hover::after {
  left: 0;
}

.block-footer-nav-item .item-list {
  margin-top: 16px;
  line-height: 200%;
}

.block-footer-nav-item .item-list a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.block-footer-nav-item .item-list .item-list-ttl {
  margin: 16px 0 8px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 200%;
}

.block-footer-nav-item .item-list .txt-s {
  font-size: 1.2rem;
  line-height: 200%;
}

.block-footer-license {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
}

.block-footer-bot {
  background-color: #ffffff;
}

.block-footer-bot .block-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
}

.block-footer-copyright {
  color: var(--cl-gr-2);
  font-family: var(--ff-en);
  font-weight: 500;
}

.block-footer-sns {
  margin-left: auto;
}

.block-footer-sns ul {
  display: flex;
  align-items: center;
}

.block-footer-sns li + li {
  margin-left: 16px;
}

.block-footer-sns a {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999999px;
}

.block-footer-sns a.icon-fb {
  background-image: url(../../img/usr/common/sns_fb.png);
}

.block-footer-sns a.icon-x {
  background-image: url(../../img/usr/common/sns_x.png);
}

.block-footer-sns a.icon-ig {
  background-image: url(../../img/usr/common/sns_ig.png);
}

.block-footer-sns a.icon-ln {
  background-image: url(../../img/usr/common/sns_ln.png);
}

/* タイトル */

.ttl-h2-1,
.ttl-h2-2 {
  display: flex;
  flex-direction: column;
  margin: 0 0 56px;
  padding: 0;
}

.ttl-h2-1 .txt-en,
.ttl-h2-2 .txt-en {
  font-weight: 700;
  line-height: 100%;
}

.ttl-h2-1 .txt-en {
  font-size: 6.4rem;
}

.ttl-h2-2 .txt-en {
  font-size: 4.8rem;
}

.ttl-h2-1 .txt-ja,
.ttl-h2-2 .txt-ja {
  margin-top: 16px;
  font-size: 1.8rem;
  color: var(--cl-gr-2);
  font-weight: 700;
  line-height: 150%;
}

.ttl-h3-left-bdr {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 16px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}

.ttl-h3-left-bdr::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 24px;
  margin-top: -12px;
  background-color: var(--cl-rd);
}

/* ----パンくず---- */

.pane-topic-path {
  background-color: var(--cl-gr-4);
}

.pane-topic-path .container {
  width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
}

.block-topic-path {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
  padding: 10px 0;
  font-family: var(--ff-en);
}

.block-topic-path--list {
  display: flex;
  flex-wrap: wrap;
}

.block-topic-path--list li {
  display: block;
  color: var(--cl-gr-2);
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 150%;
}

.block-topic-path--list li:not(:last-child) {
  position: relative;
  margin-right: 28px;
}

.block-topic-path--list li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 4px;
  background-color: var(--cl-gr-3);
}

.block-topic-path--list a {
  color: var(--cl-gr-2);
  text-decoration: none;
}

.block-topic-path--list li:not(:first-child) a {
  margin-left: 0;
}

.block-topic-path--list li:not(:last-child) a {
  color: var(--cl-bk);
  text-decoration: none;
}
