@charset "UTF-8";
/* CSS Document */

@-webkit-keyframes swing{0%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}
@keyframes swing{0%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}to{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}
.swing {
	-webkit-animation: swing 1s ease-in-out infinite alternate;
	animation: swing 1s ease-in-out infinite alternate;
}



body {
	font-weight: 600;
}
.yomikomi {
	position: absolute;
	width: 1px;
	height: 102vh;
	top: 0;
	left: 0;
	z-index: -9999;
}
header {
	background-color:;
	margin: 0;
	padding: 0;
}
	.header__inner {
		padding-top: 5px;
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.header__inner a.logo__3ple {
		width: 70px;
		display: inline-block;
		margin-right: 5px;
	}
	.header__inner a.logo__lion {
		width: 65px;
		display: inline-block;
	}
	.header__inner a img {
		width: 100%;
	}
	.hero {
	}
	.hero__bg {
		background-image: url("../img/mv_bg_sp.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	/* TITLE AREA */

	.campaign__period {
		position: relative;
		background-color: #000000;
		color: #ffffff;
		text-align: center;
		padding: 0.4em 0;
		font-weight: 100;
	}
	/* END TITLE AREA */

/* SECTION */
.sc_feature { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_element { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_product { position: relative; margin: 40px 0 0 0; padding: 30px 0 30px 0; background-color: #f1f1f1; }
.sc_flow { position: relative; margin: 40px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 40px 0 0 0; padding: 30px 0; }
	/* END SECTION */

/* --------- SC-FEATURE ----------- */
	.sc_feature h2 {
		text-align: center;
	}
	.sc_feature h2 img {
		width: 100%;
	}
	.feature_image {
		position: relative;
		text-align: center;
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.feature_image img {
		width: 90%;
	}
	.cont__feature div {
		border: 3px solid #000000;
		border-radius: 15px;
		padding: 0 15px 20px 15px;
		min-height: auto;
		margin: 0 5%;
	}
	.cont__feature figure {
		width: 50%;
		margin: -3px auto 0 auto;
	}
	.cont__feature p {
		text-align: center;
		font-size: 1.1em;
		line-height: 1.3em;
	}
	.cont__feature div:nth-child(2),
	.cont__feature div:nth-child(3) {
		margin-top: 20px;
	}
	.anno_mark {
		font-size: 0.8em;
		color: #3C3C3C;
	}
	span.annotation {
		display: block;
		margin-top: 0.5em;
		color: #6E6E6E;
		font-size: 0.6em;
	}
	.to_movie {
		position: relative;
		text-align: center;
		margin-top: 30px;
	}
	.to_movie figure {
		width: 90%;
		margin: 15px auto 0 auto;
	}
/* --------- SC-ELEMENT ----------- */
	.sc_element h2 {
		text-align: center;
	}
	.sc_element h2 img {
		width: 100%;
	}
	.element_read {
		font-size: 1em;
		text-align: center;
		margin-top: 20px;
		line-height: 1.3em;
	}
	.cont__element {
		position: relative;
		background-image: url("../img/element_bg_sp.png");
		background-repeat: no-repeat;
		background-position: top 30px center;
		background-size: 100%;
		margin-bottom: 30px;
	}
	.cont__element h3 {
		text-align: center;
	}
	.cont__element h3 img {
		width: 90%;
	}
	.cont__element div figure {
		width: 65%;
		margin: 0 auto;
	}
	.cont__element div:nth-child(2) figure,
	.cont__element div:nth-child(3) figure {
		margin-top: 2vh;
	}
	.more__element {
		position: relative;
		margin-top: 10px;
		padding-top: 10px;
		border-radius: 30px;
	}
	.more__element h3 {
		text-align: center;
		margin-top: 0;
	}
	.more__element h3 img {
		width: 40%;
	}
	.more_flame {
		position: relative;
		border: 3px solid #d3ab00;
		background-color: #f1f1f1;
		border-radius: 30px;
		margin-top: -10px;
		padding: 20px 10px 20px 10px;
	}
/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
	}
	.product01 {
		position: relative;
		display: block;
		justify-content: center;
		margin-top: 30px;
	}
	.product02 {
		position: relative;
		display: block;
		justify-content: center;
		margin-top: 40px;
	}
	.product01 figure,
	.product02 figure {
		width: calc(100%);
		text-align: center;
	}
	.product01 figure img,
	.product02 figure img {
		width: calc(40%);
		margin: 20px auto 0 auto;
	}
	.product01 figure figcaption,
	.product02 figure figcaption {
		margin: 20px auto 0 auto;
		display: inline-block;
		padding: 0.1em 0.6em;
		background-color: #FFFFFF;
		border: 1px solid #707070;
		font-size: 0.8em;
		font-weight: 100;
		color: #4E4E4E;
	}
	.product01 div,
	.product02 div {
		width: calc(100%);
	}
	.product01 div h4,
	.product01 div p,
	.product01 div table,
	.product02 div h4,
	.product02 div p,
	.product02 div table {
		padding-left: 0px;
		padding-right: 0px;
	}
	.product01 h4,
	.product02 h4 {
		margin-top: 0;
		text-align: center;
	}
	.product01 div table th,
	.product02 div table th {
		text-align: left;
		width: 25%;
		font-size: 0.95em;
		padding: 10px 0;
		vertical-align: top;
		border-bottom: 2px solid #AFAFAF;
	}
	.product01 div table td,
	.product02 div table td {
		text-align: left;
		width: 75%;
		font-weight: 100;
		font-size: 0.95em;
		padding: 10px 0;
		vertical-align: top;
		border-bottom: 2px solid #AFAFAF;
	}

/* --------- SC-END ----------- */
	.cont_end { position: relative; margin: 10px 0 0 0; padding: 0; }
	.sns_area {
		background-color: #f1f1f1;
		margin-top: 25px;
		padding: 10px 30px 30px 30px;
		text-align: center;
	}
	.official_sns {
		display: block;
		justify-content: center;
		width: 100%;
		margin: 25px auto;
		font-weight: 100;
		font-size: 0.85em;
	}
	.official_sns div:nth-child(2) {
		margin-top: 15px;
	}
	.official_sns img {
		width: 10%;
		vertical-align: middle;
		margin-right: 15px;
	}
	.official_sns a,
	.official_sns a:hover,
	.official_sns a:link,
	.official_sns a:visited:link {
		color: #323232;
		text-decoration: none;
	}
/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.sc_flow h2 img {
		width: 60%;
	}
	.cont__flow {
		display: block;
		justify-content: center;
		margin: 30px auto 0 auto;
		width: calc(65%);
	}
	.cont__flow figure:nth-child(1),
	.cont__flow figure:nth-child(3),
	.cont__flow figure:nth-child(5) {
		width: calc(100%);
	}
	.cont__flow figure:nth-child(2),
	.cont__flow figure:nth-child(4) {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		height: 40px;
	}
	.cont__flow figure:nth-child(1) img,
	.cont__flow figure:nth-child(3) img,
	.cont__flow figure:nth-child(5) img {
		width: 100%;
	}
	.cont__flow figure:nth-child(2) img,
	.cont__flow figure:nth-child(4) img {
		width: 10%;
		margin-top: 0;
		padding-top: 0px;
		transform: rotate(90deg);
	}
	.qualification {
		margin: 40px auto 0 auto;
		width: calc(90%);
		font-size: 0.8em;
	}
	.qualification ul {
		margin-left: 20px;
	}

	/*------ ボタン -------*/
	.btn:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img {
		display: block;
		width: calc(100%);
		text-align: center;
		margin-top: 15px;
	}
	.btn_img:hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn_img img {
		width: 100%;
	}
	.btn_gentei {
		width: calc(100%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_toshop {
		width: calc(70%);
		margin: 5px auto 0 auto;
		display: block;
	}
	.btn_gentei img,
	.btn_toshop img {
		width: 100%;
	}
	.btn_gentei:hover,
	.btn_toshop :hover {
		text-decoration: none;
		opacity: 0.65;
	}
	.btn__back {
		width: 80%;
		background-color: #fff;
		display: inline-block;
		text-align: center;
		color: #f93099;
		margin: 30px auto;
		padding: 0.4em 1em;
		border: 3px solid #f93099;
		border-radius: 25px;
		font-size: 4.5vw;
	}
	.btn__back .bt_icon_back {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.04%2032.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f93099%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20%2C29.48%2C16.48%2C33%2C0%2C16.48%2C16.48%2C0%2C20%2C3.48%2C7%2C16.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		width: 20px;
		height: 23px;
		display: inline-table;
		vertical-align: bottom;
		margin: 0 20px 0 0;
	}
	.btn__back:hover {
		color: #fff;
		background-color: #f93099;
	}
	.btn__back:hover .bt_icon_back {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.04%2032.97%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_7%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%207%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M20%2C29.48%2C16.48%2C33%2C0%2C16.48%2C16.48%2C0%2C20%2C3.48%2C7%2C16.48Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E')
	}

footer  {
	background-color: rgba(232,232,232,1.00);
	position: relative;
}
.copyright {
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
}
/*X-11*/
@media screen and (min-width: 375px) {
}
/*-12promax(414・428)*/
@media screen and (min-width: 414px) {
}
/*iPad*/
@media screen and (min-width: 768px) {
	.header__inner {
		padding-top: 15px;
		position: relative;
		width: 98%;
		margin: 0 auto;
	}
	.header__inner a.logo__3ple {
		width: 110px;
		display: inline-block;
		margin-right: 15px;
	}
	.header__inner a.logo__lion {
		width: 90px;
		display: inline-block;
	}
	.hero {
	}
	.hero__bg {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}
	.title__bg {
		background-image: url("../img/title_bg.png");
		background-repeat: no-repeat;
		background-size: 55%;
	}
	.title__area {
		position: relative;
		padding: 15px 0 20px 0;
		text-align: left;
	}
	.title_01,
	.title_02, 
	.title_03 {
		position: relative;
		width: 38%;
		margin: 0;
		padding-left: 30px;
	}
	.title_01 img,
	.title_02 img,
	.title_03 img {
		width: 95%;
	}
	.mv__area {
		position: relative;
		margin: -20px auto 0 auto;
		overflow: hidden;
	}
	.hero__mv1 {
		position: relative;
		width: 40%;
		padding-left: 30px;
	}
	.hero__mv1 img {
		width: 100%;
	}
	.title_04 {
		position: absolute;
		top: 130px;
		left: 33%;
	}
	.title_04 img {
		width: 40%;
	}
	.hero__mv2 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 58.5%;
		text-align: right;
	}
	.hero__mv2 img {
		width: 100%;
	}
	
	.campaign__period {
		font-size: 1.1em;
		position: relative;
		text-align: center;
		background-color: #000000;
		padding: 15px 0;
		color: #FFFFFF;
		font-weight: 100;
	}
	/* END TITLE AREA */
	
	/* SECTION */
.sc_feature { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_element { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_product { position: relative; margin: 80px 0 30px 0; padding: 40px 0 60px 0; background-color: #f1f1f1; }
.sc_flow { position: relative; margin: 80px 0 0 0; padding: 0; }
.sc_end { position: relative; margin: 80px 0 0 0; padding: 30px 0; }
	/* END SECTION */
	

/* --------- SC-FEATURE ----------- */	
	.sc_feature h2 {
		text-align: center;
	}
	.sc_feature h2 img {
		width: 100%;
	}
	.feature_image {
		position: relative;
		text-align: center;
		padding-bottom: 50px;
		margin-top: 30px;
	}
	.feature_image img {
		width: 45%;
	}
	.cont__feature div {
		border: 3px solid #000000;
		border-radius: 15px;
		padding-bottom: 20px;
		min-height: 17em;
		margin: 0 auto;
	}
	.cont__feature figure {
		width: 50%;
		margin: -3px auto 0 auto;
	}
	.cont__feature p {
		text-align: center;
		font-size: 1.1em;
		line-height: 1.3em;
	}
	.cont__feature div:nth-child(2),
	.cont__feature div:nth-child(3) {
		margin-top: 0px;
	}
	.anno_mark {
		font-size: 0.8em;
		color: #3C3C3C;
	}
	span.annotation {
		display: block;
		margin-top: 0.5em;
		color: #6E6E6E;
		font-size: 0.6em;
	}
	.to_movie {
		position: relative;
		text-align: center;
		margin-top: 60px;
	}
	.to_movie figure {
		width: 50%;
		margin: 30px auto 0 auto;
	}
/* --------- SC-ELEMENT ----------- */
	.sc_element h2 {
		text-align: center;
	}
	.sc_element h2 img {
		width: 100%;
	}
	.element_read {
		font-size: 1.2em;
		text-align: center;
		margin-top: 0;
	}
	.cont__element {
		position: relative;
		background-image: url("../img/element_bg.png");
		background-repeat: no-repeat;
		background-position: top 30px center;
		background-size: 100%;
		margin-bottom: 80px;
	}
	.cont__element h3 {
		text-align: center;
	}
	.cont__element h3 img {
		width: 35%;
	}
	.cont__element div figure {
		width: 90%;
		margin: 0 auto;
	}
	.cont__element div figure:nth-child(2),
	.cont__element div figure:nth-child(3) {
		margin-top: 0;
	}
	.more__element {
		position: relative;
		margin-top: 50px;
		padding-top: 10px;
		border-radius: 30px;
	}
	.more__element h3 {
		text-align: center;
		margin-top: 0;
	}
	.more__element h3 img {
		width: 20%;
	}
	.more_flame {
		position: relative;
		border: 3px solid #d3ab00;
		background-color: #f1f1f1;
		border-radius: 30px;
		margin-top: -10px;
		padding: 25px 25px 10px 25px;
	}
/* --------- SC-PRODUCT ----------- */
	.sc_product h2 {
		text-align: center;
	}
	.product01 {
		position: relative;
		display: flex;
		justify-content: start;
		margin-top: 50px;
	}
	.product02 {
		position: relative;
		display: flex;
		justify-content: flex-end;
		margin-top: 30px;
	}
	.product01 figure,
	.product02 figure {
		width: calc(30%);
		text-align: center;
	}
	.product01 figure img,
	.product02 figure img {
		width: calc(100%);
		margin: 0;
	}
	.product01 figure figcaption,
	.product02 figure figcaption {
		margin: 20px auto 0 auto;
		display: inline-block;
		padding: 0.1em 0.6em;
		background-color: #FFFFFF;
		border: 1px solid #707070;
		font-size: 0.8em;
		font-weight: 100;
		color: #4E4E4E;
	}
	.product01 div,
	.product02 div {
		width: calc(70%);
	}
	.product01 div h4,
	.product01 div p,
	.product01 div table,
	.product02 div h4,
	.product02 div p,
	.product02 div table {
		padding-left: 40px;
		padding-right: 40px;
	}
	.product01 div h4,
	.product02 div h4 {
		margin-top: 0;
		text-align: left;
	}
	.product01 div table th,
	.product02 div table th {
		text-align: left;
		width: 25%;
		font-size: 0.95em;
		padding: 10px 0;
		vertical-align: top;
		border-bottom: 2px solid #AFAFAF;
	}
	.product01 div table td,
	.product02 div table td {
		text-align: left;
		width: 75%;
		font-weight: 100;
		font-size: 0.95em;
		padding: 10px 0;
		vertical-align: top;
		border-bottom: 2px solid #AFAFAF;
	}

	.product01 div table tr:last-child th,
	.product02 div table tr:last-child th,
	.product01 div table tr:last-child td,
	.product02 div table tr:last-child td {
		border-bottom: none;
	}
	/* --------- SC-END ----------- */	
	.cont_end { position: relative; margin: 30px 0 0 0; padding: 0; }
	.sns_area {
		background-color: #f1f1f1;
		margin-top: 25px;
		padding: 10px 30px 30px 30px;
		text-align: center;
	}
	.official_sns {
		display: flex;
		justify-content: center;
		width: 70%;
		margin: 25px auto;
		font-weight: 100;
		font-size: 0.85em;
	}
	.official_sns div:nth-child(2) {
		margin-top: 0px;
	}
	.official_sns img {
		width: 8%;
		vertical-align: middle;
		margin-right: 15px;
	}
	.official_sns a,
	.official_sns a:hover,
	.official_sns a:link,
	.official_sns a:visited:link {
		color: #323232;
		text-decoration: none;
	}

	/* --------- SC-FLOW ----------- */
	.sc_flow h2 {
		text-align: center;
	}
	.cont__flow {
		display: flex;
		justify-content: space-between;
		margin: 30px auto 0 auto;
		width: calc(90%);
	}
	.cont__flow figure:nth-child(1),
	.cont__flow figure:nth-child(3),
	.cont__flow figure:nth-child(5) {
		width: calc(27%);
	}
	.cont__flow figure:nth-child(2),
	.cont__flow figure:nth-child(4) {
		width: calc(5%);
		margin: 0 auto;
		text-align: center;
		height: auto;
	}

	.cont__flow figure:nth-child(1) img,
	.cont__flow figure:nth-child(3) img,
	.cont__flow figure:nth-child(5) img {
		width: 100%;
	}
	.cont__flow figure:nth-child(2) img,
	.cont__flow figure:nth-child(4) img {
		width: 90%;
		margin: 0 auto;
		padding-top: 90px;
		transform: rotate(0deg);
	}
	.qualification {
		width: calc(80%);
	}
	.qualification ul {
		margin-left: 30px;
	}
	footer  {
		background-color: rgba(232,232,232,1.00);
		position: relative;
	}
	.copyright {
		font-size: 1em;
	}

	/*------ ボタン -------*/
	.btn_img {
		width: calc(100%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_img img {
		width: 100%;
	}
	.btn_gentei {
		width: calc(80%);
		margin: 40px auto 0 auto;
		display: block;
	}
	.btn_toshop {
		width: calc(55%);
		margin: 0px auto 0 auto;
		display: block;
	}
	.btn_gentei img,
	.btn_toshop img {
		width: 100%;
	}
	
	.btn__back {
		width: auto;
		background-color: #fff;
		display: inline-block;
		text-align: center;
		color: #f93099;
		margin: 30px auto;
		padding: 0.6em 2em;
		border: 3px solid #f93099;
		border-radius: 25px;
		font-size: 1.8em;
	}
	.mrg-t80 {
		margin-top: 80px;
	}
	.mrg-t60 {
		margin-top: 60px;
	}
	.mrg-t30 {
		margin-top: 30px;
	}
	
}
@media screen and (min-width: 801px) {
}
@media screen and (min-width: 1024px) {
	.title__bg {
		background-image: url("../img/title_bg.png");
		background-repeat: no-repeat;
		background-size: 54%;
	}
	.title_01,
	.title_02, 
	.title_03 {
		position: relative;
		width: 38%;
		margin: 0;
		padding-left: 15px;
	}
	.mv__area {
		position: relative;
		margin: -20px auto 0 auto;
	}
	.hero__mv1 {
		position: relative;
		width: 38%;
		padding-left: 15px;
	}
	.hero__mv1 img {
		width: 100%;
	}
	.title_04 {
		position: absolute;
		top: 200px;
		left: 33%;
	}
	.title_04 img {
		width: 44%;
	}
	.hero__mv2 {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 59%;
		text-align: right;
	}
	.hero__mv2 img {
		width: 100%;
	}
	
	.product01 figure,
	.product02 figure {
		width: calc(22%);
		text-align: center;
	}
	.product01 div,
	.product02 div {
		width: calc(58%);
	}
}
@media screen and (min-width: 1200px) {
	.header__inner a.logo__3ple {
		width: 130px;
		display: inline-block;
		margin-right: 15px;
	}
	.header__inner a.logo__lion {
		width: 120px;
		display: inline-block;
	}
	.header__inner {
		padding-top: 15px;
		position: relative;
		width: 98%;
		margin: 0 auto;
	}

	.hero__bg {
		background-image: url("../img/mv_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}
	.title__bg {
		background-image: url("../img/title_bg.png");
		background-repeat: no-repeat;
		background-size: 54%;
	}
	.title__area {
		position: relative;
		padding: 15px 0 20px 0;
		text-align: left;
	}
	.title_01,
	.title_02, 
	.title_03 {
		position: relative;
		width: 45%;
		margin: 0;
		padding-left: 30px;
	}
	.title_01 img,
	.title_02 img,
	.title_03 img {
		width: 75%;
	}
	.mv__area {
		position: relative;
		margin: -20px auto 0 auto;
	}
	.hero__mv1 {
		position: relative;
		width: 40%;
		padding-left: 30px;
	}
	.hero__mv1 img {
		width: 100%;
	}
	.title_04 {
		position: absolute;
		top: 240px;
		left: 31%;
	}
	.title_04 img {
		width: 53%;
	}
	.hero__mv2 {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 74%;
		text-align: right;
	}
	.hero__mv2 img {
		width: 74%;
	}
}
@media screen and (min-width: 1280px) {
}
@media screen and (min-width: 1360px) {
}
@media screen and (min-width: 1650px) {
	.hero__mv2 img {
		width: 60%;
		padding-right: 5%;
	}
}
