@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 {
  text-align: center;
}

#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: 767px) {
  .sp {
    display: block;
  }

  .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;
  }
}

.fontJp400NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fontJp700NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fontEn800Gotham {
  font-family: "gotham", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fontEn700Baskerville {
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/*----------
BG
----------*/
#specialty {
  background: #002F51;
}

.content {
  padding: 0 0 80px 0;
}


/*----------
KV
----------*/
.kv__inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .kv__inner {
    width: 900px;
  }
}


/*----------
LEAD
----------*/
.lead__inner {
  width: calc(100% - 30px * 2);
  margin: 60px auto 0;
}

.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 {
    width: 900px;
  }

  .lead__text {
    text-align: center;
  }
}


/*----------
50TH LIMITED ITEMS
----------*/
.limited__inner {
  width: 100%;
  margin: 80px auto 0;
}

.limited__title-main {
  font-size: min(11.627906976744185vw, 50px);
  line-height: 2;
  color: #FFCC00;
  text-align: center;
  margin-block: var(--leading-trim);
}

.limited__title-sub {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 2;
  color: #FFCC00;
  text-align: center;
  margin-block: var(--leading-trim);
}

.limited__product-img {
  width: 100%;
  margin: 30px auto 0;
}

.limited__product-txt {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
}

.limited__product-txt h4 {
  padding-bottom: 40px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  border-bottom: 1px solid #ffffff;
}

.limited__product-txt p {
  padding-top: 40px;
  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) {
  .limited__inner {
    width: 500px;
  }

  .limited__product-txt {
    width: 100%;
  }
}


/*----------
BOY & GIRL ITEMS
----------*/
.item__wrapper {
  width: 100%;
  margin: 80px auto 0;
}

.item__title-main {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 2;
  text-align: center;
  margin-block: var(--leading-trim);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.boy .item__title-main {
  color: #3BB374;
}

.girl .item__title-main {
  color: #D940D9;
}

.item__title-main::before, 
.item__title-main::after {
  content: "";
  width: 15px;
  height: 1px;
}

.boy .item__title-main::before, 
.boy .item__title-main::after {
  background: #3BB374;
}

.girl .item__title-main::before, 
.girl .item__title-main::after {
  background: #D940D9;
}

.item__inner {
  margin-top: 80px;
}

.double .item__inner:nth-of-type(1) {
  margin-top: 40px;
}

.item__title-sub {
  width: calc(100% - 30px * 2);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item__title-sub h3 {
  font-size: min(9.30232558139535vw, 40px);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  order: 2;
}

.item__title-sub p {
  font-size: min(4.651162790697675vw, 20px);
  line-height: 2;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  order: 1;
}

.item__product-img {
  width: 100%;
  margin: 20px auto 0;
}

.item__product-txt {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
}

.item__product-txt p {
  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) {
  .item__wrapper {
    width: 900px;
  }

  .double {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .item__inner {
    width: 47%;
  }

  .double .item__inner:nth-of-type(1), 
  .double .item__inner:nth-of-type(2) {
    margin: 80px 0 0 0;
  }

  .single .item__inner {
    margin: 80px auto 0;
  }
}


/*----------
COLUMN
----------*/
.column1 {
  background: #ffffff;
}

.column2 {
  background: #002F51;
}

.column1 .column__wrapper {
  width: 100%;
  margin: 100px auto 0;
  padding: 20px 0 70px 0;
}

.column2 .column__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 80px 0;
}

.column__title-main {
  width: calc(100% - 30px * 2);
  margin: -40px auto 0;
  border-radius: 20px 20px 0 0;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 2;
  text-align: center;
}

.column1 .column__title-main {
  background: #ffffff;
  color: #002F51;
}

.column2 .column__title-main {
  background: #002F51;
  color: #ffffff;
}

.column__inner {
  width: calc(100% - 40px * 2);
  margin: 30px auto 0;
  padding: 0 0 30px 0;
  border-bottom: 1px dotted #002F51;
}

.column__inner:nth-of-type(2) {
  border-bottom: none;
}

.column__inner h3 {
  padding-top: 30px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  text-align: center;
  margin-block: var(--leading-trim);
}

.column1 .column__inner h3 {
  color: #002F51;
}

.column2 .column__inner h3 {
  color: #ffffff;
}

.column__inner p {
  padding-top: 30px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  text-align: justify;
  margin-block: var(--leading-trim);
}

.column1 .column__inner p {
  color: #002F51;
}

.column2 .column__inner p {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .column1 .column__wrapper {
    width: 900px;
  }

  .column2 .column__wrapper {
    width: 900px;
  }

  .column__title-main {
    width: 600px;
  }

  .column__inner {
    width: 45%;
    border-bottom: none;
  }
}


/*----------
CREDIT
----------*/
.limited__product-credit, 
.item__product-credit {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
  padding: 20px 15px;
  background: #ffffff;
  border-radius: 10px;
}

.column__product-credit {
  width: 100%;
  margin: 30px auto 0;
}

.product__credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.product__credit:nth-of-type(n+2) {
  padding-top: 15px;
}

.product__name {
  text-align: left;
}

.product__name a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #002F51;
  text-align: left;
  margin-block: var(--leading-trim);
}

.column2 .product__name a {
  color: #ffffff !important;
}

.product__btn {
  text-align: center;
}

.product__btn a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 0 6px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.limited__product-credit .product__btn a {
  color: #002F51;
  background: #FFCC00;
  border: 1px solid #FFCC00;
}

.limited__product-credit .product__btn a:hover {
  color: #002F51;
  background: #ffffff;
}

.boy .item__product-credit .product__btn a {
  color: #ffffff;
  background: #3BB374;
  border: 1px solid #3BB374;
}

.boy .item__product-credit .product__btn a:hover {
  color: #3BB374;
  background: #ffffff;
}

.girl .item__product-credit .product__btn a {
  color: #ffffff;
  background: #D940D9;
  border: 1px solid #D940D9;
}

.girl .item__product-credit .product__btn a:hover {
  color: #D940D9;
  background: #ffffff;
}

.column1 .column__product-credit .product__btn a {
  color: #ffffff;
  background: #002F51;
  border: 1px solid #002F51;
}

.column1 .column__product-credit .product__btn a:hover {
  color: #002F51;
  background: #ffffff;
}

.column2 .column__product-credit .product__btn a {
  color: #002F51;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.column2 .column__product-credit .product__btn a:hover {
  color: #ffffff;
  background: #002F51;
}

@media only screen and (min-width: 768px) {
  .limited__product-credit {
    width: 100%;
    padding: 30px;
  }

  .item__product-credit {
    width: calc(100% - 15px * 2);
    padding: 30px;
  }
}


/*----------
OTHER BUTTON
----------*/
.other__btn {
  width: calc(100% - 50px * 2);
  margin: 0 auto;
}

.other__btn a {
  font-size: min(3.255813953488372vw, 14px);
  color: #002F51;
  text-align: center;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other__btn a:hover {
  color: #ffffff;
  background: #002F51;
}

@media only screen and (min-width: 768px) {
  .other__btn {
    width: 400px;
  }
}


/*----------
SLICK
----------*/
.dots-wrap {
  display: flex;
  justify-content: center;
}

.dots-wrap li {
  width: 40px;
  height: 4px;
  margin: 20px 5px 0;
  background: #ffffff;
  cursor: pointer;
}

.limited__product-img .dots-wrap li:hover,
.limited__product-img .dots-wrap li.slick-active {
  background: #FFCC00;
}

.boy .item__product-img .dots-wrap li:hover,
.boy .item__product-img .dots-wrap li.slick-active {
  background: #3BB374;
}

.girl .item__product-img .dots-wrap li:hover,
.girl .item__product-img .dots-wrap li.slick-active {
  background: #D940D9;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}


/*----------
ANIMATION
----------*/
/*--フェードイン--*/
.fadeIn {
  opacity: 0;
  transition: 2.5s;
}

.fadeIn.active {
  opacity: 1;
}