@charset "UTF-8";
@media (min-width: 1601px) {
  :root {
    --font-root: 62.5% ;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  :root {
    --font-root: calc(10*(100vw/1600));
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  :root {
    --font-root: 62.5% ;
  }
}
@media (max-width: 375px) {
  :root {
    --font-root: calc(10*(100vw/375));
  }
}
/*
===========================================================

  - 共通
  - タイトル
  - テキスト
  - エラー
  - ボタン
  - 商品一覧
  - アイコン
  - グリッド
  - フォーム
  - Point
  - SNS
  - Slider
  - toTop
  - News

  - Step
  - 見出し
  - パンくず
  - ページャー

===========================================================
*/
html {
  font-size: var(--font-root);
}

body {
  color: var(--color-font);
  font-family: var(--font-jp, var(--font-en));
  font-weight: 500;
  letter-spacing: 0.025em;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

/*==========================
共通
==========================*/
.loadingIcon,
.loadingImage,
.loadingMessage {
  display: none !important;
}

.noScroll {
  overflow: hidden;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

@media (min-width: 768px) {
  a {
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
  .spOnly {
    display: none !important;
  }
  .hidden-large {
    display: none;
  }
  .visible-large {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .hidden-small {
    display: none;
  }
  .visible-small {
    display: inherit;
  }
}
/*==========================
見出し
==========================*/
.heading__ttl {
  padding-bottom: 4rem;
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.heading__ttl > span {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.heading__ttl--jp {
  font-family: var(--font-jp);
}
.heading__ttl--en {
  font-family: var(--font-en);
}

@media (max-width: 767px) {
  .heading__ttl {
    padding-bottom: 3rem;
  }
}
/*==========================
テキスト
==========================*/
.lead-txt {
  font-size: 1.4rem;
  line-height: 1.71428571;
}

.pickup-txt {
  font-size: 1.3rem;
  line-height: 1.76923077;
}
.pickup-txt > span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.notes {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.71428571;
}
.notes.notes-above{
  margin-bottom: 1rem;
}
.notes:empty {
  display: none !important;
}

/*==========================
エラー
==========================*/
.sec__error--text {
  display: block;
  margin-top: 0.5rem;
  color: var(--color-red);
  font-size: 1.3rem;
  line-height: 1.5;
}
.sec__error--text:empty {
  display: none !important;
}

/*==========================
ボタン
==========================*/
.button__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.button__list--primary, .button__list--secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18rem;
  height: 4.8rem;
  margin: auto;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid var(--color-main);
  border-radius: 5px;
}
.button__list--primary {
  color: #FFF;
  background-color: var(--color-main);
}
.button__list--secondary {
  color: var(--color-main);
  background-color: #FFF;
}
.button__list > li:empty {
  display: none !important;
}

@media (max-width: 767px) {
  .button__list._vertical {
    flex-direction: column-reverse;
    row-gap: 1.5rem;
  }
  .button__list li {
    width: 100%;
  }
  .button__list--primary, .button__list--secondary {
    max-width: initial;
    min-width: initial;
    width: 100%;
  }
}
/*==========================
商品一覧
==========================*/
.grid--container > dl,
.grid--container .product__item {
  background-color: var(--color-bg);
}
.grid--container .variationBlk {
  display: none !important;
}

.product__item--screen {
  position: relative;
  background-color: #FFF;
}
.product__item--screen .icon__new, .product__item--screen .icon__recommend, .product__item--screen .icon__exclusive {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 10;
}
.product__item--screen .icon__new {
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 2.9rem;
  font-family: var(--font-en);
  background-image: url(../Contents/ImagesPkg/common/icon_new_bg.svg);
}
.product__item--screen .icon__recommend {
  top: 0;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: var(--color-icon-recommend);
  border-radius: 50px;
  white-space: nowrap;
}
.product__item--screen .icon__recommend > span {
  transform: scale(0.85);
  transform-origin: center;
}
.product__item--screen .icon__exclusive {
  left: 0;
  bottom: 0;
  padding: 0.3rem 0.425rem;
  background-color: var(--color-icon-normal);
}
.product__item--soldout > a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-family: var(--font-en);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.product__item--info {
  position: relative;
  padding: 1rem 1.5rem 1.5rem;
}
.product__item--rank {
  padding-top: 1rem;
}
.product__item--rank > p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  color: #FFF;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 600;
  background-color: var(--color-rankingRate-bg);
  z-index: 10;
}
.product__item--brand {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
.product__item--name {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57142857;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--itemName-clamp);
}
.product__item--price {
  margin-top: 0.7rem;
}
.product__item--price._sale .product__item--price_before > ._price::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  margin: auto;
  background-color: var(--color-font);
  z-index: 10;
}
.product__item--price._sale .product__item--price_after {
  color: var(--color-red);
  font-weight: 700;
}
.product__item--price._sale .product__item--price_after > ._discountRate {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.4rem;
  height: 1.6rem;
  padding: 0.1rem 0.3rem;
  color: #FFF;
  font-family: var(--font-en);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-align: center;
  border: 1px solid var(--color-red);
  background-color: var(--color-red);
}
.product__item--price._subscription .product__item--price_before ._normalItem, .product__item--price._subscription .product__item--price_before ._sbscItem, .product__item--price._subscription .product__item--price_after ._normalItem, .product__item--price._subscription .product__item--price_after ._sbscItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid var(--color-main);
  white-space: nowrap;
}
.product__item--price._subscription .product__item--price_before ._normalItem, .product__item--price._subscription .product__item--price_after ._normalItem {
  color: var(--color-main);
  background-color: #FFF;
}
.product__item--price._subscription .product__item--price_before ._sbscItem, .product__item--price._subscription .product__item--price_after ._sbscItem {
  color: #FFF;
  background-color: var(--color-main);
}
.product__item--price._subscription .product__item--price_after {
  color: var(--color-red);
  font-weight: 700;
}
.product__item--price_before, .product__item--price_after {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product__item--price_before > ._price, .product__item--price_after > ._price {
  position: relative;
  font-size: 1.3rem;
}
.product__item--price_before > ._tax, .product__item--price_after > ._tax {
  font-size: 1rem;
  font-weight: 500;
}
.product__item--price_before:nth-of-type(n+2) {
  margin-top: 0.4rem;
}
.product__item--price_before > ._price {
  font-weight: 500;
}
.product__item--price_after {
  margin-top: 0.4rem;
  color: #000;
}
.product__item--price_after > ._price {
  font-weight: 700;
}

@media (max-width: 767px) {
  .product__item--info {
    padding: 1rem 1.5rem 2.5rem;
  }
  .product__item--name {
    line-height: 1.42857143;
  }
  .product__item--price._sale .product__item--price_after > ._discountRate {
    margin-top: 0.4rem;
  }
  .product__item--price._subscription ._normalItem, .product__item--price._subscription ._sbscItem {
    margin-right: 0.5rem;
  }
}
/*==========================
アイコン
==========================*/
.product__cicon {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.product__cicon > li {
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-icon-normal);
  background-color: #FFF;
  border: 1px solid var(--color-icon-normal);
  border-radius: 2px;
}
.product__cicon > li._emphasis {
  color: var(--color-icon-emphasis);
  border: 1px solid var(--color-icon-emphasis);
}
.product__cicon > li._handbag {
  color: var(--color-icon-handbag);
  border: 1px solid var(--color-icon-handbag);
}
.product__cicon > li._giftbag {
  color: var(--color-icon-giftbag);
  border: 1px solid var(--color-icon-giftbag);
}

/*==========================
グリッド
==========================*/
.grid--container {
  display: grid;
  grid-template-columns: var(--grid-cols);
  gap: var(--grid-gap-row) var(--grid-gap-col);
}

/*==========================
フォーム
==========================*/
input, input[type=text], input[type=password],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  color: var(--color-font);
  line-height: 1;
  background-color: #FFF;
}

._S {
  width: 10rem !important;
}

._M {
  width: 18rem !important;
}

._L {
  width: 25rem !important;
}

._LL {
  width: 100% !important;
}

.form__table--flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.form__table--flex .form__table--text:nth-of-type(n+2), .form__table--flex .form__table--select:nth-of-type(n+2) {
  margin-top: 0;
}
.form__table--flex > span {
  font-size: 1.3rem;
  font-weight: 500;
}
.form__table--text, .form__table--select {
  width: 100%;
}
.form__table--text:nth-of-type(n+2), .form__table--select:nth-of-type(n+2) {
  margin-top: 1rem;
}
.form__table--text input,
.form__table--text input[type=text],
.form__table--text input[type=password],
.form__table--text select,
.form__table--select input,
.form__table--select input[type=text],
.form__table--select input[type=password],
.form__table--select select,
.form__table--text textarea {
  padding: 0.8rem 1rem;
  font-family: var(--font-jp);
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #FFF;
  border: 1px solid var(--color-border);
  border-radius: 2px;
}
.form__table--text input,
.form__table--text input[type=text],
.form__table--text input[type=password],
.form__table--text select,
.form__table--select input,
.form__table--select input[type=text],
.form__table--select input[type=password],
.form__table--select select{
  height: 3.6rem;
}
.form__table--text {
  position: relative;
}
.form__table--text-icon {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  z-index: 10;
}
.form__table--select select {
  background: url(../Contents/ImagesPkg/common/icon_rect.svg) no-repeat #FFF !important;
  background-size: 2rem !important;
  background-position: right 0.8rem center !important;
}
.form__table--checkBox input[type=checkbox] {
  display: none;
}
.form__table--checkBox input[type=checkbox]:checked + label::after {
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
}
.form__table--checkBox label {
  display: inline-block;
  position: relative;
  margin-right: 3rem;
  padding-left: 3.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.2rem;
  cursor: pointer;
}
.form__table--checkBox label::before, .form__table--checkBox label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.2rem;
  height: 2.2rem;
  margin: auto;
  background-image: var(--checkIcon-inactive);
  background-repeat: no-repeat;
}
.form__table--checkBox label::before {
  background-size: 2rem;
}
.form__table--checkBox label::after {
  background-image: var(--checkIcon-active);
  background-repeat: no-repeat;
  background-size: 2rem;
  opacity: 0;
}
.form__table--radio > div > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form__table--radio input[type=radio] {
  display: none;
}
.form__table--radio input[type=radio]:checked + label::after {
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
}
.form__table--radio label {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0.3rem 0.3rem 2.8rem;
  cursor: pointer;
  margin-right: 3rem;
  font-size: 1.3rem;
}
.form__table--radio label::before, .form__table--radio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  background-image: var(--radioIcon-inactive);
  background-repeat: no-repeat;
}
.form__table--radio label::before {
  background-size: 1.8rem;
}
.form__table--radio label::after {
  background-image: var(--radioIcon-active);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  opacity: 0;
}
.form__table--category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.form__table--category > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6rem;
  padding: 0 2rem;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: var(--advSearch-category-bg);
  border: 1px solid var(--advSearch-category-bg);
  border-radius: 30px;
}
.form__table--searchAddress {
  display: none !important;
}
.form__table--searchAddress > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  height: 3.6rem;
  margin: auto;
  padding: 0 2rem;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 2px;
}
.form__table > dt {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1.4rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.form__table > dt span{
  font-weight: normal;
}
.form__table > dt:nth-of-type(n+2) {
  margin-top: 3rem;
}
.form__table > dt.required > div::after {
  content: "必須";
  padding: 0.2rem 0.4rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
}
.form__table > dt > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.form__table > dt > div > span._required {
  padding: 0.2rem 0.4rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
}
.form__table > dd {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .form__table--select select:hover {
    cursor: pointer;
  }
  .form__table > dd.fullWidthForm_Address {
    max-width: 49.5rem;
  }
}
@media (max-width: 767px) {
  ._L {
    width: 100% !important;
  }
  .form__table--text input, .form__table--text input[type=text], .form__table--text input[type=password], .form__table--text select, .form__table--select input, .form__table--select input[type=text], .form__table--select input[type=password], .form__table--select select {
    height: 4.8rem;
    font-size: 1.5rem;
  }
}
/*==========================
Point
==========================*/
.top_point {
  margin: auto;
}
.top_point--blk {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 27rem;
  min-width: 27rem;
  width: 100%;
  background-color: var(--color-point-bg);
  border: 4px solid var(--color-point-border);
}
.top_point--blk > a {
  width: 100%;
  padding: 3rem 0.8rem;
}
.top_point--info_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.top_point--info_ttl > span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--color-subTtl);
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 400;
}
.top_point--info_icon {
  width: 6.4rem;
  height: 6.4rem;
  margin: 1rem auto 0;
}
.top_point--info_text {
  margin-top: 0.6rem;
  color: #363636;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.53846154;
  text-align: center;
}

@media (min-width: 768px) {
  .top_point {
    --grid-gap-col: 4rem;
  }
  .top_point.comprehensive__point-04 {
    width: 120rem;
    --grid-cols: repeat(4, minmax(0, 1fr));
  }
  .top_point.comprehensive__point-03 {
    width: 89rem;
    --grid-cols: repeat(3, minmax(0, 1fr));
  }
  .top_point.brand__point-04 {
    width: 120rem;
    --grid-cols: repeat(4, minmax(0, 1fr));
  }
  .top_point.brand__point-03 {
    width: 89rem;
    --grid-cols: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .top_point.comprehensive__point-04, .top_point.comprehensive__point-03 {
    --grid-cols: repeat(2, minmax(0, 1fr));
    --grid-gap-row: 1rem;
  }
  .top_point.brand__point-04, .top_point.brand__point-03 {
    --grid-cols: repeat(1, minmax(0, 1fr));
    --grid-gap-row: 1rem;
  }
  .top_point.brand__point-04 .top_point--blk, .top_point.brand__point-03 .top_point--blk {
    display: block;
    position: relative;
    padding: 2.5rem 1rem 2.5rem 14rem;
  }
  .top_point.brand__point-04 .top_point--info_icon, .top_point.brand__point-03 .top_point--info_icon {
    position: absolute;
    top: 0;
    left: 3rem;
    bottom: 0;
    margin: auto;
    width: 9rem;
    height: 9rem;
    z-index: 10;
  }
  .top_point.brand__point-04 .top_point--info_ttl, .top_point.brand__point-04 .top_point--info_text, .top_point.brand__point-03 .top_point--info_ttl, .top_point.brand__point-03 .top_point--info_text {
    text-align: left;
  }
  .top_point--blk {
    max-width: initial;
    min-width: initial;
  }
  .top_point--blk > a {
    padding: 2rem 0.5rem;
  }
  .top_point--info_ttl {
    font-size: 1.6rem;
  }
  .top_point--info_text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/*==========================
SNS
==========================*/
.top__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  max-width: 58rem;
  width: 100%;
  margin: 4rem auto 0;
  padding: 3rem 5rem;
  background-color: var(--color-sns-bg);
}
.top__sns--view {
  width: 16rem;
}
.top__sns--info > p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.42857143;
}
.top__sns--info > p > span {
  display: block;
  margin-bottom: 1.2rem;
  font-family: var(--font-en);
  font-size: 2.4rem;
  line-height: 1;
}
.top__sns--info > ul {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1.8rem;
}
.top__sns--info > ul > li {
  width: 3.6rem;
  height: 3.6rem;
}

@media (max-width: 767px) {
  .top__sns {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    margin: 3rem auto 0;
    padding: 2.2rem 1.5rem 2.2rem 1.2rem;
  }
  .top__sns--view {
    width: 10.3rem;
  }
  .top__sns--info > p {
    font-size: 1.4rem;
  }
  .top__sns--info > p > span {
    font-size: 2.2rem;
  }
  .top__sns--info > ul {
    gap: 0.5rem;
    margin-top: 0.7rem;
  }
}
/*==========================
Slider
==========================*/
.contents--slider.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-track {
  margin: 0 !important;
}
.slick-track .slick-slide {
  margin: 0 1.3rem;
}

.slick-arrow {
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow._prevArrow {
  left: -7rem;
  transform: rotate(-90deg);
}
.slick-arrow._nextArrow {
  right: -7rem;
  transform: rotate(90deg);
}

.slick-dotted .slick-arrow{
  top: calc(50% - 3rem - 0.6rem);
  bottom: auto;
  transform: translateY(-50%);
}
.slick-dotted .slick-arrow._nextArrow{
  transform: translateY(-50%) rotate(90deg);
}
.slick-dotted .slick-arrow._prevArrow{
  transform: translateY(-50%) rotate(-90deg);
}
.slick-dots {
  /* bottom: -3.4rem !important; */
  bottom: 0!important;
  position: static!important;
  margin-top: 2rem!important;
}
.slick-dots li {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots li.slick-active button::before {
  background-color: var(--color-sliderDots-active) !important;
}
.slick-dots li button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
}
.slick-dots li button::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  background-color: var(--color-sliderDots) !important;
  opacity: 1 !important;
  border-radius: 50% !important;
}
.slick-dots {
  margin-top: 15px !important;
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
}

@media screen and (max-width:767px) {
  .slick-dots {
    margin-top: 1.5rem !important;
  }
}


@media (max-width: 767px) {
  .contents--slider {
    padding-left: 1rem;
  }
  :where(.slick-list) {
    padding: 0 1.5rem 0 0;
  }
  .slick-list .slick-slide {
    margin: 0 0.5rem;
  }
  .slick-arrow {
    mix-blend-mode: var(--color-slider-arrow-blendMix);
  }
  .slick-arrow._prevArrow {
    left: 1.5rem;
  }
  .slick-arrow._nextArrow {
    right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .slick-arrow:hover {
    cursor: pointer;
  }
}
/*==========================
toTop
==========================*/
#toTop {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  z-index: 100;
}

@media (max-width: 767px) {
  #toTop {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  #toTop:hover {
    cursor: pointer;
  }
}
/*==========================
News
==========================*/
.news__wrapper._fixedNews li {
  margin-bottom: 1rem;
}
.news__wrapper._fixedNews li._emphasize {
  border: 1px solid var(--color-red);
}
.news__wrapper._fixedNews li .news__item--icon {
  background-color: var(--color-red);
}

/*==========================
Step
==========================*/
.odrUsr__step {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 3rem;
}
.odrUsr__step > li {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #C4C4C4;
  font-weight: 500;
  text-align: center;
}
.odrUsr__step > li::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.odrUsr__step > li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #C4C4C4;
  z-index: 10;
}
.odrUsr__step > li:first-of-type::after {
  border-radius: 3px 0 0 3px;
}
.odrUsr__step > li:last-of-type::after {
  border-radius: 0 3px 3px 0;
}
.odrUsr__step > li._current {
  color: #1C1C1C;
  font-weight: 700;
}
.odrUsr__step > li._current::after {
  background-color: #1C1C1C;
}
.odrUsr__step--regulation::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_regulation.svg);
}
.odrUsr__step--regulation._current::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_regulation_current.svg);
}
.odrUsr__step--input::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_input.svg);
}
.odrUsr__step--input._current::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_input_current.svg);
}
.odrUsr__step--confirm::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_confirm.svg);
}
.odrUsr__step--confirm._current::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_confirm_current.svg);
}
.odrUsr__step--complete::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_complete.svg);
}
.odrUsr__step--complete._current::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_complete_current.svg);
}
.odrUsr__step--cart::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_cart.svg);
}
.odrUsr__step--cart._current::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_cart_current.svg);
}
.odrUsr__step--shipping::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_shipping.svg);
}
.odrUsr__step--shipping._current::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_shipping_current.svg);
}
.odrUsr__step--payment::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_payment.svg);
}
.odrUsr__step--payment._current::before {
  background-image: url(../Contents/ImagesPkg/common/icon_step_payment_current.svg);
}
.odrUsr__step--edit::before{
  background-image: url(../Contents/ImagesPkg/common/icon_step_edit.svg);
}
.odrUsr__step--edit._current::before{
  background-image: url(../Contents/ImagesPkg/common/icon_step_edit_current.svg);
}

@media (min-width: 768px) {
  .odrUsr__step {
    align-items: center;
  }
  .odrUsr__step > li {
    justify-content: center;
    gap: 1rem;
    padding-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.71428571;
  }
  .odrUsr__step > li::before {
    width: 3rem;
    height: 3rem;
  }
  .odrUsr__step > li::after {
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .odrUsr__step > li {
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.71428571;
  }
  .odrUsr__step > li::before {
    width: 3rem;
    height: 3rem;
  }
  .odrUsr__step > li::after {
    height: 0.6rem;
  }
}
/*==========================
見出し
==========================*/
.odr_ttl--large, .odr_ttl--medium, .odr_ttl--small {
  color: #1C1C1C;
  font-weight: 700;
}
.odr_ttl--large {
  color: #FFF;
  background-color: #1C1C1C;
}
.odr_ttl--medium {
  font-size: 1.5rem;
  background-color: #F4F4F4;
}
.odr_ttl--small._border {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #1C1C1C;
}

@media (min-width: 768px) {
  .odr_ttl--large, .odr_ttl--medium, .odr_ttl--small {
    font-size: 1.8rem;
  }
  .odr_ttl--large {
    padding: 1rem 2rem;
  }
  .odr_ttl--medium {
    padding: 1.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .odr_ttl--large, .odr_ttl--medium, .odr_ttl--small {
    font-size: 1.6rem;
  }
  .odr_ttl--large {
    padding: 1rem 1.5rem;
    line-height: 1.5;
  }
  .odr_ttl--medium {
    padding: 1.4rem 1.5rem;
  }
}
/*==========================
パンくず
==========================*/
#BreadcrumbArea [aria-label=Breadcrumb] {
  overflow-x: auto;
}
#BreadcrumbArea .c-breadcrumb__list {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: var(--color-brand-font);
}
#BreadcrumbArea .c-breadcrumb__list > *:not(:first-of-type)::before {
  content: "";
  width: 1rem;
  display: block;
  aspect-ratio: 1;
  background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyBpZD0i44Kz44Oz44Od44O844ON44Oz44OIXzY0XzIiIGRhdGEtbmFtZT0i44Kz44Oz44Od44O844ON44Oz44OIIDY0IOKAkyAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4gPHJlY3QgaWQ9IumVt+aWueW9ol81MjYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDUyNiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJub25lIi8+IDxwYXRoIGlkPSLjg5HjgrlfMjIyNjciIGRhdGEtbmFtZT0i44OR44K5IDIyMjY3IiBkPSJNLTM0MDguMjI5LDE3NTQ3LjY0M2wzLDMtMywzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNDEzLjcyOSAtMTc1NDQuMTQzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNTMyNjhhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
}
#BreadcrumbArea .c-breadcrumb__list > * a {
  word-break: keep-all;
  white-space: nowrap;
}
#BreadcrumbArea .c-breadcrumb__list > :not(:first-of-type) {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

/*==========================
ページャー
==========================*/
.pagination._below .result-paging {
  display: none;
}

.c-pager {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.c-pager .c-pager__arrows,
.c-pager .c-pager__list[aria-current=page],
.c-pager .c-pager__list--omit,
.c-pager .c-pager__list:not([aria-current=page]) a {
  display: grid;
  place-items: center;
}
.c-pager .c-pager__list[aria-current=page],
.c-pager .c-pager__list--omit,
.c-pager .c-pager__list:not([aria-current=page]) a {
  aspect-ratio: 1;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.c-pager__main {
  display: flex;
  flex-wrap: wrap;
}
.c-pager__arrows {
  flex-shrink: 0;
}
.c-pager__arrows::before {
  content: "";
  width: 100%;
  background: center/100% no-repeat;
}
.c-pager__next::before {
  transform: rotate(180deg);
}
.c-pager__list[aria-current=page] {
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}

@media (max-width: 767px) {
  .c-pager .c-pager__list[aria-current=page],
  .c-pager .c-pager__list--omit,
  .c-pager .c-pager__list:not([aria-current=page]) a {
    width: 2.5rem;
    font-size: 1.5rem;
    font-family: var(--font-en);
  }
  .c-pager__main {
    justify-content: center;
    gap: 0.7rem;
  }
  .c-pager__arrows {
    width: 2rem;
  }
  .c-pager__arrows::before {
    height: 2rem;
    background-image: url('data:image/svg+xml,<svg id="_" data-name=">" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> <rect id="bg" width="20" height="20" fill="%23fff"/> <path id="_2" data-name=">" d="M0,4.52,4.52,0,9.04,4.52" transform="translate(7.98 14.54) rotate(-90)" fill="none" stroke="%231c1c1c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" opacity="0.9"/></svg>');
  }
}
@media (min-width: 768px) {
  .c-pager {
    gap: 1rem;
  }
  .c-pager .c-pager__arrows,
  .c-pager .c-pager__list[aria-current=page],
  .c-pager .c-pager__list--omit,
  .c-pager .c-pager__list:not([aria-current=page]) a {
    width: 2.5rem;
  }
  .c-pager .c-pager__list[aria-current=page],
  .c-pager .c-pager__list:not([aria-current=page]) a {
    font-size: 1.5rem;
    font-family: var(--font-en);
  }
  .c-pager__main {
    gap: 1rem;
  }
  .c-pager__arrows {
    width: 2rem;
    transition: opacity var(--transition-default);
  }
  .c-pager__arrows::before {
    height: 2rem;
    background-image: url('data:image/svg+xml,<svg id="_" data-name=">" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"> <rect id="bg" width="20" height="20" fill="%23fff"/> <path id="_2" data-name=">" d="M0,4.52,4.52,0,9.04,4.52" transform="translate(7.98 14.54) rotate(-90)" fill="none" stroke="%231c1c1c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" opacity="0.9"/></svg>');
  }
  .c-pager__arrows:hover {
    opacity: var(--hover-opacity);
  }
  .c-pager__list:not([aria-current=page]) a {
    transition: all var(--transition-default);
  }
  .c-pager__list:not([aria-current=page]) a:hover {
    color: var(--color-white);
    background-color: var(--color-grey);
  }
}/*# sourceMappingURL=component.css.map */