@charset "UTF-8";
@import url("https://use.typekit.net/nez4uyd.css");
@import url("https://use.typekit.net/xon1yrp.css");

/*/▼帯バナー削除用CSS▼//*/
#beltbnr {
  display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/

html {
  scroll-behavior: smooth;
}
#boy,
#girl,
#baby,
#goods {
  scroll-margin-top: 90px;
}
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
#mainArea p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
}
.pc { 
  display: block;
  width: 900px;
  margin: 0 auto;
}
.sp { 
  display: none;
}
section {
  margin: 7em auto 10em;	
	position: relative;	
}
.f-f {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.5px;	
  color: #161616;	
}
.under_ {
  margin: 2% auto 5% auto;
  clear: both;
}
.back-b {

}
.lead {
  width: 100%;
  margin: 2em auto 4em;
  position: relative;
}
.lead p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;	
	padding: 1em 0 0 0;
	font-size: 1.4rem;
	line-height: 1.9;
  color: #161616;		
}

/*///*/
#page_nav {
	width: 100%;
  margin: 0 auto;
	padding: 2% 0 1% 0;	
  z-index: 1;	
}
#page_nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
#page_nav ul li {
  margin: 0;
  padding: 0;
}
#page_nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #161616;
}
#page_nav ul li img {
  width: 27px;
  height: auto;
  display: block;
}
#page_nav .txt {
  margin-top: 0;  
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;  
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
  color: #161616;
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}
#page_nav .txt b {
  font-family: "arial", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;  
}
#page_nav ul li a:hover img {
  animation: bounce 0.5s ease;
}
@keyframes bounce {

  0% {
    transform: translateY(0) scale(1);
  }

  20% {
    transform: translateY(0) scale(0.95);
  }

  50% {
    transform: translateY(-12px) scale(1.05);
  }

  80% {
    transform: translateY(2px) scale(0.98);
  }

  100% {
    transform: translateY(0) scale(1);
  }

}

.contents_wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex; 
  justify-content: space-between;
  align-items: center;
  gap: 40px; 
  padding: 0px 40px 25px 40px;  
}
.contents_wrap.boy_no1 {
  margin-top: 40px;
}
.main_ttl {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;  
  color: #161616;    
  text-align: center;
  font-style: normal;
  font-size: clamp(23px, 2.5vw, 23px);
  line-height: 1;
  letter-spacing: 1px;
  margin: 8% 0 0 0;
}
.main_ttl.first {
  margin-bottom: 1%;
}
.main_ttl b {
  font-family: "arial", sans-serif;
  font-weight: 700;
  color: #161616;    
  font-size: clamp(23px, 2.5vw, 23px);
  padding-right: 0.2%;
}

.main_img {
  width: 50%;
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
.main_img > img {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .8s ease,
    transform .8s ease;
}
.contents_wrap.show .main_img > img {
  opacity: 1;
  transform: translateY(0);
}
.number {
  width: 30%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .6s ease,
    transform .6s cubic-bezier(.68,-0.55,.27,1.55);
  transition-delay: .6s;
}
.contents_wrap.show .number {
  opacity: 1;
  transform: translateY(0);
}
.number.boy_3 {
  top: 2%;
  left: 2%;
}
.number.boy_2 {
  top: 57%;
  left: 67%;
}
.number.boy_1 {
  top: 0;
  left: 3%;
}
.number.girl_3 {
  top: 13%;
  left: 3%;
}
.number.girl_2 {
  top: 12%;
  left: 7%;
}
.number.girl_1 {
  top: 3.5%;
  left: 3%;
}
.number.baby_3 {
  top: 67%;
  left: 5%;
}
.number.baby_2 {
  top: 9%;
  left: 68%;
}
.number.baby_1 {
  top: 10%;
  left: 3%;
}
.number.goods_3 {
  top: 10%;
  left: 3%;
}
.number.goods_2 {
  top: 65%;
  left: 53%;
}
.number.goods_1 {
  top: 9.5%;
  left: 3%;
}

.text_wrap {
  width: 50%;
}
.contents_wrap:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.contents_wrap:nth-of-type(odd) .text_wrap {
  margin-left: 0;
  margin-right: 0;
}

.text_wrap h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(17px, 2vw, 17px);
  line-height: 2.2;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
  padding: 1% 1% 0.5% 1%;
  display: inline;  
}
.marker-text {
  text-align: left;
  display: inline-block;
  margin-top: 5%;
}
.marker-text p {
  font-size: 1.9rem;	
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.marker-text .line {
  display: inline-block;
  position: relative;
  color: white;
  opacity: 0;
  margin: 0;
}
.marker-text .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 0;
  height: 1.5em;
  background: black;
  z-index: -1;
  transition: width 0.5s ease;
}
.marker-text .line.show {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.marker-text .line.show::before {
  width: 100%;
}
.marker {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.marker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em;
  width: 0;
  height: 70%;
  z-index: -1;
  transition: width 1s ease;
}
.marker.marker-animate::before {
  width: 100%;
}
.marker-boy::before {
  background: #1f86f0;
}
.marker-girl::before {
  background: #f975b4;
}
.marker-baby::before {
  background: #e8a046;
}
.marker-goods::before {
  background: #40a3a9;
}

.comment_ {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 1% auto 0 auto;
  text-align: justify;
}
.detail_img {
  width: 17%;
  margin: 2% 0 -2% -1%;
}

/* slide */
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider img {
  width: 100%;
  height: auto;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}
.slick-dots li button:before {
  font-size: 10px;
  top: 6px;
  color: #f975b4;  
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #f975b4;
}
.slide_img {
  z-index: 3;	
}
.slide_img img {
	width: 100%;
	height: auto;	
}

/*///*/
.creditArea {
  margin: 6% 0 0 0;
}
.creditArea .f-f {
  text-align: center;
}
.main_item .comment_ {
  margin: 5% auto 5% auto;
}
.main_creditArea {
	padding: 0;
	margin-top: 3%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
  width: 100%;
  padding: 0;
	height: 30px;
}
.main_creditArea table td.two {
	height: 0;
}
.main_creditArea table td.btn {
  vertical-align: middle;
}

/*////*/
.button_bl {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 60px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #161616;
  border: solid 1px #161616;	
  text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
  border-radius: 15px;  
}
.button_bl:hover {
  background: none;
  border: solid 1px #161616;
  color: #161616 !important;
  transition: .3s;
}

/*////*/
.related-link {
  margin: 20px auto 35px auto;
	display: block;
  width: 30%;	
}
.related-link a {
  padding: 0 3% 0.4% 3%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  border: 1px solid #161616;
  background-color: #161616;
  color: #fff;
  text-decoration: none;
  transition: background 1s;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 15px;  	  
}
.related-link a:hover {
  background: none;
  border: 1px solid #161616;   
  color: #161616;
}
.related-link-all {
  margin: 20px auto 35px auto;
	display: block;
  width: 30%;	
}
.related-link-all a {
  padding: 0 3% 0.4% 3%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  border: 1px solid #161616;
  background-color: #fff;
  color: #161616;
  text-decoration: none;
  transition: background 1s;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 15px;  	  
}
.related-link-all a:hover {
  background: #161616;
  border: 1px solid #161616;   
  color: #fff;
}

/*////*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}


/* SP */
@media screen and (max-width: 767px) {
.pc { 
  display: none;
}
.sp { 
  display: block;
  width: 100%;
  margin: 0 auto;
}
#mainArea p {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-style: normal;
}
.lead {
  width: 85%;
  margin: 1.5em auto 4em;
  position: relative;
}
.lead br {
  display: none;
}
.lead p {
  font-size: 1.3rem;  
  padding: 0.5em 0 0 0;
  text-align: left;
}
.f-f {
  line-height: 1.3rem;
}
#page_nav {
  width: 90%;
  padding: 0;
}
#page_nav ul {
  gap: 20px;
}
#page_nav ul li img {
  width: 22px;
}
#page_nav ul li a:active img {
  animation: bounce 0.5s ease;
}
#page_nav .txt {
  font-size: 1.3rem;
}
.main_ttl {
  margin: 30% 0 0 0;
}
.main_ttl.first {
  margin: 21% 0 1% 0;
}
.contents_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  justify-content: auto;
  align-items: center;
  gap: 0;
  padding: 0;
}
.main_img {
  width: 100%;
  padding-top: 45px;
}
.text_wrap {
  width: 90%;
  margin: 5% auto 10% auto;
  display: block;
}
.contents_wrap:nth-of-type(odd) .text_wrap {
  margin: 5% auto 10% auto;
}
.contents_wrap.boy_no1 {
  margin-top: 0;
}
.number {
  width: 28%;
}
.number.boy_3 {
  top: 1%;
  left: 6%;
}
.number.boy_1 {
  top: 2%;
  left: 3%;
}
.number.girl_3 {
  top: 16%;
  left: 3%;
}
.number.girl_1 {
  top: 5.5%;
  left: 3%;
}
.number.baby_2 {
  top: 11%;
  left: 68%;
}
.number.baby_1 {
  top: 14%;
  left: 3%;
}
.number.goods_3 {
  top: 11%;
  left: 3%;
}
.number.goods_2 {
  top: 66%;
  left: 55%;
}
.number.goods_1 {
  top: 11.5%;
  left: 4%;
}

.main_creditArea table td.txt {
  width: 100%;
  padding: 0;
  height: 32px;
  vertical-align: middle;
  line-height: 1.5;
}
.main_creditArea table td.two {
  height: 0;
  padding-top: 6px;
}
.detail_img {
  width: 22%;
  margin: 2% 0 -2% -1%;
}

.related-link {
  margin: 50px auto 20px auto;
  display: block;
  width: 85%;
}
.related-link-all {
  margin: 30px auto 20px auto;
  display: block;
  width: 85%;
}


}

