.ttl_style01 {
	font-size: 1.4rem;
	letter-spacing: 3px;
	margin-bottom: 50px;
}
.ttl_style01 span {
	font-size: .7rem;
}
.ttl_style01 strong {
	display: block;
	text-align: center;
	font-weight: 200;
	font-size: 3rem;
	text-transform: uppercase;
	line-height: 1.3em;
}
.margin-bottom {
	margin-bottom: 150px;
}
hr {
	border: none;
	border-top: 3px dashed #222;
	height: 3ox;
    text-align: center;
    overflow: visible;
	margin-bottom: 100px;
}
@media screen and (max-width: 950px) {
}
@media screen and (max-width: 768px) {
	.ttl_style01 {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }
	.margin-bottom {
        margin-bottom: 100px;
    }
	hr {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 480px) {
	.ttl_style01 {
        font-size: 1.0rem;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
	.ttl_style01 span {
        font-size: 7px;
    }
	.margin-bottom {
        margin-bottom: 80px;
    }
	hr {
		margin-bottom: 50px;
		border-top: 2px dashed #222;
		height: 2ox;
	}
}
/* --------------------------------------------------- */
#area1 .ill {
	max-width: 450px;
	width: 48%;
	right: 0;
	bottom: 160px;
	z-index: 5;
	margin-right: -2%;
}
#area1 .ttl {
	position: absolute;
	left: 10%;
	top: 50%;
    font-weight: 700;
	font-size: 1.1rem;
	z-index: 6;
}
#area1 .ttl strong {
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 13px;
}
#area1 .ttl span {
	display: block;
	font-weight: 400;
	font-size: .8rem;
	margin: -10px 0 30px;
}
#area1 .point {
	max-width: 320px;
	width: 45%;
	left: 10%;
	bottom: 30px;
	background-color: #fff;
	padding: 35px;
	transform: translate(0%, 0%);
	border-radius: 4px;
	 box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.fluid {
  position: absolute;
  width: 100%;
  height: 200px;
  background: url(../images/back02.jpg);
  background-size: 120px auto;
  left: 0;
  bottom: 0;
  animation: slide 5s linear infinite;
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 120px 0;
  }
}
@media screen and (max-width: 950px) {
	#area1 .ttl {
        left: 7%;
        top: 45%;
        font-size: 1rem;
    }
}
@media screen and (max-width: 768px) {
	#area1 .ttl {
        font-size: .9rem;
    }
    #area1 .ttl strong {
        font-size: 1.5rem;
        letter-spacing: 10px;
    }
	#area1 .point {
		padding: 25px;
		left: 5%;
	}
}
@media screen and (max-width: 480px) {
	#area1 .ttl {
		width: 80%;
        left: 10%;
        top: 35%;
        font-size: 12px;
    }
    #area1 .ttl strong {
        font-size: 1.3rem;
        letter-spacing: 9px;
    }
	#area1 .ttl br {
		display: none;
	}
	#area1 .ttl span {
      display: block;
      margin: -10px 0 20px;
  }
	#area1 .ill {
        width: 60%;
        right: 0;
        bottom: 0;
        z-index: 5;
        margin-right: -15%;
		margin-bottom: -100px;
    }
	#area1 .point {
		width: 55%;
		padding: 20px 25px;
		left: 0;
		margin-left: -1px;
		border: #444 1px solid;
		border-radius: 0;
	}
	.fluid {
        height: 45px;
        background-size: 80px auto;
		bottom: -123px;
    }
}
/* --------------------------------------------------- */
#lp-area1 {
	width: 97%;
	margin: 0 auto 140px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 900px;
}
#lp-area6 {
	width: 100%;
	margin: 0 0 140px;
	position: relative;
	padding: 0px 7% 550px;
	background: url("../images/yaji03.png") no-repeat right -10% center;
	background-size: 65%;
}
#lp-area1 .ami {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.4);
}
#lp-area1 .ami2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(175,216,248,.4);
}
#lp-area1 .box {
	position: absolute;
	color: rgba(0,0,0,.8);
	top: 80px;
	left: 60px;
	right: 60px;
}
#lp-area1 .box2 {
	position: absolute;
	color: #fff;
	top: 80px;
	left: 60px;
	right: 60px;
	text-shadow: 1px 0px 4px rgba(0, 0, 0, 0.28);
}
#lp-area6 .box {
	color: rgba(0,0,0,.8);
	width: 70%;
}
#lp-area6 .img {
	max-width: 220px;
	width: 25%;
}
#lp-area1 .ttl,
#lp-area6 .ttl {
	font-family: "Kaisei Opti", serif;
	font-weight: 400;
	font-size: 2.5em;
	letter-spacing: 4px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
#lp-area1 .ttl span {
	font-size: 1.4em;
}
#lp-area1 p {
}
#lp-area1 p br.br-clear {
}
@media screen and (max-width: 950px) {
	#lp-area1 .box {
        top: 60px;
        left: 60px;
        right: 60px;
    }
	#lp-area6 {
        margin: 0 0 80px;
        padding: 0px 6% 50%;
		background-position: right -10% bottom;
        background-size: 65%;
    }
    #lp-area1 .ttl,
	#lp-area6 .ttl {
        font-size: 2em;
    }
	#lp-area1 p br.br-clear,
	#lp-area6 p br.br-clear {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#lp-area1 {
        width: 96%;
        margin: 0 auto 80px;
        height: 700px;
		background-position: center top;
    }
	#lp-area6 {
		background-image: url("../images/yaji04.png");
    }
	#lp-area1 .box {
        top: 40px;
        left: 40px;
        right: 40px;
    }
    #lp-area1 .ttl,
	#lp-area6 .ttl {
        font-size: 1.6em;
    }
	#lp-area6 .box {
		width: 78%;
	}
	#lp-area6 .img {
		width: 25%;
		position: absolute;
		right: 0;
		bottom: 0;
		margin-right: -30px;
	}
}
@media screen and (max-width: 480px) {
	#lp-area1 {
		height: 600px;
		margin-bottom: 60px;
	}
	#lp-area6 {
        margin: 0 0 30px;
        padding: 20px 2% 65%;
		background-position: right bottom;
        background-size: 85%;
    }
	#lp-area1 .box {
        top: 40px;
        left: 30px;
        right: 30px;
    }
	#lp-area6 .box {
		width: 100%;
		padding: 30px;
	}
	#lp-area1 .ttl,
	#lp-area6 .ttl {
        font-size: 1.5em;
    }
}
/* --------------------------------------------------- */
#lp-area2 {
	width: 90%;
	margin: 0 auto 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lp-area2 .box {
	width: 47.5%;
	display: table;
	margin-bottom: 5%;
}
#lp-area2 .box .data,
#lp-area2 .box .ph {
	display: table-cell;
	width: 50%;
}
#lp-area2 .box .data {
	vertical-align: middle;
	padding-right: 5%;
}
#lp-area2 .box .data p {
	margin-bottom: 20px;
	font-size: 90%;
}
#lp-area2 .box .data p.name {
    font-weight: 700;
	font-size: .85rem;
	line-height: 150%;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#lp-area2 .box .data p.name a {
	font-family: "Kaisei Opti", serif;
	font-weight: 400;
	font-size: 1.2em;
}
#lp-area2 .box .data p.name a::after {
	content: '様';
	margin-left: 10px;
}
#lp-area2 .box .data p.name a:hover {
}
#lp-area2 .box .data p.name span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding-top:10px;
}
#lp-area2 .box .data p.name span::before {
	content: '［';
	margin-left: -7px;
}
#lp-area2 .box .data p.name span::after {
	content: '］';
}
#lp-area2 .box .data > a {
	font-size: 12px;
	color: #1abc9c;
	text-decoration: underline;
}
#lp-area2 .box .data > a:hover {
	color: #ccc;
}
#lp-area2 .box .data ul {
	line-height: 140%;
}
#lp-area2 .box .data li {
	display: inline-block;
	font-size: 10px;
	border-right: #777 1px solid;
	padding: 0 7px;
	color: #777;
	line-height: 140%;
}
#lp-area2 .box .data li:first-child {
	border-left: #777 1px solid;
}
#lp-area2 .box .ph {
	position: relative;
	vertical-align: top;
	padding-top: 35%;
	overflow: hidden;
}
#lp-area2 .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	transition: .3s;
}
#lp-area2 .box .ph span {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	background: url("../../images/common/arrow02.png") no-repeat center;
	background-color: #333;
	background-size: 17px;
	top: 50%;
	left: 0px;
	margin-top: -15px;
	transition: .3s;
}
#lp-area2 .box .ph:hover span {
	width: 30px;
	left: 0px;
}
#lp-area2 .box .ph:hover img {
}
#lp-area2 .box .ph::after {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
#lp-area2 .box .ph:hover::after {
	animation: shine 0.7s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
#lp-area2 .btn_style01 {
	margin: 20px auto;
}
@media screen and (max-width: 950px) {
	#lp-area2 .box {
        width: 49%;
        display: block;
        margin-bottom: 2%;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		border: #ddd 1px solid;
		position: relative;
		padding-top: 200px;
    }
    #lp-area2 .box .data,
    #lp-area2 .box .ph {
        display: block;
        width: 100%;
    }
	#lp-area2 .box .data {
		padding: 20px;
	}
	#lp-area2 .box .data p.name a {
        font-size: 1.1em;
    }
	#lp-area2 .box .data p.name span {
        font-size: 10px;
    }
	#lp-area2 .box .ph {
		position: absolute;
		top: 0;
		left: 0;
		height: 200px;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	#lp-area2 {
        width: 95%;
        margin: 0 auto 50px;
    }
	#lp-area2 .box {
		padding-top: 0;
		border: none;
	}
	#lp-area2 .box .data,
    #lp-area2 .box .ph {
    }
	#lp-area2 .box .data {
		display: none;
	}
	#lp-area2 .box .ph {
		position: relative;
		height: 130px;
	}
	#lp-area2 .box .ph img {
        width: 160%;
        height: 160%;
		margin: -13% 0 0 -30%;
    }
}
/* --------------------------------------------------- */
#area7 .box {
	margin-bottom: 100px;
	align-items: center;
}
#area7 .box dl {
	margin: 0 auto;
}
#area7 .box dt {
	font-size: 1.3em;
	margin-bottom: 40px;
}
#area7 .box dt span {
	display: block;
	font-size: 1.7em;
	line-height: 160%;
	margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
	#area7 .box {
		display: flex;
		justify-content: space-between;
	}
	#area7 .box .ph {
		padding-top: 90%;
		position: relative;
    }
    #area7 .box .ph img {
		position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
	#area7 .box {
		background-color: transparent;
		padding-top: 340px;
		margin: 0 auto 50px;
	}
	#area7 .box dl {
        width: 95%;
        margin: 0 auto;
    }
	#area7 .box dt {
        font-size: 1.2em;
        margin-bottom: 15px;
		background-color: transparent;
    }
	#area7 .box dt br {
		display: block;
	}
	#area7 .box dt span {
        display: block;
        font-size: 1.5em;
        margin-bottom: 5px;
    }
	#area7 .box .ph {
		position: absolute;
		padding-top: 300px;
	}
}
@media screen and (max-width: 480px) {
	#area7 .box dt {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
	
}
/* --------------------------------------------------- */
.price3 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 60px;
}
.price3 .box {
	border: #444 1px solid;
	padding: 30px;
	margin-bottom: 20px;
}
.price3 .box dl {
	max-width: 550px;
	width: 100%;
	margin-bottom: 20px;
}
.price3 .box dd {
	font-size: .6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.price3 .box dt {
	width: 100%;
	display: table;
}
.price3 .box dt span,
.price3 .box dt strong {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1.7rem;
}
.price3 .box dt span {
	font-size: 1.1rem;
}
.price3 .box dt strong {
	font-size: 1.5rem;
	text-align: center;
	border-left: #444 1px solid;
	width: 200px;
}
.price3 .box p {
	max-width: 700px;
	width: 100%;
	font-size: .9rem;
	margin-bottom: 20px;
}
.price3 .box ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	background-color: #F7F7F7;
	padding: 25px;
}
.price3 .box li {
	width: 16%;
	font-size: .8rem;
	text-align: center;
	margin-right: .8%;
	line-height: 1rem;
}
.price3 .box li:last-child {
	margin-right: 0;
}
.price3 .box li img {
	display: block;
	max-width: 148px;
	width: 100%;
	margin: 0 auto 5px;
}
.price3 .box li br {
	display: none;
}
@media screen and (max-width: 950px) {
	.price3 {
        margin: 0 auto 60px;
    }
}
@media screen and (max-width: 768px) {
	.price3 {
        margin: 0 auto 50px;
    }
	.price3 .box dt span {
        font-size: 1.0rem;
    }
	.price3 .box dt strong {
        font-size: 1.3rem;
        width: 180px;
    }
	.price3 .box ul {
        padding: 10px;
    }
	.price3 .box li {
        width: 33.33%;
        margin-right: 0;
		padding: 10px;
    }
}
@media screen and (max-width: 480px) {
	.price3 {
        margin: 0 auto 30px;
    }
	.price3 .box dd {
	}
	.price3 .box dt,
	.price3 .box dt span,
	.price3 .box dt strong {
		display: block;
    }
	.price3 .box dt span {
		
		margin-bottom: 10px;
    }
	.price3 .box dt strong {
        width: 100%;
		border-top: #444 1px solid;
		border-bottom: #444 1px solid;
		border-left: none;
		padding: 10px 0;
    }
	.price3 .box ul {
		margin: 0 -30px -30px;
    }
	.price3 .box li {
        width: 50%;
		padding: 10px;
    }
	.price3 .box li img {
        width: 60%;
        margin: 0 auto 5px;
    }
	.price3 .box li br {
		display: block;
	}
}
/* --------------------------------------------------- */
.price4 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 30px;
}
.price4 .box {
	border-top: #ccc 1px solid;
	border-left: #999 2px solid;
	margin-bottom: 40px;
}
.price4 .box dl {
	display: table;
	width: 100%;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
.price4 .box dt,
.price4 .box dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 20px;
	line-height: 140%;
}
.price4 .box dt {
	font-weight: 500;
	width: 350px;
}
.price4 .box dd {
}
.price4 .box dd.yen {
	text-align: right;
	background-color: #F9F8F6;
	width: 180px;
	font-weight: 500;
	vertical-align: top;
	padding: 15px 15px 15px 5px;
	font-size: 110%;
	letter-spacing: 1px;
}
.price4 .box dd.cap {
	font-size: 90%;
	line-height: 160%;
}
@media screen and (max-width: 950px) {
	.price4 {
        margin: 0 auto 30px;
    }
	.price4 .box dt,
	.price4 .box dd {
		padding: 15px 15px;
	}
	.price4 .box dt {
		width: 210px;
		letter-spacing: 0px;
	}
	.price4 .box dd.yen {
		width: 160px;
		font-size: 100%;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 768px) {
	.price4 {
        margin: 0 auto 20px;
    }
	.price4 .box dl,
	.price4 .box dt,
	.price4 .box dd {
		display: block;
	}
	.price4 .box dt,
	.price4 .box dd.yen {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.price4 {
        margin: 0 auto -20px;
    }
}
/* --------------------------------------------------- */
.price5 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 10px;
	background-color: #F7F7F7;
	padding: 30px;
}
.price5 .ttl_style01 {
	margin-top: 20px;
	margin-bottom: 30px;
}
.price5 dl {
	max-width: 620px;
	width: 100%;
	margin: 0 auto 5px;
}
.price5 dd {
	margin-bottom: 10px;
}
.price5 dt {
	background-color: #666;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 10px 10px;
}
.price5 dt span {
	display: inline-block;
	font-weight: 700;
	font-size: 1.4rem;
	margin-left: 10px;
}
.price5 .cap {
	font-size: .7rem;
	text-align: center;
}
@media screen and (max-width: 950px) {
}
@media screen and (max-width: 768px) {
	.price5 {
        margin: 0 auto 0px;
    }
}
@media screen and (max-width: 480px) {
	.price5 {
        margin: 0 auto;
		padding: 20px;
    }
}
/* --------------------------------------------------- */
.flow2 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 150px;
}
.flow2 .box {
	position: relative;
	padding-bottom: 70px;
	display: table;
}
.flow2 .box::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #444;
	top: 0;
	left: 50%;
}
.flow2 .box:last-child {
	padding-bottom: 0;
}
.flow2 .box:last-child::before {
	height: 50%;
	bottom: 50%;
}
.flow2 .box dl,
.flow2 .box .img{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.flow2 .box .img {
	padding-right: 100px;
}
.flow2 .box:nth-child(even) .img {
	padding-left: 100px;
	padding-right: 0;
}
.flow2 .box .img img {
	display: block;
	max-width: 350px;
	width: 90%;
	margin: 0 auto;
}
.flow2 .box dl {
	padding-left: 100px;
}
.flow2 .box:nth-child(even) dl {
	padding-right: 100px;
	padding-left: 0;
}
.flow2 .box dt {
    font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.6rem;
	margin-bottom: 20px;
}
.flow2 .box dt span {
	display: inline-block;
	margin-right: 10px;
	color: #1abc9c;
}
.flow2 .box dd {
	font-size: 95%;
}
.flow2 .box .no {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	left: 50%;
	margin-left: -40px;
	margin-top: -20px;
	border: #444 1px solid;
	text-align: center;
	border-radius:50%;
	font-size: .8rem;
	padding-top: 10px;
	z-index: 5;
}
.flow2 .box .no span {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5rem;
}
.flow2 .box .no::before {
	content: '';
	width: 80px;
	height: 80px;
	z-index: 0;
	border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	position: absolute;
	z-index: -0;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -38px;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 950px) {
	.flow2 .box .img {
        padding-right: 80px;
    }
    .flow2 .box:nth-child(even) .img {
        padding-left: 80px;
        padding-right: 0;
    }
    .flow2 .box dl {
        padding-left: 80px;
    }
    .flow2 .box:nth-child(even) dl {
        padding-right: 80px;
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
	.flow2 {
		margin: 0 auto 100px;
	}
	.flow2 .box,
	.flow2 .box.img,
	.flow2 .box dl{
		display: block;
	}
	.flow2 .box::before {
        left: 40px;
    }
	.flow2 .box .no {
        left: 0;
        margin-left: 0px;
    }
	.flow2 .box .img,
    .flow2 .box:nth-child(even) .img {
        padding-left: 0;
        padding-right: 0;
		width: 130px;
		position: absolute;
		left: 0;
		top: 0px;
    }
	.flow2 .box .img img {
        width: 95%;
    }
    .flow2 .box dl,
	.flow2 .box:nth-child(even) dl{
		padding-right: 0px;
        padding-left: 150px;
		width: 100%;
    }
}
@media screen and (max-width: 480px) {
	.flow2 {
		margin: 0 auto 80px;
	}
	.flow2 .box {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.flow2 .box::before {
        left: 30px;
    }
	.flow2 .box .img,
    .flow2 .box:nth-child(even) .img {
		left: -30px;
		top: 60px;
    }
	.flow2 .box .img img {
        width: 70px;
    }
    .flow2 .box dl,
	.flow2 .box:nth-child(even) dl{
        padding-left: 90px;
    }
	.flow2 .box .no {
        width: 60px;
        height: 60px;
        margin-left: 0px;
        margin-top: -15px;
        font-size: .6rem;
        padding-top: 9px;
    }
    .flow2 .box .no span {
        font-size: 1.5rem;
        line-height: 1.3rem;
    }
    .flow2 .box .no::before {
        width: 60px;
        height: 60px;
        margin-left: -28px;
        margin-top: -28px;
    }
	.flow2 .box dt {
        font-size: 1.3em;
		margin-bottom: 15px;
    }
}
/* --------------------------------------------------- */
#lp-area3 {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 150px;
}
#lp-area3 dl {
	border-top: #ccc 1px dashed;
	padding: 30px 0;
	position: relative;
}
#lp-area3 dl::before {
	content: "";
	width: 35px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 0;
}
#lp-area3 dt {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}
#lp-area3 dt::before {
	content: "Q.";
	position: absolute;
	top: 0;
	left: 5px;
	font-weight: 500;
}
#lp-area3 dd {
	padding-left: 30px;
}
@media screen and (max-width: 950px) {
}
@media screen and (max-width: 768px) {
	#lp-area3 {
        margin: 0 auto 100px;
    }
}
@media screen and (max-width: 480px) {
	#lp-area3 {
        margin: 0 auto 50px;
    }
	#lp-area3 dl {
		padding: 25px 0;
	}
	#lp-area3 dt {
		font-size: 1.1em;
		margin-bottom: 15px;
	}
	#lp-area3 dd {
        padding-left: 0px;
    }
}
/* --------------------------------------------------- */
#lp-area4 {
	max-width: 850px;
	width: 90%;
	margin: 0 auto 150px;
}
#lp-area4 .ttl {
	font-family: "Kaisei Opti", serif;
	font-weight: 400;
	font-size: 2em;
	letter-spacing: 4px;
	line-height: 1.6em;
	margin-bottom: 20px;
	text-align: center;
	
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    padding: 3em 2.5em;
    color: #fff;
}
#lp-area4 .ttl span {
	font-size: 1.5em;
}
#lp-area4 p {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 950px) {
	#lp-area4 .ttl {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 768px) {
	#lp-area4 {
        margin: 0 auto 100px;
    }
	#lp-area4 .ttl {
		font-size: 1.3em;
		letter-spacing: 3px;
		padding: 3em 0;
		margin-bottom: 10px;
	}
	#lp-area4 .ttl span {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 480px) {
	#lp-area4 {
        margin: 0 auto 80px;
    }
	#lp-area4 .ttl {
		font-size: 1.1em;
		margin-bottom: 0px;
	}
	
}
/* --------------------------------------------------- */
#lp-area5 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 150px;
	display: flex;
	justify-content: space-between;
}
#lp-area5 .box {
	width: 47%;
}
#lp-area5 .box .ph {
	position: relative;
	padding-top: 60%;
	width: 100%;
	margin-bottom: 20px;
}
#lp-area5 .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#lp-area5 .box p {
	margin-bottom: 20px;
}
#lp-area5 .box p.name {
	margin-bottom: 0px;
	text-align: right;
}
#lp-area5 .box p.name span {
	font-size: 10px;
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 950px) {
	#lp-area5 {
		margin: 0 auto 100px;
	}
}
@media screen and (max-width: 768px) {
	#lp-area5 {
        width: 85%;
        margin: 0 auto 70px;
        display: block;
    }
    #lp-area5 .box {
        width: 100%;
		margin-bottom: 40px;
    }
}
@media screen and (max-width: 480px) {
}
/* --------------------------------------------------- */