@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#specialty {
  overflow: hidden;
}

#specialty a {
  text-decoration: none;
}

#specialty figure {
  margin: 0;
}

#specialty a:hover img {
  opacity: 1 !important;
}

/*--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);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-700 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.roboto-400 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.adobe-garamond-pro-700 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: normal;
}


/* =====================================================
    KV
===================================================== */
.kv {
  background-color: #EEEEEE;
}

.kv_inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .kv_inner {
    max-width: 1120px;
    padding: 20px 0;
  }
}


/* =====================================================
    ITEMS
===================================================== */
.items {
  background-color: #000000;
  padding: 40px 0 60px;
}

@media only screen and (min-width: 768px) {
  .items {
    padding: 80px 0 120px;
  }
}


/* =====================================================
    LEAD
===================================================== */
.lead_inner {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}

.lead_text {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #FFFFFF;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead_inner {
    max-width: 900px;
  }

  .lead_text {
    text-align: center;
  }
}


/* =====================================================
    ITEM ACCESSORY/CAP/WATCH/BAG
===================================================== */
.img_inner {
  margin: 60px auto 0;
}

.img_inner .img_main {
  width: 100%;
  min-width: 0;
  margin: 60px auto 0;
}

.img_inner .img_sub {
  position: relative;
  width: 100%;
  max-width: 430px;
  min-width: 0;
  margin: 40px 0 0 auto;
}

.cap .img_inner .img_sub, 
.bag .img_inner .img_sub {
  margin: 70px 0 0 auto;
}

.img_inner .img_sub h3 {
  position: absolute;
  z-index: 10;
}

.accessory .img_inner .img_sub h3, 
.cap .img_inner .img_sub h3 {
  top: 0;
  left: 14%;
  padding-top: 20px;
}

.watch .img_inner .img_sub h3, 
.bag .img_inner .img_sub h3 {
  bottom: 0;
  left: 14%;
  padding-bottom: 20px;
}

.img_inner .img_sub div {
  width: 81.39%;
  margin: 0 0 0 auto;
}

.caption_inner {
  width: calc(100% - 30px * 2);
  margin: 60px auto 0;
}

.caption_inner h4 {
  font-size: min(5.116279069767442vw, 22px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.caption_inner p {
  padding-top: 20px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #ffffff;
  text-align: justify;
  margin-block: var(--leading-trim);
}

.recommend_inner {
  width: 100%;
  margin: 60px auto 0;
}

.recommend_inner h5 {
  font-size: min(5.116279069767442vw, 22px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.thumb_inner {
  width: 100%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 14px;
}

.thumb_label {
  padding: 8px 5px 0;
  font-size: min(2.3255813953488373vw, 10px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.thumb_name {
  padding: 3px 5px 0;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.thumb_price {
  padding: 3px 5px 0;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .img_inner {
    max-width: 900px;
    margin: 120px auto 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 40px;
  }

  .img_inner .img_main {
    margin: 0 auto;
  }

  .img_inner .img_sub {
    margin: 0 0 0 auto;
  }

  .cap .img_inner .img_sub, 
  .bag .img_inner .img_sub {
    margin: 0 0 0 auto;
  }

  .caption_inner {
    max-width: 560px;
    margin: 120px auto 0;
  }

  .recommend_inner {
    max-width: 900px;
    margin: 120px auto 0;
  }

  .thumb_inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 15px;
  }
}


/* =====================================================
    CREDIT
===================================================== */
.credit_inner {
  margin: 40px auto 0;
}

.credit_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit_list:nth-of-type(n+2) {
  margin-top: 10px;
}

.credit_list p {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.credit_name a {
  position: relative;
  padding-bottom: 3px;
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.credit_name a::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.credit_name a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.credit_btn a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 0px 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

.credit_btn a:hover {
  color: #ffffff;
  background: #000000;
}

@media only screen and (min-width: 768px) {
  .credit_inner {
    max-width: 520px;
  }
}


/* =====================================================
    STYLE
===================================================== */
.style {
  background-color: #EEEEEE;
  padding: 60px 0;
}

.style h3 {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
}

.style_inner {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
}

.style_list {
  width: 100%;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr) 18px;
  align-items: flex-start;
  gap: 0px 20px;
}

.style_credit {
  text-align: left;
}

.style_credit li:nth-of-type(n+2) {
  margin-top: 15px;
}

.style_credit li a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  text-align: left;
  margin-block: var(--leading-trim);
}

.style_title p {
  font-size: min(4.186046511627907vw, 18px);
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

@media only screen and (min-width: 768px) {
  .style {
    padding: 120px 0;
  }

  .style_inner {
    width: 100%;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 40px;
  }

  .style_list {
    margin-top: 60px;
  }
}


/* =====================================================
    OTHER BUTTON
===================================================== */
.other_btn {
  width: calc(100% - 20px * 2);
  margin: 60px auto;
}

.other_btn a {
  font-size: min(3.255813953488372vw, 14px);
  color: #ffffff;
  text-align: center;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
  height: 40px;
  background: #000000;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other_btn a:hover {
  color: #000000;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .other_btn {
    width: 400px;
    margin: 120px auto;
  }
}


/* =====================================================
    SWIPER
===================================================== */
.swiper-area {
  position: relative;
}

.js-swiper-pagination {
  bottom: -35px !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7.5px !important;
  background: none;
  border: 1px solid #ffffff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}


/* =====================================================
    COLOR CHANGE
===================================================== */
.color-change {
  color: #ffffff;
  transition: color 1s ease;
}

.color-yellow { color: #D39D0F; }
.color-green { color: #26BA92; }
.color-blue { color: #5168C9; }
.color-gray { color: #C4C4BE; }


/* =====================================================
    SVG DRAW
===================================================== */
.accessory_title {
  width: 42px;
}

.accessory_title path {
  fill: transparent;
  stroke: #d39d0f;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: none;
}

.accessory_title.is-active path {
  animation:
    draw-line1 5s ease forwards,
    fill-in1 1s ease forwards 1s;
}

@keyframes draw-line1 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-in1 {
  to {
    fill: #d39d0f;
    stroke: transparent;
  }
}

.cap_title {
  width: 42px;
}

.cap_title path {
  fill: transparent;
  stroke: #26ba92;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: none;
}

.cap_title.is-active path {
  animation:
    draw-line2 5s ease forwards,
    fill-in2 1s ease forwards 1s;
}

@keyframes draw-line2 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-in2 {
  to {
    fill: #26ba92;
    stroke: transparent;
  }
}

.watch_title {
  width: 42px;
}

.watch_title path {
  fill: transparent;
  stroke: #5168c9;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: none;
}

.watch_title.is-active path {
  animation:
    draw-line3 5s ease forwards,
    fill-in3 1s ease forwards 1s;
}

@keyframes draw-line3 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-in3 {
  to {
    fill: #5168c9;
    stroke: transparent;
  }
}

.bag_title {
  width: 42px;
}

.bag_title path {
  fill: transparent;
  stroke: #c4c4be;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: none;
}

.bag_title.is-active path {
  animation:
    draw-line4 5s ease forwards,
    fill-in4 1s ease forwards 1s;
}

@keyframes draw-line4 {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fill-in4 {
  to {
    fill: #c4c4be;
    stroke: transparent;
  }
}


/* =====================================================
    FADE IN
===================================================== */
.js-fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.js-fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}


/* =====================================================
    DELAY FADE IN
===================================================== */
.thumb_list {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.thumb_list.is-active {
  opacity: 1;
  transform: translateY(0);
}