@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a:active, a:hover {
  outline: none;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.d-flex {
  display: flex;
}

.position-relative {
  position: relative !important;
}

.pt-r {
  padding-top: 0 !important;
}

.pl-r {
  padding-left: 0 !important;
}

.py-r {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ml-r {
  margin-left: 0 !important;
}

.mt-r {
  margin-top: 0 !important;
}

.my-r {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------------------------------------------
*   common
--------------------------------------------- */

.width-auto {
  width: auto !important;
}

.border-none {
  border: none !important;
}

/* ---------------------------------------------
*   svg
--------------------------------------------- */
.svg,
.svg:not(.preserve) [fill*='#']:not(.preserve) {
fill: currentcolor !important;
}

.svg:not(.preserve) [stroke*='#']:not(.preserve) {
stroke: currentcolor !important;
}

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -383px;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  width: 383px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 40px;
}
.c-box-modal__content.c-box-modal__store-search {
  top: 60px;
  right: 50%;
  width: 500px;
  padding: 30px 0px;
  transform: translateX(50%);
}
@media screen and (max-width: 959px) {
  .global-nav {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .global-nav {
    left: -100vw;
    padding-top: 4.4vw;
    width: 100%;
  }

  .txt-store {
    white-space: normal;
    letter-spacing: .02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.global-nav.is-open {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 750px) {
  .global-nav.is-open {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }
}

.global-nav-container {
  margin-left: 20px;
}

.global-nav-inner {
  overflow-y: auto;
  height: 89vh;
}

.global-nav-inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 751px) {
  .global-nav-inner {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .global-nav-inner {
    z-index: 0;
    height: 75vh;
  }
}
/*  global-nav-account
--------------------------------------------- */
.global-nav-account {
  margin-right: 18px;
  margin-left: 10px;
  padding: 10px 0;

  display: flex;
  align-items: center;
}

.global-nav-menu {
  background-color: #f4f4f4;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .global-nav-account {
    margin-right: 0;
    margin-left: 0;
    padding-right: 4.67742%;
    padding-bottom: 3.06667vw;
    padding-left: 4.67742%;
  }
}

.global-nav-menu__name {
  font-size: 1.25rem;
  width: 90%;
  word-break: break-word;
  padding-left: 40px;
  margin-left: 4px;
  background: url(/img/common/user-80491e0acea64368a1be880d3b6d702b.svg) 0 50% no-repeat;
  background-size: 8%;
}

@media screen and (min-width: 751px) {
  .global-nav-menu__name {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }

  .global-nav-menu__name:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 750px) {
  .global-nav-menu__name {
    padding-left: 7.86667vw;
    background-size: 6.4vw 6.4vw;
    font-size: 5.33333vw;
  }
}

.global-nav-menu__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-left: 38px;

  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .global-nav-menu__point {
    padding-left: 0;
  }
}

.global-nav-menu__point-text {
  display: block;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .global-nav-menu__point-text {
    font-size: 3.46667vw;
  }
}

.global-nav-menu__point-item {
  display: block;
  color: #ff9f1d;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .global-nav-menu__point-item {
    font-size: 5.33333vw;
  }
}

.global-nav-list-sub {
  flex: 1;
  padding-left: 10px;
}

.global-nav-list-sub .global-nav-list__item:before {
  right: 2px;
}

.global-nav-list-sub .language-switcher {
  padding: 4px 0;
}

.global-nav-list-sub .language-switcher .c-txt-radio:before,
.global-nav-list-sub .language-switcher .c-txt-radio:last-of-type:after{
  background-color: unset;
}

@media screen and (max-width: 750px) {
  .global-nav-list-sub .language-switcher .c-txt-radio__text {
    margin-left: 3.73333vw;
  }
}

/*  global-nav-list
--------------------------------------------- */
.global-nav-list {
  background-color: #FFFFFF;
}

.global-nav-list--top {
  display: flex;
  padding: 10px 20px 10px 18px;
}

@media screen and (max-width: 750px) {
  .global-nav-list--top {
    padding-left: 0;
  }
}

.global-nav-list-category {
  padding: 0 20px 20px 28px;
  margin-top: 20px;
}

.global-nav-list__link {
  --sb-size: 10px;
  --sb-track-color: #DEDEDE;
  --sb-thumb-color: #EB7E11;
  overflow-y: auto;
  max-height: 500px;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  scrollbar-width: thin;
}

.global-nav-list__link::-webkit-scrollbar {
  width: var(--sb-size);
}

.global-nav-list__link::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

.global-nav-list__link::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
}

.global-nav-list__category:after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background: #EDEDED;
}

.global-nav-list__title {
  padding: 17px 18px 10px 40px;
  color: #a5a5a5;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.global-nav-list__title:before {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 19px;
  content: '';
}

.global-nav-list__category .global-nav-list__title:before {
  background: url(/img/common/icon_menu-7ba03c417a39efc231cd199274b005b5.svg) 0 0 no-repeat ;
  background-size: 100% auto;
}

.global-nav-list__store .global-nav-list__title:before {
  background: url(/img/common/icon_shop-4b3bb163b79682d6e094a1e785b1b903.svg) 0 0 no-repeat;
}

@media screen and (max-width: 750px) {
  .global-nav-list__title {
    margin: 2vw 3.33333vw 3.46667vw 2.93333vw;
    font-size: 3.46667vw;
  }

  .global-nav-list-category {
    padding-left: 10px;
  }

  .global-nav-list__title {
    margin-left: 3.73333vw;
  }

  .global-nav-list__store .global-nav-list-arrow__first-item {
    right: 6.8vw;
  }
}

.global-nav-list__link-item {
  position: relative;
}

.global-nav-list__item {
  position: relative;
  display: block;
  color: #000;
  cursor: pointer;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .global-nav-list__item {
    padding: 7px 50px 7px 0px; /* 32px → 35px */
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 750px) {
  .global-nav-list__item {
    overflow: hidden;
    padding: 2.26667vw 13.33333vw 2.26667vw 3.73333vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 4vw;
  }
}

.global-nav-list__item.is-open {
  background-color: #ededed;
}

.global-nav-list__item:before {
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
  width: 6px;
  height: 12px;
  background: url(/img/common/arrow_gray_right3-10c4f75eece0c1da1b3c27e1fd56ff13.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-open > .global-nav-list__item:before {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}

.global-nav-list__item.is-show:after {
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
  width: 10px;
  height: 20px;
  background: url(/img/common/arrow_gray_right-34f1f886bbf0c8ecc1d6e07065a2b551.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';

  -webkit-transform: translateY(-75%) rotateZ(90deg);
  transform: translateY(-75%) rotateZ(90deg);
}

@media screen and (max-width: 750px) {
  .global-nav-list__item:before {
    right: 6.8vw;
    width: 2vw;
    height: 5.33333vw;
    background-size: 2vw 5.33333vw;
  }
}

.global-nav-list__lang {
  position: absolute;
  top: 50%;
  right: 10%;
  color: #a5a5a5;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-switcher {
  display: none;
}

.language-switcher.is-open  {
  display: block;
}

.global-nav-detail {
  display: none;
}

@media screen and (max-width: 750px) {
  .global-nav-detail {
    display: none;
  }
}

.global-nav-detail.is-open {
  display: block;
}

@media screen and (max-width: 750px) {
  .global-nav-detail.is-open {
    display: block;
  }
}

.global-nav-detail__title {
  margin-bottom: 18px;
  padding: 13px 32px 12px;
  background-color: #ededed;
  color: #000;
  font-weight: 700;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .global-nav-detail__title {
    margin-bottom: 4.8vw;
    padding: 3.73333vw;
    font-size: 4vw;
  }
}

@media screen and (min-width: 751px) {
  .global-nav-detail__link {
    padding: 5px 32px 10px 55px;
  }
}
@media screen and (max-width: 750px) {
  .global-nav-detail__link {
    padding: 5px 32px 10px 32px;
  }
}

.global-nav-detail__link-item {
  color: #707070;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .global-nav-detail__link-item {
    font-size: 4vw;
  }
}

.global-nav-detail__link-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

@media screen and (max-width: 750px) {
  .global-nav-detail__link-item:nth-of-type(n + 2) {
    margin-top: 2.66667vw;
  }
}

@media screen and (max-width: 750px) {
  .global-nav-detail__link-text {
    position: relative;
    display: block;
    padding: 2.26667vw 9.33333vw 2.26667vw 3.73333vw;
  }
}

@media screen and (max-width: 750px) {
  .global-nav-detail__caption {
    position: relative;
    padding: 4vw 4vw 4vw 10.66667vw;
    font-size: 4vw;
  }
}

/* header-bar  */
.header-bar {
  height: 40px;
  display: flex;
  width: 100%;
  padding: 0 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 102;
  background: #fff;

}

.header-bar > a {
  cursor: pointer;
  font-weight: 600;
  color: var(--color);
  font-size: 0.875rem;
  display: flex;
  border-top: 6px solid;
  justify-content: center;
  flex: 1;
  align-items: center;
}

.header-bar > a:hover, .header-bar > a.active {
  background: #EAE5E5;
}

@media screen and (max-width: 959px) {
  .header-bar {
    height: 30px;
    padding: 0 16px;
  }

  .header-bar > a {
    font-size: 0.625rem;
    border-top-width: 4px;
  }
}

.global-nav-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;

  display: none;
}

.global-nav-content.is-open {
  display: block;
}

/*  global-nav-page
--------------------------------------------- */
.global-nav-page {
  margin-top: 20px;
  background-color: #FFFFFF;
  padding: 15px 30px 15px 0;
}

@media screen and (max-width: 750px) {
  .global-nav-page {
    margin-top: 2.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.global-nav-page__link-item {
  position: relative;
}

.global-nav-page__link-item:before {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/common/icon_tab_link-a537acba2ec3963aaeee707e166fe200.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .global-nav-page__link-item:before {
    right: 6.4vw;
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.c-extra-law__link {
  padding-top: 7px;
  padding-bottom: 7px;
}
.c-extra-law__link .global-nav-page__link-item:before {
  right: 0;
}

.c-extra-law__link .global-nav-page__text {
  padding: 7px 0 0 0;
}

.global-nav-page__text {
  display: block;
  padding: 7px 28px;
  color: #000;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .global-nav-page__text {
    padding: 2.26667vw 9.33333vw 2.26667vw 3.73333vw;
    font-size: 4vw;
  }

  .c-extra-law__link .global-nav-page__text {
    padding: 2vw;
  }
}

/* ---------------------------------------------
*   front_gnav_third-category-list
--------------------------------------------- */
.front_gnav_third-category-list {
	left: 0;
}

@media screen and (max-width: 750px) {
	.front_gnav_third-category-list {
		top: 0;
		z-index: 99;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.front_gnav_third-category-list::-webkit-scrollbar {
		display: none;
	}
}

/* ---------------------------------------------
*   front_gnav_is-open-third
--------------------------------------------- */
.front_gnav_third-category-list.is-open {
	display: block;
}

@media screen and (max-width: 750px) {
	.front_gnav_third-category-list.is-open {
		display: block;
	}
}

/*  global-nav-close
--------------------------------------------- */
.global-nav-close {
  z-index: 999;
  width: 45px;
  height: 45px;
  background: url(/img/common/icon_menu_close_gray-f92c24052b55a8d50b9609b77a4b5db2.svg) 50% 50% no-repeat;
  background-size: 23px 23px;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .global-nav-close {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }

  .global-nav-close:hover {
    opacity: 0.6;
  }
}

/*  global-nav-overlay
--------------------------------------------- */
.global-nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  pointer-events: none;
}

.global-nav-overlay.is-open {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}

/*  global-nav-shop
--------------------------------------------- */
.global-nav-shop {
  position: relative;
  padding: 22px 28px 14px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .global-nav-shop {
    padding: 0 3.73333vw;
  }
}

.global-nav-shop:before {
  position: absolute;
  top: 80px;
  right: 32px;
  display: block;
  width: 8px;
  height: 14px;
  background: url(/img/common/arrow_gray_right3-10c4f75eece0c1da1b3c27e1fd56ff13.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .global-nav-shop:before {
    top: 60px;
    right: 6.8vw;
    width: 2.13333vw;
    height: 5.33333vw;
    background-size: 2.13333vw 5.33333vw;
  }
}

.global-nav-shop__title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #a5a5a5;
  padding-left: 30px;
}

.global-nav-shop__title:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 22px;
  height: 19px;
  background: url(/img/common/icon_shop-4b3bb163b79682d6e094a1e785b1b903.svg) 0 0 no-repeat;
  background-size: 100% auto;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-nav-shop__img {
  margin-top: 20px;
  width: 85px;
}

@media screen and (max-width: 750px) {
  .global-nav-shop__img {
    display: inline-flex;
    margin-top: 0;
    width: 20.93333vw;
    height: 41.7px;
  }

  .global-nav-shop__img img {
    max-height: 41.7px;
    margin: auto;
  }
}

.global-nav-shop__text {
  margin-top: 10px;
  font-size: 0.875rem;
}

@media screen and (max-width: 750px) {
  .global-nav-shop__text {
    width: 75vw;
    margin-top: 0.66667vw;
    font-size: 3.46667vw;
    text-overflow: ellipsis;
    height: 39px;
  }
}

.global-nav-shop__area {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .global-nav-shop__area {
    position: relative;
    padding-top: 4vw;
    padding-left: 10.66667vw;
  }

  .global-nav-shop__area:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 8vw;
    height: 6.66667vw;
    background: url(/img/common/icon_shop_sp-5a5cb2a44579904f1a58f997e18dc775.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* ---------------------------------------------
*   c-btn-item
--------------------------------------------- */
.c-btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn-item--small .c-btn-item__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 136px;
  height: 40px;
  border: 2px solid #0ad6bb;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0ad6bb;
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .c-btn-item--small .c-btn-item__link {
    width: 33.86667vw;
    height: 11.73333vw;
    border-radius: 5.86667vw;
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 1025px) {
  .c-btn-item--small .c-btn-item__link:hover {
    border: none;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#00bfbc),
      to(#09d3b7)
    );
    background: linear-gradient(to right, #00bfbc 0%, #09d3b7 100%);
    color: #fff;
  }
}

.c-btn-item--center {
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  justify-content: center;
}


.c-btn-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100px;
  height: 40px;
  border-radius: 23px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00bfbc),
    to(#09d3b7)
  );
  background: linear-gradient(to right, #00bfbc 0%, #09d3b7 100%);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  cursor: pointer;

  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .c-btn-item__link {
    width: 33.86667vw;
    height: 12vw;
    border-radius: 6vw;
    font-size: 4.26667vw;
  }
}

.c-btn-item__link--txt-l {
  font-size: 1rem;
}

/* ---------------------------------------------
*   c-txt-radio
--------------------------------------------- */
.c-txt-radio {
  position: relative;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .c-txt-radio {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
}
@media screen and (min-width: 751px) {
  .c-txt-radio:hover {
    opacity: 0.6;
  }
}
.c-txt-radio:nth-of-type(n + 2) {
  margin-top: 16px;
}

.c-txt-radio.is-disabled {
  pointer-events: none;
}

.c-txt-radio__item {
  display: none;
}

.c-txt-radio__text {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  color: #707070;
  white-space: normal;
  word-wrap: normal;
  letter-spacing: 0.05em;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-txt-radio__text--shop {
  padding-left: 32px;
}
.c-txt-radio--shop {
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-txt-radio__text-title-item {
  display: block;
  margin-top: 2px;
  color: #707070;
  font-size: 0.875rem;
}
.c-txt-radio--shop .c-txt-radio__text-title-item {
  color: #000;
  font-weight: normal;
}
.c-txt-radio__text-receipt {
  display: flex;
  flex-wrap: wrap;
  padding-left: 32px;
}
.c-txt-radio__text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #707070;
  content: '';
}

.c-txt-radio__item:disabled + .c-txt-radio__text {
  color: #A5A5A5;
}

.c-txt-radio__item:disabled + .c-txt-radio__text:before {
  border-color: #A5A5A5;
}

.c-txt-radio__item:checked + .c-txt-radio__text {
  color: #000;
}

.c-txt-radio__item:checked + .c-txt-radio__text:before {
  border: none;
  background: url(/img/common/icon_radio_on_od-aa7ceb5b10b3c404b32fcdc22fc471f2.svg) 0 0 no-repeat;
  background-size: 100%;
}

.ignica-store .c-txt-radio__item:checked + .c-txt-radio__text:before {
  background: url(/img/common/icon_radio_on_ig-0023453cc90bbed2f1e704edf894033b.svg) 0 0 no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 750px) {
  .c-txt-radio:nth-of-type(n + 2) {
    margin-top: 4vw;
  }

  .c-txt-radio__text {
    font-size: 3.73333vw;
  }
}

.modal-search {
  padding: 40px 0px !important;
}

@media screen and (min-width: 751px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-hide {
    display: none !important;
  }

  .modal-search {
    padding: 10px 0px 2vw!important;
  }
}

@media screen and (min-width: 960px) {
  .ip-visible {
    display: none !important;
  }
}

.front_is-hide {
  display: none !important;
}

/* ---------------------------------------------
*   front_loading-img
--------------------------------------------- */
.front_loading-img {
  display: block;
  margin: 15px auto 1vw;
}

@media screen and (max-width: 750px) {
	.front_loading-img {
		margin-top: 2.5vw;
	}
}

/* ---------------------------------------------
*   front_cursor-default
--------------------------------------------- */
.front_cursor-default {
  cursor: default !important;
}

.input[type="search"]::-webkit-search-cancel-button,
.input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.input[type="search"]::-webkit-search-cancel-button {
	height: 20px;
    width: 20px;
    opacity: 50%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}
@media screen and (max-width: 750px) {
  .global-nav-menu__name-txt {
    white-space: normal;
    letter-spacing: .02em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.global-nav-list__item.is-open:before {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}

.global-nav-list__first-item:before {
  content: none !important;
}

.global-nav-list-arrow__first-item {
  top: 50%;
  right: 32px;
  width: 6px;
  height: 12px;
  -webkit-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .global-nav-list-arrow__first-item {
    right: 6.8vw;
    width: 2vw;
    height: 5.33333vw;
    background-size: 2vw 5.33333vw;
  }
}
.global-nav-list-arrow__first-item.is-open {
  top: 17px;
  -webkit-transform: scale(1.1) translateY(-50%) rotateZ(90deg);
  transform: scale(1.1) translateY(-50%) rotateZ(90deg);
}

/* Js tab */
.js-tab-target {
  display: none;
}

.js-tab-target.is-current {
  display: block;
}

/* Js modal */
.js-image-trigger,
.js-modal-trigger,
.js-modal-close {
    cursor: pointer;
}

/* Modal */
.c-box-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  overflow-y: auto;
}
.c-box-modal--shop-search {
  z-index: 1000;
}

.c-box-modal--shop-search .c-box-modal__content {
  top: 40px;
  right: auto;
  left: 383px;
  padding: 0;
  width: 383px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 750px) {
  .c-box-modal--shop-search .c-box-modal__content {
    position: fixed;
    top: 50vw;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    padding-bottom: 66.66667vw;
    width: 100%;
  }
}
  .c-box-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
}

.c-box-modal__bg,
.front_c-box-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.front_c-box-modal__bg {
  position: fixed;
}

.c-box-modal__bg--dark {
  background-color: rgba(0, 0, 0, 0.6);
}
.c-box-modal__content {
  position: absolute;
  top: 130px;
  right: 262px;
  margin: 0 auto;
  padding: 30px 40px;
  width: 482px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 25px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 25px -3px rgba(0, 0, 0, 0.3);
}
.c-box-modal__content--full {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 450px;
  border-radius: 24px;
  box-sizing: border-box;
  background-color: #FFF;
  transform: translateX(-50%);
  box-shadow: 0px 1px 25px -3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 751px) {
  .global-nav-content .c-box-modal__content--full {
    top: 105px;
    left: 385px;
    width: 430px;
    transform: unset;
    border-radius: 0;
    box-shadow: none;
  }

	.global-nav-content .c-box-popup__content {
		overflow-y: auto;
		max-height: calc(100vh - 190px);
	}

	.global-nav-content .c-box-popup__content::-webkit-scrollbar {
		display: none;
	}
}

@media screen and (max-width: 750px) {
  .c-box-modal__content--full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: unset;
    max-width: unset;
    transform: unset;
    border-radius: unset;
  }
}

/* Popup */
.c-box-popup {
  width: 100%;
  height: 100%;
  display: block;
}

.c-box-popup__caption {
  position: relative;
  color: #000;
  display: flex;
  font-size: 1rem;
  min-height: 35px;
  font-weight: 600;
  margin: 16px 20px;
  align-items: center;
  padding-right: 45px;
}

.c-box-popup__caption::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/img/common/icon_close_gray-2454b1b0139cbe732614e57790bde0b5.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 750px){
  .c-box-modal__content {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
    overflow-y: scroll;
  }

  .c-box-modal__content.c-box-modal__store-search {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    transform: unset;
    height: 100vh;
    padding: 20px 0px 45vw;
    border-radius: 0;
    overflow-y: scroll;
  }
  .c-box-popup {
    overflow-y: auto;
    max-height: 100vh;
  }

  .c-box-popup__caption {
    min-height: 8vw;
    font-size: 4vw;
    padding-right: 10vw;
    margin: 4vw 5.33333vw;
  }

  .c-box-popup__caption::after {
    width: 8vw;
    height: 8vw;
  }
}

/* Store select */
.store-select__wrap {
  padding: 20px;
}

.store-select__txt {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.store-select__ttl {
  font-weight: 500;
  color: #5F5F5F;
  font-size: 1.25rem;
}

.store-select__form {
  padding: 12px;
  font-size: 1rem;
  overflow: hidden;
  font-weight: 600;
  border-radius: 12px;
  background-color: #EDEDED;
}

.store-select__search {
  display: flex;
  margin: 12px 0;
  overflow: hidden;
  align-items: center;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #BCBCBC;
  justify-content: space-between;
}
.c-box-modal__title {
  font-weight: bold;
  font-size: 1.5rem;
}
.text-map-note {
  font-size: 0.8rem;
  text-align: center;
  color: #7b817d;
}
.c-box-modal__img {
  padding-top: 20px;
  text-align: center;
}
.c-box-modal__img img {
  width: 100px;
}
.search-zip-code {
  position: relative;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 30px;
  border-bottom: none;
  border: 2px solid #707070;
  border-radius: 12px;
  height: 41px;
}
.search-zip-code-side3 {
  padding-left: 0px;
}
.search-area__button {
  position: absolute;
  top: 0;
  left: -9px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/common/icon_search-ff1c398b0db5d162d33418d209ed2c12.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}
.search-zip-code .search-area__button {
  right: 0;
  left: auto;
  width: 37px;
  height: 37px;
  border-radius: 0 10px 10px 0;
  background: #0ad6bb url(/img/common/icon_search_white-0db2f5ac846f89fc1aa6076d9d38c1f2.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
  z-index: 2;
}
.search-zip-code__item {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
}
.txt-search-map {
  padding: 10px 0;
  color: #7b817d;
}
.c-txt-radio__img {
  display: inline-block;
  width: 55px;
}
.c-txt-radio__text-title {
  display: block;
  width: 160px;
  line-height: 1.4;
}
.c-txt-radio--shop .c-txt-radio__text-title {
  width: 100%;
}
.c-txt-radio__text-receipt-btn {
  width: auto;
  height: 30px;
  color: #FFF;
  display: block;
  padding: 0 15px;
  line-height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  background: #0AD6BB;
}
.c-txt-radio__text-receipt-btn:hover, .c-txt-radio__text-receipt-btn:focus, .c-txt-radio__text-receipt-btn:active {
  background: #BFBFBF;
}
.warning-display {
  display: none;
}
.txt-warning {
  font-size: 0.9rem;
  padding: 10px 30px;
  color: #7b817d;
}
.search-zip-code__item-2 {
  width: calc(96% - 35px);
  font-size: 1.1875rem;
  line-height: 1.6;
}
.search-zip-code__item-2.input {
  font-size: 0.875rem;
  width: calc(100% - 45px);
  text-overflow: ellipsis;
}
@media screen and (min-width: 751px) {
  .search-zip-code .search-zip-code__item {
    padding-right: 40px;
    padding-left: 10px;
  }
  .search-area__buttons {
    width: 39px !important;
    height: 37px !important;
    border-radius: 0 10px 10px 0 !important;
  }
}
.front_store-search-result {
  max-height: 17vh;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-height: 670px) {
  .front_store-search-result {
    max-height: 40vh;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.btn-map-search {
  color: whitesmoke;
  border: 2px solid #707070;
  border-radius: 12px;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  background: #0ad6bb;
  font-size: 1rem;
  margin-top: 10px;
  height: 50px;
}
.store-select__search-txt {
  width: 45%;
  color: #FFF;
  font-weight: 500;
  line-height: 34px;
  font-size: 0.75rem;
  text-align: center;
  background-color: var(--default-color);
}
.store-select__search-txt-en {
  line-height: 18px;
}

.store-select__search-input {
  flex: 1;
  height: 34px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.store-select__search-input > span {
  color: #EA2F15;
  font-weight: 500;
  padding-left: 8px;
  font-size: 1.125rem;
}
.store-select__search-input > input {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-select__search-btn {
  width: 34px;
  height: 34px;
  color: #FFF;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 50%;
  background-color: var(--default-color);
}

.store-select__search-btn.mapSearch {
  width: auto;
  display: flex;
  padding: 0 12px;
  align-items: center;
  border-radius: 25px;
  justify-content: space-between;
  border: 1px solid var(--default-color);
}

.store-select__search-btn > .svg {
  width: 16px;
}

.store-select__list {
  --sb-size: 10px;
  --sb-track-color: #DEDEDE;
  max-height: 20vh;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 10px;
  scrollbar-color: var(--default-color) var(--sb-track-color);
  scrollbar-width: thin;
}

.store-select__list::-webkit-scrollbar {
  width: var(--sb-size);
}

.store-select__list::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

.store-select__list::-webkit-scrollbar-thumb {
  background: var(--default-color);
  border-radius: 10px;
}

.store-select__item {
  gap: 8px;
  width: 100%;
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  align-content: flex-start;
  border-bottom: 2px solid #D8D8D8;
}

.store-select__item:first-child {
  border-top: 2px solid #D8D8D8;
}

.store-select__item-img {
  max-width: 95px;
  max-height: 25px;
  margin-right: 10px;
  object-fit: contain;
  display: inline-block;
}

.store-select__item-info {
  width: 100%;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 0.875rem;
  align-items: center;
}

.store-select__item-info > span {
  width: 100%;
  color: #707070;
  font-size: 0.85em;
}

.store-select__item-btn {
  width: auto;
  height: 30px;
  color: #FFF;
  display: block;
  padding: 0 15px;
  line-height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
  background: #0AD6BB;
}

.store-select__item-btn > svg {
  width: 35px;
  margin-bottom: 10px;
}

.store-select__item-btn > span {
  white-space: normal;
  letter-spacing: .02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.store-select__item-btn:hover,
.store-select__item-btn:focus,
.store-select__item-btn:active,
.store-select__item-btn.is-current {
  background: #B1B1B1;
}

.store-select__cancel-btn {
  position: relative;
  color: #FFF;
  display: block;
  max-width: 350px;
  font-weight: 500;
  margin: 20px auto;
  padding: 10px 60px;
  font-size: 1.125rem;
  border-radius: 100px;
  background-image: linear-gradient(45deg, #FF9F1D, #F86C06);
}
.store-select__cancel-btn-sm {
  font-size: 18px;
  padding: 15px 50px 15px 20px;
  text-align: center;
  text-decoration: none !important;
  max-width: 320px;
}
.store-select__cancel-btn::after {
  position: absolute;
  top: 0;
  right: 18px;
  width: 30px;
  height: 100%;
  background: url(/img/common/icon_arrow_white-997821f0aed8d56bc67a847fc2da75e7.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  content: "";
}
.store-select__cancel-btn-sm::after {
  width: 19px;
}
.store-select__search-btn:hover,
.store-select__cancel-btn:hover {
  opacity: 0.6;
}

[search-type] .store-select__txt {
  line-height: 1;
  padding: 10px 0;
}

[search-type="1"] .c-txt-radio__text {
    color: #999999;
}

[search-type="1"] .c-txt-radio__text:hover {
    color: #000;
}

[search-type="1"] .store-select__wrap {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 2px solid #D8D8D8;
}

[search-type="1"] .store-select__ttl {
  color: #000;
  margin-bottom: 10px;
}

[search-type="1"] .store-select__search-btn {
  width: auto;
  height: 40px;
  display: flex;
  padding: 0 30px;
  line-height: 40px;
  font-size: 0.875rem;
  border-radius: 25px;
  margin: 0 auto 30px;
}

[search-type="1"] .store-select__list {
  margin: 0;
  padding: 0;
  max-height: unset;
}

[search-type="1"] .swiper-wrapper {
  margin-bottom: 30px;
}

[search-type="1"] .store-select__item {
  height: auto;
	padding: 15px;
  max-width: 348px;
	margin-right: 20px;
	border-radius: 12px;
	background-color: #FFF;
	border: 1px solid #D8D8D8;
	box-shadow: 5px 5px 20px 0px #00000029;
}

[search-type="1"] .store-select__item-info > p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

[search-type="1"] .store-select__item-btn {
  height: 80px;
  width: calc((100% - 16px) / 3);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .store-select__wrap {
    padding: 5.33333vw;
    font-size: 4.26667vw;
  }
    
  .store-select__txt {
    font-size: 4.26667vw;
  }

  .store-select__ttl {
    font-size: 5.33333vw;
  }

  .store-select__form {
    padding: 3.2vw;
    font-size: 3.73333vw;
    border-radius: 3.2vw;
  }
	
  .store-select__search {
    margin: 3.2vw 0;
    border-radius: 8vw;
    border-width: 0.5vw;
  }

  .store-select__search-txt {
    font-size: 2.66667vw;
    line-height: 9.06667vw;
  }

  .store-select__search-txt-en {
    line-height: 20px;
  }

  .store-select__search-input {
    height: 9.06667vw;
  }

  .store-select__search-input > span {
    font-size: 4.8vw;
    padding-left: 2.13333vw;
  }

  .store-select__search-btn {
    width: 9.06667vw;
    height: 9.06667vw;
    font-size: 2.66667vw;
  }

  .store-select__search-btn.mapSearch {
    border-radius: 8vw;
    border-width: 0.5vw;
    padding: 0 2.13333vw;
  }

  .store-select__search-btn > .svg {
    width: 4.26667vw;
  }

  .store-select__list {
    margin-bottom: 5.33333vw;
    padding-right: 2.66667vw;
  }

  .store-select__item {
    gap: 2vw;
    padding: 5.33333vw 0;
    border-bottom-width: 0.6vw;
  }

  .store-select__item:first-child {
    border-top-width: 0.6vw;
  }

  .store-select__item-img {
    max-width: 25vw;
    max-height: 7vw;
    margin-right: 2.66667vw;
  }

  .store-select__item-info {
    font-size: 3.73333vw;
  }

  .store-select__item-btn {
    font-size: 3.2vw;
    padding: 1.86667vw 2vw;
    border-radius: 1.33333vw;
  }

  .store-select__item-btn > svg {
    width: 9.33333vw;
    margin-bottom: 2.66667vw;
  }

  .store-select__cancel-btn {
    max-width: 90vw;
    font-size: 4.8vw;
    border-radius: 30vw;
    margin: 5.33333vw auto;
    padding: 2.66667vw 16vw;
  }

  .store-select__cancel-btn-sm {
    font-size: 18px;
    padding: 15px 50px 15px 20px;
    max-width: 320px;
  }

  .store-select__cancel-btn::after {
    width: 8vw;
    right: 4.8vw;
  }

  .store-select__cancel-btn-sm::after {
    width: 5vw;
  }

  [search-type] .store-select__txt {
    padding: 2.66667vw 0;
  }

  [search-type="1"] .store-select__wrap {
    margin: 0 5.33333vw;
    padding: 5.33333vw 0;
    border-bottom-width: 0.6vw;
  }

  [search-type="1"] .store-select__ttl {
    margin-bottom: 2.66667vw;
  }

  [search-type="1"] .store-select__search-btn {
    padding: 0 8vw;
    margin: 0 auto 8vw;
    height: 10.66667vw;
    font-size: 3.73333vw;
    line-height: 10.66667vw;
    border-radius: 6.66667vw;
  }

  [search-type="1"] .swiper-wrapper {
    margin-bottom: 8vw;
  }

  [search-type="1"] .store-select__list {
    margin-right: -5.33333vw;
  }

  [search-type="1"] .store-select__item {
    padding: 4vw;
    border-width: 0.5vw;
    border-radius: 3.2vw;
    max-width: 89.33334vw;
    margin-right: 5.33333vw;
  }

  [search-type="1"] .store-select__item-btn {
    height: 21vw;
    width: calc((100% - 4vw) / 3);
  }
  .search-zip-code {
    margin-top: 2vw;
    padding: 0.66667vw 11.33333vw 0.66667vw 3vw;
    /* width: 49.2vw; */
    border-radius: 12px;
    background-color: #fff;
  }
  .search-text {
    padding-right: 10px !important;
    height: 4.2vh;
    text-overflow: ellipsis;
    width: 98% !important;
  }
  .c-txt-radio__img {
    max-width: 18vw;
    width: auto;
  }
  .c-txt-radio--shop .c-txt-radio__text-title-item {
    font-size: 4vw;
  }
}

/* ---------------------------------------------
*   c-input-txt
--------------------------------------------- */
.c-input-store {
  font-weight: 500;
  margin-bottom: 15px;
}

.c-input-txt-caption {
  color: #000;
  margin-bottom: 4px;
}

.c-input-txt-caption .required {
  color: #EA2F15;
}

.c-input-txt__item {
  display: block;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 5px 13px;
  border-radius: 4px;
  font-size: 0.875rem;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  font-family: "Noto Sans CJK JP", "Noto Sans JP" ,"Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

.c-input-txt__item-arw {
  background: url(/img/common/arrow_gray_bottom_bold-cf63d30372d76a5b172cae0f3754a7c2.svg) right 15px top 50% no-repeat #FFF;
  background-size: 12px auto;
}

@media screen and (max-width: 750px) {
  .c-input-txt-caption {
    margin-bottom: 1vw;
  }

  .c-input-txt__item {
    border-radius: 1.1vw;
    height: 13.333333vw;
    border-width: 0.5vw;
    font-size: 3.73333vw;
    padding: 1.33333vw 3.46667vw;
  }

  .c-input-txt__item-arw {
    background-size: 3vw auto;
    background-position: right 4vw top 50%;
  }
  .c-txt-radio:before {
    position: absolute;
    top: 0;
    right: 5.33333vw;
    width: 78.66667vw;
    height: 0.26667vw;
    background-color: #ededed;
    content: '';
  }
  .c-box-modal__title {
    font-weight: bold;
    font-size: 1.25rem;
  }
  .search-zip-code-change-store-login {
    padding-right: 10px !important;
    text-overflow: ellipsis;
  }
  .search-zip-code__item {
    width: 85%;
    font-size: 1rem;
    line-height: 1.6;
  }
  .search-zip-code-side4 {
    padding-right: 10px !important;
    text-overflow: ellipsis;
    width: calc(100% - 0px) !important;
    background: #ffffff;
    padding: 10px 0px 10px 10px !important;
  }
  .search-zip-code-side3 {
    height: 50px;
  }
  .search-zip-code .search-area__button {
    right: 0;
    left: auto;
    width: 50px;
    height: 46px;
  }
  .c-txt-radio__text-receipt {
    padding-left: 7vw;
    padding-bottom: 3.5vw;
  }
  .front_store-search-result {
    max-height: 40vh;
  }
}
.c-txt-radio__text--shop:before {
  top: 7px;
  left: 3px;
}
.c-box-modal__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 30px;
}