@charset "UTF-8";

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/*------------------------------------
#contents
---------------------------*/
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#contents {
	padding-top: 100px;
	font-family: 'Hiragino Sans', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Meiryo', sans-serif;
}


/*------------------------------------
#contents .main
---------------------------*/
.main {
	width: 100%;
	background-image: url(../img/mv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main .mainBox {
	width: 936px;
	margin: 0 auto;
	padding-top: 220px;
}



.main h2 {
	text-align: right;
	margin-bottom: 178px;
}

.main h2 img {
	padding-right: 20px;
}

.main h3 {
	text-align: center;
	margin: 0 0 70px;
	margin-left: -30px;
}

.main p {
	text-align: center;
}

.main p img {
	max-width: 484px;
}

@media screen and (min-width:1921px) {
	.main {
		background-size: 100% auto;
		height: 45.625vw;
	}

	.main h2 {
		margin-bottom: 12vw;
	}


}

/*------------------------------------
#contents .block00
---------------------------*/
.block00 {
	background-image: url("../img/bg00.png");
	background-size: auto;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 135px;
	margin-bottom: 70px;
}

.block00 .inner {
	width: 735px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: space-between;
}

.block00 h2 {
	margin: 80px 0 140px;
}

.block00 h2 figure {
	margin-top: 0;
}


.block00 .inner>p {
	font-size: 33px;
}

.block00 .block00_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;

}

.block00 .block00_col {
	width: 48%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.block00_row:first-of-type {
	padding-top: 23px;
}

.block00_row:first-of-type span {
	position: absolute;
	font-size: 50px;
	width: 66px;
	height: 66px;
	left: 0;
	top: -23px;
	color: #fff;
	background-color: #000;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 3px;
}

.block00_row:first-of-type p {
	font-size: 38px;
	background-color: #F0F0F0;
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 40px 0 34px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 700;
}

.block00_row:nth-of-type(2) img,
.block00_row:nth-of-type(4) img {
	height: 70px;
	object-fit: contain;
}

.block00_row:nth-of-type(3) span {
	font-size: 25px;
	width: 33px;
	height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	margin-right: 3px;
	padding-top: 2px;
}

.block00_row:nth-of-type(3) p {
	font-size: 22px;
	display: flex;
	margin-right: auto;
	margin-bottom: 5px;
	font-weight: 700;
}

.block00_row:nth-of-type(3) h3 {
	display: flex;
	width: 100%;
	padding: 18px 0 15px;
	color: #fff;
	background-color: #000;
	font-size: 36px;
	justify-content: center;
	text-align: center;
	align-items: center;
	letter-spacing: -0.02em;
	font-weight: 700;
}

.block00_row:nth-of-type(5) p {
	font-size: 24px;
	width: 100%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 6px 0 4px;
	font-weight: 700;
}

.block00_row:nth-of-type(5) figure {
	width: 80%;
	margin: 15px auto;
}

.block00_row:nth-of-type(5) figure img {
	width: 100%;
}

.block00_row:nth-of-type(5) .block00_col:nth-child(4) img,
.block00_row:nth-of-type(5) .block00_col:nth-child(5) img {
	height: 60px;
}

.block00_row:nth-of-type(5) a {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0 6px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	font-weight: 700;
	line-height: 1.1;
}

.block00_row:nth-of-type(5) a .dli-chevron-round-right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 25px;
	height: 25px;
	transform: translateY(-10px) rotate(135deg);
	background-color: transparent !important;
	margin-top: 5px;
}

.block00_row:nth-of-type(5) a .dli-chevron-round-right::before,
.block00_row:nth-of-type(5) a .dli-chevron-round-right::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}

.block00_row:nth-of-type(5) a .dli-chevron-round-right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
}

.block00_row:nth-of-type(5) a .dli-chevron-round-right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
}

.block00_row:nth-of-type(5) a:hover {
	opacity: 0.8;
}

.block00_row:nth-of-type(5)>.block00_col {
	justify-content: space-between;
	align-items: flex-start;
}

.block00 .inner>p:first-of-type {
	margin: 0 auto 6px 0;
	font-weight: 700;
}

.block00 .inner>p:last-of-type {
	margin: 0 auto 10px;
	font-weight: 700;

}

.block00 .block00_row>.block00_col:last-of-type span,
.block00_row:nth-of-type(3)>.block00_col:last-of-type h3,
.block00_row:nth-of-type(5)>.block00_col:last-of-type p,
.block00_row:nth-of-type(5)>.block00_col:last-of-type a {
	background-color: #E4007F;
}

@media screen and (min-width:1921px) {
	.block00 {
		background-size: 100% 487px;
	}
}

/*------------------------------------
#contents .block01
---------------------------*/
.block01 {
	margin-bottom: 145px;
}

.block01 h2 {
	width: 645px;
	padding-top: 192px;
	margin: 0 auto;
}

.block01 h2 img {
	object-fit: contain;
	width: 234px;
}

.block01 figure {
	margin: 0;
}

.block01_0 {
	background-image: url("../img/bg01.png");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	height: 305px;
}

.block01_1,
.block01_2,
.block01_3,
.block01_4 {
	background-size: auto;
	background-position: top;
	background-repeat: no-repeat;
}

.block01_1 {
	background-image: url("../img/bg01_01.png");
	height: 1618px;
}

.block01_2 {
	background-image: url("../img/bg01_02.png");
	height: 1935px;
	margin-top: -276px;
}

.block01_3 {
	background-image: url("../img/bg01_03.png");
	height: 1858px;
	margin-top: -276px;
}

.block01_4 {
	background-image: url("../img/bg01_04.png");
	height: 1972px;
	margin-top: -276px;
}

.block01_1 .inner,
.block01_2 .inner,
.block01_3 .inner,
.block01_4 .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.block01_img {
	position: relative;
	margin-bottom: 60px;
}

.block01_overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.block01_overlay p {
	font-size: 17px;
	line-height: 1.4;
	color: #251E1C;
	font-weight: 500;
}

.block01_1 .inner>figure:first-of-type {
	margin-top: 70px;
	margin-left: -90px;
	margin-bottom: 60px;
}

.block01_2 .inner>figure:first-of-type {
	margin-top: 200px;
	margin-left: -90px;
	margin-bottom: 60px;
}

.block01_3 .inner>figure:first-of-type {
	margin-top: 200px;
	margin-left: -90px;
	margin-bottom: 135px;
}

.block01_4 .inner>figure:first-of-type {
	margin-top: 210px;
	margin-left: -90px;
	margin-bottom: 150px;
}

.block01_1 .block01_img,
.block01_2 .block01_img {
	margin-top: 10px;
}

.block01_3 .block01_img,
.block01_4 .block01_img {
	margin-top: 50px;
}

.block01_1 .block01_overlay:nth-of-type(1) {
	left: 0;
	top: 16.5%;
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}

.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(3) {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	margin-top: 22px;
	line-height: 1.2;
}

.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(4),
.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(4) {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	margin-top: 17px;
	line-height: 1.2;
}

.block01_1 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(3)),
.block01_2 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(3)) {
	padding: 0 20px;
}

.block01_3 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(4)),
.block01_4 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(4)) {
	padding: 0 30px;
}

.block01_1 .block01_overlay:nth-of-type(2) {
	left: 73.2%;
	top: 29.5%;
	width: 250px;
	display: flex;
	flex-wrap: wrap;
}

.block01_1 .block01_overlay:nth-of-type(3) {
	left: 2%;
	top: 59%;
}

.block01_1 .block01_overlay:nth-of-type(4) {
	left: 74.2%;
	top: 59%;
	width: 235px;
	display: flex;
	flex-wrap: wrap;
}

.block01_1 .block01_overlay:nth-of-type(5) {
	left: 19.8%;
	top: 86.3%;

}

.block01_2 .block01_overlay:nth-of-type(1) {
	left: 0;
	top: 13%;
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}

.block01_2 .block01_overlay:nth-of-type(2) {
	left: 73.2%;
	top: 28%;
	width: 250px;
	display: flex;
	flex-wrap: wrap;
}

.block01_2 .block01_overlay:nth-of-type(3) {
	left: 20%;
	top: 60.6%;

}

.block01_2 .block01_overlay:nth-of-type(4) {
	left: 20%;
	top: 76.6%;
}

.block01_2 .block01_overlay:nth-of-type(5) {
	left: 20%;
	top: 92.8%;

}

.block01_3 .block01_overlay:nth-of-type(1) {
	left: 0;
	top: 12%;
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}

.block01_3 .block01_overlay:nth-of-type(2) {
	left: 3%;
	top: 51.5%;
	width: 220px;
	display: flex;
	flex-wrap: wrap;
}

.block01_3 .block01_overlay:nth-of-type(3) {
	left: 73.3%;
	top: 12.7%;
	width: 250px;
	display: flex;
	flex-wrap: wrap;
}

.block01_3 .block01_overlay:nth-of-type(4) {
	left: 72.3%;
	top: 39.7%;
	width: 275px;
	display: flex;
	flex-wrap: wrap;
}

.block01_3 .block01_overlay:nth-of-type(4) p:first-of-type {
	letter-spacing: -0.04em;
}

.block01_3 .block01_overlay:nth-of-type(5) {
	left: 73.3%;
	top: 66%;
}

.block01_3 .block01_overlay:nth-of-type(6) {
	left: 15.2%;
	top: 90%;

}

.block01_3 .block01_overlay:nth-of-type(6) p:nth-of-type(2) {
	letter-spacing: -0.04em;
}

.block01_4 .block01_overlay:nth-of-type(1) {
	left: 0;
	top: 9.5%;
	width: 290px;
	display: flex;
	flex-wrap: wrap;
}

.block01_4 .block01_overlay:nth-of-type(2) {
	left: 72.5%;
	top: 26%;
	white-space: nowrap;
}

.block01_4 .block01_overlay:nth-of-type(3) {
	left: 20%;
	top: 54%;

}

.block01_4 .block01_overlay:nth-of-type(4) {
	left: 20%;
	top: 73%;

}

.block01_4 .block01_overlay:nth-of-type(5) {
	left: 20%;
	top: 91.6%;
}


.block01_1 .block01_overlay:nth-of-type(5),
.block01_2 .block01_overlay:nth-of-type(3),
.block01_2 .block01_overlay:nth-of-type(4),
.block01_2 .block01_overlay:nth-of-type(5),
.block01_3 .block01_overlay:nth-of-type(6),
.block01_4 .block01_overlay:nth-of-type(3),
.block01_4 .block01_overlay:nth-of-type(4),
.block01_4 .block01_overlay:nth-of-type(5) {
	display: flex;
}

.block01_2 .block01_overlay:nth-of-type(3),
.block01_2 .block01_overlay:nth-of-type(4),
.block01_2 .block01_overlay:nth-of-type(5),
.block01_3 .block01_overlay:nth-of-type(6),
.block01_4 .block01_overlay:nth-of-type(3),
.block01_4 .block01_overlay:nth-of-type(4),
.block01_4 .block01_overlay:nth-of-type(5) {
	align-items: center;
}

.block01_1 .block01_overlay:nth-of-type(5) p:first-of-type,
.block01_2 .block01_overlay:nth-of-type(3) p:first-of-type,
.block01_2 .block01_overlay:nth-of-type(4) p:first-of-type,
.block01_2 .block01_overlay:nth-of-type(5) p:first-of-type,
.block01_3 .block01_overlay:nth-of-type(6) p:first-of-type,
.block01_4 .block01_overlay:nth-of-type(3) p:first-of-type,
.block01_4 .block01_overlay:nth-of-type(4) p:first-of-type,
.block01_4 .block01_overlay:nth-of-type(5) p:first-of-type {
	font-weight: bold;
	margin-right: 10px;
	font-size: 20px;
}

.block01_1 .block01_overlay:nth-of-type(5) p:last-of-type,
.block01_2 .block01_overlay:nth-of-type(3) p:last-of-type,
.block01_2 .block01_overlay:nth-of-type(4) p:last-of-type,
.block01_2 .block01_overlay:nth-of-type(5) p:last-of-type,
.block01_3 .block01_overlay:nth-of-type(6) p:last-of-type,
.block01_4 .block01_overlay:nth-of-type(3) p:last-of-type,
.block01_4 .block01_overlay:nth-of-type(4) p:last-of-type,
.block01_4 .block01_overlay:nth-of-type(5) p:last-of-type {
	letter-spacing: -0.02em;
}


.block01_1 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(6) p:nth-of-type(2),
.block01_4 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
.block01_4 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
.block01_4 .block01_overlay:nth-of-type(5) p:nth-of-type(2) {
	padding-top: 1px;
	font-size: 19px;
}

.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_1 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
.block01_1 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
.block01_3 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
.block01_4 .block01_overlay:nth-of-type(2) p:nth-of-type(1) {
	font-weight: bold;
	font-size: 20px;
}

.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_1 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
.block01_3 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(3) {
	margin-left: auto;
}

.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(1),
.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(1),
.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(1),
.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(1) {
	margin-bottom: 6px;
}

.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(1),
.block01_3 .block01_overlay:nth-of-type(3) p:nth-of-type(1),
.block01_3 .block01_overlay:nth-of-type(4) p:nth-of-type(1),
.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(1) {
	margin-bottom: 3px;
}

.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(3) {
	line-height: 1.2;
}

.block01_1 .block01_overlay:nth-of-type(5) p:nth-of-type(2) {
	line-height: 1.55;
}

.block01_btns {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block01_btn {
	background-color: #000;
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26%;
	padding: 20px;
	white-space: nowrap;
	font-size: 18px;
	text-align: center;
	margin: 0 10px;
	line-height: 30px;
}

.block01_btn:hover {
	background-color: #292929;
}

.block01_btn img {
	height: 28px;
	object-fit: contain;
	margin-right: 15px;
}

.block01 a .dli-chevron-round-right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	margin-left: 15px;
}

.block01 a .dli-chevron-round-right::before,
.block01 a .dli-chevron-round-right::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}

.block01 a .dli-chevron-round-right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
}

.block01 a .dli-chevron-round-right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 2px;
}

.block01_ttl {
	font-family: "丸フォーク B", serif !important;
	position: absolute;
	font-size: 29px;
	font-style: italic;
}

.block01_1 .block01_ttl {
	color: #fff;
	top: 95px;
	left: 178px;
}

.block01_2 .block01_ttl {
	color: #fff;
	top: 226px;
	left: 178px;
}

.block01_3 .block01_ttl {
	color: #000;
	top: 220px;
	left: 178px;
}

.block01_4 .block01_ttl {
	color: #000;
	top: 238px;
	left: 178px;
}

.caution {
	color: #E4007F;
	font-size: 12px;
	position: absolute;
	left: 175px;
	top: 525px;
	letter-spacing: -0.02em;
}


@media screen and (min-width:1921px) {

	.block01_0,
	.block01_1,
	.block01_2,
	.block01_3,
	.block01_4 {
		background-size: 100% 100%;
	}
}

/*------------------------------------
#contents .block02
---------------------------*/
#contents .block02 {
	height: 799px;
	background-image: url(../img/bg02_2.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding: 0px 0 30px;
	margin-bottom: 120px;
	position: relative;
}

@media screen and (min-width:1921px) {
	#contents .block02 {
		background-size: 100% 100%;
	}
}

#contents .block02 h2 {
	width: 890px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: -150px;
	box-sizing: border-box;
}

#contents .block02 h2 span {
	margin-top: 1.2rem;
	display: block;
}

.block02 .block02Container {
	width: 535px;
	margin: 0 auto 40px;
}

.block02 .block02Box01,
.block02 .block02Box02 {
	width: 535px;
	background-color: #fff;
	border: 1px solid #e4007f;
	margin-bottom: 10px;
	padding: 20px 30px 20px;
	box-sizing: border-box;
}

.block02 .block02Box01 a,
.block02 .block02Box02 a {
	color: #000;
	text-decoration: none;
}

.block02 .instaName {
	color: #e4007f;
	text-align: center;
	vertical-align: middle !important;
	border-bottom: 1px solid #e4007f;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.block02 .instaName img {
	vertical-align: middle !important;
	margin-right: 8px;
	border-radius: 50%;
	max-width: 50px;
}

.block02 .instaBox {
	position: relative;
}

.block02 .instaBtn {
	text-align: center;
}

.block02 .instaTxt p {
	margin-bottom: 15px;
}

.block02 .block02Box01 .instaTxt {
	width: 250px;
	float: left;
}

.block02 .block02Box01 .instaPhoto {
	width: 202px;
	float: right;
}

.block02 .block02Box01 .instaPhoto img {
	max-width: 100%;
}

.block02 .block02Box02 .instaTxt {
	width: 250px;
	float: right;
	font-size: 13px;
}

.block02 .block02Box02 .instaPhoto {
	width: 202px;
	float: left;
}

.block02 .block02Box02 .instaPhoto img {
	max-width: 100%;
}

.block02 .instaBtnEnd {
	text-align: center;
}

.block02 .instaBtnEnd img:hover {
	opacity: 1.0;
	filter: brightness(120%);
}



/*------------------------------------
shop_list
---------------------------*/
.shop_list .close {
	display: block !important;
	height: 48px !important;
	position: absolute !important;
	right: 15px !important;
	top: 20px !important;
	width: 48px !important;
	z-index: 5000 !important;
}

@media (max-width: 1024px) and (min-width: 769px) {

	.main .mainBox {
		width: 100%;
	}

	.main p img {
		max-width: 484px;
	}

	.block01_1 .inner,
	.block01_2 .inner,
	.block01_3 .inner,
	.block01_4 .inner {
		width: 98%;
	}

	.block01_2 {
		margin-top: -45vw
	}

	.block01_3 {
		margin-top: -45vw
	}

	.block01_4 {
		margin-top: -45vw
	}

	.block01 .block01_img,
	.block01 .block01_img figure,
	.block01 .block01_img figure img {
		width: 100%;
		max-width: 100%;
	}

	.block01_overlay p {
		font-size: 1.6vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
	.block01_1 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_1 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
	.block01_3 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
	.block01_4 .block01_overlay:nth-of-type(2) p:nth-of-type(1) {
		font-size: 1.7vw;
	}

	.block01_1 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(6) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(5) p:nth-of-type(2) {
		font-size: 1.7vw;
	}

	.block01_1 .block01_overlay:nth-of-type(5) p:first-of-type,
	.block01_2 .block01_overlay:nth-of-type(3) p:first-of-type,
	.block01_2 .block01_overlay:nth-of-type(4) p:first-of-type,
	.block01_2 .block01_overlay:nth-of-type(5) p:first-of-type,
	.block01_3 .block01_overlay:nth-of-type(6) p:first-of-type,
	.block01_4 .block01_overlay:nth-of-type(3) p:first-of-type,
	.block01_4 .block01_overlay:nth-of-type(4) p:first-of-type,
	.block01_4 .block01_overlay:nth-of-type(5) p:first-of-type {
		font-size: 1.7vw;
	}



	.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
	.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(3) {
		font-size: 1.4vw;
		margin-top: 2.7vw;
		line-height: 1.2;
	}

	.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(4),
	.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(4) {
		font-size: 1.4vw;
		margin-top: 2.2vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(3)),
	.block01_2 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(3)) {
		padding: 0 2vw;
	}

	.block01_3 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(4)),
	.block01_4 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(4)) {
		padding: 0 2.5vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) {
		width: 29vw;
	}

	.block01_1 .block01_overlay:nth-of-type(2) {
		width: 25vw;
	}

	.block01_1 .block01_overlay:nth-of-type(4) {
		width: 23vw;
	}

	.block01_2 .block01_overlay:nth-of-type(1) {
		width: 29vw;
	}

	.block01_2 .block01_overlay:nth-of-type(2) {
		width: 25vw;
	}

	.block01_3 .block01_overlay:nth-of-type(1) {
		width: 29vw;
	}

	.block01_3 .block01_overlay:nth-of-type(2) {
		width: 22vw;
	}

	.block01_3 .block01_overlay:nth-of-type(3) {
		width: 25vw;
	}

	.block01_3 .block01_overlay:nth-of-type(4) {
		width: 27vw;
	}

	.block01_4 .block01_overlay:nth-of-type(1) {
		width: 29vw;
	}

	.block01_btn {
		padding: 2vw 1vw;
		font-size: 1.6vw;
	}

	.block01_btn img {
		height: 2.6vw;
		margin-right: 1vw;
	}

	.block01 a .dli-chevron-round-right {
		width: 1.2vw;
		height: 1.2vw;
		margin-left: 1vw;
	}

	.block01_1 .block01_ttl {
		top: -275px;
		left: -150px;
		position: relative;
		margin-top: -1.5em;
	}

	.block01_2 .block01_ttl {
		top: -275px;
		left: -150px;
		position: relative;
		margin-top: -1.5em;

	}

	.block01_3 .block01_ttl {
		top: -420px;
		left: -146px;
		position: relative;
		margin-top: -1.5em;

	}

	.block01_4 .block01_ttl {
		top: -380px;
		left: -200px;
		position: relative;
		margin-top: -1.5em;

	}

	.caution {
		position: relative;
		margin-top: -3em;
		left: -30px;
		top: -135px;
	}

	#contents .block02 h2 {
		width: 80%;
	}

}

/*----------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/*------------------------------------
#contents
---------------------------*/
	#contents {
		padding-top: 70px;
	}

	/*------------------------------------
#contents .main
---------------------------*/
	.main {
		background-image: url(../img/sp_mv_bg.jpg);
		background-size: 100% auto;
	}

	.main .mainBox {
		width: 94%;
		margin: 0 auto 4vw;
		padding-top: 13.5vw;
	}

	.main h2 {
		text-align: right;
		margin-bottom: 67vw;
	}

	.main h2 img {
		width: 45%;
		padding-right: 0;
	}

	.main h3 {
		text-align: center;
		margin: 0 0 13vw;
	}

	.main h3 img {
		width: 100%;
	}

	.main p {
		width: 83.7%;
		margin: 0 auto;
	}

	.main p img {
		width: 100%;
		max-width: 604px;
	}



	/*------------------------------------
#contents .block00
---------------------------*/
	.block00 {
		background-image: url(../img/sp_bg00.png);
		background-size: 100%;
		margin: 4vw 0;
	}

	.block00 .inner {
		width: 92.3%;
		margin: 0 auto;
	}

	.block00 .block00_row {
		margin-bottom: 1.5vw;
	}

	.block00 .block00_col {
		width: 49%;
	}

	.block00 h2 {
		margin: 7vw 0 13.5vw;
	}

	.block00 h2 figure {
		margin: 0;
	}

	.block00 .inner>p:first-of-type {
		font-size: 7.1vw;
		margin-bottom: 3vw;
	}

	.block00_row:first-of-type span {
		font-size: 8.6vw;
		width: 14.2vw;
		height: 14.2vw;
		top: -5vw;
	}

	.block00_row:first-of-type p {
		font-size: 7.5vw;
		padding: 11.8vw 0 6vw;
		letter-spacing: -0.04em;
	}

	.block00_row:nth-of-type(2) img,
	.block00_row:nth-of-type(4) img {
		height: 14.5vw;
		object-fit: contain;
	}

	.block00_row:nth-of-type(3) span {
		width: 7.2vw;
		height: 7.2vw;
		font-size: 5.5vw;
		margin-right: 1vw;
	}

	.block00_row:nth-of-type(3) p {
		font-size: 5vw;
		margin-bottom: 1.5vw;
	}

	.block00_row:nth-of-type(3) h3 {
		font-size: 7.5vw;
		padding: 2vw 0 1vw;
		line-height: 1.1;
		letter-spacing: -0.04em;
	}

	.block00 .inner>p:last-of-type {
		font-size: 6.8vw;
		margin-bottom: 4vw;
	}

	.block00_row:nth-of-type(5) p {
		font-size: 5.1vw;
		line-height: 1;
		padding: 2vw 0;
	}

	.block00_row:nth-of-type(5) figure {
		width: 100%;
		margin: 2vw 0;
	}

	.block00_row:nth-of-type(5)>.block00_col:first-of-type .block00_col:nth-child(4) img,
	.block00_row:nth-of-type(5)>.block00_col:first-of-type .block00_col:nth-child(5) img,
	.block00_row:nth-of-type(5)>.block00_col:last-of-type .block00_col:nth-child(3) img {
		transform: unset;
		height: 13vw !important;
		object-fit: contain;
	}

	.block00_row:nth-of-type(5) a {
		font-size: 3.9vw;
		letter-spacing: -0.04em;
		line-height: 1.1;
		text-align: left;
		height: 23vw;
		justify-content: flex-start;
		padding-top: 2vw;
		box-sizing: border-box;
	}

	.block00_row:nth-of-type(5)>.block00_col:last-of-type a {
		padding-top: 5vw;
	}


	.block00_row:nth-of-type(5) a .dli-chevron-round-right {
		width: 6vw;
		height: 6vw;
		transform: translateY(0) rotate(135deg);
		position: absolute;
		bottom: 0.9em;
		margin-top: unset;
	}

	/*------------------------------------
#contents .block01
---------------------------*/
	.block01 {
		margin-bottom: 0;
	}

	.block01_1 .inner,
	.block01_2 .inner,
	.block01_3 .inner,
	.block01_4 .inner {
		width: 87.4%;
	}

	.block01 h2 {
		width: 92%;
		padding-top: 16.5vw;
		padding-left: 9.5vw;
	}

	.block01 h2 img {
		object-fit: contain;
		width: 49%;
	}

	.block01_0 {
		background-image: url("../img/sp_bg01.png");
		background-size: 100%;
		height: 44.53vw;
	}

	.block01_1 {
		background-image: url("../img/sp_bg01_01.png");
		background-size: 100%;
		height: 431.9vw;
		margin-top: -15.2vw;

	}

	.block01_2 {
		background-image: url("../img/sp_bg01_02.png");
		background-size: 100%;
		height: 433.07vw;
		margin-top: -15.2vw;
	}

	.block01_3 {
		background-image: url("../img/sp_bg01_03.png");
		background-size: 100%;
		height: 448.3vw;
		margin-top: -15.2vw;
	}

	.block01_4 {
		background-image: url("../img/sp_bg01_04.png");
		background-size: 100%;
		height: 424.34vw;
		margin-top: -15.2vw;
	}

	.block01_1 .inner>figure:first-of-type {
		margin-top: 21vw;
		margin-left: 0px;
		margin-bottom: 18.5vw;
		width: 90%;
		display: flex;
		justify-content: center;
	}

	.block01_2 .inner>figure:first-of-type {
		margin-top: 21vw;
		margin-left: 0px;
		margin-bottom: 18.5vw;
		width: 80%;
		display: flex;
		justify-content: center;
	}

	.block01_3 .inner>figure:first-of-type {
		margin-top: 18.5vw;
		margin-left: 0px;
		margin-bottom: 18.5vw;
		width: 93%;
		display: flex;
		justify-content: center;
	}

	.block01_4 .inner>figure:first-of-type {
		margin-top: 18.5vw;
		margin-left: 0px;
		margin-bottom: 18.5vw;
		width: 80%;
		display: flex;
		justify-content: center;
	}

	.block01_1 .block01_img {
		margin-top: 6.3vw;
		margin-bottom: 11vw;
	}

	.block01_2 .block01_img {
		margin-top: 7vw;
		margin-bottom: 11vw;
	}

	.block01_3 .block01_img {
		margin-top: 15vw;
		margin-bottom: 19vw;
	}

	.block01_4 .block01_img {
		margin-top: 5vw;
		margin-bottom: 8.5vw;
	}

	.block01_btn {
		width: 49%;
		max-width: 49%;
		margin: 0;
		padding: 4vw 2vw;
		font-size: 3.1vw;
	}

	.block01_btn img {
		height: 4.2vw;
		margin-right: 2vw;
	}

	.block01 a .dli-chevron-round-right {
		width: 2vw;
		height: 2vw;
		margin-left: 1vw;
	}

	.block01_btn:first-of-type {
		margin-right: 1%;
	}

	.block01_btn:last-of-type {
		margin-left: 1%;
	}

	/* -----------------------------------s---------------------------------- */
	.block01_1 .block01_img figure {
		transform: scale(1.02);
	}

	.block01_2 .block01_img figure {
		transform: scale(1.02) translateX(1.5%);
	}

	.block01_3 .block01_img figure {
		transform: scale(1.13) translateX(0.7%);
	}

	.block01_4 .block01_img figure {
		transform: scale(1.01) translateX(-0.2%);
	}

	.block01_overlay p {
		font-size: 3.2vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) {
		top: 5.5%;
		width: 87.3vw;
	}

	.block01_1 .block01_overlay:nth-of-type(2) {
		left: 41.5%;
		top: 28.5%;
		width: unset;
	}

	.block01_1 .block01_overlay:nth-of-type(3) {
		left: 4%;
		top: 63.5%;
	}

	.block01_1 .block01_overlay:nth-of-type(4) {
		left: 4%;
		top: 77.5%;
		width: 50vw;
	}

	.block01_1 .block01_overlay:nth-of-type(5) {
		left: 4%;
		top: 91.5%;
		flex-wrap: wrap;
	}

	.block01_2 .block01_overlay:nth-of-type(1) {
		left: 42.5%;
		top: 8%;
		width: 51.5vw;
	}

	.block01_2 .block01_overlay:nth-of-type(2) {
		left: 3%;
		top: 44.5%;
		width: unset;
	}

	.block01_2 .block01_overlay:nth-of-type(3) {
		left: 4%;
		top: 66.5%;
		flex-direction: column;
		width: 92%
	}

	.block01_2 .block01_overlay:nth-of-type(4) {
		left: 4%;
		top: 80%;
		flex-direction: column;
		width: 92%
	}

	.block01_2 .block01_overlay:nth-of-type(5) {
		left: 4%;
		top: 94%;
		flex-direction: column;
		width: 92%
	}

	.block01_3 .block01_overlay:nth-of-type(1) {
		left: 0;
		top: 3.6%;
		width: 50vw;
	}

	.block01_3 .block01_overlay:nth-of-type(2) {
		left: 4%;
		top: 27.8%;
		width: 45vw;
	}

	.block01_3 .block01_overlay:nth-of-type(3) {
		left: 42%;
		top: 45.2%;
		width: 50vw;
	}

	.block01_3 .block01_overlay:nth-of-type(4) {
		left: 41.5%;
		top: 63.5%;
		width: 51.1vw;
		letter-spacing: -0.04em;
	}

	.block01_3 .block01_overlay:nth-of-type(5) {
		left: 42.5%;
		top: 81.4%;
	}

	.block01_3 .block01_overlay:nth-of-type(6) {
		left: 4%;
		top: 96%;
		flex-direction: column;
		width: 92%;
	}

	.block01_4 .block01_overlay:nth-of-type(1) {
		left: 0;
		top: 7.5%;
		width: 50vw;
	}

	.block01_4 .block01_overlay:nth-of-type(2) {
		left: 42.5%;
		top: 41.5%;
	}

	.block01_4 .block01_overlay:nth-of-type(3) {
		left: 5%;
		top: 61.8%;
		flex-direction: column;
		width: 90%;

	}

	.block01_4 .block01_overlay:nth-of-type(4) {
		left: 5%;
		top: 77%;
		flex-direction: column;
		width: 90%;

	}

	.block01_4 .block01_overlay:nth-of-type(5) {
		left: 5%;
		top: 92.5%;
		flex-direction: column;
		width: 90%;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
	.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(3) {
		font-size: 2.5vw;
		margin-top: 4.8vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(2) {
		margin-right: 2vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(3) {
		padding-left: 38%;
	}

	.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(4) {
		font-size: 2.5vw;
		margin-top: 4.5vw;
	}

	.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(4) {
		font-size: 2.5vw;
		margin-top: 4.8vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(3)),
	.block01_2 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(3)) {
		padding: 0 2.6vw;
	}

	.block01_3 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(4)),
	.block01_4 .block01_overlay:nth-of-type(1) p:not(:nth-of-type(4)) {
		padding: 0 2.6vw;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
	.block01_1 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_1 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
	.block01_3 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
	.block01_4 .block01_overlay:nth-of-type(2) p:nth-of-type(1) {
		font-size: 3.5vw;
		margin-top: 0.5vw;
	}

	.block01_3 .block01_overlay:nth-of-type(1) p:nth-of-type(3),
	.block01_4 .block01_overlay:nth-of-type(1) p:nth-of-type(3) {
		margin-top: 0;
	}

	.block01_1 .block01_overlay:nth-of-type(5) p:first-of-type,
	.block01_2 .block01_overlay:nth-of-type(3) p:first-of-type,
	.block01_2 .block01_overlay:nth-of-type(4) p:first-of-type,
	.block01_2 .block01_overlay:nth-of-type(5) p:first-of-type,
	.block01_3 .block01_overlay:nth-of-type(6) p:first-of-type,
	.block01_4 .block01_overlay:nth-of-type(3) p:first-of-type,
	.block01_4 .block01_overlay:nth-of-type(4) p:first-of-type,
	.block01_4 .block01_overlay:nth-of-type(5) p:first-of-type {
		margin-right: 1vw;
		font-size: 3.5vw;
		margin-bottom: 0.5vw;
	}

	.block01_1 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(6) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(5) p:nth-of-type(2) {
		font-size: 3.5vw;
	}

	.block01_1 .block01_overlay:nth-of-type(5) p:nth-of-type(2) {
		text-align: center;
		margin-left: -0.5em;
	}

	.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(2) {
		margin-left: unset;
	}

	.block01_2 .block01_overlay:nth-of-type(3) p:last-of-type,
	.block01_2 .block01_overlay:nth-of-type(4) p:last-of-type,
	.block01_2 .block01_overlay:nth-of-type(5) p:last-of-type {
		text-align: center;
	}

	.block01_3 .block01_overlay:nth-of-type(6) p:last-of-type,
	.block01_4 .block01_overlay:nth-of-type(3) p:last-of-type,
	.block01_4 .block01_overlay:nth-of-type(4) p:last-of-type,
	.block01_4 .block01_overlay:nth-of-type(5) p:last-of-type {
		text-align: center;
	}

	.block01_1 .block01_overlay:nth-of-type(1) p:nth-of-type(1),
	.block01_1 .block01_overlay:nth-of-type(2) p:nth-of-type(1),
	.block01_2 .block01_overlay:nth-of-type(1) p:nth-of-type(1),
	.block01_2 .block01_overlay:nth-of-type(2) p:nth-of-type(1) {
		margin-bottom: 1vw;
	}

	.block01_2 .block01_overlay:nth-of-type(3),
	.block01_2 .block01_overlay:nth-of-type(4),
	.block01_2 .block01_overlay:nth-of-type(5),
	.block01_3 .block01_overlay:nth-of-type(6),
	.block01_4 .block01_overlay:nth-of-type(3),
	.block01_4 .block01_overlay:nth-of-type(4),
	.block01_4 .block01_overlay:nth-of-type(5) {
		align-items: unset;
	}

	.block01_1 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_2 .block01_overlay:nth-of-type(5) p:nth-of-type(2),
	.block01_3 .block01_overlay:nth-of-type(6) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(3) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(4) p:nth-of-type(2),
	.block01_4 .block01_overlay:nth-of-type(5) p:nth-of-type(2) {
		padding-top: 0px;
	}

	.block01_ttl {
		font-size: 4.5vw;
	}

	.block01_1 .block01_ttl {
		top: -114vw;
		left: 0vw;
		position: relative;
		margin-top: -1.5em;
	}

	.block01_2 .block01_ttl {
		top: -112vw;
		left: 0vw;
		position: relative;
		margin-top: -1.5em;

	}

	.block01_3 .block01_ttl {
		top: -129vw;
		left: 0vw;
		position: relative;
		margin-top: -1.5em;

	}

	.block01_4 .block01_ttl {
		top: -128.5vw;
		left: 0vw;
		position: relative;
		margin-top: -1.5em;

	}

	.caution {
		position: relative;
		margin-top: -3em;
		left: 1.5vw;
		top: -17vw;
		width: 97%;
		font-size: 2.2vw;
	}

	/* --------------------------------------------------------------------- */

	/*------------------------------------
#contents .block02
---------------------------*/
	#contents .block02 {
		height: auto;
		background-image: url(../img/sp_bg02_2.png);
		background-size: 100% 100%;
		padding: 0;
		margin-bottom: 15%;
		margin-top: 20vw;
		position: relative;
		background-position: center 90%;
	}

	#contents .block02 h2 {
		width: 87%;
		padding-left: 0;
		position: absolute;
		top: -12.5vw;
		left: 53.5%;
		transform: translateX(-50%);
	}

	#contents .block02 h2 span {
		margin-top: 2.5vw;
		margin-left: 0;
		font-size: 2.4vw;
		display: block;
	}

	#contents .block02 h2 img {
		width: 100%;
	}

	.block02 .block02Container {
		width: 96%;
		margin: 0 auto 4vw;
		padding-top: 8vw;
	}

	.block02 .block02Box01,
	.block02 .block02Box02 {
		width: 100%;
		margin-bottom: 2%;
		padding: 5% 12% 4%;
	}

	.block02 .instaName {
		font-size: 3.4vw;
		margin-bottom: 5%;
		padding-bottom: 1vw;
	}

	.block02 .instaName img {
		height: 5vw;
	}

	.block02 .instaBtn img {
		width: 60%;
	}

	.block02 .instaTxt p {
		font-size: 2.7vw;
		margin-bottom: 4%;
	}

	.block02 .block02Box01 .instaTxt {
		width: 50%;
		float: left;
	}

	.block02 .block02Box01 .instaPhoto {
		width: 45%;
		float: right;
	}

	.block02 .block02Box02 .instaTxt {
		width: 50%;
		float: right;
	}

	.block02 .block02Box02 .instaPhoto {
		width: 45%;
		float: left;
	}

	.block02 .instaBtnEnd {
		width: 70%;
		margin: 0 auto;
		/*text-align: center;*/
	}

	.block02 .instaBtnEnd a {
		display: block;
		width: 100%;
	}

	.block02 .instaBtnEnd a img {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {

	.block01_1 .block01_ttl,
	.block01_2 .block01_ttl {
		width: 340px;
		height: 50px;
		background-image: url(../img/product_ttl_bg.png);
		background-size: auto;
		background-repeat: no-repeat;
		padding-left: 18px;
		margin-left: -20px;
		display: flex;
		align-items: center;
		letter-spacing: -0.05em;
		color: #000;
	}

	.block01_3 .block01_ttl {
		width: 340px;
		height: 50px;
		background-image: url(../img/product_ttl_bg.png);
		background-size: auto;
		background-repeat: no-repeat;
		padding-left: 18px;
		margin-left: -20px;
		display: flex;
		align-items: center;
		letter-spacing: 0.1em;
	}

	.block01_4 .block01_ttl {
		width: 250px;
		height: 50px;
		background-image: url(../img/product_ttl_bg_short.png);
		background-size: auto;
		background-repeat: no-repeat;
		padding-left: 18px;
		margin-left: -20px;
		display: flex;
		align-items: center;
		letter-spacing: 0.05em;
	}

}