@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');


/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #000000;
	/*color: #6D242E;*/

	font-family: "Zen Maru Gothic", serif;

font-size: 16px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1100px;
}


img {
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
	height: auto;
}

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}
.dispBlock {
	display: block !important;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	top: -100px;
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.contIn800 {
	width: 800px;
	margin: 0px auto;
	position: relative;
}
.contIn1060 {
	width: 1060px;
	margin: 0px auto;
	position: relative;
}
.contIn1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {
	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		top: -50px;
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}

	.contIn800 {
		width: auto;
	}
	.contIn1060 {
		width: auto;
	}
	.contIn1200 {
		width: auto;
	}


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerWrap01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.headerLogo01 {
	padding-left: 58px;
}
.headerLogo01 img {
	width: auto;
	height: 60px;
}

.headerBtn01 {
	background: rgb(255,233,169);
background: linear-gradient(120deg, rgba(255,233,169,1) 0%, rgba(192,221,152,1) 25%, rgba(186,227,249,1) 50%, rgba(243,169,201,1) 75%, rgba(187,179,216,1) 100%);
	box-sizing: border-box;
	padding: 5px;
}
.headerBtn01 a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.4em;
	font-weight: 900;
	box-sizing: border-box;
	height: 90px;
	padding: 10px 20px;
}
.headerBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.headerBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.headerBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
.headerBtn01 a:active {	color:#ffffff;	text-decoration: none;}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerWrap01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: rgba(255,255,255,0.9);
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
	}
	.headerLogo01 {
		box-sizing: border-box;
		width: 100%;
		padding: 4px 15px;
	}
	.headerLogo01 img {
		width: auto;
		height: 35px;
	}

	.headerBtn01 {
		background: rgb(255,233,169);
	background: linear-gradient(120deg, rgba(255,233,169,1) 0%, rgba(192,221,152,1) 25%, rgba(186,227,249,1) 50%, rgba(243,169,201,1) 75%, rgba(187,179,216,1) 100%);
		box-sizing: border-box;
		padding: 5px;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
	}
	.headerBtn01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-color: #000000;
		color: #ffffff;
		font-size: 24px;
		line-height: 1.4em;
		font-weight: 900;
		box-sizing: border-box;
		height: 70px;
		padding: 10px 20px;
	}
	.headerBtn01 a:link {	color: #ffffff;	text-decoration: none;}
	.headerBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
	.headerBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
	.headerBtn01 a:active {	color:#ffffff;	text-decoration: none;}



}



/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.mainWrap01 {
	height: 1116px;
	background-image: url("../img/main_bg01.png");
	background-repeat: no-repeat;
	background-position: top -66px center;
	background-size: 1385px auto;
	position: relative;
}
.mainContBox01 {
	padding-top: 138px;
}

.mainTit01 {
	margin-bottom: 45px;
}
.mainTit01 img {
	width: auto;
	height: 145px;
}

.contAncWrap01 {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.contAncWrap01 li {
	width: 120px;
	margin: 0px 20px;
}

/*---------------------*/

.mainBg01 {
	position: absolute;
	left: -12px;
	top: 446px;
}
.mainBg01 img {
	width: 194px;
	height: auto;
}

.mainBg02 {
	position: absolute;
	right: -40px;
	top: 274px;
}
.mainBg02 img {
	width: 782px;
	height: auto;
}

.mainH201 {
	position: absolute;
	top: 432px;
	left: 107px;
}
.mainH201 img {
	width: 776px;
	height: auto;
}

/*---------------------*/

.inviewfadeInUp_02 {
	animation-duration: .4s;
	animation-delay: 0.2s;
}

.mainAnimat01 {
	animation-duration: .4s;
	animation-delay: 0.5s;
}
.mainAnimat02 {
	animation-duration: .4s;
	animation-delay: 1.2s;
}

.inviewScaleUp {
	animation-delay: 0.1s;
}

/*----------------------*/

.cont01_block01 {
	padding: 40px 0px 100px 0px;
	background-image: url("../img/back_color.png");
	background-size: 200% 200%;
	animation: bggradient 10s ease infinite;

}

@keyframes bggradient{
	0% {
		background-position: 50% 0%;
	}
	50% {
		background-position: 50% 100%;
	}
	100% {
		background-position: 50% 0%;
	}
}

.cont01Text01 {
	text-align: left;
	font-size: 22px;
	line-height: 1.45em;
	font-weight: bold;
}

.block01Tit01 {
	display: inline-flex;
	height: 46px;
	position: absolute;
	left: 0px;
	top: -23px;
}
.block01Tit01.right {
	left: auto;
	right: 0px;
}

.block01Tit01 .p01 {
	background-color: #000000;
	color: #ffffff;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 900;
	padding: 4px;
	box-sizing: border-box;
	width: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.block01Tit01 .p02 {
	background-image: url("../img/cont_pic_titbg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 900;
	padding: 4px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


.block01ContWrap01 {
	position: relative;
	height: 1530px;
}

.block01Img01 img {
	width: 480px;
	height: auto;
}
.block01Img02 img {
	width: 400px;
	height: auto;
}

/*--------------------*/

.block01Cont01 {
	position: absolute;
	right: -5px;
	top: -50px;
}
.block01Fuki01 {
	width: 270px;
	position: absolute;
	left: -120px;
	bottom: -59px;
}

.block01Cont02 {
	position: absolute;
	left: 80px;
	top: 80px;
}
.block01Fuki02 {
	width: 300px;
	position: absolute;
	left: -80px;
	top: -47px;
}

.block01Cont03 {
	position: absolute;
	right: 82px;
	top: 476px;
}
.block01Fuki03 {
	width: 270px;
	position: absolute;
	right: -90px;
	top: -60px;
}

.block01Cont04 {
	position: absolute;
	left: 0px;
	top: 620px;
}
.block01Fuki04 {
	width: 270px;
	position: absolute;
	left: 180px;
	top: -100px;
}

.block01Cont05 {
	position: absolute;
	right: 0px;
	top: 910px;
}

.block01Cont06 {
	position: absolute;
	left: 0px;
	top: 1050px;
}

.block01Cont07 {
	position: absolute;
	left: 464px;
	top: 1200px;
}

/*--------------*/

.block01_bg01 {
	width: 190px;
	position: absolute;
	left: 410px;
	top: -100px;
}

.block01_bg02 {
	width: 166px;
	position: absolute;
	left: 600px;
	top: 976px;
}

.block01_bg03 {
	width: 171px;
	position: absolute;
	right: 88px;
	top: 1340px;
}

.block01_bg04 {
	width: 176px;
	position: absolute;
	left: 25px;
	top: 1520px;
}

/*--------------*/

.block01_btn01 {
	text-align: center;
}
.block01_btn01 img {
	width: 703px;
	height: auto;
}

/*---------------*/

.cont01_block02 {
	color: #000000;
	background-color: #F3A9AE;
	padding: 60px 0px 50px 0px;
}
.contH301 {
	text-align: center;
	margin-top: -80px;
	margin-bottom: 25px;
}
.contH301 img {
	width: 532px;
	height: auto;
}

.cont01Flex01 {
	display: flex;
	justify-content: space-between;
}
.contFlex01Box01 {
	position: relative;
	width: 320px;
	text-align: left;
}
.contH401 {
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 900;
	position: relative;
	padding-left: 23px;
	margin-bottom: 13px;
}
.contH401::before {
	content: "";
	width: 13px;
	height: 26px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 6px;
}

.contImg01 {
	position: relative;
	margin-bottom: 25px;
}
.contImgIn01 {
	position: absolute;
	right: -30px;
	bottom: -20px;
}
.contImgIn01 img {
	width: 130px;
	height: auto;
}

.contText01 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
}

.eventBtnWrap01 {
	text-align: center;
	margin-top: 44px;
}
.eventBtnWrap01 img {
	width: 780px;
	height: auto;
}

.contBottomAncBlock01 {
	padding: 40px 0px 30px 0px;
	background-image: url("../img/cont_bottom_line01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 10px;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.mainWrap01 {
		height: 201vw;
		background-image: url("../img/main_bg01_sp.png");
		background-repeat: no-repeat;
		background-position: top 0px center;
		background-size: 122% auto;
		position: relative;
	}
	.mainContBox01 {
		padding-top: 78px;
	}

	.mainTit01 {
		margin-bottom: 28px;
	}
	.mainTit01 img {
		width: auto;
		height: 60px;
	}

	.contAncWrap01 {
		display: flex;
		justify-content: center;
	}
	.contAncWrap01 li {
		width: 110px;
		margin: 0px 5px;
	}

	/*---------------------*/

	.mainBg01 {
		width: 100%;
		position: absolute;
		left: 0px;
		top: 450px;
		text-align: center;
	}
	.mainBg01 img {
		width: 88%;
		height: auto;
	}

	.mainBg02 {
		width: 100%;
		position: absolute;
		right: 0px;
		top: 190px;
	}
	.mainBg02 img {
		width: 100%;
		height: auto;
	}

	.mainH201 {
		width: 100%;
		position: absolute;
		top: 280px;
		left: 0px;
	}
	.mainH201 img {
		width: 100%;
		height: auto;
	}

	/*---------------------*/

	.mainAnimat01 {
		animation-duration: .4s;
		animation-delay: 0.5s;
	}
	.mainAnimat02 {
		animation-duration: .4s;
		animation-delay: 1.2s;
	}

	/*----------------------*/

	.cont01_block01 {
		padding: 38px 0px 50px 0px;
		background-image: url("../img/back_color.png");
		background-size: 200% 200%;
		animation: bggradient 10s ease infinite;

	}

	.cont01Text01 {
		text-align: left;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 60px;
	}

	.block01Tit01 {
		display: inline-flex;
		height: 40px;
		position: absolute;
		left: 0px;
		top: -20px;
	}
	.block01Tit01.right {
		left: auto;
		right: 0px;
	}
	.block01Tit01.rightSp {
		left: auto;
		right: 0px;
	}

	.block01Tit01 .p01 {
		background-color: #000000;
		color: #ffffff;
		font-size: 24px;
		line-height: 1.2em;
		font-weight: 900;
		padding: 4px;
		box-sizing: border-box;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.block01Tit01 .p02 {
		background-image: url("../img/cont_pic_titbg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		font-size: 14px;
		line-height: 1.2em;
		font-weight: 900;
		padding: 4px 10px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}


	.block01ContWrap01 {
		position: relative;
		height: auto;
	}

	.block01Img01 img {
		width: 100%;
		height: auto;
	}
	.block01Img02 img {
		width: 100%;
		height: auto;
	}

	/*--------------------*/

	.block01Cont01 {
		position: relative;
		right: 0px;
		top: 0px;
		margin: auto auto 90px auto;
	}
	.block01Fuki01 {
		width: 224px;
		position: absolute;
		left: 0px;
		bottom: -59px;
	}

	.block01Cont02 {
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 40px;
	}
	.block01Fuki02 {
		width: 218px;
		position: absolute;
		left: -10px;
		top: 10px;
	}

	.block01Cont03 {
		position: relative;
		right: 0px;
		top: 0px;
		margin-bottom: 145px;
	}
	.block01Fuki03 {
		width: 220px;
		position: absolute;
		right: auto;
		left: -15px;
		top: auto;
		bottom: -90px;
	}

	.block01Cont04 {
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 40px;
	}
	.block01Fuki04 {
		width: 220px;
		position: absolute;
		left: -10px;
		top: -55px;
	}

	.block01Cont05 {
		position: relative;
		right: 0px;
		top: 0px;
		margin-bottom: 40px;
	}

	.block01Cont06 {
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 40px;
	}

	.block01Cont07 {
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 30px;
	}

	/*--------------*/

	.block01_bg01 {
		width: 142px;
		position: absolute;
		left: auto;
		right: -10px;
		top: 20px;
	}

	.block01_bg02 {
		display: none;
		width: 166px;
		position: absolute;
		left: auto;
		right: 0px;
		top: 976px;
	}

	.block01_bg03 {
		display: none;
		width: 171px;
		position: absolute;
		right: 88px;
		top: 1340px;
	}

	.block01_bg04 {
		display: none;
		width: 176px;
		position: absolute;
		left: 25px;
		top: 1520px;
	}

	/*------*/

	.block01_bg02Sp {
		width: 110px;
		position: absolute;
		right: 0px;
		top: -148px;
	}

	.block01_bg03Sp {
		width: 106px;
		position: absolute;
		right: -25px;
		top: -25px;
	}

	.block01_bg04Sp {
		width: 110px;
		position: absolute;
		left: -30px;
		top: -15px;
	}

	
	/*--------------*/

	.block01_btn01 {
		text-align: center;
	}
	.block01_btn01 img {
		width: 100%;
		height: auto;
	}

	/*---------------*/

	.cont01_block02 {
		color: #000000;
		background-color: #F3A9AE;
		padding: 60px 20px 50px 20px;
	}
	.contH301 {
		text-align: center;
		margin-top: -80px;
		margin-bottom: 25px;
	}
	.contH301 img {
		width: 100%;
		height: auto;
	}

	.cont01Flex01 {
		display: block;
		padding: 0px 15px;
	}
	.contFlex01Box01 {
		position: relative;
		width: auto;
		text-align: left;
		margin-top: 24px;
	}
	.contH401 {
		font-size: 28px;
		line-height: 1.4em;
		font-weight: 900;
		position: relative;
		padding-left: 23px;
		margin-bottom: 13px;
	}
	.contH401::before {
		content: "";
		width: 13px;
		height: 26px;
		background-color: #FFFFFF;
		position: absolute;
		left: 0px;
		top: 6px;
	}

	.contImg01 {
		position: relative;
		margin-bottom: 25px;
	}
	.contImgIn01 {
		position: absolute;
		right: -20px;
		bottom: -14px;
	}
	.contImgIn01 img {
		width: 120px;
		height: auto;
	}

	.contText01 {
		font-size: 16px;
		line-height: 1.6em;
		font-weight: 500;
	}

	.eventBtnWrap01 {
		text-align: center;
		margin-top: 30px;
	}
	.eventBtnWrap01 img {
		width: 100%;
		height: auto;
	}

	.contBottomAncBlock01 {
		padding: 25px 0px 20px 0px;
		background-image: url("../img/cont_bottom_line01.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% 5px;
	}



}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerWrap01 {
	padding: 30px 0px 20px 0px;
	background-image: url("../img/cont_bottom_line01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 5px;
}

.footerLogo01 {
	text-align: center;
}
.footerLogo01 img {
	width: auto;
	height: 60px;
}

/*--------------------*/

.footerAccessWrap01 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px auto 30px auto;
}
.footerAccessWrap01 li {
	color: #6A6A6A;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0px 0.5em;
}
.footerAccessWrap01 a:link {	color: #6A6A6A;	text-decoration: none;}
.footerAccessWrap01 a:visited {	color: #6A6A6A;	text-decoration: none;}
.footerAccessWrap01 a:hover {	color:#6A6A6A;	text-decoration: none;}
.footerAccessWrap01 a:active {	color:#6A6A6A;	text-decoration: none;}

.footerAccessWrap01 li .s01 {
	color: #F09199;
}
.copyRight01 {
	color: #6A6A6A;
	font-size: 11px;
	line-height: 1.45em;
	font-weight: 500;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.footerWrap01 {
		padding: 15px 0px 90px 0px;
		background-image: url("../img/cont_bottom_line01.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% 5px;
	}

	.footerLogo01 {
		text-align: center;
	}
	.footerLogo01 img {
		width: auto;
		height: 35px;
	}

	/*--------------------*/

	.footerAccessWrap01 {
		margin: 12px auto 15px auto;
	}
	.footerAccessWrap01 li {
		font-size: 14px;
		line-height: 1.7em;
	}
	.footerAccessWrap01 li.li01 {
		width: 100%;
		text-align: center;
	}
	
	.copyRight01 {
		font-size: 10px;
	}



}


/* -------------------------------------------------------------------- 
 vol2
-------------------------------------------------------------------- */

/*-------------------*/

/*アニメーション*/
.animationVol2 {
  animation: yurayura02 1.5s linear infinite;
  scale: 1;
}

@keyframes yurayura02 {
	0%  {transform:rotate( -4deg );}
	49% {transform:rotate( -4deg );}
	50% {transform:rotate( 0deg );}
	99% {transform:rotate( 0deg );}
	100% {transform:rotate( -4deg );}
}

/*------------------------*/

.contH201 {
	display: none;
}

.blockVol01 {
	margin-bottom: 95px;
}

.vol2MainWrap01 {
	background-image: url("../img/vol2_main_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.vol2Main01 {
	position: relative;
	background-image: url("../img/vol2_main_img02.png");
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 1299px auto;
	height: 638px;
}
.vol2MainText01 {
	width: 492px;
	position: absolute;
	top: 46px;
	left: 50%;
	margin-left: -370px;
}

.vol2H301 {
	margin: 60px auto 55px auto;
}
.vol2H301.vol2H302 {
	margin: 60px auto 20px auto;
}
.vol2StepBox01 {
	position: relative;
	margin-bottom: 10px;
}
.vol2StepBox01::before {
	content: "";
	width: 100%;
	height: calc( 100% - 35px );
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.vol2StepBox01.bg02::before {
	background-color: #FFF67F;
}

.vol2StepBoxIn {
	padding-top: 75px;
	padding-bottom: 50px;
}
.vol2StepAr01 {
	width: 14px;
	height: calc( 100% - 35px - 72px );
	background-color: #E95383;
	position: absolute;
	bottom: 72px;
	left: 20px;
}
.vol2StepAr01::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 24px solid #e95383;
	border-bottom: 0;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -14px;
}
.vol2H401 {
	position: absolute;
	left: 0px;
	top: 0px;
}
.vol2H401 img {
	width: auto;
	height: 64px;
}

.vol2Flex01 {
	display: flex;
	text-align: left;
	padding-left: 65px;
}
.vol2Text01 {
	font-size: 38px;
	line-height: 1.4em;
	font-weight: 900;
}
.vol2Text02 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: bold;
	margin-top: 17px;
}
.vol2FlexBox01 {
	margin-right: 26px;
	flex-shrink: 0;
}
.vol2FlexBox02 {
	flex-shrink: 0;
	margin-top: -68px;
}

.vol2InFlex01 {
	display: flex;
}
.vol2InFlex01 li {
	position: relative;
	width: 250px;
	margin-right: 20px;
}
.vol2Bg01 {
	position: absolute;
	top: -44.8px;
	right: -24px;
}

.vol2InFlex02 {
	display: flex;
	margin-top: 20px;
}

/* 3月10日追記 */
.vol2InFlex02 {
	max-width: 714px;
	align-items: center;
	flex-wrap: wrap;
	flex-basis: auto;
}

.vol2InFlex02 li {
	padding: 2px 15px;
	background-image: url("../img/vol2_step01_line01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

/* 3月10日追記 */
.vol2InFlex02 li {
	background-image: none;
}
.vol2InFlex02 li:first-child {
	background-image: none;
}

.vol2Day01 {
}
.vol2Day01 .sm01 {
	color: #E95383;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0px 7px;
}

.vol2Day01 .s01 {
	color: #E95383;
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
}
.vol2Day01 .s01 .s0102 {
	font-weight: normal;
}

.vol2Day01 .s02 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 2px;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: 500;
	margin-left: 3px;
	vertical-align: super;
}

/* 3月11日追記 */
.vol2FlexDays {
	display: flex;
	gap: 30px;
}

.bgColBlue {
	background-color: #2EA7E0;
}
.bgColGray {
	background-color: #727171;
}

.vol2InFlex02 li .p02 {
	font-size: 16px;
	line-height: 1.25em;
	font-weight: 500;
	margin-top: 5px;
}

.vol2StepBg01 {
	position: absolute;
	top: -58px;
	left: -182px;
}

.vol2FlexBox03 {
	width: 470px;
	margin-right: 20px;
}
.vol2FlexBox04 {
	margin-top: -20px;
}

.vol2Flex02 {
	display: flex;
	align-items: center;
}
.vol2Flex02 li {
	margin-right: 5px;
}

.vol2Label01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-image: url("../img/vol2_step02_label01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 2px 22px 2px 2px;
	width: 220px;
	height: 36px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 900;
}
.vol2UlFlex01 {
	display: flex;
	margin-top: 12px;
}
.vol2UlFlex01 li {
	margin-right: 22px;
}

.vol2DlFaq01 {}
.vol2DlFaq01 dt {
	display: flex;
}
.vol2DlFaq01 dd {
	display: flex;
}
.vol2DlFaq01 dt .s02 {
	display: block;
	color: #E95383;
	font-size: 20px;
	line-height: 1.45em;
	font-weight: 900;
	padding-top: 3px;
	margin-left: 3px;
}
.vol2DlFaq01 dd .s02 {
	display: block;
	font-size: 18px;
	line-height: 1.45em;
	font-weight: bold;
	padding-top: 3px;
	margin-left: 3px;
}

.vol2BtnWrap01 {
	margin-top: 40px;
}
.vol2BtnWrap01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 700px;
	height: 80px;
	padding: 5px;
	border-radius: 100px;
	background-color: #FFF200;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 900;
	margin: auto;
}
.vol2BtnWrap01 a:link {	color: #000000;	text-decoration: none;}
.vol2BtnWrap01 a:visited {	color: #000000;	text-decoration: none;}
.vol2BtnWrap01 a:hover {	color:#000000;	text-decoration: none;}
.vol2BtnWrap01 a:active {	color:#000000;	text-decoration: none;}

.vol2BtnWrap01 a p {
	display: inline-block;
	position: relative;
}
.vol2BtnWrap01 a p::after {
	content: "";
	background-image: url("../img/vol2_step02_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px auto;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: -50px;
}
.vol2BtnWrap01 a::before {
	content: "";
	background-image: url("../img/vol2_step02_btn_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 224px auto;
	width: 224px;
	height: 159px;
	position: absolute;
	bottom: 0px;
	/* left: -20px; */
	left: -40px;
}

.vol2Flex03 {
	display: flex;
	margin-top: 30px;
	padding-left: 65px;
}
/* 3月11日追記 */
.vol2Flex03 {
	align-items: center;
}


.vol2Flex03 li {
	text-align: left;
	margin-right: 15px;
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 900;
}
.vol2Flex03 li .p01 {
	font-size: 16px;
	line-height: 1.5em;
}
.vol2Flex03 li .s01 {
	color: #E95383;
}
.vol2Flex03 li .rubi01 {
	font-size: 10px;
	vertical-align: super;
}

.vol2Block02 {
	position: relative;
	padding-top: 30px;
}
.vol2Block02::before {
	content: "";
	background-image: url("../img/vol2_step03_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 219px auto;
	width: 219px;
	height: 100px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -110px;
}

/*---------------------*/

.stepBox01 {
	padding-left: 65px;
	margin: 20px auto 80px auto;
}
.stepBox02 {
	padding-left: 160px;
	text-align: center;
}
.stepBoxIn01 {
	position: relative;
	width: 842px;
	margin: auto auto 34px auto;
}

.vol2Badge01 {
	width: 160px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -330px;
}

.vol2Badge02 {
	width: 160px;
	position: absolute;
	top: 314px;
	left: -20px;
}
.vol2Badge03 {
	width: 160px;
	position: absolute;
	top: 314px;
	right: -20px;
}

/*-------------------*/

.vol2BtnWrap01.vol2Btn02 {
	margin-top: 90px;
}
.vol2BtnWrap01.vol2Btn02 a {
	background-color: #E95383;
}
.vol2BtnWrap01.vol2Btn02 a:link {	color: #ffffff;	text-decoration: none;}
.vol2BtnWrap01.vol2Btn02 a:visited {	color: #ffffff;	text-decoration: none;}
.vol2BtnWrap01.vol2Btn02 a:hover {	color:#ffffff;	text-decoration: none;}
.vol2BtnWrap01.vol2Btn02 a:active {	color:#ffffff;	text-decoration: none;}

.vol2StepBg02 {
	width: 284px;
	position: absolute;
	top: -157px;
	right: 50%;
	margin-right: 400px;
}

.vol2StepBg03 {
	width: 352px;
	position: absolute;
	top: -20px;
	right: -60px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.blockVol01 {
		margin: 0px 20px 95px 20px;
	}

	.vol2MainWrap01 {
		background-image: none;
	}
	.vol2Main01 {
		position: relative;
		background-image: none;
		height: auto;
	}
	.vol2MainText01 {
		width: 300px !important;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -170px;
	}

	.vol2H301 {
		margin: 10px auto 20px auto;
	}
	.vol2H301.vol2H302 {
		margin: 60px auto 20px auto;
	}
	.vol2StepBox01 {
		position: relative;
		margin-bottom: 10px;
	}
	.vol2StepBox01::before {
		content: "";
		width: 120vw;
		height: calc( 100% - 28px );
		background-color: #ffffff;
		position: absolute;
		left: -30px;
		bottom: 0px;
	}
	.vol2StepBox01.bg02::before {
		background-color: #FFF67F;
	}

	/* 3月11日コメントアウト */
	/* .vol2StepBoxIn {
		padding-top: 55px;
		padding-bottom: 20px;
	} */

	.vol2StepAr01 {
		width: 11px;
		height: calc( 100% - 28px - 45px );
		background-color: #E95383;
		position: absolute;
		bottom: 42px;
		left: 15px;
	}
	
	.vol2StepAr01.btnAri01 {
		height: calc( 100% - 28px - 45px - 110px );
		bottom: 152px;
	}
	
	.vol2StepAr01::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 14px solid transparent;
		border-left: 14px solid transparent;
		border-top: 22px solid #e95383;
		border-bottom: 0;
		position: absolute;
		bottom: -22px;
		left: 50%;
		margin-left: -14px;
	}
	.vol2H401 {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.vol2H401 img {
		width: 100%;
		height: auto;
	}

	.vol2Flex01 {
		display: block;
		text-align: left;
		padding-left: 48px;
	}
	.vol2Text01 {
		font-size: 28px;
		line-height: 1.4em;
		font-weight: 900;
	}
	.vol2Text02 {
		font-size: 16px;
		line-height: 1.4em;
		font-weight: bold;
		margin-top: 8px;
	}
	.vol2FlexBox01 {
		margin-right: 0px;
		flex-shrink: 0;
	}
	.vol2FlexBox02 {
		flex-shrink: 0;
		margin-top: 0px;
	}

	.vol2InFlex01 {
		display: block;
	}
	.vol2InFlex01 li {
		position: relative;
		width: auto;
		margin-right: 0px;
		margin-top: 20px;
	}
	.vol2InFlex01 li.li01 {
		margin-top: 35px;
	}
	
	.vol2Bg01 {
		width: 278px;
		position: absolute;
		top: -24px;
		right: -10px;
	}

	.vol2InFlex02 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	/* 3月11日追記 */
	.vol2InFlex02 {
		flex-direction: column;
		align-items: start;
	}

	.vol2InFlex02 li {
		text-align: center;
		box-sizing: border-box;
		width: 50%;
		padding: 10px 10px;
		background-image: url("../img/vol2_step01_line01_sp.png");
		background-repeat: repeat-y;
		background-position: left center;
		background-size: 2px auto;
	}
	/* 3月10日追記 */
	.vol2InFlex02 li {
		text-align: start;
		padding: 4px 10px;
		width: auto;
		background-image: none;
	}
	.vol2InFlex02 li:first-child {
		background-image: none;
	}
	.vol2InFlex02 li:nth-child(4) {
		background-image: none;
	}
	.vol2InFlex02 li:nth-child(7) {
		background-image: none;
	}
	
	.vol2InFlex02 li.vol2SpLine01 {
		width: 100%;
		padding: 0px;
		margin: 3px auto;
		line-height: 0px;
	}
	
	.vol2Day01 {
	}
	.vol2Day01 .sm01 {
		color: #E95383;
		font-size: 24px;
		line-height: 1.3em;
		font-weight: bold;
		margin: 0px 7px;
	}

	.vol2Day01 .s01 {
		color: #E95383;
		font-family: Verdana, Geneva, "sans-serif";
		font-size: 35px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.vol2Day01 .s01 .s0102 {
		font-weight: normal;
	}

	.vol2Day01 .s02 {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding-bottom: 2px;
		width: 24px;
		height: 24px;
		border-radius: 50px;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.0em;
		font-weight: 500;
		margin-left: 3px;
		vertical-align: super;
	}
	/* 3月11日追記 */
	.vol2FlexDays {
		gap: 20px;
	}
	.bgColBlue {
		background-color: #2EA7E0;
	}
	.bgColGray {
		background-color: #727171;
	}

	.vol2InFlex02 li .p02 {
		font-size: 16px;
		line-height: 1.25em;
		font-weight: 500;
		margin-top: 5px;
	}

	.vol2StepBg01 {
		display: none;
	}

	.vol2FlexBox03 {
		width: auto;
		margin-right: 0px;
	}
	.vol2FlexBox04 {
		margin-top: 0px;
	}

	.vol2Flex02 {
		display: block;
		margin-top: 20px;
	}
	.vol2Flex02 li {
		margin-right: 0px;
		margin-top: 10px;
	}

	.vol2Label01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		background-image: url("../img/vol2_step02_label01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		padding: 2px 22px 2px 2px;
		width: 220px;
		height: 36px;
		color: #ffffff;
		font-size: 20px;
		line-height: 1.2em;
		font-weight: 900;
	}
	.vol2UlFlex01 {
		display: block;
		margin-top: 12px;
	}
	.vol2UlFlex01 li {
		margin-right: 0px;
		margin-top: 20px;
	}

	.vol2DlFaq01 {}
	.vol2DlFaq01 dt {
		display: flex;
	}
	.vol2DlFaq01 dd {
		display: flex;
	}
	
	.vol2DlFaq01 dt .s01 {
		width: 21px;
	}
	.vol2DlFaq01 dd .s01 {
		width: 21px;
	}

	.vol2DlFaq01 dt .s02 {
		display: block;
		color: #E95383;
		font-size: 20px;
		line-height: 1.45em;
		font-weight: 900;
		padding-top: 3px;
		margin-left: 3px;
	}
	.vol2DlFaq01 dd .s02 {
		display: block;
		font-size: 18px;
		line-height: 1.45em;
		font-weight: bold;
		padding-top: 3px;
		margin-left: 3px;
	}

	.vol2BtnWrap01 {
		margin-top: 40px;
	}
	.vol2BtnWrap01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		height: 80px;
		padding: 5px;
		border-radius: 100px;
		background-color: #FFF200;
		font-size: 22px;
		line-height: 1.4em;
		font-weight: 900;
		margin: auto;
	}
	.vol2BtnWrap01 a:link {	color: #000000;	text-decoration: none;}
	.vol2BtnWrap01 a:visited {	color: #000000;	text-decoration: none;}
	.vol2BtnWrap01 a:hover {	color:#000000;	text-decoration: none;}
	.vol2BtnWrap01 a:active {	color:#000000;	text-decoration: none;}

	.vol2BtnWrap01 a p {
		display: block;
		width: 100%;
		position: relative;
		/* 3月11日追記 */
		padding-left: 32px;
	}
	.vol2BtnWrap01 a p::after {
		content: "";
		background-image: url("../img/vol2_step02_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 32px auto;
		width: 32px;
		height: 32px;
		position: absolute;
		top: 50%;
		margin-top: -16px;
		right: 15px;
	}
	.vol2BtnWrap01 a::before {
		content: "";
		background-image: url("../img/vol2_step02_btn_bg01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 105px auto;
		width: 105px;
		height: 102px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	.vol2Flex03 {
		display: block;
		margin-top: 20px;
		padding-left: 48px;
	}
	.vol2Flex03 li {
		text-align: left;
		margin-right: 0px;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: 900;
	}
	.vol2Flex03 li .p01 {
		font-size: 16px;
		line-height: 1.5em;
		margin-top: 10px;
	}
	.vol2Flex03 li .s01 {
		color: #E95383;
	}
	.vol2Flex03 li .rubi01 {
		font-size: 10px;
		vertical-align: super;
	}

	.vol2Block01 {
		padding: 0px 20px;
	}
	
	.vol2Block02 {
		position: relative;
		padding: 45px 20px 0px 20px;
	}
	.vol2Block02::before {
		content: "";
		background-image: url("../img/vol2_step03_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 219px auto;
		width: 219px;
		height: 100px;
		position: absolute;
		top: -20px;
		left: 50%;
		margin-left: -110px;
	}

	/*---------------------*/

	.stepBox01 {
		padding-left: 48px;
		margin: 20px auto 64px auto;
	}
	.stepBox02 {
		padding-left: 48px;
		text-align: center;
	}
	.stepBoxIn01 {
		position: relative;
		width: auto;
		margin: auto auto 20px auto;
		z-index: 1;
	}

	.vol2Badge01 {
		width: 32.8vw;
		position: absolute;
		top: -44px;
		left: -50px;
		margin-left: 0px;
	}

	.vol2Badge02 {
		width: 32.8vw;
		position: absolute;
		top: 53.2%;
		left: -50px;
	}
	.vol2Badge03 {
		width: 32.8vw;
		position: absolute;
		top: 80.2%;
		left: -50px;
	}

	/*-------------------*/

	.vol2BtnWrap01.vol2Btn02 {
		margin-top: 40px;
	}
	.vol2BtnWrap01.vol2Btn02 a {
		background-color: #E95383;
	}
	.vol2BtnWrap01.vol2Btn02 a:link {	color: #ffffff;	text-decoration: none;}
	.vol2BtnWrap01.vol2Btn02 a:visited {	color: #ffffff;	text-decoration: none;}
	.vol2BtnWrap01.vol2Btn02 a:hover {	color:#ffffff;	text-decoration: none;}
	.vol2BtnWrap01.vol2Btn02 a:active {	color:#ffffff;	text-decoration: none;}

	.vol2StepBg02 {
		width: 160px;
		position: absolute;
		top: -175px;
		right: auto;
		margin-right: 0px;
		left: -23px;
	}

	.vol2StepBg03 {
		display: none;
	}


}




/* -------------------------------------------------------------------- 
 vol3
-------------------------------------------------------------------- */

.vol3MainWrap01 {
	background-image: url("../img/vol3_main01.png");
	background-repeat: no-repeat;
	background-position: center top 20px;
	background-size: auto 1407px;
	height: 1427px;
}

.vol3MainBox01 {
	padding-top: 770px;
}
.vol3H301 {
	margin-bottom: 20px;
}
.vol3H301 img {
	width: 284px;
	height: auto;
}
.contText22_145_b {
	font-size: 22px;
	line-height: 1.45em;
	font-weight: bold;
}

.vol3Fuki01 {
	width: 366px;
	position: absolute;
	top: -64px;
	left: 50%;
	margin-left: -514px;
}

.vol3Fuki02 {
	width: 200px;
	position: absolute;
	top: 314px;
	left: 50%;
	margin-left: 310px;
}

.vol3Ul01 {
}
.vol3Ul01 li {
	margin-top: 30px;
	position: relative;
}
.vol3NumWrap01 {
	width: 120px;
	position: absolute;
	left: -31px;
	top: 50%;
	transform: translateY( -50% );
}
.vol3TextBox01 {
	text-align: left;
	position: absolute;
	left: 118px;
	top: 30px;
}
.vol3TextBox01 .h401 {
	margin-bottom: 30px;
}
.vol3TextBox01 .p01 {
	font-size: 18px;
	line-height: 1.45em;
	font-weight: bold;
}

/*----------------*/

.vol3Plus01 {
	margin: -44px auto -44px auto;
	position: relative;
	z-index: 2;
}
.vol3Block01 {
	position: relative;
	background-image: url("../img/vol3_cont_bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 89px auto;
	background-color: #ffffff;
	max-width: 1366px;
	padding: 10px 0px 90px 0px;
	margin: auto;
}
.vol3H302 {
	margin: -115px auto 40px auto;
}

.vol3Flex01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.vol3Img01 {
	margin: 0px 38px;
}
.vol3Ul02 li {
	text-align: left;
	margin-bottom: 7px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.vol3Ul02 .p01 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
}
.vol3Ul02 .s01 {
	color: #F09199;
}
.vol3Ul02 li ul li {
	margin-top: 7px;
}

.vol3Ul02 ul .p01 {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}

.vol3ImgBox01 {
	position: relative;
	margin: 30px auto -150px auto;
}
.vol3Text01 {
	width: 500px;
	position: absolute;
	left: -30px;
	bottom: -57px;
}
.vol3TextBox02 {
	margin-top: 106px;
}

.vol2BtnWrap01.vol3 a::before {
	content: "";
	background-image: url("../img/vol3_btn_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 221px auto;
	width: 221px;
	height: 159px;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

.vol3ContImg01 {
	width: 213px;
	position: absolute;
	bottom: 0px;
	left: 540px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.vol3MainWrap01 {
		background-image: none;
		height: auto;
	}

	.vol3MainBox01 {
		box-sizing: border-box;
		width: 100%;
		padding-top: 107vw;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.vol3H301 {
		margin-bottom: 14px;
	}
	.vol3H301 img {
		width: 200px;
		height: auto;
	}
	.contText22_145_b {
		font-size: 16px;
		line-height: 1.45em;
		font-weight: bold;
	}

	.vol3Fuki01 {
		width: 205px;
		position: absolute;
		top: -98px;
		left: 32px;
		margin-left: 0px;
	}

	.vol3SpBlock01 {
		padding: 0px 18px;
	}
	
	.vol3Fuki02 {
		display: none;
	}

	.vol3Ul01 {
	}
	.vol3Ul01 li {
		margin-top: 30px;
		position: relative;
	}
	.vol3NumWrap01 {
		display: none;
	}
	.vol3TextBox01 {
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		padding: 0px 14px;
		position: absolute;
		left: 0px;
		top: 90px;
	}
	.vol3TextBox01 .h401 {
		margin-bottom: 3.73vw;
	}
	.vol3TextBox01 .p01 {
		font-size: 4.8vw;
		line-height: 1.45em;
		font-weight: bold;
	}

	/*----------------*/

	.vol3Plus01 {
		display: none;
	}
	.vol3Block01 {
		position: relative;
		background-image: url("../img/vol3_cont_bg01.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 89px auto;
		background-color: #ffffff;
		max-width: 1366px;
		padding: 10px 0px 90px 0px;
		margin: 120px auto auto auto;
	}
	.vol3H302 {
		margin: -100px auto 40px auto;
	}

	.vol3Flex01 {
		display: block;
	}
	.vol3Img01 {
		margin: 0px 20px 30px;
	}
	
	.vol3Ul02 {
		padding: 0px 20px;
	}
	
	.vol3Ul02 li {
		text-align: left;
		margin-bottom: 7px;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	.vol3Ul02 .p01 {
		font-size: 18px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.vol3Ul02 .s01 {
		color: #F09199;
	}
	.vol3Ul02 li ul li {
		margin-top: 7px;
		text-indent: -1.25em;
		padding-left: 1.25em;
	}

	.vol3Ul02 ul .p01 {
		font-size: 14px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.vol3ImgBox01 {
		position: relative;
		margin: 30px auto -115px auto;
		padding: 0px 20px;
	}
	.vol3Text01 {
		display: none;
	}
	.vol3TextBox02 {
		padding: 0px 15px;
		margin-top: 60px;
	}

	.vol2BtnWrap01.vol3 a::before {
		content: "";
		background-image: url("../img/vol3_btn_bg01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 139px auto;
		width: 139px;
		height: 123px;
		position: absolute;
		bottom: 0px;
		left: 10px;
	}

	.vol3ContImg01 {
		width: 258px;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	.vol2BtnWrap01.vol2Btn02.vol3 {
		margin-top: 20px;
	}


}

/* 3月11日追記 */
.titleWithDay {
	display: flex;
	align-items: end;
}
.titleWithDay .vol2Text01 {
	margin-right: 30px;
}

.textWithImg {
	height: 39px;
}
.textWithImg .s01 {
	line-height: 39px;
}

@media screen and (max-width:767px) {
	.titleWithDay {
		display: block;
	}
	.titleWithDay .vol2Text01 {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.textWithImg {
		height: 32px;
	}
	.textWithImg .s01 {
		line-height: 32px;
	}
	.textWithImg .note {
		font-size: 16px;
	}
}

/*-----*/
