@charset "UTF-8";

/*===============================webfont================================*/
@font-face {
  font-family: "primaryfont";
  src: url("../../fonts/GerTT-Regular.woff2") format("woff2"),
    url("../../fonts/GerTT-Regular.woff") format("woff"),
    url("../../fonts/GerTT-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "primaryfont";
  src: url("../../fonts/GerTT-Medium.woff2") format("woff2"),
    url("../../fonts/GerTT-Medium.woff") format("woff"),
    url("../../fonts/GerTT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: bolder;
}

@font-face {
  font-family: "primaryfont";
  src: url("../../fonts/GerTT-Bold.woff2") format("woff2"),
    url("../../fonts/GerTT-Bold.woff") format("woff"),
    url("../../fonts/GerTT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: "secondaryfont";
  src: url("../../fonts/Copperplate-Regular.woff2") format("woff2"),
    url("../../fonts/Copperplate-Regular.woff") format("woff"),
    url("../../fonts/Copperplate-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "secondaryfont";
  src: url("../../fonts/Copperplate-Regular.woff2") format("woff2"),
    url("../../fonts/Copperplate-Regular.woff") format("woff"),
    url("../../fonts/Copperplate-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: bolder;
}

@font-face {
  font-family: "secondaryfont";
  src: url("../../fonts/Copperplate-Bold.woff2") format("woff2"),
    url("../../fonts/Copperplate-Bold.woff") format("woff"),
    url("../../fonts/Copperplate-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
}

/* ここから削除しない */
/*===============================HEADER================================*/
.block-header-logo a {
  min-width: 32px;
}

.block-header-logo a img.top-logo {
  width: 267px;
}

.block-header-logo a img.second-logo {
  display: none;
  width: 32px;
  margin-left: 15px;
}

.block-header-gnav {
  padding-left: 50px;
}

.block-header-gnav--top > a:before {
  display: none !important;
}

/*===============================HEADER / MEGAMENU================================*/
.block-header-gnav--item-search > a > span,
.block-header-gnav--item-search > p > span {
  left: 54px;
  border-color: transparent transparent #ffffff transparent;
}

.block-header-gnav--shop > a > span,
.block-header-gnav--shop > p > span {
  left: 54px;
  border-color: transparent transparent #ffffff transparent;
}

.block-header-gnav--athletes > a > span,
.block-header-gnav--athletes > p > span {
  display: none !important;
  left: 54px;
  border-color: transparent transparent #003c45 transparent;
}

.block-header-gnav--top > a > span,
.block-header-gnav--top > p > span {
  display: none !important;
  left: 54px;
  border-color: transparent transparent #003c45 transparent;
}

/* アイテムを探す */
.block-header-gnav-megamenu--item-search {
  width: 1240px;
  min-height: 300px;
  background-color: #ffffff;
  border-radius: 8px;
}

.block-header-gnav-megamenu--item-search a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.block-header-gnav-megamenu--item-search-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 80px 20px 80px;
}

.block-header-gnav-megamenu--item-search--item ul {
  display: flex;
}

.block-header-gnav-megamenu--item-search--item li {
  width: 100%;
}

.block-header-gnav-megamenu--item-search--item a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 455px;
  text-decoration: none;
  overflow: hidden;
}

.block-header-gnav-megamenu--item-search--item a:before,
.block-header-gnav-megamenu--item-search--item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 760px;
  height: 370px;
  top: 0;
  right: 0;
  transition: all 0.4s ease;
  transform-origin: center center;
  z-index: 2;
}

.block-header-gnav-megamenu--item-search--item a:before {
  background-color: rgba(0, 0, 0, 0.4);
  transform: rotate(45deg) translate(200px, -585px);
}

.block-header-gnav-megamenu--item-search--item a:hover:before {
  transform: rotate(45deg) translate(200px, -303px);
}

.block-header-gnav-megamenu--item-search--item a:after {
  background-color: rgba(0, 0, 0, 0.2);
  transform: rotate(45deg) translate(140px, 365px);
}

.block-header-gnav-megamenu--item-search--item a:hover:after {
  transform: rotate(45deg) translate(140px, 67px);
}

.block-header-gnav-megamenu--item-search--item a div {
  position: relative;
  z-index: 3;
  margin: 0;
}

.block-header-gnav-megamenu--item-search--item a div span {
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
}

.block-header-gnav-megamenu--item-search-name--main {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 7px;
}

.block-header-gnav-megamenu--item-search-name--sub {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.block-header-gnav-megamenu--item-search--item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.block-header-gnav-megamenu--close p {
  padding: 16px 0 16px 0;
  margin-top: 14px;
  color: #000000;
}

.block-header-gnav-megamenu--close p span {
  color: #000000;
}

.block-header-gnav--item-search .block-header-gnav-megamenu--close p:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

.block-header-gnav-megamenu--close p span:before,
.block-header-gnav-megamenu--close p span:after {
  background-color: #000000;
}

/* ショップを探す */
.block-header-gnav-megamenu--shop {
  width: 1240px;
  min-height: 300px;
  background-color: #ffffff;
  border-radius: 8px;
}

.block-header-gnav-megamenu--shop a {
  display: inline-block;
  text-decoration: none;
}

.block-header-gnav-megamenu--shop-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 52px 39px 12px 45px;
}

.block-header-gnav-megamenu--shop-item {
  width: 870px;
  margin: 0 auto;
  padding-left: 10px;
}

.block-header-gnav-megamenu--shop-item--btn {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.block-header-gnav-megamenu--shop-item--btn li {
  padding: 0 8px;
}

.block-header-gnav-megamenu--shop-item--btn li a {
  background-color: #f5f5f5;
  width: 240px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 30px;
  padding: 0 40px;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}

.block-header-gnav-megamenu--shop-item--btn li a:hover {
  background-color: #bbbbbb;
}

/*.block-header-gnav-megamenu--shop-item h3{
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 17px 0;
}
*/
.block-header-gnav-megamenu--shop-item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.block-header-gnav-megamenu--shop-item--prefecture {
  margin: 0 -10px;
  display: flex;
}

.block-header-gnav-megamenu--shop-item--prefecture > div {
  width: 100%;
  padding: 0 10px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(1) {
  width: 150px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(2) {
  width: 113px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(3) {
  width: 100px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(4) {
  width: 98px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(5) {
  width: 112px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(6) {
  width: 98px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(7) {
  width: 100px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div:nth-of-type(8) {
  width: 100px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div li {
  margin-bottom: 8px;
}

.block-header-gnav-megamenu--shop-item--prefecture > div a {
  font-size: 1.3rem;
  font-weight: bold;
}

.block-header-gnav-megamenu--shop-item--prefecture > div a:hover {
  text-decoration: underline;
}

.block-header-gnav-megamenu--shop .block-header-gnav-megamenu--close {
  width: 1145px;
  margin: 20px auto 0 auto;
  border-top: 1px #eeeeee solid;
}

.block-header-gnav-megamenu--shop .block-header-gnav-megamenu--close p {
  padding: 14px 0 14px 0;
  margin-top: 14px;
}

.block-header-gnav-megamenu--shop .block-header-gnav-megamenu--close p:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.block-header-gnav-megamenu--shop .block-header-gnav-megamenu--close p span {
  color: inherit;
}

.block-header-gnav-megamenu--shop
  .block-header-gnav-megamenu--close
  p
  span:before,
.block-header-gnav-megamenu--shop
  .block-header-gnav-megamenu--close
  p
  span:after {
  background-color: #000000;
}

/*=============================== TOP ================================*/

/* ****************************************** init* ***************************************** */
.page-top {
  min-width: 1250px;
}

.page-top .header-alert {
  min-width: 1250px;
  z-index: 1;
}

.page-top .wrapper {
  overflow: visible;
}

.page-top .pane-contents {
  padding-bottom: 0;
}

.page-top .pane-footer {
  position: relative;
  z-index: 1;
}

/* ここまで削除しない */
/* ****************************************** layout* ***************************************** */
[data-browse-mode="S"] h2 {
  padding: 0;
}

/* blHomeWrapper---- */
.l-blHomeWrapper {
  background-color: #fff;
  color: #111;
  position: relative;
}

[data-browse-mode="P"] .l-blHomeWrapper {
  padding-top: 80px;
}

[data-browse-mode="S"] .l-blHomeWrapper {
  padding-top: 60px;
}

[data-browse-mode="P"] .wrapper.has-header-alert .l-blHomeWrapper {
  padding-top: 120px;
}

[data-browse-mode="S"] .wrapper.has-header-alert .l-blHomeWrapper {
  padding-top: 0;
}

.l-blHomeWrapper img {
  vertical-align: bottom;
}

.l-blMain {
  margin-left: auto;
  margin-right: auto;
}

[data-browse-mode="P"] .l-blMain {
  max-width: 960px;
}

[data-browse-mode="S"] .l-blMain {
  max-width: 600px;
}

.l-blIco {
  position: fixed;
  width: 51px;
  z-index: 10;
}

[data-browse-mode="P"] .l-blIco {
  bottom: 80px;
  right: 30px;
}

[data-browse-mode="S"] .l-blIco {
  bottom: 50px;
  left: 10px;
}

/* ****************************************** component* ***************************************** */
/* blTitle---- */
.c-blTitle {
  margin: 0;
  padding: 0;
  position: relative;
}
[data-browse-mode="P"] .c-blTitle figcaption.-link-01 {
  position: absolute;
  bottom: -2px;
  left: 267px;
}
[data-browse-mode="P"] .c-blTitle figcaption.-link-02 {
  position: absolute;
  bottom: -2px;
  right: 7px;
}
.c-blTitle figcaption.-link-01 a,
.c-blTitle figcaption.-link-02 a {
  color: #fff !important;
}

[data-browse-mode="S"] .c-blTitle figcaption.-link-01 {
  position: absolute;
  top: calc(144 / 300 * 100%);
  right: 24px;
}
[data-browse-mode="S"] .c-blTitle figcaption.-link-02 {
  position: absolute;
  bottom: calc(4 / 300 * 100%);
  right: 24px;
}

/* c-blImage */
.c-blImage {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* blLink---- */
.c-blLink.-text {
  color: inherit;
}

.c-blLink.-text.-underline {
  text-decoration: underline;
}

.c-blLink.-image {
  display: block;
}

@media (hover: hover) {
  .c-blLink.-text.-underline:hover {
    text-decoration: none;
  }

  .c-blLink.-image,
  .c-blLink.-opacity {
    transition: opacity 0.3s;
  }

  .c-blLink.-image:hover,
  .c-blLink.-opacity:hover {
    opacity: 0.65;
  }
}

[data-browse-mode="P"] .c-blLink.-button {
  display: inline-block;
  padding: 2.5px 0;
  min-width: 175px;
  text-align: center;
}

[data-browse-mode="S"] .c-blLink.-button {
  display: inline-block;
  padding: 0.1em 1.5em;
  min-width: 117px;
}

.c-blLink.-button.-white {
  background-color: #fff;
  border: solid 1px #fff;
  color: #000;
  transition: background-color 0.3s, color 0.3s;
}

.c-blLink.-button.-white:hover {
  background-color: #000;
  color: #fff;
}

.c-blLink.-button.-black {
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.c-blLink.-button.-black:hover {
  background-color: #fff;
  color: #000;
}

.c-blLink.-invalid {
  pointer-events: none;
}

.c-blLink.-text.-underline.-invalid {
  text-decoration: none;
}

/* ******************************************
    project
****************************************** */
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  src: url("../../fonts/NotoSerifJP-VariableFont_wght.ttf") format("truetype");
}

.l-blMain {
  --product-sm-width-basic: calc(170 / 300 * 100%);
  --product-sm-width-col2: calc(50% - 5px);
  --product-sm-width-medium: calc(270 / 300 * 100%);
}

[data-browse-mode="P"] .l-blMain {
  padding-top: 24px;
}

[data-browse-mode="S"] .l-blMain {
  padding-top: 8px;
}

/********** p-blMv **********/
.p-blMv {
  background-color: white;
}

/********** p-blDeco **********/
[data-browse-mode="P"] .p-blDeco {
  padding-top: calc(68 / 600 * 100%);
  padding-bottom: calc(86 / 600 * 100%);
}

[data-browse-mode="S"] .p-blDeco {
  padding-top: calc(309 / 600 * 100%);
  padding-bottom: calc(288 / 600 * 100%);
}

[data-browse-mode="P"] .p-blDeco .c-blImage {
  margin-left: calc(222 / 600 * 100%);
  margin-right: auto;
  width: min(130 / 300 * 100%, 287px);
}
[data-browse-mode="S"] .p-blDeco .c-blImage {
  margin-left: auto;
  margin-right: auto;
  width: min(300 / 300 * 100%, 300px);
}

.p-blProduct__head .c-blImage {
  margin: 0;
  padding: 0;
  text-align: left !important;
}
/********** p-blProduct **********/
.p-blProduct__list {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro",
    "Noto Serif JP", serif;
  letter-spacing: 0;
}

[data-browse-mode="P"] .p-blProduct__list {
  font-size: 15px;
  margin-top: 150px;
  margin-left: 534px;
}

[data-browse-mode="S"] .p-blProduct__list {
  font-size: 16px;
  margin-top: 32px;
  margin-left: 32px;
}

[data-browse-mode="P"] .p-blProduct__body {
  margin-top: 30px;
}

[data-browse-mode="S"] .p-blProduct__body {
  margin-top: 120px;
}

[data-browse-mode="P"] .p-blProduct__body.-md-left-space {
  padding-left: 66px;
}

.p-blProduct__sample {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

[data-browse-mode="P"] .p-blProduct__sample {
  gap: 15px;
}

[data-browse-mode="S"] .p-blProduct__sample {
  gap: 0 10px;
}

[data-browse-mode="P"] .p-blProduct__sample > li {
  width: 218px;
}

[data-browse-mode="S"] .p-blProduct__sample > li {
  margin-left: auto;
  margin-right: auto;
}

[data-browse-mode="P"] .p-blProduct + .p-blProduct {
  margin-top: 330px;
}

[data-browse-mode="S"] .p-blProduct + .p-blProduct {
  margin-top: 290px;
}

.p-blProduct .c-blLink.-image {
  position: relative;
}

.p-blProduct .c-blLink.-image::after {
  aspect-ratio: 1;
  background: url(/img/usr/blacklabel/top/2024/fw/winter/ico-shopping.webp) 0 0
    no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

[data-browse-mode="P"] .p-blProduct .c-blLink.-image::after {
  bottom: 9px;
  right: 9px;
}

[data-browse-mode="S"] .p-blProduct .c-blLink.-image::after {
  bottom: 12px;
  right: 12px;
}

.p-blProduct .c-blLink.-image.-invalid::after {
  display: none;
}

[data-browse-mode="P"] .p-blProduct .c-blLink.-image::after {
  width: 23px;
}

[data-browse-mode="S"] .p-blProduct .c-blLink.-image::after {
  width: min(20/300 * 100vw, 40px);
}

/*----- 個別設定 -----*/
/* type-01 */
[data-browse-mode="P"] .p-blProduct__sample.-type-01 {
  gap: 2px;
  margin-top: 90px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 > li:nth-child(1) {
  width: 218px;
  margin-left: 70px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 > li:nth-child(2) {
  width: 354px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 > li:nth-child(3) {
  width: 218px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 > li:nth-child(4) {
  width: 435px;
  margin-left: 0;
  margin-top: 118px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 > li:nth-child(5) {
  width: 302px;
  margin-left: 0;
  margin-top: -425px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 .p-blProduct__list {
  font-size: 15px;
  margin-top: 20px;
  margin-left: 24px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 > li:nth-child(6) {
  margin-top: 118px;
  width: 218px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-01 > li:nth-child(7) {
  margin-left: auto;
  width: 350px;
  margin-top: -2px;
}

[data-browse-mode="S"] .p-blProduct__body.-type-01 {
  margin-top: 88px;
}
[data-browse-mode="S"] .p-blProduct__list.-type-01 {
  font-size: 16px;
  margin-top: 45px;
  margin-left: calc(18 / 300 * 100%);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-01 > li:nth-child(1) {
  margin-top: 0;
  width: 100% !important;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-01 > li:nth-child(2),
[data-browse-mode="S"] .p-blProduct__sample.-type-01 > li:nth-child(3) {
  margin-top: 4px;
  width: 100% !important;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-01 > li:nth-child(4) {
  margin-top: 70px;
  width: var(--product-sm-width-medium);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-01 > li:nth-child(5) {
  display: none;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-01 > li:nth-child(6) {
  margin-top: 70px;
}

/* type-02 */
[data-browse-mode="P"] .p-blProduct.-type-02 {
  margin-top: 223px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-02 > li:nth-child(3) {
  width: 354px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-02 > li:nth-child(4) {
  margin-left: 233px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-02 > li:nth-child(5) {
  width: unset;
}

[data-browse-mode="S"] .p-blProduct.-type-02 {
  margin-top: 360px;
}
[data-browse-mode="S"] .p-blProduct__list.-type-02 {
  font-size: 16px;
  margin-top: 120px;
  margin-left: calc(32 / 300 * 100%);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-02 > li:nth-child(1) {
  width: var(--product-sm-width-medium);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-02 > li:nth-child(2) {
  width: var(--product-sm-width-medium);
  margin-top: 24px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-02 > li:nth-child(3) {
  margin-top: 24px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-02 > li:nth-child(4) {
  width: var(--product-sm-width-basic);
  margin-top: 40px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-02 > li:nth-child(5) {
  width: 100% !important;
  padding-right: unset;
  margin-top: 28px;
}

/* type-03 */
[data-browse-mode="P"] .p-blProduct.-type-03 {
  margin-top: 272px;
}
[data-browse-mode="P"] .p-blProduct__list.-type-03 {
  margin-top: 122px;
  margin-left: 448px;
  width: 354px;
}
[data-browse-mode="P"] .p-blProduct__body.-md-left-space.-type-03 {
  padding-left: 86px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 {
  position: relative;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 > li {
  margin-top: auto !important;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 {
  gap: 6px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 > li:nth-child(1) {
  margin-left: 0;
  position: absolute;
  top: -35px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 > li:nth-child(2) {
  margin-left: 0;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 > li:nth-child(3) {
  width: 218px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 > li:nth-child(4) {
  width: 354px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 > li:nth-child(5) {
  margin-left: 99px;
  margin-right: 0 !important;
  width: 343px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-03 > li:nth-child(6) {
  margin-right: 0;
  margin-left: 0;
  width: 426px;
}

[data-browse-mode="S"] .p-blProduct.-type-03 {
  margin-top: 345px;
}
[data-browse-mode="S"] .p-blProduct__body.-type-03 {
  margin-top: 30px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-03 {
  position: relative;
}
[data-browse-mode="S"] .p-blProduct__list.-type-03 {
  margin-top: 55px;
  margin-left: 0;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-03 > li:nth-child(1) {
  order: 3;
  margin-left: calc(116 / 300 * 100%);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-03 > li:nth-child(2) {
  order: 1;
  width: calc(220 / 300 * 100%);
  padding-left: calc(18 / 300 * 100%);
  margin: 0;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-03 > li:nth-child(3) {
  order: 2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: calc(175 / 300 * 100%);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-03 > li:nth-child(4) {
  order: 4;
  width: 100% !important;
  margin-top: 70px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-03 > li:nth-child(5) {
  order: 5;
  width: 100% !important;
  margin-top: 10px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-03 > li:nth-child(6) {
  order: 6;
  width: 100% !important;
  margin-top: 10px;
  padding-left: 0;
}

/* type-04 */
[data-browse-mode="P"] .p-blProduct.-type-04 {
  margin-top: 340px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 {
  gap: 0;
}
[data-browse-mode="P"] .p-blProduct__body.-type-04 {
  margin-top: 116px;
}
[data-browse-mode="P"] .p-blProduct__list.-type-04 {
  margin-top: 0;
  margin-left: 58px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(1) {
  width: 253px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(2) {
  width: 427px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(3) {
  width: 263px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(4) {
  width: 435px;
  margin-left: 0;
  margin-top: 118px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(5) {
  width: 300px;
  margin-top: -200px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(6) {
  margin-left: 7px;
  width: 218px;
  margin-top: 118px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(7) {
  margin-top: 3px;
  margin-left: 0;
  width: 218px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(8) {
  margin-top: 3px;
  margin-right: 3px;
  margin-left: auto;
  width: 218px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-04 > li:nth-child(9) {
  margin-top: 3px;
}
[data-browse-mode="S"] .p-blProduct.-type-04 {
  margin-top: 336px;
}
[data-browse-mode="S"] .p-blProduct__body.-type-04 {
  margin-top: 56px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 {
  gap: 0;
}
[data-browse-mode="S"] .p-blProduct__list.-type-04 {
  margin-top: 55px;
  margin-left: 32px;
  margin-bottom: 50px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(1) {
  order: 1;
  width: calc(221 / 300 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(2) {
  order: 2;
  width: calc(112 / 300 * 100%);
  margin-left: 0;
  margin-top: 82px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(3) {
  order: 3;
  width: calc(185 / 300 * 100%);
  margin-top: auto;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(4) {
  order: 5;
  padding-left: 0;
  width: 100%;
  margin-top: 0;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(5) {
  order: 4;
  margin: 0;
  width: var(--product-sm-width-medium);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(6) {
  order: 6;
  margin-top: 50px;
  width: calc(212 / 300 * 100%);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(7) {
  order: 7;
  margin-top: 93px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(8) {
  order: 8;
  width: calc(245 / 300 * 100%);
  margin-top: 40px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-04 > li:nth-child(9) {
  order: 9;
  margin-top: 30px;
}

/* type-05 */
[data-browse-mode="P"] .p-blProduct.-type-05 {
  margin-top: 428px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-05 {
  gap: 15px;
}
[data-browse-mode="P"] .p-blProduct__body.-type-05 {
  margin-top: 0;
}
[data-browse-mode="P"] .p-blProduct__list.-type-05 {
  margin-top: 130px;
  margin-left: 534px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-05 > li:nth-child(1) {
  margin-left: -66px;
  margin-bottom: 18px;
  width: unset;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-05 > li:nth-child(2) {
  margin-left: 0;
  width: 218px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-05 > li:nth-child(3) {
  margin-left: 0;
  width: 218px;
}
[data-browse-mode="P"] .p-blProduct__sample.-type-05 > li:nth-child(4) {
  margin-left: 0;
  width: 355px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-05 > li:nth-child(5) {
  margin-left: 233px;
  width: 218px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-05 > li:nth-child(6) {
  width: 218px;
  margin-left: 0;
}

[data-browse-mode="S"] .p-blProduct.-type-05 {
  margin-top: 233px;
}
[data-browse-mode="S"] .p-blProduct__body.-type-05 {
  margin-top: 0;
}
[data-browse-mode="S"] .p-blProduct__list.-type-05 {
  margin-top: 38px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-05 > li:nth-child(1) {
  order: 3;
  margin-left: 0;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-05 > li:nth-child(2) {
  order: 1;
  margin-top: 120px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-05 > li:nth-child(3) {
  order: 2;
  margin-top: 30px;
  padding-left: 0;
  width: calc(250 / 300 * 100%);
}
[data-browse-mode="S"] .p-blProduct__sample.-type-05 > li:nth-child(4) {
  order: 4;
  width: 100%;
  padding-right: 0;
  margin-top: 40px;
}
[data-browse-mode="S"] .p-blProduct__sample.-type-05 > li:nth-child(5) {
  order: 5;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
  width: calc(174 / 300 * 100%);
}

/* fall add---- */

/* type-06 */
[data-browse-mode="P"] .p-blProduct__sample.-type-06 > li:nth-child(3) {
  width: 428px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-06 > li:nth-child(4) {
  margin-left: 233px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-06 > li:nth-child(6) {
  width: 450px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-06 > li:nth-child(1),
[data-browse-mode="S"] .p-blProduct__sample.-type-06 > li:nth-child(2) {
  width: var(--product-sm-width-basic);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-06 > li:nth-child(2) {
  margin-top: 35px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-06 > li:nth-child(3) {
  margin-top: 40px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-06 > li:nth-child(4),
[data-browse-mode="S"] .p-blProduct__sample.-type-06 > li:nth-child(5) {
  margin-top: 70px;
  width: var(--product-sm-width-col2);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-06 > li:nth-child(6) {
  margin-top: 10px;
}

/* type-07 */
[data-browse-mode="P"] .p-blProduct__sample.-type-07 > li:nth-child(3) {
  width: 428px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-07 > li:nth-child(4) {
  margin-left: 233px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-07 > li:nth-child(6) {
  margin-left: -15px;
  width: 210px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-07 > li:nth-child(7) {
  width: 450px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(1),
[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(2) {
  width: var(--product-sm-width-col2);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(3) {
  margin-top: 10px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(4),
[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(5),
[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(6),
[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(7) {
  margin-top: 10px;
  width: var(--product-sm-width-medium);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(5),
[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(6) {
  padding-right: calc(96 / 270 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-07 > li:nth-child(4) {
  margin-top: 15px;
}

/* type-08 */
[data-browse-mode="P"] .p-blProduct__sample.-type-08 > li:nth-child(3) {
  width: 428px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-08 > li:nth-child(4) {
  margin-right: 65px;
  width: 153px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-08 > li:nth-child(6) {
  margin-left: 59px;
  width: 369px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-08 > li:nth-child(7) {
  width: 450px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(1),
[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(2),
[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(4),
[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(5) {
  width: var(--product-sm-width-basic);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(2) {
  margin-top: 35px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(3) {
  margin-top: 40px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(4) {
  margin-top: 70px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(5) > span {
  display: block;
  margin-left: calc(-20 / 170 * 100%);
  margin-right: calc(20 / 170 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(6),
[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(7) {
  margin-top: 30px;
  width: var(--product-sm-width-col2);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(6) {
  padding-left: calc(27 / 300 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(7) {
  padding-right: calc(27 / 300 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-08 > li:nth-child(8) {
  margin-top: 30px;
  padding-left: calc(27 / 300 * 100%);
  padding-right: calc(27 / 300 * 100%);
}

/* type-09 */
[data-browse-mode="P"] .p-blProduct__sample.-type-09 > li:nth-child(3),
[data-browse-mode="P"] .p-blProduct__sample.-type-09 > li:nth-child(5) {
  width: 428px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-09 > li:nth-child(4) {
  margin-left: 233px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-09 > li:nth-child(6) {
  margin-left: 109px;
  width: 342px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(1),
[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(2) {
  width: var(--product-sm-width-basic);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(2) {
  margin-top: 35px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(3),
[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(4) {
  margin-top: 40px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(4) {
  padding-left: calc(15 / 300 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(5) {
  margin-bottom: calc(-15 / 300 * 100vw);
  margin-left: 0;
  margin-top: 55px;
  padding-left: calc(15 / 300 * 100%);
  position: relative;
  width: calc(111 / 300 * 100%);
  z-index: 1;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-09 > li:nth-child(6) {
  width: calc(224 / 300 * 100%);
}

/* type-10 */
[data-browse-mode="P"] .p-blProduct__sample.-type-10 > li:nth-child(1) {
  margin-left: -66px;
  width: 517px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-10 > li:nth-child(2) {
  width: 428px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-10 > li:nth-child(5) {
  width: 210px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-10 > li:nth-child(6) {
  margin-left: -15px;
}

[data-browse-mode="P"] .p-blProduct__sample.-type-10 > li:nth-child(7) {
  margin-left: 233px;
  width: 342px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(2) {
  margin-top: 30px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(3),
[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(4),
[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(5),
[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(6) {
  width: var(--product-sm-width-col2);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(3),
[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(4) {
  margin-top: 40px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(5),
[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(6) {
  margin-top: 10px;
}

[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(3),
[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(5) {
  padding-left: calc(27 / 300 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(4),
[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(6) {
  padding-right: calc(27 / 300 * 100%);
}

[data-browse-mode="S"] .p-blProduct__sample.-type-10 > li:nth-child(7) {
  margin-top: 55px;
  width: calc(144 / 300 * 100%);
}

/* blBrand---- */
.p-blBrand {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 130px;
  border-top: #000 1px solid;
}

[data-browse-mode="P"] .p-blBrand {
  font-size: 15px;
  margin-bottom: 130px;
}

[data-browse-mode="S"] .p-blBrand {
  font-size: 12px;
  line-height: 2;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 38px;
  padding-right: 38px;
}

.p-blBrand__text {
  margin-left: auto;
  margin-right: auto;
}

[data-browse-mode="S"] .p-blBrand__text {
  padding-top: 40px;
}

/* blAbout---- */
[data-browse-mode="P"] .p-blAbout {
  padding-left: 60px;
  padding-right: 60px;
}

[data-browse-mode="P"] .p-blAbout .c-blText {
  margin-top: 60px;
}

/* blShopList---- */
[data-browse-mode="P"] .p-blStore {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: center;
  line-height: 2;
  margin-top: 40px;
}

[data-browse-mode="S"] .p-blStore {
  align-items: center;
  display: flex;
  justify-content: center;
}

[data-browse-mode="S"] .p-blStore__button {
  margin-top: 3em;
  text-align: center;
}

[data-browse-mode="P"] .p-blStore__button + .p-blStore__button {
  margin-left: 20px;
}

[data-browse-mode="S"] .p-blStore__button + .p-blStore__button {
  margin-left: 28px;
}

/* blSns---- */
[data-browse-mode="P"] .p-blSns {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 40px auto 0;
}
[data-browse-mode="S"] .p-blSns {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 3em auto 0;
}
[data-browse-mode="P"] .p-blSns img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
[data-browse-mode="S"] .p-blSns img {
  width: 50px;
  height: auto;
}

/* ******************************************
    utility
****************************************** */
/* display */
[data-browse-mode="P"] .u-blD-md-none,
[data-browse-mode="S"] .u-blD-sm-none {
  display: none;
}

/* margin */
[data-browse-mode="P"] .u-blMt-md-140 {
  margin-top: 140px;
}
[data-browse-mode="S"] .u-blMt-md-140 {
  margin-top: 140px;
}

/* width */
[data-browse-mode="P"] .u-blW-md-720 {
  width: 720px;
}

[data-browse-mode="P"] .u-blW-md-924 {
  width: 924px;
}

.u-blAlign-start {
  align-items: flex-start !important;
}

.u-blBg-black {
  background-color: #111;
}

.u-blText-white {
  color: #fff;
}

.u-blText-center {
  text-align: center;
}

.u-blText-right {
  text-align: right;
}

.u-blText-left {
  text-align: left;
}

.u-blFont-oswald {
  font-family: "Oswald";
}

.u-blFont-notoSansJp {
  font-family: "Noto Sans JP";
}

.block-top-event-title,
.block-top-event--ranking {
  display: none;
}

.u-blMd-mb-200 {
  margin-bottom: 200px;
}

.u-blMd-pt-0 {
  padding-top: 0px !important;
}
