@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.op07 {
	opacity: 0.2;
}
.mv-wraps {
	padding-top: 140px;
	position: relative;
}
.mv-wraps::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background:url("../images/water-color-1.svg") top right no-repeat;
	background-size: 100% auto;
	width: 29vw;
	height: 700px;
}
.mv-wraps::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background:url("../images/water-color-2.svg") top left no-repeat;
	background-size: 100% auto;
	width: 29vw;
	height: 400px;
}
.mainVisual {
    box-sizing: border-box;
    position: relative;
	width: 100%;
	height: calc(100vh - 140px);
	z-index: 10;
    }
.mainVisual::before {
	position: absolute;
	left: 0;
	bottom: -240px;
	content: "";
	background: url("../images/water-color-3.png") bottom right no-repeat;
	background-size: 100% auto;
	width: 42vw;
	height: 100%;
	max-width: 650px;
}
.mainVisual::after {
	position: absolute;
	right: 0;
	bottom: -270px;
	content: "";
	background: url("../images/water-color-4.png") bottom left no-repeat;
	background-size: 100% auto;
	width: 42vw;
	height: 100%;
	max-width: 650px;
}
.mainVisual .mv_txt {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 100%;
}
.mainVisual .imgs {
	position: absolute;
	right: 0;
	top: 0;
	/*width: 75vw;*/
	width: 100vw;
	height: 100%;
	z-index: 4;
}
.mainVisual .imgs img {
	width: 100%;
	height: 100%;
	/*border-radius: 100px 0 0 100px;*/
	border-radius: 0px 0 0 0px;
	object-fit: cover;
}
.mainVisual .mv_txt .txt {
	position: absolute;
	text-align: right;
	left: 6%;
	top:0;
	height: 100%;
	writing-mode: vertical-rl;
}
.mainVisual .mv_txt h1 {
	height: 100%;
	box-sizing: border-box;
	padding: 5% 0 20% 0;
}
.mainVisual .mv_txt h1 img {
	max-height: 100%;
	max-width: 100%;
	filter: drop-shadow(2px 2px 2px rgba(255,255,255,0.9)) !important;
}
.mainVisual .mv_txt small {
	display: block;
	color: #7E6060;
	font-size: 18px;
	font-size: 2vh;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 18.9px */
	letter-spacing: 0.54px;
	margin-right: 2vw;
	padding-bottom: 25px;
	text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;
}
.t-bnr {
	position: absolute;
	right: 3%;
	bottom: 4%;
	z-index: 20;
	max-width: 160px;
}
.t-bnr a {
	position: relative;
	top: 0;
}
@media all and (min-width: 769px) {
	.t-bnr a:hover {
		position: relative;
		top: -14px;
	}
}




@media all and (max-width: 768px) {
	.mv-wraps {
		padding-top: 55px;
		position: relative;
	}
	.mv-wraps::before {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		background:url("../images/water-color-1.svg") top right no-repeat;
		background-size: 100% auto;
		width: 29vw;
		height: 400px;
	}
	.mv-wraps::after {
		position: absolute;
		right: 0;
		top: 0;
		content: "";
		background:url("../images/water-color-2.svg") top left no-repeat;
		background-size: 100% auto;
		width: 29vw;
		height: 400px;
	}
	.mainVisual {
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: calc(100vh - 55px);
		z-index: 10;
		}
	.mainVisual::before {
		display: none;
	}
	.mainVisual::after {
		display: none;
	}
	.mainVisual .mv_txt {
		position: relative;
		z-index: 20;
		width: 100%;
		height: 100%;
	}
	.mainVisual .imgs {
		position: absolute;
		right: 0;
		top: 0;
		/*width: 65vw;*/
		width: 100vw;
		height: 100%;
		z-index: 4;
	}
	.mainVisual .imgs img {
		width: 100%;
		height: 100%;
		/*border-radius: 80px 0 0 80px;*/
		border-radius: 0px 0 0 0px;
		object-fit: cover;
	}
	.mainVisual .mv_txt .txt {
		position: absolute;
		text-align: right;
		left: 6%;
		top:0;
		height: 100%;
		writing-mode: vertical-rl;
	}
	.mainVisual .mv_txt h1 {
		height: 100%;
		box-sizing: border-box;
		padding: 5% 0 20% 0;
	}
	.mainVisual .mv_txt h1 img {
		max-height: 100%;
		max-width: 100%;
	}
	.mainVisual .mv_txt small {
		display: block;
		color: #7E6060;
		font-size: 18px;
		font-size: 2vh;
		font-style: normal;
		font-weight: 700;
		line-height: 105%; /* 18.9px */
		letter-spacing: 0.54px;
		margin-right: 2vw;
	}
	.t-bnr {
		position: absolute;
		right: 2%;
		bottom: 2%;
		z-index: 20;
		max-width: 80px;
	}
}

@media all and (max-width: 500px) {
	.mainVisual .imgs {
		position: absolute;
		right: 0;
		top: 0;
		width: 100vw;
		height: 100%;
		z-index: 4;
	}
	.mainVisual .imgs img {
		width: 100%;
		height: 100%;
		border-radius: 0px 0 0 0px;
		object-fit: cover;
	}
	.mainVisual .mv_txt h1 {
		height: 83%;
		box-sizing: border-box;
		padding: 5% 0 20% 1%;
	}
	.mainVisual .mv_txt h1 img {
		max-height: 100%;
		max-width: 100%;
	}
	.mainVisual .mv_txt small {
		display: block;
		color: #7E6060;
		font-size: 18px;
		font-size: 2vh;
		font-style: normal;
		font-weight: 700;
		line-height: 105%; /* 18.9px */
		letter-spacing: 0.54px;
		margin-right: 1vw;
		padding-bottom: 43px;
	}
}


/* top-box1 */
.fix-1380 {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1240 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1200 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-1640 {
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.fix-980 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top-box1 {
	display: block;
	padding: 185px 0 270px 0;
	position: relative;
}
.top-box1 .fix-1640 {
	position: relative;
	z-index: 5;
}
.top-box1::after {
	position: absolute;
	left: 0;
	top: 0;
	content:"";
	background: url("../images/tp1bg.png") left bottom no-repeat;
	background-size: 100% auto;
	width: 67%;
	height: 100%;
}
.ico-title {
	display: block;
	text-align:center; 
	padding-bottom: 34px;
	background: url("../images/gradation-line.png") bottom center no-repeat;
	margin-bottom: 52px;
}
.ico-title span {
	display: block;
	margin-bottom: 25px;
}
.ico-title span img {
	display: inline-block;
	max-width: 47px;
}
.ico-title h2 {
	display: block;
	color: #F26A83;
	text-align: center;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 27px */
	letter-spacing: 2.7px;
}
.ill-txt1 {
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 85px;
}
.ill-txt1::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	background: url("../images/illustration3.png") bottom center no-repeat;
	background-size: 100% auto;
	width: 148px;
	height: 171px;
}
.ill-txt1 p {
	color: #7E6060;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 36px */
	letter-spacing: 1.8px;
	position: relative;
	z-index: 5;
}
.ill-txt1 .icc {
	position: absolute;
	left: 10px;
	top: -60px;
}
.ill-txt1 .icc.il2 {
	left: 160px;
	top: -100px;
}
.top-box1 .btn001 {
	margin-left: auto;
	margin-right: auto;
}
.btn001 {
	display: block;
	max-width: 430px;
}
.btn001 a {
	display: block;
	position: relative;
	border-radius: 10px;
	border: 2px solid #F26A83;
	background: #FFF;
	color: #F26A83;
	padding: 25px 100px 25px 60px;
}
.btn001 a::after {
	position: absolute;
	right: 0;
	top: 6px;
	content: "";
	width: 75px;
	height: calc(100% - 12px);
	border-left:#F26A83 dashed 2px;
	background: url("../images/arrow_down.png") center center / cover no-repeat;
	background-size: 24px auto;
}
.btn001 a span {
	display: inline-block;
	position: relative;	
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	letter-spacing: 1.8px;
}
@media all and (min-width: 769px) and (max-width: 1100px) {
	
	.btn001 a {
		border: 2px solid #F26A83;
		background: #FFF;
		color: #F26A83;
		padding: 17px 60px 17px 17px;
	}
	.btn001 a span {
		display: inline-block;
		position: relative;	
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 18px */
		letter-spacing: 1px;
	}
	.btn001 a::after {
		position: absolute;
		right: 0;
		top: 6px;
		content: "";
		width: 45px;
		height: calc(100% - 12px);
		border-left:#F26A83 dashed 2px;
		/* background: url("../images/arrow_down.png") center center / cover no-repeat; */
	}
}
@media all and (min-width: 769px) {
	.btn001 a:hover {
		background: #F26A83;
		color: #FFF;
	}
	.btn001 a:hover::after {
		position: absolute;
		right: 0;
		top: 6px;
		content: "";
		width: 75px;
		height: calc(100% - 12px);
		border-left:#fff dashed 2px;
		background: url("../images/arrow_down-w.png") center center no-repeat;
	}
}

@media all and (min-width: 769px) and (max-width: 1200px) {
	.ill-txt1 .icc {
		position: absolute;
		left: 10px;
		top: -90px;
		max-width: 80px;
	}
	.ill-txt1 .icc.il2 {
		left: 100px;
		top: -100px;
	}
	.ill-txt1::after {
		position: absolute;
		right: 0;
		bottom: 0;
		content: "";
		background: url("../images/illustration3.png") bottom center no-repeat;
		background-size: 100% auto;
		width: 88px;
		height: 171px;
	}
}

@media all and (max-width: 979px) {
	.fix-980 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 999px) {
	.fix-1000 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1379px) {
	.fix-1380 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1199px) {
	.fix-1200 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1239px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 1720px) {
	.fix-1640 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.fix-1240 {
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
	}
	.top-box1 {
		display: block;
		padding: 75px 0 70px 0;
		position: relative;
	}
	.top-box1 .fix-1640 {
		position: relative;
		z-index: 5;
	}
	.top-box1::after {
		position: absolute;
		left: 0;
		top: 0;
		content:"";
		background: url("../images/tp1bg.png") left top no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 100%;
	}
	.ico-title {
		display: block;
		text-align:center; 
		padding-bottom: 34px;
		background: url("../images/gradation-line.png") bottom center no-repeat;
		margin-bottom: 32px;
	}
	.ico-title span {
		display: block;
		margin-bottom: 15px;
	}
	.ico-title span img {
		display: inline-block;
		max-width: 40px;
	}
	.ico-title h2 {
		display: block;
		color: #F26A83;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 27px */
		letter-spacing: 2.7px;
	}
	.ill-txt1 {
		display: block;
		position: relative;
		text-align: center;
		padding-bottom: 85px;
	}
	.ill-txt1::after {
		display: none;
	}
	.ill-txt1 p {
		color: #7E6060;
		text-align: left;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
		position: relative;
		z-index: 5;
	}
	.ill-txt1 .icc {
		position: absolute;
		left: 10px;
		top: -60px;
		width: 45px;
	}
	.ill-txt1 .icc.il2 {
		left: auto;
		right: 15px;
		top: -60px;
	}
	.top-box1 .btn001 {
		margin-left: auto;
		margin-right: auto;
	}
	.btn001 {
		display: block;
		max-width: 280px;
	}
	.btn001 a {
		display: block;
		position: relative;
		border-radius: 10px;
		border: 2px solid #F26A83;
		background: #FFF;
		color: #F26A83;
		padding: 12px 40px 12px 12px;
	}
	.btn001 a::after {
		position: absolute;
		right: 0;
		top: 6px;
		content: "";
		width: 35px;
		height: calc(100% - 12px);
		border-left:#F26A83 dashed 2px;
		background: url("../images/arrow_down.png") center center / cover no-repeat;
		background-size: 20px auto;
	}
	.btn001 a span {
		display: inline-block;
		position: relative;	
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 18px */
		letter-spacing: 0px;
	}
}





/*================================================
* topWorks
================================================*/

/* swiper */
.topWorks__swiper--inner {
  position: relative;
  padding-bottom: 7.466vw;
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 1800px) {
	.topWorks__swiper--inner {
		margin-left: 5vw;
	}
}
.swiper-container {
	width: 150%;
}
.topWorks__swiper--inner .swiper-slide {
	transition: all .4s;
	display: block;
	width: 44%;
}
@media screen and (min-width:769px) {
	.topWorks__swiper--inner .swiper-slide:hover {
	  opacity: 0.6;
	}
}
/* works__img */
.topWorks__swiper--inner .swiper-slide .works__img {
	margin: 0 auto;
	width: 100%;
	aspect-ratio: 420 / 320;
	margin-bottom: 3px;
}
.topWorks__swiper--inner .swiper-slide span {
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 12px;
}
.topWorks__swiper--inner .swiper-slide p {
  line-height: 1.875;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* pagination */
.topWorks__swiper--inner .swiper-pagination {
	display: none;
}
.topWorks__swiper--inner .swiper-pagination-bullet {
  width: 7.33vw;
  height: 5px;
  background: #C4C4C4;
  opacity: 1;
  margin-right: 0;
  border-radius: 0;
}

/* prev next */
.topWorks__swiper--inner .swiper-button-prev,
.topWorks__swiper--inner .swiper-button-next {
	top: 26% !important;
	bottom: auto !important;
	height: 68px;
	width: 68px;
	background: #FFF;
	border-radius: 50%;
	transition: all .4s;
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.17);
}
.topWorks__swiper--inner .swiper-button-prev {
  left: -95px;
}
.topWorks__swiper--inner .swiper-button-next {
  right: -45px
}
.topWorks__swiper--inner .swiper-button-next,
.topWorks__swiper--inner .swiper-container-rtl .swiper-button-prev,
.topWorks__swiper--inner .swiper-button-prev,
.topWorks__swiper--inner .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}
.topWorks__swiper--inner .swiper-button-prev::before,
.topWorks__swiper--inner .swiper-button-next::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 16px;
	background:url("../images/arrow_up.png") center center no-repeat;
	background-size: 24px auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.topWorks__swiper--inner .swiper-button-prev::before {
  right: -10px;
}
.topWorks__swiper--inner .swiper-button-next::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.topWorks__swiper--inner .swiper-slide .works__img {
	display: block;
	position: relative;
}
.topWorks__swiper--inner .swiper-slide .works__img img {
	width: 100%;
	aspect-ratio: 420 / 320;
	object-fit: cover;
	border-radius: 35px ;
}
.topWorks__swiper--inner .swiper-slide .cats {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	background: #FFF;
	color: #F26A83;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 15px */
	letter-spacing: 0.75px;
	padding: 12px 20px;
	border-radius: 0 10px 0 0;
}
.topWorks__swiper--inner .swiper-slide .days {
	display: block;
	color: #F26A83;
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 15px */
	letter-spacing: 0.75px;
	padding: 20px 0 12px 0;
}
.topWorks__swiper--inner .swiper-slide p {
	color: #7E6060;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	letter-spacing: 1.8px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}

/* hover */
@media screen and (min-width:769px) {
	.topWorks__swiper--inner .swiper-button-prev:hover::before,
	.topWorks__swiper--inner .swiper-button-next:hover::before {
		background:url("../images/arrow_down.png") center center no-repeat;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.topWorks__swiper--inner .swiper-button-next:hover::before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 1024px) {
  .topWorks__swiper--inner {
    padding-bottom: 80px;
  }
  .topWorks__swiper--inner .swiper-slide span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .topWorks__swiper--inner {
    width: calc(100% - 15px);
    padding-bottom: 65px;
  }
  .topWorks__swiper--inner .swiper-slide .works__img {
  }
  .topWorks__swiper--inner .swiper-pagination {
    margin-right: 10px;
  }
  .topWorks__swiper--inner .swiper-button-prev,
  .topWorks__swiper--inner .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  .topWorks__swiper--inner .swiper-button-next {
    left: 55px;
  }
  
    .topWorks__swiper--inner .swiper-button-prev::after {
    right: 15px;
    }
  .topWorks__swiper--inner .swiper-button-next::after {
    left: 15px;
  }
  /* hover */
  /*.topWorks__swiper--inner .swiper-button-prev:hover,
  .topWorks__swiper--inner .swiper-button-next:hover {
    opacity: 1;
  }*/
.topWorks__swiper--inner .swiper-slide .days {
	font-size: 13px;
	padding: 10px 0 8px 0;
}
.topWorks__swiper--inner .swiper-slide p {
	color: #7E6060;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	letter-spacing: 1.8px;
}
}
@media all and (min-width: 769px) and (max-width: 1340px) {
	.topWorks__swiper--inner .swiper-button-prev {
	  left: 35px;
	}
	.topWorks__swiper--inner .swiper-button-next {
	  right: 35px
	}
}
@media all and (max-width: 768px) {
	.topWorks__swiper--inner .swiper-button-prev {
	  left: -10px;
		right: auto;
	}
	.topWorks__swiper--inner .swiper-button-next {
	  right: 5px;
		left: auto;
	}
}






/* top-box2 */
.top-box2 {
	display: block;
	position: relative;
	background: url("../images/tp2bg1.jpg") top right no-repeat;
	background-size: 67% auto;
}
.top-box2::after {
	position: absolute;
	left: 0;
	bottom: -100px;
	content: "";
	background:url("../images/tp2bg2.png") right top no-repeat;
	background-size: 100% auto;
	width: 32%;
	height: 600px;
}
.top-box2 .flx {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
}
.top-box2 .txt {
	display: block;
	flex-basis: 40%;
	padding-top: 260px;
	padding-bottom: 600px;
	position: relative;
}
.top-box2 .txt::before {
	position: absolute;
	left: -100px;
	top: -200px;
	content: "";
	width: 100%;
	height: 500px;
	background:url("../images/tp2illmain1.png") left top no-repeat;
	background-size: 100% auto;
	z-index: 25;
}
.top-box2 .txt::after {
	position: absolute;
	right: 0;
	bottom: 14%;
	content: "";
	background: url("../images/tp2ill2.png") left 10% center no-repeat;
	width: 100%;
	height: 250px;
}
.title1 {
	display: block;
	position: relative;
	z-index: 10;
	color: #F26A83;
	font-size: 33px;
	font-style: normal;
	font-weight: 700;
	line-height: 190%; /* 62.7px */
	letter-spacing: 3.3px;
	background: url("../images/gradation-line.png") left bottom no-repeat;
	padding-bottom: 30px;
	margin-bottom: 35px;
}
.title1.cent {
	text-align: center;
	background: url("../images/gradation-line.png") center bottom no-repeat;
}
.top-box2 .txt p {
	display: block;
	color: #7E6060;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 36px */
	letter-spacing: 1.8px;
	padding-bottom: 100px;
}
.top-box2 .imgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 53%;
	z-index: 10;
}
.top-box2 .imgs::after {
	position: absolute;
	left: 35%;
	bottom: 5%;
	content: "";
	background: url("../images/enpitu.png") top center no-repeat;
	background-size: 100% auto;
	width: 184px;
	height: 114px;
	
	
}
.top-box2 .imgs img {
	width: 100%;
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.top-box2 .txt {
		display: block;
		flex-basis: 40%;
		padding-top: 100px;
		padding-bottom: 300px;
		position: relative;
	}
	.top-box2 .txt::before {
		position: absolute;
		left: -100px;
		top: -200px;
		content: "";
		width: 100%;
		height: 500px;
		background:url("../images/tp2illmain1.png") left top no-repeat;
		background-size: 100% auto;
		z-index: 25;
	}
	.top-box2 .txt::after {
		display: none;
	}
	.title1 {
		display: block;
		position: relative;
		z-index: 10;
		color: #F26A83;
		font-size: 25px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 62.7px */
		letter-spacing: 1.3px;
		background: url("../images/gradation-line.png") left bottom no-repeat;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.top-box2 .txt p {
		display: block;
		color: #7E6060;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
		padding-bottom: 50px;
	}
	.top-box2 .imgs {
		position: absolute;
		left: 0;
		top: 0;
		width: 53%;
		z-index: 10;
	}
	.top-box2 .imgs::after {
		position: absolute;
		left: 35%;
		bottom: 5%;
		content: "";
		background: url("../images/enpitu.png") top center no-repeat;
		background-size: 100% auto;
		width: 184px;
		height: 114px;


	}
}



@media all and (max-width: 768px) {
	.top-box2 {
		display: block;
		position: relative;
		background: url("../images/tp2bg1.jpg") top right no-repeat;
		background-size: 67% auto;
	}
	.top-box2::after {
		position: absolute;
		left: 0;
		bottom: 0px;
		content: "";
		background:url("../images/tp2bg2.png") right top no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 67%;
	}
	.top-box2 .flx {
		display: block;
		position: relative;
		z-index: 20;
	}
	.top-box2 .txt {
		display: block;
		flex-basis: 40%;
		padding-top: 180px;
		padding-bottom: 50px;
		position: relative;
	}
	.top-box2 .txt::before {
		position: absolute;
		left: 0px;
		top: 0px;
		content: "";
		width: 100%;
		height: 300px;
		background:url("../images/tp2illmain1.png") center top no-repeat;
		background-size: 280px auto;
		z-index: 25;
	}
	.top-box2 .txt::after {
		display: none;
	}
	.title1 {
		display: block;
		position: relative;
		z-index: 10;
		color: #F26A83;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 180%; /* 62.7px */
		letter-spacing: 1.3px;
		background: url("../images/gradation-line.png") left bottom no-repeat;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.top-box2 .txt p {
		display: block;
		color: #7E6060;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
		padding-bottom: 40px;
	}
	.top-box2 .imgs {
		position: relative;
		left: 4%;
		top: 0;
		width: 92%;
		z-index: 10;
	}
	.top-box2 .imgs::after {
		display: none;


	}
	.top-box2 .imgs img {
		width: 100%;
	}
}



/* top-box3 */
.top-box3 {
	display: block;
	position: relative;
}
.top-box3::before {
	position: absolute;
	right: 50%;
	top: 3%;
	content: "";
	background: url("../images/tp3bg1.png") top left no-repeat;
	background-size: 100% auto;
	width: 19%;
	height: 100%;
}
.top-box3 .fix-1640 {
	position: relative;
	z-index: 10;
}
.top-box3 .txt {
	display: block;
	width: 40%;
	padding: 220px 0;
	position: relative;
}
.top-box3 .txt p {
	display: block;
	color: #7E6060;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 36px */
	letter-spacing: 1.8px;
	padding-bottom: 100px;
}
.top-box3 .imgs {
	position: absolute;
	right: 0;
	top: 0;
	width: 53%;
	height: 100%;
	z-index: 10;
}
.top-box3 .imgs::before {
	position: absolute;
	left: 13%;
	top: -116px;
	content: "";
	background: url("../images/tp3ill1.png") top center no-repeat;
	background-size: 100% auto;
	width: 214px;
	height: 127px;
}
.top-box3 .imgs::after {
	position: absolute;
	left: -170px;
	bottom: 0;
	content: "";
	background: url("../images/tp3ill2.png") left top no-repeat;
	width: 75px;
	height: 96px;
}
.top-box3 .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 80px 0 0 80px;
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.top-box3 .txt {
		display: block;
		width: 40%;
		padding: 120px 0;
		position: relative;
	}
	.top-box3 .txt p {
		display: block;
		color: #7E6060;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
		padding-bottom: 50px;
	}
	.top-box3 .imgs {
		position: absolute;
		right: 0;
		top: 0;
		width: 53%;
		height: 100%;
		z-index: 10;
	}
	.top-box3 .imgs::before {
		position: absolute;
		left: 16%;
		top: -116px;
		content: "";
		/* background: url("../images/tp3ill1.png") top center no-repeat; */
		width: 214px;
		height: 127px;
	}
	.top-box3 .imgs img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 80px 0 0 80px;
	}
}

@media all and (max-width: 768px) {
	.top-box3 {
		display: block;
		position: relative;
	}
	.top-box3::before {
		position: absolute;
		right: 0%;
		top: 3%;
		content: "";
		background: url("../images/tp3bg1.png") top left no-repeat;
		background-size: 100% auto;
		width: 90%;
		height: 100%;
	}
	.top-box3 .fix-1640 {
		position: relative;
		z-index: 10;
		padding-top: 70px
	}
	.top-box3 .txt {
		display: block;
		width: 100%;
		padding: 0px 0 160px 0;
		position: relative;
	}
	.top-box3 .txt p {
		display: block;
		color: #7E6060;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
		padding-bottom: 40px;
	}
	.top-box3 .imgs {
		position: relative;
		right: 4%;
		left: 4%;
		top: 0;
		width: 92%;
		height: auto;
		z-index: 10;
	}
	.top-box3 .imgs::before {
		position: absolute;
		left: 13%;
		top: -116px;
		content: "";
		background: url("../images/tp3ill1.png") top center no-repeat;
		background-size: 100% auto;
		width: 214px;
		height: 127px;
	}
	.top-box3 .imgs::after {
		display: none;
	}
	.top-box3 .imgs img {
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 40px;
	}
}




/* top-box4 */
.top-box4 {
	display: block;
	position: relative;
	padding-top: 290px;
	z-index: 20;
}
.top-box4 .bgs {
	display: block;
	position: relative;
	background: url("../images/tp4bg1.jpg") top center no-repeat;
	background-size: cover;
	padding: 140px 0;
}
.top-box4 .bgs::before {
	position: absolute;
	right: 9%;
	top: -100px;
	content: "";
	background: url("../images/tp4ill1.png") top center no-repeat;
	background-size: 100% auto;
	width: 102px;
	height: 79px;
}
.fix-1320 {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.top-box4 .fix-1320::after {
	position: absolute;
	left: -120px;
	bottom: -150px;
	content: "";
	background: url("../images/tp4ill2.png") bottom center no-repeat;
	background-size: 100% auto;
	width: 228px;
	height: 188px;
}
.top-box4 .flx {
	display: flex;
	justify-content: space-between;
}
.top-box4 .flx a {
	display: block;
	background: #FFF;
	border-radius: 40px;
	box-sizing: border-box;
	flex-basis: 45%;
	padding: 65px 65px 130px 65px;
	position: relative;
	top: 0;
	left: 0;
}
.top-box4 .flx a::after {
	position: absolute;
	right: 45px;
	bottom: 40px;
	content: "";
	background: url("../images/arrow_down.png") center center / cover no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 16px;
}
.top-box4 .ti {
	display: block;
	text-align: center;
}
.top-box4 .ti span {
	display: block;
}
.top-box4 .ti span img {
	display: inline-block;
	max-width: 100%;
}
.top-box4 .ti h3 {
	color: #F26A83;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 28px */
	letter-spacing: 2.8px;
	padding: 35px 0 50px 0;
}
.top-box4 .flx p {
	color: #7E6060;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%; /* 36px */
	letter-spacing: 1.8px;
}
@media all and (min-width: 769px) {
	.top-box4 .flx a:hover {
		top: -14px;
		-webkit-transition: all 0.3s ease-in-out 0s;
  		transition: all 0.3s ease-in-out 0s;
	}
}
@media all and (min-width: 769px) and (max-width: 1580px) {
	.top-box4 .fix-1320::after {
		position: absolute;
		left: 40px;
		bottom: -150px;
		content: "";
		background: url("../images/tp4ill2.png") bottom center no-repeat;
		background-size: 100% auto;
		width: 168px;
		height: 188px;
	}
}
@media all and (min-width: 769px) and (max-width: 1000px) {
	.top-box4 .flx a {
		flex-basis: 45%;
		padding: 25px 25px 70px 25px;
		position: relative;
		top: 0;
		left: 0;
	}
	.top-box4 .flx a::after {
		position: absolute;
		right: 25px;
		bottom: 20px;
		content: "";
		background: url("../images/arrow_down.png") center center / cover no-repeat;
		width: 24px;
		height: 16px;
	}
	.top-box4 .ti {
		display: block;
		text-align: center;
	}
	.top-box4 .ti span {
		display: block;
	}
	.top-box4 .ti span img {
		display: inline-block;
		max-width: 55px;
	}
	.top-box4 .ti h3 {
		color: #F26A83;
		text-align: center;
		font-size: 23px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 28px */
		letter-spacing: 1.8px;
		padding: 25px 0 30px 0;
	}
	.top-box4 .flx p {
		color: #7E6060;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
	}
}


@media all and (max-width: 1400px) {
	.fix-1320 {
		margin-left: 4%;
		margin-right: 4%;
	}
}
@media all and (max-width: 768px) {
	.top-box4 {
		display: block;
		position: relative;
		padding-top: 90px;
		z-index: 20;
	}
	.top-box4 .bgs {
		display: block;
		position: relative;
		background: url("../images/tp4bg1.jpg") top center no-repeat;
		background-size: cover;
		padding: 20px 0;
	}
	.top-box4 .bgs::before {
		position: absolute;
		right: 9%;
		top: -100px;
		content: "";
		background: url("../images/tp4ill1.png") top center no-repeat;
		background-size: 100% auto;
		width: 102px;
		height: 79px;
	}
	.fix-1320 {
		margin-left: 4%;
		margin-right: 4%;
		position: relative;
	}
	.top-box4 .fix-1320::after {
		display: none;
	}
	.top-box4 .flx {
		display: block;
	}
	.top-box4 .flx a {
		display: block;
		background: #FFF;
		border-radius: 30px;
		box-sizing: border-box;
		flex-basis: 45%;
		padding: 20px 20px 50px 20px;
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 24px;
	}
	.top-box4 .flx a::after {
		position: absolute;
		right: 20px;
		bottom: 20px;
		content: "";
		background: url("../images/arrow_down.png") center center / cover no-repeat;
		background-size: 100% auto;
		width: 24px;
		height: 16px;
	}
	.top-box4 .ti {
		display: block;
		text-align: center;
	}
	.top-box4 .ti span {
		display: block;
	}
	.top-box4 .ti span img {
		display: inline-block;
		max-width: 40px;
	}
	.top-box4 .ti h3 {
		color: #F26A83;
		text-align: center;
		font-size: 21px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 28px */
		letter-spacing: 1px;
		padding: 15px 0 20px 0;
	}
	.top-box4 .flx p {
		color: #7E6060;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 2; /* 36px */
		letter-spacing: 1px;
	}
}



.top-bottom {
	display: block;
	background: url("../images/water.png") top left no-repeat #FFF;
	background-size: 65% 300%;
	padding: 100px 0;
	position: relative;
}
.top-bottom .inner {
	display: block;
	background: #FFF;
	position: relative;
	box-sizing: border-box;
	padding: 50px 0;
	border-radius: 40px;
	border: 2px solid #F26A83;
}
.top-bottom .flx {
	display: flex;
	justify-content: space-between;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}
.top-bottom .flx .ic {
	display: block;
	flex-basis: 24%;
}
.top-bottom .flx .txt {
	display: block;
	flex-basis: 74%;
}
.top-bottom .flx .txt p {
	display: block;
	color: #F26A83;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 39.1px */
	letter-spacing: 2.3px;
	margin-bottom: 10px;
}
.top-bottom .flx .txt b,
.top-bottom .flx .txt a {
	display: inline;
	position: relative;
	z-index: 5;
	font-size:63px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 3px;
	color: transparent;
	font-family: "Outfit", sans-serif;
	-webkit-background-clip: text;
  	background-image:url("../images/mokume.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.top-bottom .flx .txt small {
	display: block;
	color: #7E6060;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	letter-spacing: 0.54px;
	margin-top: 7px;
}

@media all and (min-width: 769px) and (max-width: 1200px) {
	.top-bottom {
		display: block;
		background: url("../images/water.png") top left no-repeat;
		padding: 50px 0;
		position: relative;
	}
	.top-bottom .inner {
		padding: 50px 20px;
	}
	.top-bottom .flx {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-bottom .flx .ic {
		display: block;
		flex-basis: 27%;
	}
	.top-bottom .flx .txt {
		display: block;
		flex-basis: 70%;
	}
	.top-bottom .flx .txt p {
		display: block;
		color: #F26A83;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 170%; /* 39.1px */
		letter-spacing: 1.3px;
		margin-bottom: 10px;
	}
	.top-bottom .flx .txt b,
	.top-bottom .flx .txt a {
		display: inline;
		position: relative;
		z-index: 5;
		font-size:43px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 3px;
		color: transparent;
		font-family: "Outfit", sans-serif;
		-webkit-background-clip: text;
		background-image:url("../images/mokume.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.top-bottom .flx .txt small {
		display: block;
		color: #7E6060;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 18px */
		letter-spacing: 0.54px;
		margin-top: 7px;
	}
}


@media all and (max-width: 768px) {
	.top-bottom {
		display: block;
		background: url("../images/water.png") left top no-repeat;
		padding: 40px 0;
		position: relative;
	}
	.top-bottom .inner {
		display: block;
		background: #FFF;
		position: relative;
		box-sizing: border-box;
		padding: 20px 20px;
		border-radius: 30px;
		border: 2px solid #F26A83;
	}
	.top-bottom .flx {
		display: block;
	}
	.top-bottom .flx .ic {
		display: block;
		flex-basis: 24%;
		text-align: center;
		margin-bottom: 20px;
	}
	.top-bottom .flx .ic img {
		display: inline-block;
		max-width: 45px;
	}
	.top-bottom .flx .txt {
		display: block;
		flex-basis: 74%;
		text-align: center;
	}
	.top-bottom .flx .txt p {
		display: block;
		text-align: left;
		color: #F26A83;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: 170%; /* 39.1px */
		letter-spacing: 1.3px;
		margin-bottom: 10px;
	}
	.top-bottom .flx .txt b,
	.top-bottom .flx .txt a {
		display: inline;
		position: relative;
		z-index: 5;
		font-size:33px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 3px;
		color: transparent;
		font-family: "Outfit", sans-serif;
		-webkit-background-clip: text;
		background-image:url("../images/mokume.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.top-bottom .flx .txt small {
		display: block;
		color: #7E6060;
		font-size: 14px;
		text-align: center;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 18px */
		letter-spacing: 0.54px;
		margin-top: 7px;
	}
}







