@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

/*--帯バナー非表示用--*/
.h_bar, #beltbnr {
	display: none;
}

#specialty {
  overflow: hidden;
}

#specialty a {
  text-decoration: none;
}

#specialty a:hover img {
  opacity: 1 !important;
}

#specialty figure {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #specialty {
    margin-top: 6px;
  }
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 429px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .sp {
    display: none;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

/* =====================================================
    FONT
===================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --font-size-8: min(1.8604651162790697vw, 8px);
  --font-size-10: min(2.3255813953488373vw, 10px);
  --font-size-12: min(2.7906976744186047vw, 12px);
  --font-size-14: min(3.255813953488372vw, 14px);
  --font-size-16: min(3.7209302325581395vw, 16px);
  --font-size-18: min(4.186046511627907vw, 18px);
  --font-size-20: min(4.651162790697675vw, 20px);
  --font-size-22: min(5.116279069767442vw, 22px);
  --font-size-24: min(5.5813953488372094vw, 24px);
  --font-size-26: min(6.046511627906977vw, 26px);
  --font-size-28: min(6.511627906976744vw, 28px);
  --font-size-30: min(6.976744186046512vw, 30px);
  --font-size-40: min(9.30232558139535vw, 40px);
  --font-size-50: min(11.627906976744185vw, 50px);
  --font-size-60: min(13.953488372093023vw, 60px);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.noto-serif-jp-700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-500 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-700 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.eb-garamond-500 {
  font-family: "eb-garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.eb-garamond-700 {
  font-family: "eb-garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.neue-haas-grotesk-display-600 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
}


/* =====================================================
    KV
===================================================== */
.kv_inner {
  width: 100%;
  margin: 0 auto;
}

.kv_inner h2 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}


/* =====================================================
    LEAD
===================================================== */
.lead_inner {
  width: calc(100% - 30px * 2);
  margin: 30px auto 0;
}

.lead_inner p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead_inner {
    width: 100%;
    max-width: 900px;
    margin: 60px auto 0;
  }

  .lead_inner p {
    text-align: center;
  }
}


/* =====================================================
    SHIRT/POLO
===================================================== */
#shirt, 
#polo {
  width: 100%;
  margin: 60px auto 0;
}

.title_inner p {
  font-size: var(--font-size-50);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.title_inner h3 {
  font-size: var(--font-size-24);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item_inner {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
}

.item_inner .txt_area {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
}

.item_inner .txt_area h4 {
  font-size: var(--font-size-20);
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item_inner .txt_area p {
  padding-top: 30px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.point_inner {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}

.point_inner .point_title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  padding: 9px 34px 8px 24px;
  border: 1px solid #999999;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.point_inner .point_title span {
  font-size: var(--font-size-18);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.point_inner .point_title span:nth-of-type(2) {
  padding-top: 3px;
}

.point_inner .point_box {
  width: calc(100% - 40px * 2);
  margin: -20px auto 0;
  padding: 40px 25px;
  border: 1px solid #999999;
  position: relative;
  z-index: 1;
}

.point_inner .point_box h5 {
  font-size: var(--font-size-18);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.point_inner .point_box div {
  margin-top: 30px;
}

.point_inner .point_box p {
  padding-top: 30px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.credit_inner {
  width: 100%;
  margin: 40px auto 0;
  padding: 30px 0;
  background: #000000;
}

.credit_inner .credit_name {
  font-size: var(--font-size-24);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.credit_inner .credit_price {
  padding-top: 10px;
  font-size: var(--font-size-16);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.credit_inner .credit_size {
  padding-top: 20px;
  font-size: var(--font-size-14);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.credit_inner .credit_color {
  padding-top: 20px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.credit_inner .color_chip {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.credit_inner .color_chip a {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

#shirt .credit_inner .color_chip li:nth-of-type(1) a {
  background: #ffffff;
}

#shirt .credit_inner .color_chip li:nth-of-type(2) a {
  background: #8B8680;
}

#shirt .credit_inner .color_chip li:nth-of-type(3) a {
  background: #4E4449;
}

#shirt .credit_inner .color_chip li:nth-of-type(4) a {
  background: #C49961;
}

#shirt .credit_inner .color_chip li:nth-of-type(5) a {
  background: #B7410E;
}

#shirt .credit_inner .color_chip li:nth-of-type(6) a {
  background: #F3D95B;
}

#shirt .credit_inner .color_chip li:nth-of-type(7) a {
  background: #90EE90;
}

#shirt .credit_inner .color_chip li:nth-of-type(8) a {
  background: #ABE1FA;
}

#shirt .credit_inner .color_chip li:nth-of-type(9) a {
  background: #1F2E55;
}

#polo .credit_inner .color_chip li:nth-of-type(1) a {
  background: #ffffff;
}

#polo .credit_inner .color_chip li:nth-of-type(2) a {
  background: #8B8680;
}

#polo .credit_inner .color_chip li:nth-of-type(3) a {
  background: #000000;
}

#polo .credit_inner .color_chip li:nth-of-type(4) a {
  background: #C49961;
}

#polo .credit_inner .color_chip li:nth-of-type(5) a {
  background: #932E44;
}

#polo .credit_inner .color_chip li:nth-of-type(6) a {
  background: #90EE90;
}

#polo .credit_inner .color_chip li:nth-of-type(7) a {
  background: #ABE1FA;
}

#polo .credit_inner .color_chip li:nth-of-type(8) a {
  background: #1F2E55;
}

.credit_inner .credit_btn {
  width: 180px;
  margin: 30px auto 0;
  text-align: center;
}

.credit_inner .credit_btn a {
  font-size: var(--font-size-18);
  line-height: 1;
  color: #000000;
  text-align: center;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  padding: 5px 0;
  border-radius: 50px;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.credit_inner .credit_btn a:hover {
  color: #ffffff;
  background: #000000;
}

.style_inner {
  width: 100%;
  margin: 60px auto 0;
}

.style_inner h3 {
  font-size: var(--font-size-24);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.style_inner .style_box {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
}

.style_inner .style_box .style_txt {
  margin-top: 75px;
}

.style_inner .style_box .style_txt h4 {
  font-size: var(--font-size-16);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  position: relative;
}

.style_inner .style_box .style_txt h4::before {
  content: "";
  display: block;
  width: 45px;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#shirt .style_inner .style_box .style_txt h4.title_icon01::before {
  left: 10.81%;
  background-image: url(/campaign/2026/shipsm_0507/images/style_icon01.png);
}

#shirt .style_inner .style_box .style_txt h4.title_icon02::before {
  left: 8.91%;
  background-image: url(/campaign/2026/shipsm_0507/images/style_icon02.png);
}

#shirt .style_inner .style_box .style_txt h4.title_icon03::before {
  left: 8.91%;
  background-image: url(/campaign/2026/shipsm_0507/images/style_icon03.png);
}

#polo .style_inner .style_box .style_txt h4.title_icon01::before {
  left: 10.81%;
  background-image: url(/campaign/2026/shipsm_0507/images/style_icon01.png);
}

#polo .style_inner .style_box .style_txt h4.title_icon02::before {
  left: 4.59%;
  background-image: url(/campaign/2026/shipsm_0507/images/style_icon02.png);
}

#polo .style_inner .style_box .style_txt h4.title_icon03::before {
  left: 8.64%;
  background-image: url(/campaign/2026/shipsm_0507/images/style_icon03.png);
}

.style_inner .style_box .style_txt p {
  padding-top: 30px;
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.style_inner .style_box .style_txt .credit_area {
  width: 100%;
  margin: 20px auto 0;
}

.style_inner .style_box .style_txt .credit_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.style_inner .style_box .style_txt .credit_list:nth-of-type(n+2) {
  margin-top: 5px;
}

.style_inner .style_box .style_txt .credit_name a {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.style_inner .style_box .style_txt .credit_btn a {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
  background: #000000;
  border: 1px solid #000000;
}

.style_inner .style_box .style_txt .credit_btn a:hover {
  color: #000000;
  background: #ffffff;
}

.style_inner .style_box .style_txt .credit_btn a.disable {
  color: #333333;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

.column_inner {
  width: 100%;
  margin: 60px auto 0;
  padding: 40px 0;
  background: #000000;
}

.column_inner .title_area {
  width: calc(100% - 50px * 2);
  margin: 0 auto;
}

.column_inner .title_area p {
  font-size: var(--font-size-12);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.column_inner .title_area h3 {
  padding-top: 5px;
  font-size: var(--font-size-24);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.column_inner .img_area {
  width: calc(100% - 50px * 2);
  margin: 30px auto 0;
}

.column_inner .txt_area {
  width: calc(100% - 50px * 2);
  margin: 30px auto 0;
}

.column_inner .txt_area p {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.column_inner .credit_area {
  width: calc(100% - 50px * 2);
  margin: 30px auto 0;
}

.column_inner .credit_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column_inner .credit_name a {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.column_inner .credit_btn a {
  font-size: var(--font-size-14);
  line-height: 2;
  color: #000000;
  text-align: center;
  padding: 0 8px;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
  background: #ffffff;
  border: 1px solid #ffffff;
}

.column_inner .credit_btn a:hover {
  color: #ffffff;
  background: #000000;
}

.column_inner .credit_btn a.disable {
  color: #333333;
  background: #eeeeee;
  border: 1px solid #eeeeee;
}

@media only screen and (min-width: 768px) {
  .item_inner {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .item_inner .img_area {
    width: 65%;
  }

  .item_inner .txt_area {
    width: 35%;
    margin: 0;
  }

  .point_inner {
    width: 500px;
    margin: 40px auto 0;
  }

  .point_inner .point_box {
    width: 100%;
    padding: 40px 50px;
  }

  .credit_inner {
    margin: 80px auto 0;
  }

  .style_inner {
    margin: 120px auto 0;
  }

  .style_inner .style_box {
    width: 900px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .style_inner .style_box .style_slider {
    width: 50%;
  }

  .style_inner .style_box .style_txt {
    width: 50%;
    margin: 0;
  }

  .style_inner .style_box.style01 .style_slider, 
  .style_inner .style_box.style03 .style_slider {
    order: 1;
  }

  .style_inner .style_box.style01 .style_txt, 
  .style_inner .style_box.style03 .style_txt {
    order: 2;
  }

  .style_inner .style_box.style02 .style_slider {
    order: 2;
  }

  .style_inner .style_box.style02 .style_txt {
    order: 1;
  }

  .column_inner {
    margin: 120px auto 0;
  }

  .column_inner .title_area, 
  .column_inner .img_area, 
  .column_inner .txt_area, 
  .column_inner .credit_area {
    width: 430px;
  }
}


/* =====================================================
    SWIPER
===================================================== */
.swiper-area {
  position: relative;
}

.js-swiper-pagination {
  bottom: -35px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background: #EEEEEE;
  /* border: 1px solid #000000; */
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000000;
}


/* =====================================================
    OTHER BUTTON
===================================================== */
.other_btn {
  width: 320px;
  margin: 80px auto;
  text-align: center;
}

.other_btn a {
  font-size: var(--font-size-16);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  padding: 8px 0;
  display: block;
  background: #ffffff;
  border: 1px solid #000000;
}

.other_btn a:hover {
  color: #ffffff;
  background: #000000;
}

@media only screen and (min-width: 768px) {
  .other_btn {
    width: 100%;
    max-width: 400px;
  }
}


/* =====================================================
    ANIMATION
===================================================== */
.js-fadein {
  opacity: 0;
  transition: opacity 1s ease;
}

.js-fadein.is-active {
  opacity: 1;
}