.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

:root {
  --lp-font: "Noto Sans JP", sans-serif;
  --lp-black: #000;
  --lp-yellow: #ffdf54;
  --lp-green: #77e724;
  --lp-red: #e72424;
  --lp-white: #fff;
  --lp-width: 1000px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.lp_wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f08ccf;
  background-image: url("../img/background.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: var(--lp-black);
  font-family: var(--lp-font);
  font-weight: 700;
  letter-spacing: 0;
}

.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
  box-sizing: border-box;
  font-family: inherit;
  font-feature-settings: "palt";
}

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

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

.lp_wrap ul,
.lp_wrap ol {
  margin: 0;
  padding: 0;
}

.lp_wrap li {
  list-style: none;
}

.lp_fv {
  position: relative;
  margin: 0;
}

.lp_fv_sp_ttl {
  display: none !important;
}

.lp_inner {
  max-width: 1000px;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.lp_tab_showcase {
  padding: 82px 0 88px;
}

.lp_tab_inner {
  max-width: 1267px;
  width: calc(100% - 48px);
  margin: 0 auto;
}

.lp_tab_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}

.lp_tab_button {
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 0;
  border-radius: 36px 36px 0 0;
  background: #f08ccf;
  color: var(--lp-black);
  cursor: pointer;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: min-height .25s ease, background-color .25s ease, color .25s ease;
}

.lp_tab_button:not(.is-active) {
  min-height: 58px;
}

.lp_tab_button:not(.is-active):hover {
  min-height: 76px;
}

.lp_tab_button.is-active {
  color: var(--lp-white);
}

.lp_tab_showcase[data-active-tab="artist"] .lp_tab_button[data-tab="artist"] {
  background: var(--lp-black);
}

.lp_tab_showcase[data-active-tab="artist"] .lp_tab_panel {
  background: var(--lp-black) url("../img/background_tab.jpg") center / cover no-repeat;
}

.lp_tab_showcase[data-active-tab="life"] .lp_tab_button[data-tab="life"],
.lp_tab_showcase[data-active-tab="life"] .lp_tab_panel {
  background: #f08ccf;
}

.lp_tab_showcase[data-active-tab="life"] .lp_tab_button[data-tab="life"] {
  color: var(--lp-black);
}

.lp_tab_showcase[data-active-tab="life"] .lp_tab_button[data-tab="artist"] {
  background: var(--lp-black);
  color: var(--lp-white);
}

.lp_tab_panel {
  height: 520px;
  border-radius: 0 0 36px 36px;
}

.lp_tab_visual {
  position: relative;
  display: grid;
  height: 100%;
  align-items: center;
}

.lp_tab_visual_artist {
  grid-template-columns: .95fr 1.05fr;
  column-gap: 26px;
  padding: 54px 78px 62px;
}

.lp_tab_brand {
  display: grid;
  justify-items: center;
}

.lp_tab_logo {
  width: min(360px, 100%) !important;
  justify-self: center;
}

.lp_tab_fukusuke {
  width: min(220px, 72%) !important;
}

.lp_tab_main {
  width: min(360px, 100%) !important;
  justify-self: center;
}

.lp_tab_visual_life {
  height: 100%;
  overflow: visible;
  border-radius: 0 0 36px 36px;
  background: #f08ccf;
}

.lp_tab_life_brand {
  position: absolute;
  top: 50%;
  left: 27%;
  display: grid;
  gap: 24px;
  justify-items: center;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.lp_tab_life_logo {
  width: min(360px, 100%) !important;
}

.lp_tab_life_fukusuke {
  width: min(220px, 72%) !important;
}

.lp_tab_life_deco {
  position: absolute;
  left: 50%;
  bottom: -88px;
  width: 100vw !important;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.lp_tab_life_main {
  position: absolute;
  top: 55%;
  left: 72%;
  width: min(460px, 100%) !important;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -42%);
}

.lp_intro {
  padding: 70px 0 76px;
  background: var(--lp-yellow);
}

.lp_intro .lp_inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 58px;
  align-items: center;
}

.lp_intro_body {
  /* max-width: 520px; */
}

.lp_heading {
  margin: 0;
  color: var(--lp-black);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.45;
}

.lp_text {
  margin: 20px 0 0;
  color: var(--lp-black);
  font-size: 18px;
  line-height: 1.9;
}

.lp_text[hidden] {
  display: none;
}

.lp_artist {
  margin: 0;
}

.lp_movie {
  padding: 70px 0 70px;
}

.lp_section_head {
  display: none;
}

.lp_youtube_frame {
  position: relative;
  display: grid;
  width: min(700px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  place-items: center;
  overflow: hidden;
  background: #1d1d1d;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .32);
}

.lp_youtube_frame iframe {
  width: 100%;
  height: 100%;
}

.lp_category_nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: min(610px, 100%);
  margin: 102px auto -48px !important;
  position: relative;
  z-index: 2;
}

.lp_category_btn {
  display: grid;
  grid-template-columns: 1fr 74px;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 10px 24px 10px 36px;
  border: 4px solid var(--lp-black);
  border-radius: 12px;
  box-shadow: 0 8px 0 var(--lp-black);
  transition: transform .3s ease, box-shadow .3s ease;
}

.lp_category_btn:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 22px rgba(0, 0, 0, .24);
}

.lp_category_text {
  display: grid;
  gap: 6px;
  color: var(--lp-black);
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.lp_category_text strong {
  color: var(--lp-black);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: .9;
}

.lp_category_text small {
  color: var(--lp-black);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.lp_category_btn img {
  width: 74px;
  justify-self: center;
}

.lp_category_btn_inner {
  background: var(--lp-yellow);
}

.lp_category_btn_socks {
  background: var(--lp-green);
}

.lp_products {
  padding: 136px 0 92px;
  background-color: var(--lp-white);
  background-image: url("../img/background3.png?1");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.lp_products[hidden] {
  display: none;
}

.lp_products + .lp_products {
  padding: 60px 0;
}

.lp_title_img {
  width: min(430px, 78vw);
  margin: 0 auto 58px;
}

.lp_product_lead {
  display: none;
}

.lp_product_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px;
  max-width: 1000px;
  margin: 0 auto !important;
}

.lp_product_item {
  width: calc((100% - 88px) / 3);
  transition: transform .3s ease, box-shadow .3s ease;
}

.lp_product_item.fadein.active:hover {
  transform: translateY(-8px);
}

.lp_product_photo {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border: 2px solid var(--lp-black);
  border-radius: 8px;
  background: var(--lp-white);
}

.lp_product_photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp_product_coming {
  cursor: default;
}

.lp_product_coming img {
  opacity: 1;
}

.lp_coming_label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(170, 170, 170, .58);
  color: var(--lp-white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .24);
}

.lp_product_body {
  padding: 8px 0 0;
}

.lp_product_name {
  min-height: 3em;
  margin: 0;
  color: var(--lp-black);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.lp_product_code {
  margin: 2px 0 0;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.lp_product_note {
  margin: 0;
  color: var(--lp-red);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  text-align: right;
}

.lp_size_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 10px 0 0 !important;
}

.lp_size_links a {
  display: grid;
  min-height: 46px;
  place-items: center;
  border: 1px solid var(--lp-black);
  border-radius: 6px;
  background: var(--lp-white);
  color: var(--lp-black);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, background-color .2s ease;
}

.lp_size_links a:hover {
  transform: translateY(-3px);
  background: var(--lp-green);
}

.lp_size_links span {
  display: block;
  color: #555;
  font-size: 10px;
  font-weight: 700;
}

.fadein {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 960px) {
  .lp_intro .lp_inner {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 1000px;
  }

  .lp_intro_body,
  .lp_artist {
    max-width: 620px;
    margin: 0 auto;
  }

  .lp_artist {
    width: min(320px, 100%);
  }

  .lp_category_nav {
    gap: 24px;
    margin-top: 72px !important;
  }

  .lp_product_grid {
    gap: 28px;
  }

  .lp_product_item {
    width: calc((100% - 56px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .lp_wrap {
    background-attachment: fixed;
    background-position: center bottom;
    background-size: auto 520px;
  }

  .lp_inner {
    width: calc(100% - 32px);
  }

  .lp_fv_sp_ttl {
    position: absolute;
    top: 8.5%;
    left: 7%;
    display: block !important;
    width: 42% !important;
    max-width: 180px;
    pointer-events: none;
  }

  .lp_tab_showcase {
    padding: 42px 0 54px;
  }

  .lp_tab_inner {
    width: calc(100% - 28px);
  }

  .lp_tab_button {
    min-height: 56px;
    border-radius: 20px 20px 0 0;
    font-size: 15px;
  }

  .lp_tab_button:not(.is-active) {
    min-height: 42px;
  }

  .lp_tab_button:not(.is-active):hover {
    min-height: 56px;
  }

  .lp_tab_panel,
  .lp_tab_visual {
    height: 510px;
    border-radius: 0 0 20px 20px;
  }

  .lp_tab_visual_artist {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 28px 32px;
    align-content: center;
  }

  .lp_tab_logo {
    width: min(240px, 72%) !important;
  }

  .lp_tab_fukusuke {
    width: min(150px, 54%) !important;
  }

  .lp_tab_main {
    width: min(220px, 72%) !important;
  }

  .lp_tab_visual_life {
    height: 510px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: center;
    justify-items: center;
    padding: 26px 28px 32px;
  }

  .lp_tab_life_brand {
    position: relative;
    top: auto;
    left: auto;
    gap: 14px;
    transform: none;
  }

  .lp_tab_life_logo {
    width: min(240px, 72%) !important;
  }

  .lp_tab_life_fukusuke {
    width: min(150px, 54%) !important;
  }

  .lp_tab_life_deco {
    left: 50%;
    bottom: 0px;
    width: 100vw !important;
  }

  .lp_tab_life_main {
    position: relative;
    top: 45px;
    left: auto;
    width: min(250px, 80%) !important;
    transform: none;
  }

  .lp_intro {
    padding: 50px 0 56px;
  }

  .lp_heading {
    font-size: 20px;
  }

  .lp_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  .lp_movie {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lp_category_nav {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(320px, 100%);
    margin: 56px auto -40px !important;
  }

  .lp_category_btn {
    grid-template-columns: 1fr 68px;
    min-height: 68px;
    padding: 8px 18px 8px 28px;
    border-width: 3px;
    box-shadow: 0 6px 0 var(--lp-black);
  }

  .lp_category_text strong {
    font-size: 25px;
  }

  .lp_category_text small {
    font-size: 15px;
  }

  .lp_category_btn img {
    width: 68px;
  }

  .lp_products {
    padding: 60px 0;
    background-size: 170% auto;
  }

  .lp_products + .lp_products {
    padding-top: 48px;
  }

  .lp_title_img {
    width: min(320px, 82vw);
    margin-bottom: 34px;
  }

  .lp_product_grid {
    gap: 30px;
    max-width: 290px;
  }

  .lp_product_item {
    width: 100%;
  }
}

.copyright{
  font-size: 14px;
  text-align: center;
  background-color: #ffdf54;
  padding: 10px 0;
}
