@charset "utf-8";
/* CSS Document */
/*HERO*/

#hero {
	margin: 93px 0 0;
	
	position: relative;
}

@media screen and (max-width:1000px) {
#hero {
	margin: 65px 0 0;
}	
}

#hero_box {
	background-image: url("../images/top/hero_back_2.jpg");
	background-position: top right;
	background-size: cover;
}

@media screen and (max-width:1000px) {
#hero_box {

	background-image: url("../images/top/hero_back_sp_2.jpg");
}	
}

#baner_box {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 340px;
	padding: 15px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.50);
}

@media screen and (max-width:1000px) {
#baner_box {
	position: relative;
	bottom: auto;
	right: auto;
	width: 85%;
	max-width: 600px;
	margin: 40px auto 40px;
	padding: 15px;
	border-radius: 8px;
	background-color: rgba(255,200,232,0.40);
}	
}


#hero_container {
	width: 95%;
	max-width: 1450px;
	margin: 0 auto;
	padding: 220px 0 50px;
}

@media screen and (max-width: 1000px) {
#hero_container {
	padding: 250px 0 50px;
}	
}

@media screen and (max-width: 500px) {
#hero_container {
	padding: 250px 0 30px;
}	
}


#hero_container .sinse {
	width: 230px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
   
}

@media screen and (max-width: 700px) {
#hero_container .sinse {
	width: 120px;
	top: 15px;
	left: 16px;
	display: block
}	
}

#hero_container .sinse img {
	display: block;
	margin: 0 15px 10px 0;
	width: 48%;

}

#hero_text_box {
	max-width: 870px;
}

#hero_text_box h2 {
	position: relative;
	font-family: "Zen Kurenaido", system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	padding: 12px 14px 12px;
	background-color: #FF86A5;
	border-radius: 5px;
	display: inline-block;
	font-size: clamp(16px, 4vw, 33px);
	color: #FFF;
	margin: 0 0 15px;
}

@media screen and (max-width: 1000px) {
#hero_text_box h2 {
	padding: 4px 10px;
	margin: 0 0 8px;
}	
}

.hero_title {
	font-family: "Zen Kurenaido", system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-size: clamp(20px, 9.1vw, 87px);
	padding: 0 0 0 10px;
	background-color: #FFFFFF;
	margin: 0 0 20px;
}

.hero_title .pink {
	color: #E357B6;
}

.hero_title .yoko_m {
	letter-spacing: -10px;
}

.hero_sub_title {
	font-family: "Zen Kurenaido", system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 4vw, 35px);
	margin: 0 0 20px;
}

@media screen and (max-width: 400px) {
.hero_sub_title {
	font-size: 22px;
	margin: 0 0 20px;
}	
}


.hero_sub_title span{
  display: inline-block;
 font-family: "Zen Kurenaido", system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 0 5px 0 0;
  /* ピンクのグラデ（画像っぽい方向） */
  background: linear-gradient(90deg, #ff8aa0 0%, #ff6fa7 100%);
}

@media screen and (max-width: 400px) {
.hero_sub_title span{
	padding: 5px 35px;
}	
}


.hero_img {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 0;
}

@media screen and (max-width: 500px) {
.hero_img {
	width: 85%;
	padding: 10px 0 0;
}	
}


/*  染め方選び  */
#someru {
	padding: 100px 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width:1000px) {
#someru {
	padding: 20px 0 30px;
}	
}

#someru h2 {
  font-family: "Zen Kurenaido", system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 56px;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  
  display: inline-block;
  max-width: 750px;
	width: 95%;
	color: #848484;
}

@media screen and (max-width:1200px) {
#someru h2 {
  font-size: 45px;
}
	
}


@media screen and (max-width:678px) {
#someru h2 {
  font-size: 30px;
   margin: 0 auto 30px;
}
	
}

@media screen and (max-width:400px) {
#someru h2 {
  font-size: 23px;
}
	
}

#someru h2 span {
  display: inline-block;
  padding: 0 110px 0 0;
  background: linear-gradient(
    90deg,
    #ff4fa3 0%,
    #ff6bb5 40%,
    #d85acb 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	position: relative;
}

@media screen and (max-width:1200px) {
#someru h2 span {
  padding: 0 100px 0 0;
}	
}

@media screen and (max-width:678px) {
#someru h2 span {
  padding: 0 70px 0 0;
}	
}


@media screen and (max-width:400px) {
#someru h2 span {
  font-size: 30px
}	
}


#someru h2 span::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background-image: url("../images/top/someru_huku.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: -20px;
	right: -10px;
}

@media screen and (max-width:1200px) {
#someru h2 span::after {
	width: 100px;
	height: 100px;
	top: -20px;
	right: -10px;
}	
}

@media screen and (max-width:678px) {
#someru h2 span::after {
	width: 60px;
	height: 60px;
	top: -10px;
	right: 0;
}	
}



.someru_list {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:1000px) {
.someru_list {
	display: block;
}	
}

.someru_list li {
	width: 33.3%;
}

@media screen and (max-width:1000px) {
.someru_list li {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}	
}

.someru_list li a {
	display: inline-block;
	width: 100%;
	background-color: #FFC9D5;
	padding: 35px 0 0;
}

@media screen and (max-width:1000px) {
.someru_list li a {
	padding: 20px 0;
}	
}

.someru_list li:nth-child(2) a {
	background-color: #B7D6EF;
}

.someru_list li:nth-child(3) a {
	background-color: #D1F0C2;
}

.someru_list li a p {
	padding: 15px 0;
	width: 85%;
	margin: 0 auto 30px;
	background-color: #FFF;
	border-radius: 14px;
	font-size: 30px;
	text-align: center;
	color: #3B3B3B;
	box-shadow: 8px 8px 0px 0px #E9869F;
	z-index: 2;
	position: relative;
}

@media screen and (max-width:1200px) {
.someru_list li a p {
	padding: 15px 0;
	width: 75%;
	max-width: 350px;
	font-size: 26px;
	margin: 0 0 -25px 5%;
	box-shadow: 5px 5px 0px 0px #E9869F;
}	
}

@media screen and (max-width:500px) {
.someru_list li a p {
	padding: 12px 0;
	font-size: 20px;
	margin: 0 0 -10px 5%;
}	
}


.someru_list li:nth-child(2) a p {
	box-shadow: 8px 8px 0px 0px #86AEE9;
}

@media screen and (max-width:1200px) {
.someru_list li:nth-child(2) a p {
	box-shadow: 5px 5px 0px 0px #86AEE9;
}	
}

.someru_list li:nth-child(3) a p {
	box-shadow: 8px 8px 0px 0px #9FD4A7;
}

@media screen and (max-width:1200px) {
.someru_list li:nth-child(3) a p {
	box-shadow: 5px 5px 0px 0px #9FD4A7;
}	
}

.someru_list li a p::after {
	content: "";
	position: absolute;
	width: 39px;
	height: 31px;
	background-image: url("../images/top/polygon1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 20%;
	bottom: -31px;
}

.someru_list li a p span {
	position: relative;
}

.someru_list li a p span::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #E9869F;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}

.someru_list li:nth-child(2) a p span::after {
	background-color: #86AEE9;
}

.someru_list li:nth-child(3) a p span::after {
	background-color: #A2D8AA;
}

.someru_list li a .person {
	display: block;
	width: 80%;
	margin: 0 auto 20px;
}

@media screen and (max-width:1000px) {
.someru_list li a .person {
	display: block;
	width: 100%;
	margin: 0 auto 12px;
	position: relative;
	z-index: 4;
}	
}


.someru_list li ul {
	width: 90%;
	margin: 0 auto 25px;
}

@media screen and (max-width:1200px) {
.someru_list li ul {
	margin: 0 auto 16px;
}	
}


.someru_list li ul li {
  width: 100%;
  position: relative;
  background-color: rgba(255,255,255,0.66);
  padding: 8px 8px 8px 55px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 18px;
  color: #3B3B3B;
}

@media screen and (max-width:1200px) {
.someru_list li ul li {
  padding: 8px 8px 8px 45px;
  font-size: 14px;
  margin-bottom: 4px;
}	
}


/* 〇（丸） */
.someru_list li ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width:1200px) {
.someru_list li ul li::before {
  width: 28px;
  height: 28px;
}	
}


/* ✓ チェックマーク */
.someru_list li ul li::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 11px;
  height: 20px;
  border-right: 3px solid #C72C6A;
  border-bottom: 3px solid #C72C6A;
}

@media screen and (max-width:1200px) {
.someru_list li ul li::after {
  left: 15px;
  width: 9px;
  height: 16px;
}	
}


.someru_list li:nth-child(2) ul li::after {
	border-right: 3px solid #2C5DC7;
  border-bottom: 3px solid #2C5DC7;
}

.someru_list li:nth-child(3) ul li::after {
	border-right: 3px solid #34BD3D;
  border-bottom: 3px solid #34BD3D;
}


.someru_list li h3 {
	padding: 22px 0;
	background-color: #E9869F;
	color: #FFF;
	font-size: 40px;
	text-align: center;
	font-family: "Zen Kurenaido", system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	line-height: 0.7;
	width: 90%;
	margin: 0 auto;
}


@media screen and (max-width:1200px) {
.someru_list li h3 {
	font-size: 30px;
	line-height: 1;
	padding: 16px 0;
}	
}

.someru_list li:nth-child(2) h3 {
	background-color: #86AEE9;
}

.someru_list li:nth-child(3) h3 {
	background-color: #9FD4A7;
}

.someru_list li h3 span {
	font-size: 21px;
	
}

.someru_img {
	display: block;
	width: 72%;
	padding: 10px 0 0;
	margin: 0 0 0 auto;
}

@media screen and (max-width:1000px) {
.someru_img {
	display: none;
}	
}


/* ===== flow ===== */

#flow {
	padding: 40px 0 0;
}

#flow h2 {
	
  font-family: "Zen Kurenaido", system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 56px;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  padding: 0;
  display: block;
  max-width: 1000px;
	color: #848484;
}

@media screen and (max-width:1200px) {
#flow h2 {
  font-size: 45px;
}
	
}


@media screen and (max-width:678px) {
#flow h2 {
  font-size: 30px;
   margin: 0 auto 30px;
}
	
}

@media screen and (max-width:400px) {
#flow h2 {
  font-size: 23px;
}
	
}



#flow h2 span {
  display: inline-block;
  background: linear-gradient(
    90deg,
    #ff4fa3 0%,
    #ff6bb5 40%,
    #d85acb 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width:400px) {
#flow h2 span {
  font-size: 30px;
}	
}


.flowTabs {
  width: 100%;
  margin: 0 auto;
}

/* ===== tabs ===== */
.flowTabs__nav {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.flowTabs__tab {
  appearance: none;
  border: 2px solid #f2a7b8;
  background: #fff;
  color: #f2a7b8;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 0;
  width: 180px;
	text-align: center;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  line-height: 1;
  transition: 0.15s ease-in-out;
	position: relative;
	z-index: 1;
}


.flowTabs__tab.is-active {
  background: #f2a7b8;
  color: #fff;
  border-color: #f2a7b8;
}



.flowTabs__tab:nth-child(2) {
	border: 2px solid #95C0E3;
	color: #95C0E3;
}

.flowTabs__tab:nth-child(2).is-active {
  background: #95C0E3;
  color: #fff;
  border-color: #95C0E3;
}


.flowTabs__tab:nth-child(3) {
	border: 2px solid #A7E2B0;
	color: #A7E2B0;
}

.flowTabs__tab:nth-child(3).is-active {
  background: #A7E2B0;
  color: #fff;
  border-color: #A7E2B0;
}


/* ===== panel area (pink background like screenshot) ===== */
.flowTabs__panels {
	position: relative;
	z-index: 2;
	margin: -2px 0 0;
}


/* panel */
.flowTabs__panel {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.flowTabs__panel.is-active {
  visibility: visible;
  height: auto;
}

.flowTabs__panel {
  margin: 0;
	background-color: #FFC9D5;
	padding: 50px 0 20px;
}

.flowTabs__panel.tab_pure {
	background-color: #B7D6EF;
}

.flowTabs__panel.tab_multi {
	background-color: #D1F0C2;
}


.flow_list {
	max-width: 1200px;
	margin: 0 auto;
	width: 85%;
} 

.slider .slick-list {
    padding: 0 10% 0 0 !important;
}


.my_dots {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0 0;
  margin: 0 auto;
}

.my_dots li {
  width: 10px;
  height: 10px;
	margin: 0 7px;
  background-color: #fff;
  border-radius: 50%;
	
}



.my_dots .slick-active {
  background-color: #FFF;
  width: 60px;
  border-radius: 6px;
}

.my_dots button {
  opacity: 0;
}

/* ===== responsive: tabs look closer on mobile ===== */
@media (max-width: 640px) {
  .flowTabs__nav {
    gap: 3px;
    padding: 0 8px;
  }
  .flowTabs__tab {
    font-size: 13px;
    padding: 10px 2px;
  }
}

.flow_text {
	padding: 20px 5px 35px;
	border-radius: 8px;
	background-color: #FFF;
	margin: 0 15px 0;
}

@media (max-width: 640px) {
.flow_text {
	padding: 12px 5px 20px;
	margin: 0 10px 0;
}
	
}

.flow_text p {
	text-align: center;
	color: #5C5C5C;
	min-height: 60px;
	 display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;  /* 横中央（左寄せなら削除） */
  margin: 0;
}

@media (max-width: 500px) {
.flow_text p {
	font-size: 14px;
}	
}

/* 共通 */
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;   /* 画像サイズに合わせる */
  height: 72px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

@media (max-width: 1000px) {
.slider .slick-arrow {
  width: 45px;   
  height: 45px;
}	
}

.slider .slick-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 左 */
.slider .slick-prev {
  left: -30px; /* 調整可 */
}

@media (max-width: 1000px) {
.slider .slick-prev {
  left: -12px;
}	
}

/* 右 */
.slider .slick-next {
  right: -30px; /* 調整可 */
}

@media (max-width: 1000px) {
.slider .slick-next {
  right: -15px;
}	
}

/* 戻るは画像を反転 */
.slider .slick-prev img {

}

/* 端のとき非表示 */
.slider .slick-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}


/*======  about  ======*/

#about {
	overflow:  hidden;
	position: relative;
}

#about_container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#about::after {
	content: "";
	position: absolute;
	width: 35%;
	top: 15%;
	bottom: 25%;
	background-color: #FFF6C5;
	right: 0;
	z-index: -1; 
}

@media screen and (max-width:1000px) {
#about::after {
	width: 65%;
	height: 300px;
	top: auto;
	bottom: 60px;
	background-color: #FFF6C5;
}	
}

#about_text {
	width: 60%;
	padding: 100px 0;
}

@media screen and (max-width:1000px) {
#about_text {
	width: 100%;
	padding: 80px 0 25px;
}	
}


#about_container img {
	display: block;
	position: absolute;
	width: 50%;
	top: 20%;
	right: -15%;
}

@media screen and (max-width:1200px) {
#about_container img {
	width: 38%;
	top: 20%;
	right: 0;
}	
}

@media screen and (max-width:1000px) {
#about_container img {
	position: relative;
	width: 85%;
	max-width: 400px;
	margin: 0 auto 40px;
	top: auto;
	right: auto;
}	
}




#about_text h2 {
	font-size: 36px;
	color: #848484;
	margin: 0 0 40px;
} 

@media screen and (max-width:500px) {
#about_text h2 {
	font-size: 20px;
} 	
}

#about_text h2 span {
	font-size: 27px;
} 

@media screen and (max-width:500px) {
#about_text h2 span {
	font-size: 19px;
} 	
}


#about_text p {
	font-size: 18px;
	color: #5C5C5C;
	line-height: 1.6;
	margin: 0 0 30px;
}

@media screen and (max-width:1000px) {
#about_text p {
	font-size: 14px;
}	
}


/*======  history  ======*/

#history {
	background-color: #FF87A2;
	position: relative;
	padding: 100px 0;
}

@media screen and (max-width:1000px) {
#history {
	padding: 80px 0;
}	
}

#history_container {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

@media screen and (max-width:1000px) {
#history_container {
	display: block;
}	
}

#history_text {
	width: 48%;
	padding: 100px 0;
	margin: 0 0 0 auto;
}

@media screen and (max-width:1000px) {
#history_text {
	width: 100%;
	padding: 0 0 60px;
}	
}


#history_container img {
	display: block;
	width: 45%;
}

@media screen and (max-width:1000px) {
#history_container img {
	max-width: 500px;
	width: 90%;
	margin: 0 auto;
}	
}


#history_text h2 {
	font-size: 56px;
	color: #FFF;
	margin: 0 0 40px;
	
} 

@media screen and (max-width:1000px) {
#history_text h2 {
	font-size: 28px;
	
} 	
}


#history_text h2 span {
	font-size: 25px;
} 

@media screen and (max-width:1000px) {
#history_text h2 span {
	font-size: 20px;
} 	
}

#history_text p {
	font-size: 18px;
	color: #FFF;
	line-height: 1.6;
	margin: 0 0 50px;
}

#history_text a {
	padding: 5px 20px;  
	background-color: #FFF;
	color: #FF87A2;
	font-size: 16px;
	width: 150px;
	border-radius: 5px;
}

