
/* --------------------------------------------------- */
#mainvisual {
	max-width: 1600px;
	width: 100%;
	position: relative;
	margin: 0 auto 120px;
}
#mv {
	width: 82%;
	margin: -80px -20px 0 auto;
	height: 580px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 2;
	box-shadow: -15px 15px 0px 0px rgba(255, 255, 255, 1);
}
#mv::after {
	content: "";
	position: absolute;
	z-index: 1;
}
#mainvisual .mv-img {
	position: absolute;
	z-index: 3;
	max-width: 630px;
	width: 65%;
	left: 5%;
	top: 50%;
	transform: translate(0%, -50%);
	
	display: none;
}
.blob-container {
	position: absolute;
	z-index: 3;
	max-width: 600px;
	width: 60%;
	height: 80%;
	left: 7%;
	top: 50%;
	transform: translate(0%, -50%);
}

.blob {
  position: absolute;
  width: 75%;
  height: 80%;
  border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  mix-blend-mode: multiply;
  animation: uneune 8s ease-in-out infinite;
}

.blob-yellow {
  background-color: #FAC957;
  animation: uneune-yellow 6s ease-in-out infinite;
	left: 0;
	bottom: 3%;
}
.blob-orange {
  background-color: #E95C60;
  animation: uneune-orange 7s ease-in-out infinite;
	right: 0;
	bottom: 0;
	margin-bottom: -20px;
}
.blob-pink {
  background-color: #F09AAB;
  animation: uneune-pink 5s ease-in-out infinite;
	top: 0;
	left: 10%;
}
/* Keyframes for each blob */
@keyframes uneune-yellow {
  0%, 100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
    transform: translate(0px, 0px);
  }
  50% {
    border-radius: 70% 40% 60% 90% / 60% 80% 40% 90%;
    transform: translate(-8px, 6px);
  }
}
@keyframes uneune-orange {
  0%, 100% {
    border-radius: 60% 70% 75% 40% / 80% 60% 60% 50%;
    transform: translate(0px, 0px);
  }
  50% {
    border-radius: 85% 40% 60% 65% / 60% 80% 40% 90%;
    transform: translate(6px, -4px);
  }
}
@keyframes uneune-pink {
  0%, 100% {
    border-radius: 70% 60% 60% 60% / 60% 70% 60% 50%;
    transform: translate(0px, 0px);
  }
  50% {
    border-radius: 60% 80% 50% 70% / 80% 60% 70% 60%;
    transform: translate(-4px, -6px);
  }
}

#mainvisual .mv-ttl {
	position: absolute;
	z-index: 4;
	max-width: 650px;
	width: 70%;
	left: 5%;
	top: 50%;
	transform: translate(0%, -50%);
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
	#mainvisual {
        margin: 0 auto 100px;
    }
	#mv {
        width: 82%;
        margin: -60px 0px 0 auto;
        height: 450px;
    }
}
@media (max-width: 480px) {
	#mainvisual {
        margin: 0 auto 60px;
    }
	#mv {
        width: 90%;
        margin: -60px 0px 0 auto;
        height: 260px;
        box-shadow: -10px 10px 0px 0px rgba(255, 255, 255, 1);
    }
	.blob-container {
        width: 50%;
        height: 60%;
        left: 10%;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#sec01 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 100px;
	position: relative;
	padding-bottom: 50px;
}
#sec01 .note {
	width: 600px;
    background-image:
		linear-gradient(90deg, transparent 0%, transparent 50%, #F8F5EC 50%, #F8F5EC 100%),
		linear-gradient(180deg, #E33C0B 2px, transparent 2px);
    background-size: 8px 100%, 100% 4.5em;
    line-height: 4.5em;
    padding-bottom: 2px;
	margin-bottom: 40px;
}
#sec01 .note p {
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	transform: rotate(0.03deg);
	color: #E33C0B;
	font-size: 1.6em;
	letter-spacing: 5px;
	padding-left: 10px;
}
#sec01 .txt {
	max-width: 780px;
	width: 57%;
}
#sec01 .ph1,
#sec01 .ph2,
#sec01 .ph3 {
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
}
#sec01 .ph1 {
	width: 25%;
	bottom: 45%;
	right: 10%;
	margin-top: -3%;
}
#sec01 .ph2 {
	width: 23%;
	top: 60%;
	right: 0;
	margin-right: -5%;
}
#sec01 .ph3 {
	width: 14%;
	top: 70%;
	right: 25%;
}
@media (max-width: 960px) {
	#sec01 {
        margin: 0 auto 50px;
        padding-bottom: 0px;
    }
	#sec01 .note {
        width: 100%;
    }
    #sec01 .note p {
        font-size: 1.4em;
    }
	#sec01 .ph1 {
		width: 30%;
        right: 5%;
        margin-top: 0;
		bottom: 33%;
    }
	#sec01 .ph2 {
        width: 30%;
        top: 70%;
        margin-right: -10%;
    }
	#sec01 .ph3 {
        right: 23%;
    }
}
@media (max-width: 768px) {
	#sec01 .note {
        width: 100%;
        background-size: 8px 100%, 100% 3.5em;
        line-height: 3.5em;
    }
    #sec01 .note p {
        font-size: 1.3em;
        letter-spacing: 3px;
        padding-left: 10px;
    }
}
@media (max-width: 580px) {
	#sec01 .note {
		margin-bottom: 25px;
        background-size: 8px 100%, 100% 3.5em;
        line-height: 3.5em;
        }
    #sec01 .note p {
        font-size: 1.1em;
        letter-spacing: 3px;
        padding-left: 0;
    }
	#sec01 .txt {
		width: 100%;
	}
	#sec01 .ph1,
	#sec01 .ph2,
	#sec01 .ph3 {
		display: none;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#sec02 .block {
	margin-bottom: 100px;
	position: relative;
}
#sec02 .block::before {
	content: "";
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 0;
}
#sec02 .block .ph {
	width: 80%;
	height: 610px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
#sec02 .block .ph1 {
	margin: 0 auto 0 -8%;
	background: url("../images/top/ph04.jpg") no-repeat center;
	background-size: cover;
}
#sec02 .block .ph2 {
	margin: 0 -8% 0 auto;
	background: url("../images/top/ph05.jpg") no-repeat center;
	background-size: cover;
}
#sec02 .block .box {
	position: absolute;
	bottom: -30px;
	max-width: 600px;
	width: 80%;
	z-index: 2;
}
#sec02 .block .box-l {
	left: 0;
}
#sec02 .block .box-r {
	right: 0;
}
#sec02 .block .ttl {
	position: absolute;
	top: 0;
	font-size: 35px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	letter-spacing: 8px;
	line-height: 150%;
	z-index: 3;
	
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 30px 15px;
	border-left: #fff 5px double;
	border-right: #fff 5px double;
	color: #fff;
	transform: rotate(0.03deg);
}
#sec02 .block .ttl br {
	display: none;
}
#sec02 .block .ttl.left {
	left: 0;
	background-color: #7DAC4F;
}
#sec02 .block .ttl.right {
	right: 0;
	background-color: #E33C0B;
}
#sec02 .block .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec02 .block .box li {
	width: 49%;
	margin-bottom: 2%;
	text-align: center;
	background-color: #fff;
	color: #E33C0B;
	font-weight: 500;
	letter-spacing: 3px;
	padding: 15px 0;
	box-shadow: 2px 2px 0px 0px rgba(227,60,11,.2);
	line-height: 150%;
}
#sec02 .block .box.box-l li {
	color: #7DAC4F;
	box-shadow: 2px 2px 0px 0px rgba(125,172,79,.2);
}
#sec02 .block .box li br {
	display: none;
}
@media (max-width: 960px) {
	#sec02 .block .ph {
        height: 460px;
    }
	#sec02 .block .ttl {
		font-size: 22px;
	}
	#sec02 .block .box {
        bottom: -30px;
        max-width: 500px;
    }
	#sec02 .block .box li {
		width: 49.5%;
		margin-bottom: 1%;
	}
}
@media (max-width: 768px) {
	#sec02 .block {
		margin-bottom: 60px;
	}
	#sec02 .block .ph {
		width: 88%;
        height: 320px;
		margin-bottom: 0px;
    }
	#sec02 .block .ttl {
		font-size: 20px;
		padding: 22px 12px;
	}
	#sec02 .block .ttl br {
		display: none;
	}
	#sec02 .block .box {
        position: relative;
        max-width: none;
        width: 100%;
		margin-top: -15px;
    }
}
@media (max-width: 480px) {
	#sec02 .block .ph {
		width: 85%;
        height: 210px;
		margin-bottom: 0px;
    }
	#sec02 .block .ttl {
		font-size: 18px;
		font-weight: 400;
	}
	#sec02 .block .box li br {
		display: block;
	}
}
/* --------------------------------------------------- */
#sec03 {
	height: 100vh;
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


