@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg > img {
	width: 100%;
}
#main .mainImg {
	position: relative;
	z-index: 1;
}
#main .comTxtSpan {
	position: absolute;
	display: block;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 500;
	text-indent: -1em;
	padding-left: 1em;
	z-index: 1;
}
#main .mainImg .comTxtSpan {
	bottom: max(9.4vw,13.7rem);
	right: max(8.33vw,12rem);
	text-shadow: 0 0 0.43rem rgba(0, 0, 0, 0.25);
}
#main .mainImg:after {
	width: 100%;  
	aspect-ratio: 2880 / 385;
	background: url(../images/index/bg01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1.5rem;
	left: 0;
	content: ""; 
}
#main .mainImg h2 {
	position: absolute;
	bottom: max(13.75vw,19.8rem);
	left: 0rem;
	width: 54.5rem;
	z-index: 1;
}
#main .mainImg h3 {
	position: absolute;
	bottom: max(7.4vw,10.6rem);
	right: 2.5rem;
	width: 68.2rem;
}
#main .mainImg .photo {
	position: absolute;
	bottom: -12rem;
	left: 8.3rem;
	width: 36.7rem;
	z-index: 2;
}
.fixdTextImg {
	position: fixed;
	bottom: 7rem;
	right: 7.5rem;
	width: 21.5rem;
	z-index: 200;
	transition: 0.3s;
}
.fixdTextImg.no {
	opacity: 0;
	visibility: hidden;
}
.fixdTextImg .close {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: -0.6rem;
	right: 1rem;
	z-index: 10;
	width: 2.5rem;
	padding: 1rem;
	box-sizing: content-box;
	display: block;
}
.fixdTextImg .close img {
	display: block;
}
.fixdTextImg.on {
	opacity: 0;
	visibility: hidden;
}
.fixdTextImg a:hover {
	opacity: 0.7;
}
#main .mainImg .bg {
	z-index: 1;
	position: absolute;
	top: calc(100% - 22.1rem);
	left: -8.1rem;
	width: 78.5rem;
}
#main .stickyBox {
	padding-bottom: 15.7rem;
	position: relative;
}
#main .stickyBox::after {
	transform: translateZ(0);
	width: 100%;  
	height: max(25vw,35rem);
	background: #FBF4E1;
	position: absolute;  
	bottom: -5rem;
	left: 0;
	z-index: -1;
	content: ""; 
}
#main .stickyBg {
	position: sticky;
	top: 0;
}
#main .stickyBg > img {
	width: 100%;
}
#main .stickyBg:after {
	width: 100%;  
	height: 28.2rem;
	background: linear-gradient(180deg, #FBF4E1 35.87%, rgba(251, 244, 225, 0.00) 100%);
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .spaceBox {
	height: 250vh;
}
#main .stkContent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
}
#main .stkContent .contentBox {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
#main .stickyBox .jsBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
	transition: opacity 0.5s;
	z-index: 1;
}
#main .stickyBox .jsBox.on {
	opacity: 1;
	pointer-events: auto;
}
#main .immediately{
	position: relative;
	padding: 10rem 0;
}
#main .immediately .content {
	width: 100%;
	max-width: 133rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#main .immediately .step1,
#main .immediately .step2 {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s 0.3s;
}
#main .immediately .lBox .step2 {
	position: absolute;
	top: calc(50% - 3rem);
	transform: translateY(-50%);
	left: 21rem;
}
#main .immediately .rBox .step2 {
	position: absolute;
	top: calc(50% - 3rem);
	transform: translateY(-50%);
	right: 21rem;
}
#main .immediately.on .step1 {
	opacity: 1;
	pointer-events: auto;
}
#main .immediately.change .step1 {
	opacity: 0;
	pointer-events: none;
	transition-delay: 0s;
}
#main .immediately.change .step2 {
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0s;
}
#main .immediately h2 {
	width: 32.7rem;
	margin: 0 0 0 12.8rem;
}
#main .immediately .rBox {
	width: 45rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .immediately .photo {
	position: absolute;
	left: calc(50%);
	margin: -9.1rem 0 0 0;
	width: 30.3rem;
	transform: translateX(-50%);
}
#main .immediately .textBox {
	padding-top: 2.2rem;
	flex: 1;
}
#main .immediately .textBox p {
	color: #540B00;
	text-shadow: 0 0 0.6rem #FFF;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.71;
}
#main .heart {
	min-height: 50rem;
	position: relative;
}
#main .heart .comTxtSpan {
	bottom: 3.8rem;
	right: 12rem;
	text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
}
#main .heart .bigPhoto img {
	width: 100%;
}
#main .heart .content {
	position: absolute;
	top: max(15.6vw,22.4rem);
	left: 0;
	width: 100%;
	z-index: 1;
	max-width: inherit;
}
#main .heart .ttlBox {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	z-index: 1;
}
#main .immediately .step2 h2 {
	width: 28.8rem;
	margin: 0 0 0 auto;
	display: flex;
	justify-content: flex-end;
}
#main .immediately .step2 .h2Ttl {
	width: 29.2rem;
}
#main .heart .ttlBox .photo {
	width: 30.3rem;
}
#main .stickyBox .point {
	position: relative;
	transform: translateY(100px);
	transition: all 0.4s;
}
#main .point .comTxtSpan {
	bottom: 6rem;
	right: 12rem;
	text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
}
#main .possible .bg {
	position: absolute;
	top: -19rem;
    right: -19.3rem;
    width: 65.0rem;
}
#main .point.on {
	transform: translateY(0);
}
#main .point .content {
	max-width: 100rem;
}
#main .point .bigPhoto img {
	width: 100%;
}
#main .point .pointBox {
	/* position: absolute;
	top: max(13.75vw,19.8rem);
	left: 0; */
	position: relative;
	width: 100%;
	z-index: 1;
}
#main .point .list {
	display: flex;
	justify-content: space-between;
}
#main .point .list li {
	width: 36.5rem;
}
#main .point .list .item {
	width: 45.1rem;
	margin: 10.4rem -8rem 0 0;
}
#main .sauce {
	position: relative;
}
#main .sauce .comTxtSpan {
	bottom: 6.2rem;
	right: 12rem;
	text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
}
#main .sauce2 .comTxtSpan {
	bottom: -4.1rem;
	color: #540B00;
	text-shadow: none;
}
#main .sauce .bigPhoto img {
	width: 100%;
}
#main .sauce .sauceBox {
	/* position: absolute;
	top: max(12.7vw,18.3rem);
	left: 0; */
	width: 100%;
	z-index: 1;
	position: relative;
}
#main .sauce .sauceBox .content {
	align-items: center;
}
#main .sauce .sauceBox .photoBox {
	width: 32.2rem;
	margin: 0 0 0 21.7rem;
	transition: transform 0.5s;
	transform: scale(0.8);
}
#main .sauce.on .sauceBox .photoBox {
	transform: scale(1);
}
#main .sauce .sauceBox .textBox {
	width: 60rem;
	margin: 4rem max(-5.2vw,-7.5rem) 0 0;
	color: #fff;
	transition: transform 0.5s;
	transform: translateX(100px);
}
#main .sauce.on .sauceBox .textBox {
	transform: translateX(0);
}
#main .sauce .sauceBox .textBox p {
	margin-bottom: 2rem;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.3; 
}
#main .sauce .sauceBox .textBox .txtSpan {
	display: block;
	font-size: 6rem;
}
#main .sauce .sauceBox .textBox .txtSpan02 {
	margin-top: 0.3rem;
	font-size: 4rem;
	display: block;
}
#main .sauce .sauceBox .link {
	width: 25.3rem;
}
#main .sauce .sauceBox .link a {
	display: flex;
	min-height: 4.8rem;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.544rem;
	border-radius: 6rem;
	background: #0068B7;
	position: relative;
}
#main .sauce .sauceBox .link a:hover {
	opacity: 0.7;
}
#main .sauce .sauceBox .link a:before {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 1.0rem solid transparent;
	border-bottom: 1.0rem solid transparent;
	border-left: 1.1rem solid #fff;
	top: 50%;
	right: 1.8rem;
	transform: translateY(-50%);
	content: '';
}
#main .sauce2 .sauceBox .link a {
	background-color: #EB6100;
}
#main .possible {
	margin-top: -12rem;
	position: relative;
}
#main .possible .bigPhoto {
	position: relative;
	z-index: -1;
	margin: -32.3rem 0 -1.8rem;
}
#main .possible .bigPhoto img {
	width: 100%;
}
#main .possibleBox {
	position: absolute;
	top: 31.4rem;
	left: 0;
	width: 100%;
}
#main .possible .comTxtSpan {
	bottom: 21.6rem;
	right: 12rem;
	color: #540B00;
}
#main .possibleBox h2 {
	width: 101.6rem;
	margin: 0 auto 3.1rem;
}
#main .possibleBox .movieBox {
	position: relative;
	padding: 0.5rem;
	width: 84.7rem;
	margin: 0 auto;
}
#main .possibleBox .movieBox .textImg {
	position: absolute;
	bottom: -8.2rem;
	right: -18.2rem;
	width: 42.4rem;
	z-index: 1;
	transform: rotate(-14deg);
	pointer-events: none;
}
#main .possibleBox .movie {
	aspect-ratio: 16 / 9;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#main .possibleBox .movie iframe {
	position: absolute;
	width: calc(100% + 14px);
	height: calc(100% + 2px);
	top: -1px;
	left: -7px;
	right: -7px;
	bottom: -1px;
	border-radius: 3rem;
}
#main .possibleBox .movieBox:after {
	content: '';
	position: absolute;
	top: -0.5rem;
	left: -0.5rem;
	right: -0.5rem;
	bottom: -0.5rem;
	background: linear-gradient(to left, #FD5108 49.2%, #0068B7 49.2%);
	border-radius: 4rem;
}
#main .creamy .comTxtSpan {
	bottom: 4.8rem;
	right: 12rem;
	color: #540B00;
}
#main .creamy h2 {
	margin: 0 auto 4.5rem;
	width: 93.1rem;
}
#main .creamy .scroll .list {
	display: flex;
	align-items: center;
}
#main .creamy .scroll .infiniteslide_wrap {
	margin-bottom: -4rem;
}
#main .creamy .scroll .infiniteslide_wrap:last-child {
	margin-bottom: 0;
}
#main .creamy .scroll .list li {
	flex-shrink: 0;
	height: 40rem;
}
#main .creamy .scroll .list img {
	width: auto;
	height: 100%;
	max-width: inherit;
}
#main .creamy {
	position: relative;
	z-index: 1;
	margin-bottom: 7.5rem;
}
#main .bgInner{
	padding-bottom: 13.6rem;
	position: relative;
	background: linear-gradient(to left, #EB6100 50%, #0068B7 50%);
}
#main .bgInner .bg {
	position: absolute;
	top: -16.9rem;
	left: -15.2rem;
	width: 60.8rem;
}
#main .bgInner .bg2 {
	position: absolute;
	bottom: -16.8rem;
	right: -9.7rem;
	width: 49.7rem;
}
#main .bgInner .areas {
	padding: 9.7rem 0 10rem;
}
#main .bgInner .areas h2 {
	padding: 0 4rem;
	width: fit-content;
	margin: 0 auto 1.5rem;
	text-align: center;
	color: #FBF4E1;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.45;
}
#main .bgInner .areas h2 .bigSpan {
	font-size: 6rem;
}
#main .bgInner .areas p {
	width: fit-content;
	margin: 0 auto;
	padding: 0.9rem 3rem;
	text-align: center;
	border-radius: 1.7rem;
	background-color: #FBF4E1;
	color: #540B00;
	font-size: 2.4rem;
	font-weight: 800;
}
#main .bgInner .areas .ttlBox {
	width: fit-content;
	margin: 0 auto;
	position: relative;
}
#main .bgInner .areas .ttlBox .textImg {
	width: 64.2rem;
	margin: 0 auto;
}
#main .bgInner .areas .photo01 {
	position: absolute;
	top: -8.2rem;
  	left: -9.2rem;
	width: 20.2rem;
}
#main .bgInner .areas .photo02 {
	position: absolute;
	top: -7.4rem;
 	right: -10.6rem;
	width: 21.9rem;
}
#main .specialty {
	padding: 1.6rem 0;
	position: relative;
}
#main .specialty .content {
	position: relative;
}
#main .specialty .comTxtSpan {
	bottom: -5.4rem;
	right: 4.3rem;
	color: #540B00;
}
#main .specialty h2 {
	margin: 0 auto 3.3rem;
	width: 60.6rem;
}
#main .specialty .list {
	padding: 0 2.3rem 0 3.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 11.6rem;
	gap: 2rem 3.3rem;
}
#main .specialty .list li {
	position: relative;
	width: calc((100% - (3.3rem * 2 + 0.1rem)) / 3);
}
#main .specialty .list li:after {
	border: 0.6rem solid #FFF;
	position: absolute;  
	top: 0;
	right: 0;  
	bottom: 0;
	left: 0;
	content: ""; 
}
#main .specialty .list .photo {
	position: relative;
}
#main .specialty .list .photo > img {
	width: 100%;
}
#main .specialty .list .photo .txtSpan {
	position: absolute;
	bottom: -2.8rem;
	left: -1.3rem;
	width: 13.7rem;
	z-index: 1;
}
#main .specialty .list .item02 .photo .txtSpan {
	bottom: -3.5rem;
}
#main .specialty .list .photo .txtSpan small {
	font-size: 2.4rem;
}
#main .specialty .list .photo .subSpan {
	margin: 0 -1rem;
	display: block;
	transform: scaleX(0.9);
	transform-origin: center;
}
#main .specialty .list .item .photo .subTxt {
	transform: scaleX(0.85);
	display: block;
}
#main .example {
	margin: 0 auto;
	max-width: 85rem;
}
#main .example .whiteBox {
	margin-bottom: 3rem;
	padding: 5rem 1rem 4.7rem;
	border-radius: 3rem;
	background-color: #fff;
}
#main .example h2 {
	width: 28.8rem;
	margin: 0 auto 2.2rem;
}
#main .example h2 small {
	font-size: 2.2rem;
}
#main .example .textImg {
	width: 67.5rem;
	margin: 0 auto 4rem;
}
#main .example .textImg2 {
	width: 50.1rem;
	margin: 0 auto;
}
#main .example p {
	margin: 0 -0.5rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
}
#main .example p a {
	color: #fff;
}
#main .jsTxtSpan {
	position: sticky;
	bottom: 0;
	right: 0;
	text-align: right;
	color: #540B00;
	opacity: 0;
}
#main .jsTxtSpan.on {
	opacity: 1;
}
#main .jsTxtSpan .subSpan {
	display: block;
	position: absolute;
	right: 12rem;
	bottom: 5.1rem;
}
#main .jsTxtSpan.white {
	color: #fff;
	text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
}
@media all and (max-width: 896px) {
	#main .spaceBox {
		height: 500vh;
	}
	#main .comTxtSpan {
		font-size: 0.9rem;
		line-height: 1.2;
	}
	#main .mainImg {
		margin-bottom: 11.3rem;
	}
	#main .mainImg .comTxtSpan {
		bottom: 5.4vw;
		right: 4vw;
		text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
	}
	#main .mainImg h2 {
		width: 24.4rem;
		bottom: max(-0.533vw,-0.2rem);
		left: -2.5rem;
	}
	#main .mainImg .photo {
		bottom: auto;
		width: 28.6rem;
		left: calc(50% - 0.6rem);
		transform: translateX(-50%);
		top: calc(100% - 8.5rem);
	}
	#main .mainImg h3 {
		width: 20.1rem;
		right: 0rem;
		bottom: 12.7rem;
	}
	#main .mainImg .bg {
		width: 21.4rem;
		top: calc(100% - 4.1rem);
		left: -3rem;
	}
	#main .mainImg::after {
		bottom: min(-4vw,-1.5rem);
		aspect-ratio: 1500 / 174;
		background-image: url(../images/index/bg01_sp.png);
	}
	.fixdTextImg .close {
		right: -0.3rem;
		top: -1.7rem;
		width: 1.7rem;
	}
	.fixdTextImg {
		bottom: 5rem;
		width: 10.5rem;
		right: 0rem;
	}
	#main .stickyBg::after {
		height: max(37.6vw,14.1rem);
	}
	#main .immediately {
		padding: 5rem 0;
	}
	#main .immediately .comTxtSpan {
		bottom: 2.4rem;
		right: 1.7rem;
	}
	#main .immediatelyBg .sub {
		background-position: center top 2rem;
		background-image: url(../images/index/bg01_sp.png);
	}
	#main .immediately .content {
		align-self: flex-start;
		padding-top: min(5vh,3rem);
		display: block;
	}
	#main .immediately h2 {
		max-width: 28.9rem;
		width: auto;
		margin: 0 auto 2rem;
		text-align: center;
	}
	#main .immediately .rBox {
		width: auto;
		display: block;
	}
	#main .immediately .lBox .step2 {
		left: 0;
		width: 100%;
		top: min(10vh,5rem);
	}
	#main .immediately .photo {
		position: static;
		transform: none;
		margin: -1.8rem auto -0.2rem;
		width: min(25vh,72%);
	}
	#main .immediately .textBox {
		padding: 0;
	}
	#main .immediately .textBox p {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.5; 
	}
	#main .heart {
		padding: 0;
	}
	#main .heart .comTxtSpan {
		bottom: 1.7rem;
		right: 1.7rem;
		text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
	}
	#main .heart .bigPhoto {
		margin-top: -0.5rem;
	}
	#main .heart .content {
		top: max(18.7vw,7rem);	
	}
	#main .heart .ttlBox {
		flex-direction: column;
	}
	#main .heart .ttlBox .photo {
		order: 2;
		margin: 0 4.7rem;
		width: auto;
	}
	#main .heart .ttlBox .photo img {
		width: 100%;
	}
	#main .immediately .step2 h2 {
		max-width: inherit;
		display: block;
		margin: 0 auto 2rem;
		width: min(28vh,21.8rem);
	}
	#main .immediately .step2 .h2Ttl {
		width: 22.0rem;
		margin-bottom: -1.4rem;
	}
	#main .point .pointBox {
		top: min(-0.2rem);
		padding: 5rem 0;
	}
	#main .point .comTxtSpan {
		bottom: 2.5rem;
		right: 1.7rem;
		text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
	}
	#main .point .list {
		margin: 0 -1.5rem;
	}
	#main .point .list li {
		width: calc(50% - 0.8rem);
	}
	#main .point .list .item {
		margin: 14.2rem 0 0;
		width: calc(50% - 0.7rem);
	}
	#main .sauce {
		padding: 0 0;
	}
	#main .sauce .comTxtSpan {
		right: 1.7rem;
		bottom: 2.3rem;
		text-shadow: 0 0 4.3px rgba(0, 0, 0, 0.60);
	}
	#main .sauce2 .comTxtSpan {
		text-shadow: none;
		bottom: 4rem;
	}
	#main .sauce .sauceBox {
		/* top: max(54.2vw,20.3rem); */
	}
	#main .sauce .sauceBox .photoBox {
		width: min(53vh,48%);
		margin: 0 3.5rem 2rem -1.3rem;
	}
	#main .sauce .sauceBox .textBox {
		margin: -1.4rem -1rem 0 0;
		width: auto;
		flex: 1;
	}
	#main .sauce .sauceBox .textBox p {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .sauce .sauceBox .textBox .txtSpan {
		font-size: 3rem;
		line-height: 1.2;
		margin-top: 0.9rem;
	}
	#main .sauce .sauceBox .textBox .txtSpan span {
		letter-spacing: -0.48rem;
		display: block;
	}
	#main .sauce .sauceBox .textBox .txtSpan02 {
		font-size: 1.6rem;
		letter-spacing: -0.128rem;
	}
	#main .sauce .sauceBox .link {
		width: 15.2rem;
	}
	#main .sauce .sauceBox .link a {
		min-height: 2.9rem;
		font-size: 1.92rem;
		letter-spacing: 0.3264rem;
	}
	#main .sauce .sauceBox .link a::before {
		border-top: 0.6rem solid transparent;
		border-bottom: 0.6rem solid transparent;
		border-left: 0.8rem solid #fff;
		right: 1rem;
	}
	#main .sauce .sauceBox .textBox .spTxt {
		display: block;
		margin-left: -1.5rem;
		letter-spacing: -0.1em;
	}
	#main .sauce .sauceBox .textBox .spTxt span {
		display: block;
		margin-left: 1.5rem;
	}
	#main .possibleBox h2 {
		width: auto;
		margin: 0 -2rem 2.9rem;
	}
	#main .possibleBox h2 img {
		width: 100%;
	}
	#main .possibleBox .movieBox {
		padding: 0.2rem;
		margin: 0 0.3rem;
		width: auto;
	}
	#main .possibleBox .movieBox::after {
		top: -0.2rem;
		left: -0.2rem;
		right: -0.2rem;
		bottom: -0.2rem;
		border-radius: 1.5rem;
	}
	#main .possibleBox .movie {
		border-radius: 1.1rem;
	}
	#main .possibleBox .movieBox .textImg {
		bottom: -4.7rem;
		right: -1.8rem;
		width: 16.3rem;
	}
	#main .possibleBox .movieBox iframe {
		border-radius: 1.1rem;
	}
	#main .possible {
		margin-top: 1rem;
	}
	#main .possible .comTxtSpan {
		right: 1.7rem;
		bottom: 9.7rem;
	}
	#main .possible .bg {
		position: absolute;
		top: max(-69.3vw,-55rem);
		right: -31.2vw;
		width: 85.33vw;
	}
	#main .possibleBox {
		top: 4.5rem;
	}
	#main .possible .bigPhoto {
		margin: 0;
	}
	#main .creamy h2 {
		width: auto;
		margin: 0 2.1rem 2rem;
	}
	#main .creamy h2 img {
		width: 100%;
	}
	#main .creamy .scroll .list li {
		height: 16rem;
	}
	#main .creamy .scroll .infiniteslide_wrap {
		margin-bottom: -2rem;
	}
	#main .creamy {
		margin-bottom: 9.4rem;
	}
	#main .creamy .comTxtSpan {
		right: 1.9rem;
		bottom: 0.9rem;
	}
	#main .bgInner .bg {
		width: 25.5rem;
		top: -7rem;
		left: -5.7rem;
	}
	#main .bgInner .areas h2 {
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 2.4rem;
	}
	#main .bgInner .areas h2 .bigSpan {
		font-size: 3rem;
		letter-spacing: -0.13em;
	}
	#main .bgInner .areas .ttlBox .textImg {
		width: auto;
	}
	#main .bgInner .areas .ttlBox .textImg img {
		width: 100%;
	}
	#main .bgInner .areas {
		padding: 8.7rem 0 2.3rem;
	}
	#main .bgInner .areas .photo01 {
		top: -0.4rem;
		left: -1.1rem;
		width: 20.7vw;
		transform: rotate(-5deg);
	}
	#main .bgInner .areas .photo02 {
		top: 0rem;
		right: min(-3.6vw,-1.5rem);
		width: 22.5vw;
	}
	#main .bgInner .areas p {
		width: auto;
		padding: 1rem 2rem;
		border-radius: 0.9rem;
		font-size: 1.6rem;
	}
	#main .bgInner .areas .ttlBox {
		width: auto;
	}
	#main .specialty h2 {
		width: auto;
		margin: 0 0 2rem;
	}
	#main .specialty h2 img {
		width: 100%;
	}
	#main .specialty .comTxtSpan {
		right: 1.9rem;
		bottom: -3.3rem;
	}
	#main .specialty .list {
		margin-bottom: 5.7rem;
		padding: 0;
		flex-direction: column;
		gap: 1.3rem 3.3rem;
	}
	#main .specialty .list li {
		width: 100%;
	}
	#main .specialty .list li::after {
		border-width: 0.5rem;
	}
	#main .specialty .list .photo .txtSpan {
		bottom: auto;
		top: 1rem;
		left: 0.8rem;
		width: 6.7rem;
		font-size: 1.26rem;
	}
	#main .specialty .list .photo .txtSpan small {
		font-size: 0.95rem;
	}
	#main .example {
		margin: 0 2rem;
		max-width: inherit;
	}
	#main .example .whiteBox {
		margin-bottom: 2rem;
		padding: 2.9rem 1rem 3rem;
		border-radius: 1.18rem;
	}
	#main .example h2 {
		margin-bottom: 2.6rem;
		width: 17.7rem;
	}
	#main .example h2 small {
		font-size: 1.2rem;
		vertical-align: 0.2rem;
	}
	#main .example .textImg {
		width: auto;
		margin: 0 0 3rem;
	}
	#main .example .textImg img {
		width: 100%;
	}
	#main .example .textImg2 {
		width: auto;
		margin: 0 2.2rem;
	}
	#main .example .textImg2 img {
		width: 100%;
	}
	#main .example p {
		margin: 0;
		font-size: 1.1rem;
	}
	#main .bgInner {
		padding-bottom: 6.7rem;
	}
	#main .bgInner .bg2 {
		width: 26.2rem;
		bottom: -10.5rem;
		right: -9.3rem;
	}
	#main .jsTxtSpan .subSpan {
		right: 1.9rem;
		bottom: 3rem;
	}
	#main .stickyBox {
		padding-bottom: max(6.25vw,9rem);
	}
}