/* -------------------------------
MainArea
------------------------------- */
.lead {
	margin-top: 120px !important;
}
/* -------------------------------
メインイメージ
------------------------------- */
#mainimg {
	position: relative;
}
#mainimg::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 40%;
	height: 460px;
	background: #f0f0f2;
	z-index: 0;
}
.imgArea {
    width: 84%;
    height: 600px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 16%;
	z-index: 2;
}
.imgArea h1 {
	position: relative;
  top: 27%;
	left:-38%;
	display: inline-block;
	font-size: 47px;
	font-size: 4.7rem;
	z-index: 3;
}
.imgArea h1 > span {
	display: inline-block;
	background: #FFF;
	padding: 4px 20px;
	margin-bottom: 15px;
}
.imgArea h1 .small {
	font-size: 43px;
	font-size: 4.3rem;
}
@media screen and (max-width: 1119px) {
.imgArea h1 {
	left:-34%;
}
	
}
@media screen and (max-width: 768px) {
.lead {
	margin-top: 40px !important;
}
.imgArea {
    width: 100%;
    height: 325px;
	margin-left: 0;
}
#mainimg::before {
	display: none;
}
.imgArea h1 {
  top: 32%;
	left:-5%;
	display: inline-block;
	font-size: 2.7rem;
	z-index: 3;
}
.imgArea h1 > span {
	background: rgba(255,255,255,0.9);
	padding: 0 15px;
	margin-bottom: 5px;
}
.imgArea h1 .small {
	font-size: 2.5rem;
}
}

/* -------------------------------
secondaryArea
------------------------------- */
.pink {
	margin-top: 60px;
	background: #f7dfe3 url("../images/bg_gel.png") no-repeat center top;
  background-size: contain;
	padding: 70px 0 50px;
}
.pink .flex > div {
	width: 40%;
}
.pink .flex > div:first-of-type {
	margin-right: 4%;
}
.pink .flex div img {
	width: 100%;
}
.pink h3 {
  position: relative;
	text-align: center;
  display: inline-block;
  padding: 7px 10px;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  background: #FFF;
	margin-bottom: 15px;
	font-weight: bold;
}

.pink h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
}
.btn {
	text-align: center;
	margin-top: 50px;
}
.btn a {
	display: inline-block;
	border: solid 1px #462a2c;
	padding: 10px 20px 10px 50px;
	font-weight: bold;
	border-radius: 100vw 100vw;
	transition: background 0.8s;
}
.btn a:hover {
	background: #462a2c;
	color: #FFF;
}
.btn a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 0.6em;
  height: 0.1em;
  background: currentColor;
	margin-left: 30px;
	margin-right: 0px;
}
.btn a span::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#secondaryArea > .cnt {
	margin-top: 70px;
}
#secondaryArea > .cnt .flex {
	justify-content: space-between;
	padding: 0 50px;
}
#secondaryArea > .cnt .flex .txt {
	width: 35%;
	margin-left: 5%;
}
#secondaryArea > .cnt .flex .pic {
	width: 55%;
	max-width: 650px;
}
.cnt .flex .pic img {
	width: 100%;
}
.naname {
	margin-top: 70px;
}
.naname .flex {
	flex-wrap: wrap;
}
.naname .flex > div {
	position: relative;
	width: 45%;
}
.naname .flex > div .txt {
	position: relative;
	background: #FFF;
	margin: -10% 30px 0;
	z-index: 2;
	padding: 60px 90px;
	box-sizing: border-box;
}
.naname .flex > div:nth-of-type(1),
.naname .flex > div:nth-of-type(2) {
	margin-bottom: 80px;
}
.naname .flex > div .txt h4 {
	position: absolute;
	background: #eac1c9;
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 2px 20px;
	top:-20px;
	left: 20px;
}
@media screen and (max-width: 768px) {
.pink {
	margin-top: 40px;
	padding: 50px 0 50px;
}
.pink .flex {
	flex-direction: column;
		
}
.pink .flex > div {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.pink .flex > div:first-of-type {
	margin-right: 0;
	margin-bottom: 30px;
}
.pink h3 {
  font-size: 1.5rem;
	margin-bottom: 10px;
}

.pink h3:before {
  border: 8px solid transparent;
  border-top: 8px solid #FFF;
}
.btn {
	margin-top: 10px;
}
.btn a {
	font-size: 1.4rem;
}
.btn a span {
  width: 0.5em;
  height: 0.1em;
}
#secondaryArea > .cnt {
	margin-top: 50px;
}
#secondaryArea > .cnt .flex {
	flex-direction: column;
	padding: 0 20px;
}
#secondaryArea > .cnt .flex .txt {
	width: 100%;
	margin-left: 0;
}
#secondaryArea > .cnt .flex .pic {
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
}
#secondaryArea > .cnt .btn {
		margin-top: 40px;
}
.naname {
	margin-top: 50px;
	padding: 50px 0 125px;
}
.naname .flex {
	flex-wrap: wrap;
	flex-direction: column;
}
.naname .flex > div {
	display: block;
	width: 100%;
}
.naname .flex > div .txt {
	margin: -10% 20px 0;
	z-index: 2;
	padding: 40px 20px 40px;
	box-sizing: border-box;
}
.naname .flex > div:nth-of-type(1),
.naname .flex > div:nth-of-type(2),
.naname .flex > div:nth-of-type(3) {
	margin-bottom: 40px;
}
.naname .flex > div .txt h4 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2px 20px;
	top:-20px;
	left: 20px;
}
.naname .flex > div .txt .btn {
	margin-top: 30px;
}
#pageTop {
	margin-top: -80px;
}
}
