@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　mv
----------------------------------------------------------------------------------------------------------------------------------*/

.mv_outline{
	width: 100vw;
	height: 100vh;
	min-height: 800px;
	max-height: 800px;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
	background-image: linear-gradient(rgb(255, 249, 226), rgb(255, 255, 255));
}

.mv_txtbox {
	width: 498px;
	position: absolute;
	top: 5vw;
	left: 5vw;
	z-index: 2;
}

.mv_title {
	width: 100%;
	margin-bottom: 40px;
}

.mv_txt {
	width: 334px;
	color: #C4962E;
	text-align: left;
	line-height: 1.8em;
	font-feature-settings: "palt";
	font-weight: 500;
	font-variation-settings: 'wght' 500;
}

.mv_txt span {
	font-size: 11px;
	line-height: 1.6em;
	display: block;
}

.sup {
	font-size: 0.6em;
	vertical-align: top;
	margin-right: 5px;
}

.orange1,
.orange2 {
	width: 400px;
	height: 400px;
	aspect-ratio: 1;
	position: relative;
	top: 0;
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9aecac056/bg_orange.png") no-repeat;
	background-size: contain;
	display: block;
	z-index: 1;
}

.orange1 {
	top: -12vw;
	left: -10vw;
}

.orange2 {
	position: absolute;
	top: 10vw;
	right: 16vw;
}

.water {
	position: absolute;
	top: -16.172vw;
	right: -8.672vw;
	z-index: 1;
}

.water img {
    width: 781px;
    object-fit: cover;
}

.woman {
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 2;
	width: 455px;
}

.woman img {
    width: auto;
    object-fit: cover;

}

@media print, screen and (min-width:1281px) {
	
	.mv_outline{
		height: 850px;
		min-height: 850px;
		max-height: 850px;
	}

	.mv_txtbox {
		width: 32vw;
		top: 3vw;
		left: 5vw;
		z-index: 2;
	}
	
	.mv_txt {
		width: 30vw;
		font-size: 1.2vw;
	}

}

@media print, screen and (min-width:1500px) {
	
	.mv_outline{
		height: 53.125vw;
		min-height: 53.125vw;
		max-height: 53.125vw;
	}
	
	.mv_txtbox {
		width: 30vw;
		top: 2vw;
		left: 8vw;
		z-index: 2;
	}
	
	.mv_txt {
		font-size: 1vw;
	}
	
	.orange1,
	.orange2 {
		width: 25vw;
		height: 25vw;
	}
	
	.water img {
		width: 48.813vw;
	}
	
	.woman {
		top: 3.125vw;
		width: 28.438vw;
	}

}

@media print, screen and (max-width:1280px) {
	
	.mv_txtbox {
		width: 32vw;
		top: 3vw;
		left: 5vw;
	}
	
	.mv_title {
		margin-bottom: 3.125vw;
	}
	
	.mv_txt {
		width: 28vw;
		font-size: 88%;
	}

	.mv_txt br {
		display: none;
	}
	
	.mv_txt br + span {
		margin-top: 20px;
	}
	
	.mv_outline{
		min-height: 62.5vw;
		max-height: 62.5vw;
	}
	
	.orange1,
	.orange2 {
		width: 31.25vw;
		height: 31.25vw;
	}
	
	.water img {
		width: 61.016vw;
	}
	
	.woman {
		width: 35.547vw;
	}

}

@media print, screen and (max-width:999px) {
	
	.mv_outline{
		height: 800px;
		min-height: 800px;
		max-height: 100vh;
	}
	
	.orange2 {
		top: initial;
		bottom: 25vw;
		right: 10vw;
	}
	
	.woman {
		width: 35.547vw;
		top: initial;
		bottom: 30vw;
	}
	
	.water {
		top: -22vw;
		right: -8.672vw;
	}
	
	.water img {
		width: 90vw;
	}

}

@media print, screen and (max-width:768px) {
	
	.mv_outline{
		height: 700px;
		min-height: 700px;
		max-height: 100vh;
	}
	
	.mv_txt {
		font-size: 66%;
	}
	
	.mv_txt span {
		font-size: 77%;
	}
	
	.woman {
		bottom: 40vw;
	}

}

@media print, screen and (max-width:550px) {
	
	.mv_outline{
		height: 580px;
		min-height: 580px;
		max-height: 580px;
	}

	 .mv_txtbox {
		width: 58vw;
		text-align: right;
	}

	.mv_title {
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 0;
	}

	.mv_txt {
		width: 58vw;
		font-size: 66%;
		flex: 1;
	}
	
	.orange1,
	.orange2 {
		width: 60vw;
		height: 60vw;
	}
	
	.orange1 {
		top: -23vw;
		left: -20vw;
	}
	
	.orange2 {
		top: initial;
		bottom: 8vw;
		right: 3vw;
	}
	
	.water {
		top: -10vw;
		right: -8.672vw;
	}
	
	.water img {
		width: 110vw;
	}
	
	.woman {
		width: 227px;
		right: -60px;
		bottom: 10vw;
	}

}

/*----------------------------------------------------------------------------------------------------------------------------------
　 　contents・共通
----------------------------------------------------------------------------------------------------------------------------------*/

.contents{
	z-index: 5;
}

/*----------------------------------------------------
　 　about
-----------------------------------------------------*/

.contents_about {
	width: 100%;
	background-image: linear-gradient(0deg, rgb(21, 40, 18), rgb(24, 47, 19));
	margin-top: 790px;
	padding: 6.953vw 0 173px;
}

.contents_about::before{
	content: "";
	width: 100%;
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9b1c697e7/wave_g.png") no-repeat;
	background-size: cover;
	aspect-ratio: 1280/197;
	position: absolute;
	top: -15vw;
	left: 0;
	right: 0;
	z-index: 3;
}

.contents_about::after{
	content: "";
	width: 100%;
	max-width: 957px;
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9b295c035/brand.png") no-repeat;
	background-size: cover;
	aspect-ratio: 958/351;
	position: absolute;
	bottom: -5vw;
	left: -23.516vw;
	z-index: 1;
	transform: rotate(27deg);
}

.about_gold {
	position: absolute;
	width: 225px;
	top: -287px;
	right: 8.828vw;
	z-index: 4;
}

.package {
  width: 406px;
  position: fixed;
  top: 50px;
  left: -1.172vw;
  right: 0;
  margin: auto;
  z-index: 10;
}

.package_off {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.package_on {
  z-index: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about_box {
	justify-content: space-between;
	align-items: flex-start;
}

.about_box p {
	color: #FAE48D;
	font-feature-settings: "palt";
	font-size: 93%;
	font-weight: 400;
	font-variation-settings: 'wght' 400;
	line-height: 2.2em;
}

.about_box_l {
	width: 40%;
	max-width: 416px;
	padding-left: 6.172vw;
	padding-bottom: 364px;
	position: relative;
}

.about_box_l::after {
	content: "";
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9b381b73b/hamon.png") no-repeat bottom;
	background-size: cover;
	width: 688px;
	aspect-ratio: 688/472;
	mix-blend-mode: multiply;
	position: absolute;
	bottom: 0;
	left: -8.125vw;
}

.about_title {
	color: #C4962E;
	font-size: 250%;
	font-weight: 900;
	margin-bottom: 32px;
}

.about_box_r {
	width: 40%;
	max-width: 428px;
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9b484801c/intro_photo.png") no-repeat bottom;
	background-size: contain;
	padding-right: 5.469vw;
	padding-bottom: 354px;
	margin-top: 11.25vw;
}

@media print, screen and (min-width:1281px) {
	
	.contents_about {
		margin-top: 850px;
	}
	
	.package {
		top: 70px;
	}

}

@media print, screen and (min-width:1500px) {
	
	.contents_about {
		margin-top: 53.125vw;
		padding: 5vw 0 10.813vw;
	}
	
	.contents_about::after{
		max-width: 59.813vw;
	}
	
	.package {
		width: 25.375vw;
		top: 4.375vw;
	}
	
	.about_gold {
		width: 18vw;
		top: -17.937vw;
	}
	
	.about_box_l {
		max-width: 34vw;
		padding-bottom: 22.75vw;
	}
	
	.about_box_r {
		max-width: 35vw;
		padding-bottom: 25.125vw;
	}
	
	.about_box p {
		font-size: 113%;
	}

}

@media print, screen and (max-width:1280px) {
	
	.contents_about {
		margin-top: 64.719vw;
	}
	
	.about_gold {
		width: 17.578vw;
		top: -22.422vw;
	}
	
	.package {
		width: 31.719vw;
		top: 5.8vw;
	}
	
	.about_box_l {
		padding-left: 4vw;
		padding-right: 5vw;
		padding-bottom: 28.438vw;
	}

	.about_box_l::after {
		width: 53.75vw;
	}

	.about_title {
		color: #C4962E;
		font-size: 250%;
		font-weight: 900;
		margin-bottom: 32px;
	}

	.about_box_r {
		padding-right: 3vw;
		padding-left: 2vw;
		padding-bottom: 27.656vw;
	}

}

@media print, screen and (max-width:999px) {
	
	.contents_about {
		margin-top: 635px;
	}
	
	.contents_about::after{
		width: 80%;
	}
	
	.about_gold {
		width: 180px;
	}
	
	.about_title {
        font-size: 4.004vw;
        margin-bottom: 3.203vw;
    }
	
	.about_box p {
		font-size: 88%;
		line-height: 2.2em;
	}

}

@media print, screen and (max-width:768px) {
	
	.contents_about {
		margin-top: 500px;
	}
	
	.package {
		width: 31.719vw;
		top: 10%;
	}
	
	.about_gold {
        width: 150px;
    }
	
	.about_box p {
        font-size: 77%;
    }
	
	.about_box_r {
        padding-bottom: 33vw;
    }


}

@media print, screen and (max-width:550px) {
	
	.contents_about {
		margin-top: 580px;
	}
	
	.package {
		width: 180px;
		top: 350px;
		left: 5.5vw;
		right: initial;
	}
	
	.about_gold {
		width: 120px;
		top: -26vw;
	}
	
	.about_box {
		width: 60%;
		display: block;
		margin: 0 0 0 auto;
	}

	.about_box_l,
	.about_box_r {
		width: 100%;
	}
	
	.about_box_r {
        padding-bottom: 46vw;
	}
	
	.about_box p {
        font-size: 12px;
    }



}@media print, screen and (max-width:450px) {
	
	.contents_about {
		padding: 10vw 0 80px;
	}
	
	.package {
		width: 40vw;
		top: 320px;
		left: 3vw;
	}

}

/*----------------------------------------------------
　 　feature
-----------------------------------------------------*/

.contents_feature {
	width: 100%;
	background: #FFF4C9 url("https://basefile.akamaized.net/iPLURI-official-ec/689a9b55d6a16/feature_bg.jpg") no-repeat top center;
	background-size: contain;
	padding: 6.953vw 0 3.5vw;
	text-align: center;
	z-index: 11;
}

.contents_feature::before{
	content: "";
	width: 100%;
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9b614cdc7/wave.png") no-repeat;
	background-size: cover;
	aspect-ratio: 1280/173;
	position: absolute;
	top: -13vw;
	left: 0;
	right: 0;
	z-index: 3;
}

.feature_title {
	width: 772px;
	margin: 0 auto 48px;
}

.feature_txt {
	width: 90%;
	max-width: 850px;
	margin: auto;
	text-align: left;
	font-weight: 700;
}

.feature_txt strong {
	background-image: linear-gradient(90deg, rgb(149, 79, 36), rgb(196, 150, 46));
	color: #fff;
	padding: 3px 5px;
	line-height: 1em;
	font-feature-settings: "palt";
}

.feature_list {
	width: 90%;
	max-width: 1071px;
	margin: 65px auto 67px;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.feature_list::before {
	content: "";
	width: 90%;
	height: 5px;
	background-color: #F0E4B7;
	position: absolute;
	top: 84px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.feature_list li {
	width: 20%;
}

.feature_list li img {
	width: 78.5%;
}

.feature_list_title {
	margin: 23px auto 10px;
	color: #C4962E;
	font-size: 1.6vw;
	font-weight: 500;
	text-align: center;

}

.feature_list_title br {
	display: none;
}

.feature_list li p {
	font-size: 88%;
	font-weight: 500;
	line-height: 1.8em;
    font-variation-settings: 'wght' 500;
}

.color_btn {
	width: 90%;
	max-width: 507px;
	height: 109px;
	line-height: 109px;
	font-size: 218%;
	font-weight: 600;
	color: #FFECC3;
	text-align: center;
	margin: auto;
	background: #9C5825;
	background: linear-gradient(90deg, rgba(156, 88, 37, 1) 0%, rgba(206, 157, 60, 1) 25%, rgba(224, 176, 76, 1) 50%, rgba(206, 157, 60, 1) 75%, rgba(156, 88, 37, 1) 100%);
	border-radius: 55px;
	display: block;
	box-shadow: 0 14px 0 rgba(0, 0, 0, 0.15);
	padding: 10px;
}

.color_btn span {
	width: 100%;
	height: 89px;
	line-height: 85px;
	display: block;
	border: 2px solid #FFECC3;
	margin: auto;
	border-radius: 55px;
}

.green_bk {
	background: #152712;
	background: linear-gradient(90deg, rgba(21, 39, 18, 1) 0%, rgba(24, 47, 19, 1) 25%, rgba(41, 80, 33, 1) 50%, rgba(24, 47, 19, 1) 75%, rgba(21, 39, 18, 1) 100%);
}

@media print, screen and (min-width:1500px) {
	
	.feature_txt {
		max-width: 1080px;
		font-size: 113%;
		text-align: center;
	}
	
	.feature_list {
		width: 90%;
		max-width: 1400px;
	}

	.feature_list_title {
		font-size: 120%;
	}
	
	.feature_list li p {
		font-size: 113%;
	}

}

@media print, screen and (max-width:1280px) {
	
	.feature_title {
		width: 60.313vw;
		margin: 0 auto 48px;
	}
	
	.feature_list {
		width: 99%;
		max-width: 1071px;
		margin: 65px auto 67px;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}
	
	.feature_list::before {
		top: 7.5vw;
	}

}

@media print, screen and (max-width:999px) {

	.feature_txt br {
		display: none;
	}
	
	.feature_list_title {
		font-size: 1.602vw;
	}

	.feature_list li p {
		font-size: 1.401vw;
	}
	
	.color_btn {
		height: 10.911vw;
		line-height: 10.911vw;
		font-size: 3.504vw;
		border-radius: 5.506vw;
		padding: 1.001vw;
	}
	
	.color_btn span {
		height: 8.909vw;
		line-height: 8.509vw;
		border-radius: 5.506vw;
	}
	
}

@media print, screen and (max-width:768px) {
	 
	.feature_list_title {
		font-size: 2vw;
	}
	
	.feature_list {
        margin: 65px auto 40px;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }
	
}

@media print, screen and (max-width:550px) {
	
	.contents_feature {
		padding: 6.953vw 0 5vw;
	}
	
	.feature_title {
        width: 80vw;
        margin: 0 auto 48px;
    }
	
	.feature_txt {
		font-size: 88%;
	}
	
	.feature_txt strong {
		padding: 1px 5px;
	}
	
	.feature_list {
        margin: 6vw auto 7.273vw;
    }
	
	.feature_list_title {
		height: 2.5em;
		font-size: 2.1vw;
		line-height: 1.5em;
		margin: 10px auto 6px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.feature_list_title br {
		display: inline-block;
	}
	
	.feature_list li p {
        font-size: 1.9vw;
    }
	
	.color_btn {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        border-radius: 30px;
		box-shadow: 0 8px 0 rgba(0, 0, 0, 0.15);
		padding: 5px;
    }
	
	.color_btn span {
        height: 50px;
        line-height: 46px;
        border-radius: 30px;
	}


}

/*----------------------------------------------------
　 　spec
-----------------------------------------------------*/

.title_spec {
	width: 100%;
	background: #FFF4C9 url("https://basefile.akamaized.net/iPLURI-official-ec/68ae64ef44b5d/wave_r.png") no-repeat bottom center;
	background-size: cover;
	aspect-ratio: 1280/163;
	z-index: 10;
}

.contents_spec {
	width: 100%;
	background: #FFF4CA;
	background: linear-gradient(0deg,rgba(255, 244, 202, 1) 0%, rgba(255, 255, 255, 1) 100%);
	text-align: center;
	padding-bottom: 8.438vw;
	z-index: 10;
}

.spec_box {
	width: 90%;
	max-width: 1059px;
	padding: 50px 50px 31px 50px;
	margin: 0 auto 64px;
	background-color: #fff;
	border-radius: 46px;
	box-shadow: 0 0 15px rgba(229, 229, 229, 1);
}

.spec_contents {
	justify-content: space-between;
}

.spec_l {
	width: 50%;
	padding-right: 51px;
}

.spec_r {
	flex: 1;
}

.spec_list {
	width: 100%;
	margin-bottom: 15px;
	justify-content: space-between;
}

.spec_list li {
	width: 49%;
	justify-content: flex-start;
	align-items: center;
	border: #F0E4B7 3px solid;
	border-radius: 15px;
	padding: 15px 0;
	margin-bottom: 25px;
}

.spec_list_img {
	width: 120px;
	border-right: #F9F4E2 3px solid;
}

.spec_list_img img {
	width: 72%;
}

.spec_list_txt {
	flex: 1;
	text-align: left;
	padding: 0 10px 0 15px;
}

.spec_list_txt strong {
	font-size: 137%;
	font-weight: 600;
	color: #C4962E;
	display: inline-block;
	margin-bottom: 12px;
}

.spec_list_txt p {
	font-size: 88%;
	font-weight: 500;
    font-variation-settings: 'wght' 500;
	line-height: 1.8em;
}

.spec_bottom {
	border-top: #F0E4B7 4px dotted;
	padding-top: 34px;
	align-items: flex-start;
}

.spec_bottom_l {
	width: 600px;
	/* height: 60px;
	line-height: 56px; */
	border: #F0E4B7 3px solid;
	border-radius: 30px;
	color: #C4962E;
	line-height: 1.4em;
	font-size: 169%;
	font-weight: 700;
	padding: 5px 0;
	margin: 0 auto 20px;
}

.spec_bottom_r {
	text-align: left;
}

.spec_bottom_r strong {
	background-color: #F0E4B7;
	padding: 3px 5px;
	line-height: 1em;
	font-feature-settings: "palt";
}

.spec_bottom_r p {
	font-weight: 500;
    font-variation-settings: 'wght' 500;
}

@media print, screen and (min-width:1500px) {

	.spec_box {
		max-width: 1300px;
	}
	
	.spec_list_txt p {
		font-size: 100%;
	}
	
	.spec_bottom_r p {
		font-size: 120%;
	}

}

@media print, screen and (max-width:1280px) {

	.title_spec_box {
		width: 60%;
		max-width: 700px;
	}

	.title_spec_title {
		flex: 1;
	}

	.spec_bottom {
		align-items: flex-start;
	}
	
	.spec_bottom_r p br {
		display: none;
	}

}

@media print, screen and (max-width:999px) {
	
	.spec_contents {
		display: block;
	}
	
	.spec_box {
		padding: 50px;
	}
	
	.spec_l {
		width: 90%;
		max-width: 600px;
		padding-right: 0;
		margin: 0 auto 50px;
	}
	
	.spec_list_img {
		width: 100px;
		border-right: #F9F4E2 3px solid;
	}

	.spec_r {
		flex: 1;
	}

}

@media print, screen and (max-width:768px) {
	
	.spec_box {
		padding: 30px;
	}
	
	.spec_list li {
		width: 100%;
	}
	
	.spec_bottom {
		display: block;
		padding-top: 20px;
	}
	
	.spec_bottom_l {
		width: 100%;
		margin: 0 auto 10px;
		font-size: 133%;
	}

}

@media print, screen and (max-width:550px) {
	
	.spec_box {
		padding: 30px 20px;
		margin: 0 auto 40px;
	}
	
	.spec_l {
		width: 96%;
		text-align: center;
        margin: 0 auto 30px;
	}
	
	.spec_list_img {
		width: 77px;
	}
	
	.spec_list_txt strong {
		font-size: 133%;
		margin-bottom: 8px;
	}

	.spec_list_txt p {
		font-size: 77%;
	}
	
	.spec_list_txt p br {
		display: none;
	}
	
	.spec_bottom_l {
		border-radius: 25px;
		font-size: 113%;
	}
	
	.spec_bottom_r strong {
		padding: 1px 5px;
	}
	
	.spec_bottom_r p {
		font-size: 88%;
	}

}

@media print, screen and (max-width:420px) {
	
	.spec_bottom_l {
		font-size: 4vw;
	}

}
	

/*----------------------------------------------------
　 　bottom_photo
-----------------------------------------------------*/

.bottom_photo {
	position: relative;
	z-index: 10;
}

/*----------------------------------------------------
　 　customer
-----------------------------------------------------*/

.contents_customer {
	height: 1000px;
	background-color: #eee;	
	padding: 124px 0 111px;
}

/*----------------------------------------------------
　 　outro
-----------------------------------------------------*/

.contents_outro {
	width: 100%;
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9aecac056/bg_orange.png") no-repeat bottom -5vw right -15vw, linear-gradient(0deg,rgba(255, 244, 202, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-size: 37.5vw;
	padding: 124px 0 111px;
	position: relative;
	z-index: 10;
}

.outro_box {
	width: 90%;
	max-width: 1021px;
	margin: 0 auto 62px;
	justify-content: space-between;
	align-items: flex-start;
}

.outro_box_l {
	width: 475px;
  	height: 504px;
	position: sticky;
	top: 20px;
	margin-right: 112px;
}

.outro_box_l::before {
	content: "";
	width: 37.5vw;
	height: 37.5vw;
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9aecac056/bg_orange.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -12vw;
	left: -12vw;
	z-index: -1;
}

.outro_box_l img {
	border-radius: 0 100px 0 100px;
	overflow: hidden;
}

.outro_box_r {
	flex: 1;
	position: relative;
}

.outro_txtbox {
	height: 504px;
	display: flex;
	align-items: center;
}

.outro_title {
	font-size: 200%;
	font-weight: 600;
	background: #995425;
	background: linear-gradient(0deg, rgba(153, 84, 37, 1) 0%, rgba(196, 150, 46, 1) 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	margin-bottom: 25px;
	position: relative;
}

.outro_title::before {
	content: "";
	background: url("https://basefile.akamaized.net/iPLURI-official-ec/689a9b0f83fcb/kira.png") no-repeat;
	background-size: contain;
	width: 38px;
	height: 46px;
	position: absolute;
	left: -1.4em;
	top: -5px;
}

.outro_txtbox strong {
	font-size: 131%;
	font-weight: 600;
	color: #C4962E;
	margin-bottom: 8px;
	display: inline-block;
}

.outro_txtbox p {
	font-weight: 500;
    font-variation-settings: 'wght' 500;
}

.outro_txtbox p + strong {
	margin-top: 27px;
}

@media print, screen and (min-width:1500px) {

	.outro_box {
		max-width: 1300px;
	}
	
	.outro_txtbox {
		margin-bottom: 100px;
	}
	
	.outro_txtbox strong {
		font-size: 150%;
	}
	
	.outro_txtbox p {
		font-size: 113%;
	}

}

@media print, screen and (max-width:1280px) {

	.outro_box_l {
		width: 37.109vw;
		min-width: 400px;
		height: 39.375vw;
		top: 1.563vw;
		margin-right: 7vw;
	}
	
	.outro_txtbox {
		height: auto;
		padding: 5vw 0;
	}

}

@media print, screen and (max-width:999px) {
	
	.outro_box_l {
		width: 37.109vw;
		min-width: auto;
	}
	
	.outro_title {
		font-size: 150%;
		margin-bottom: 25px;
	}
	
	.outro_title::before {
		width: 24px;
		height: 30px;
		top: 0;
		left: -1.2em;
	}
	
	.outro_txtbox strong {
		font-size: 113%;
		margin-bottom: 8px;
	}
	
	.outro_txtbox p {
		font-size: 88%;
	}


}

@media print, screen and (max-width:768px) {
	
	.contents_outro {
		padding: 80px 0 80px;
	}
	
	.outro_box {
		width: 100%;
		padding-right: 4vw;
	}
	
	.outro_box_l {
		width: 30vw;
		min-width: auto;
	}
	
	.outro_box_l img {
		border-radius: 0 50px 50px 0;
		overflow: hidden;
	}
	
	.outro_title {
        font-size: 133%;
        margin-bottom: 20px;
    }
	
	.outro_title::before {
		width: 19px;
		height: 24px;
		top: 0;
		left: -1em;
	}
	
	.outro_txtbox strong {
        font-size: 100%;
        margin-bottom: 8px;
    }
	
	.outro_txtbox p {
		font-size: 77%;
	}

}

@media print, screen and (max-width:550px) {
	
	.contents_outro {
        padding: 50px 0 80px;
    }
	
	.outro_box {
		width: 80%;
		margin: auto;
		display: block;
	}
	
	.outro_box_l {
		width: 100%;
		height: 0;
		padding-top: 70%;
		overflow: hidden;
		border-radius: 0 50px 0 50px;
		position: relative;
		margin-bottom: 20px;
	}
	
	.outro_box_l img {
		min-width: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
		font-family: 'object-fit:cover;';
		transition: 0.5s all;
	}



}