@charset "UTF-8";
/* -----------------------------------------------------------------------
## Base ##################################################
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

/* -----------------------------------------------------------------------
## Font ##################################################
----------------------------------------------------------------------- */

.red {
  color: #db2626; }

.blue {
  color: #0e71ad; }

.number {
  font-size: 32px; }

.lp-pantsday {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.5em; }
  @media screen and (max-width: 767px) {
    .lp-pantsday {
      font-size: 16px; } }

.bold {
  font-weight: bold; }

.center {
  text-align: center; }

/* -----------------------------------------------------------------------
## Common ##################################################
----------------------------------------------------------------------- */
.pantsday_wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .pantsday_wrapper {
      width: 92%; } }

.pantsday_section {
  padding: 5rem 0; }
  @media screen and (max-width: 767px) {
    .pantsday_section {
      padding: 40px 0; } }
  .pantsday_section.top {
    padding-bottom: 0; }

.pantsday_title {
  margin: 0 auto 30px; }
  @media screen and (max-width: 767px) {
    .pantsday_title {
      margin: 0 auto 20px; } }

/* -----------------------------------------------------------------------
## parts ##################################################
----------------------------------------------------------------------- */
/* -----------------------------------------------------------------------
## main ##################################################
----------------------------------------------------------------------- */
.lp-main.pc {
  display: block; }
.lp-main.sp {
  display: none; }
@media screen and (max-width: 767px) {
  .lp-main.pc {
    display: none; }
  .lp-main.sp {
    display: block;
    position: relative; }
    .lp-main.sp img {
      width: 100%; }
    .lp-main.sp .app-btn {
      position: absolute;
      top: 5%;
      right: 1%;
      width: 100px;
      z-index: 9999; } }
.lp-main .mv_Area {
  width: 100%;
  /*height: 430px;*/
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  /* 水平中央 */
  align-items: center; }
  @media screen and (max-width: 767px) {
    .lp-main .mv_Area {
      height: auto; } }
  .lp-main .mv_Area .bg-left {
    position: absolute;
    top: 0;
    width: 380px;
    /* 必要に応じて調整 */
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    left: 0;
    background-image: url("/lp/pantsday/2025/images/mv_bg_left.png"); }
  .lp-main .mv_Area .bg-right {
    position: absolute;
    top: 0;
    width: 410px;
    /* 必要に応じて調整 */
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    right: 0;
    background-image: url("/lp/pantsday/2025/images/mv_bg_right.png"); }
  .lp-main .mv_Area .illust-left {
    position: absolute;
    width: 210px;
    z-index: 0;
    bottom: 0;
    left: 40%;
    transform: translateX(-320px); }
  .lp-main .mv_Area .illust-right {
    position: absolute;
    width: 280px;
    z-index: 0;
    bottom: 0;
    right: 40%;
    transform: translateX(370px); }
  .lp-main .mv_Area .app-btn {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(270px);
    width: 160px;
    z-index: 200; }
    @media screen and (min-width: 1600px) {
      .lp-main .mv_Area .app-btn {
        transform: translateX(300px); } }
  .lp-main .mv_Area .mv_ttl {
    width: auto;
    height: 29vw;
    object-fit: cover;
    /* 横長画像が上下トリミングされて、親にぴったり収まる */
    object-position: center;
    display: block;
    max-height: 440px;
    max-width: 1920px;
    z-index: 100; }

.lp-main h1 {
	position: relative;
	height: 440px;
	background: url(/lp/pantsday/2026/images/pc_bg.jpg) 50% 0/1920px 440px no-repeat;
}
.lp-main h1 picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	left: -700px;
	width: 533px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 110px
}

/* -----------------------------------------------------------------------
## nav ##################################################
----------------------------------------------------------------------- */
#lp-nav {
  background-color: #fff6e5;
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    #lp-nav {
      padding: 5rem 0; } }

  #lp-nav h2 {
    margin: 0 auto;
    width: 40%;
    text-align: center; }
  @media screen and (max-width: 767px) {
    #lp-nav h2 {
      width: 90%; } }
  #lp-nav .btnArea {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0 0; }
    #lp-nav .btnArea li a {
      display: block;
      font-weight: 700;
      position: relative;
      color: #fff;
      width: 300px;
      text-align: center;
      font-size: 1.5rem;
      padding: 1.5rem; }
    #lp-nav .btnArea li a:after {
      pointer-events: none;
      content: '\EA03';
      font-family: iconfont, sans-serif;
      font-style: normal;
      font-variant: normal;
      font-weight: 700;
      text-decoration: none;
      text-transform: none;
      vertical-align: middle;
      line-height: 1;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      position: absolute;
      right: 1rem;
      top: 50%;
      margin-top: -.5em;
      transform: rotate(90deg);
      overflow: hidden;
      color: #fff; }
    #lp-nav .btnArea .mens_btn {
      background-color: #0e71ad; }
    #lp-nav .btnArea .ladies_btn {
      background-color: #e95038; }
    @media screen and (max-width: 767px) {
      #lp-nav .btnArea li {
        width: 100%; }
      #lp-nav .btnArea li a {
        font-size: 1.8rem;
        width: 100%; }
      #lp-nav .btnArea li a:after {
        font-weight: 500;
      }
    }

/* -----------------------------------------------------------------------
## intro ##################################################
----------------------------------------------------------------------- */

#lp-intro {
    text-align: center; }
  #lp-intro .textArea {
      margin: 3rem 0; }
  @media screen and (max-width: 767px) {
    #lp-intro .textArea {
      margin: 4rem 0; }
  }
  #lp-intro p {
      margin: 2rem 0; }
    #lp-intro p span {
        background: linear-gradient(transparent 60%, #f8eab2 40%);
        font-weight: bold; }
/* -----------------------------------------------------------------------
## item ##################################################
----------------------------------------------------------------------- */

.lp-item {
  text-align: center; }

  .lp-item.mens {
    background-color: #edfbff; }
  .lp-item.ladies {
    background-color: #fdebeb; }
  .lp-item h2 {
    position: relative;
    padding: 0 5rem;
    margin: 0 0 5rem;
    font-size: 3rem; }
  .lp-item h2.h2_mens {
    color: #0e71ad; }
  .lp-item h2.h2_ladies {
    color: #e95038; }

    .lp-item h2:before,
    .lp-item h2:after {
      content:"";
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 25rem;
      height: 0.2rem; }
    .lp-item h2:before {
      margin-left: 10rem;
      left: 0;}
    .lp-item h2:after {
      margin-right: 10rem;
      right: 0;}
    .lp-item h2.h2_mens:before,
    .lp-item h2.h2_mens:after {
      background-color: #0e71ad;}
    .lp-item h2.h2_ladies:before,
    .lp-item h2.h2_ladies:after {
      width: 22rem;
      background-color: #e95038; }

      @media screen and (max-width: 767px) {
        .lp-item h2 {
          margin: 0 0 3rem; }
        .lp-item h2:before {
          margin-left: 1rem; }
        .lp-item h2:after {
          margin-right: 1rem; }
        .lp-item h2.h2_mens:before,
        .lp-item h2.h2_mens:after {
          width: 10rem; }
        .lp-item h2.h2_ladies:before,
        .lp-item h2.h2_ladies:after {
          width: 8rem; }
      }

  .lp-item h3 {
    margin: 2rem auto;
    width: 550px; }
    @media screen and (max-width: 767px) {
      .lp-item section:not(:first-of-type) h3 {
        margin: 4rem auto 2rem; }
    }
  .lp-item .itemList {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin: 0 auto 5rem; }
    .lp-item section:last-of-type .itemList {
      margin: 0 auto; }
    .lp-item .itemList li {
      width: 48%; }
    @media screen and (max-width: 767px) {
      .lp-item .itemList {
        margin: 0 auto 1rem;
        width: 100%; }
      .lp-item .itemList li {
        width: 100%; }
    }

/* -----------------------------------------------------------------------
## vote ##################################################
----------------------------------------------------------------------- */

#lp-vote {
  padding: 5rem 0;
  background-color: #fff6e5;
  text-align: center; }

  #lp-vote .voteLink {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 0 auto;
    width: 1000px; }
    #lp-vote .voteLink li {
      width: 48%; }
      #lp-vote .voteLink li a {
        overflow: hidden; }
  @media screen and (max-width: 767px) {
    #lp-vote .voteLink {
      flex-wrap: wrap;
      width: 100%; }
      #lp-vote .voteLink li {
        width: 100%; }
  }

/* -----------------------------------------------------------------------
## floating ##################################################
----------------------------------------------------------------------- */
/*追従ボタン*/

.floating{
  position: fixed;
  z-index: 99999;
  max-width: 60px;
  display: none;
}
.floating_vote {
  position: fixed;
  z-index: 99999;
  max-width: 60px;
  top: 50%;
  transform: translateY(-50%);
  /* バナーの上下の位置 */
  right: 0;
  /* バナーの左右の位置 */
  display: none;
}

@media screen and (max-width: 767px) {
.floating_vote {
  position: fixed;
  /* 追従 */
  z-index: 99999;
  /* 他の要素の下に隠れないように */
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  top: initial;
  right: initial;
  bottom: 0;
  display: none;
  /*デフォルトで非表示にする*/
}
}

.floating_btn {
  width: 100%;
}

/* -----------------------------------------------------------------------
## Delate ##################################################
----------------------------------------------------------------------- */
.st-Breadcrumbs_Item div {
  display: inline-block; }

.st-Breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: 11px auto 15px;
  font-size: 0; }

.st-Breadcrumbs_Item {
  font-size: 11px;
  display: inline-block; }

.st-Breadcrumbs_Item:after {
  content: '＞';
  margin: 0 7px;
  color: #555; }

.st-Breadcrumbs_Item:last-child:after {
  display: none; }

.st-Breadcrumbs_Link {
  color: #7e7e7e;
  text-decoration: underline; }

.st-Breadcrumbs_Link:hover, .st-Breadcrumbs_Link:focus {
  text-decoration: none; }

.pane-contents > .container {
  width: auto; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  background: none; }
