@charset "utf-8";

/* フォント */
.noto-serif-jp-400 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.times-new-roman-700 {
  font-family: "Times New Roman", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* スタイル調整 */
.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:hover img {
  opacity: 1 !important;
}

/* KV */
.kv__wrapper {
  width: 100%;
  margin: 0 auto;
}

.kv__wrapper .txt__inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .kv__wrapper {
    max-width: 1100px;
  }
}

.kv__wrapper .txt__inner p {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
}

.kv__wrapper .txt__inner p:last-child {
  margin-bottom: 0;
}

/* NAVI */
.nav__wrapper {
  width: calc(100% - 70px);
  margin: 0 auto;
  padding: 0 0 40px;
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (min-width: 768px) {
  .nav__wrapper {
    max-width: 800px;
  }
}

.nav__wrapper .nav-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.nav__wrapper .nav-group li:first-child {
  text-align: right;
}

.nav__wrapper .nav-group li:first-child a {
  display: inline-block;
  width: 90px;
  height: 30px;
  background-color: #AECEFD;
  font-size: 1.4rem;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.nav__wrapper .nav-group li:last-child {
  text-align: left;
}

.nav__wrapper .nav-group li:last-child a {
  display: inline-block;
  width: 90px;
  height: 30px;
  background-color: #FFC5C0;
  font-size: 1.4rem;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

/* CONTENT */
article {
  width: 100%;
  margin: 60px auto;
}

@media only screen and (min-width: 768px) {
  article {
    max-width: 900px;
  }
}

article h2 {
  margin-bottom: 60px;
  font-size: 1.8rem;
  color: #999999;
}

article h2 span {
  font-size: 2.4rem;
}

article h2 span:first-child {
  margin-right: 20px;
}

article h2 span:last-child {
  margin-left: 20px;
}

article section:last-child {
  margin-bottom: 0;
}

article section .title-num {
  margin-left: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

article section .title-num div:last-child {
  margin-left: 10px;
  font-size: 6rem;
  color: #000000;
}

article section .caption p {
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

article section .credit:last-child {
  margin-bottom: 0;
}

article section .credit p a {
  font-size: 1.2rem;
  color: #000000;
  text-decoration: none;
}

article section .credit p a br {
  display: none;
}

@media only screen and (max-width: 375px) {
  article section .credit p a br {
    display: block;
  }
  }

article section .credit p:last-child a {
  width: 40px;
  height: 22px;
  display: block;
  border: 1px solid #999999;
  background-color: #ffffff;
  margin-left: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

article section .credit p:last-child a:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

/* CONTENT--STYLE-- */
article section.style {
  width: 100%;
  margin: 0 auto 60px;
}

@media only screen and (min-width: 768px) {
  article section.style .content__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  article section.style .content__wrapper .img__inner {
    width: 50%;
  }

  article section.style .content__wrapper .txt__inner {
    width: 45%;
  }
}

article section.style .caption {
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}

article section.style .credit-group {
  width: calc(100% - 40px);
  margin: 0 auto;
}

article section.style .credit-group .credit {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

/* CONTENT--TIPS-- */
article section.tips {
  width: calc(100% - 70px);
  margin: 0 auto 60px;
}

@media only screen and (min-width: 768px) {
  article .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  article section.tips {
    max-width: 400px;
  }
}

article section.tips .img__inner {
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

article section.tips .img__inner img {
  border-radius: 10px;
}

article section.tips .img__inner p {
  font-size: 40px;
  font-style: italic;
  color: #000000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 1;
}

article section.tips .caption {
  width: 100%;
  margin: 0 auto 30px;
}

article section.tips .credit-group {
  width: 100%;
  margin: 0 auto;
}

article section.tips .credit-group .credit {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

article section.tips .credit-group.column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

article section.tips .credit-group.column .credit {
  margin-bottom: 0;
}

article section.tips .credit-group.column .credit:nth-child(2n) {
  margin-left: auto;
}

/* CONTENT--BOY-- */
article#boy section .title-num div:first-child span {
  padding: 3px;
  background: linear-gradient(transparent 50%, #AECEFD 50%);
  border-bottom: 1px solid #000000;
  font-size: 1.4rem;
  color: #000000;
}

/* CONTENT--GIRL-- */
article#girl section .title-num div:first-child span {
  padding: 3px;
  background: linear-gradient(transparent 50%, #FFC5C0 50%);
  border-bottom: 1px solid #000000;
  font-size: 1.4rem;
  color: #000000;
}

/* CONTENT--SLIDE-- */
.slick-num {
  padding: 20px 40px;
  font-size: 14px;
  color: #000000;
  text-align: right;
}

.slick-num span {
  font-size: 18px;
}

/* CONTENT--LINK-- */
.relatedLink a {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #000000;
  background-color: #000000;
  font-size: 1.4rem;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
}

/* FADE IN */
.fadeIn {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 2s;
}
.fadeIn.active {
  opacity: 1;
  transform: translate(0, 0);
}