@charset "utf-8";

.dib {
	display: inline-block;
}

sup {
	font-size: 60%;
}

@media screen and (max-width: 767px){
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 768px){
	.sp {
		display: none !important;
	}
}

.sans-serif {
	font-family: "Noto Sans JP", sans-serif;
}

.showAnime {
	position: relative;
	transition: all 0.5s;
	opacity: 0;
}
.showAnime.show {
	top: 0;
	left: 0;
	opacity: 1;
}
.anime01 {
	top: 80px;
}
.anime02 {
	top: 80px;
	left: -120px;
}
.anime03 {
	top: 80px;
	left: 120px;
}
.subAnime {
	transition: all 0.5s;
	opacity: 0;
}
.showAnime.show .subAnime {
	opacity: 1;
}
.delay1 {
	transition-delay: 0.5s;
}
.delay2 {
	transition-delay: 1.0s;
}
.delay3 {
	transition-delay: 1.5s;
}
.delay4 {
	transition-delay: 2.0s;
}
@media screen and (max-width: 767px){
	.anime02 {
		left: 0;
	}
	.anime03 {
		left: 0;
	}
}

.pageInner {
	max-width: 1200px;
	margin: 0 auto;
}

.mainvisual {
	margin-top: -1.5em;
	background: url(../images/teaser_mainvisual_bg_02.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 58px 0 0;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}
.mainvisual h1 {
	padding: 0 10%;
}
.mainvisual .text {
	margin-bottom: -1px;
	padding: 25px 20px;
	backdrop-filter: blur(20px);
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (max-width: 767px){
	.mainvisual {
		padding: 8vw 0 0;
	}
	.mainvisual h1 {
		padding: 0 5%;
	}
	.mainvisual .text {
		gap: 3vw;
		padding: 3vw 3vw 3vw 4vw;
		backdrop-filter: blur(10px);
		text-align: left;
		font-size: 3.6vw;
		line-height: 1.4;
	}
}

.mainvisual2 {
	position: relative;
	margin-top: -1.5em;
	background: url(../images/main_bg_01.jpg) no-repeat 50% 50%;
	background-size: cover;
	aspect-ratio: 1540 / 980;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}
.mainvisual2 .product {
	position: absolute;
	display: flex;
	justify-content: center;
}
.mainvisual2 .product.s_01 {
	top: 3.9vw;
	left: 4.55vw;
	gap: 3.25vw;
}
.mainvisual2 .product.s_02 {
	right: 4.55vw;
	bottom: 2.6vw;
	gap: 1.2vw;
}
.mainvisual2 .product.s_01 .img img {
	width: 37.66vw;
}
.mainvisual2 .product.s_02 .img img {
	width: 27.27vw;
}
.mainvisual2 .s_01 .textArea {
	padding-top: 2.3vw;
}
.mainvisual2 .s_02 .textArea {
	padding-top: 1.95vw;
	width: 16vw;
}
.mainvisual2 .lead {
	line-height: 1.5;
	white-space: nowrap;
}
.mainvisual2 .s_01 .lead {
	margin-bottom: 0.5em;
	font-size: 2.6vw;
}
.mainvisual2 .s_02 .lead {
	position: absolute;
	top: -7.5vw;
	font-size: 2.5vw;
	letter-spacing: -0.02em;
}
.mainvisual2 .s_01 .categ {
	font-size: 1.56vw;
}
.mainvisual2 .s_02 .categ {
	font-size: 1.04vw;
}
.mainvisual2 .s_01 .name {
	font-size: 1.95vw;
}
.mainvisual2 .s_02 .name {
	font-size: 1.3vw;
}
.mainvisual2 .name strong {
	font-size: 200%;
}
.mainvisual2 .name small {
	margin-right: 0.5em;
	font-size: 80%;
}
.mainvisual2 .sizse {
	margin-top: 5px;
	opacity: 0.6;
}
.mainvisual2 .s_01 .sizse {
	font-size: 1.3vw;
}
.mainvisual2 .s_02 .sizse {
	font-size: 0.91vw;
}
.mainvisual2 .sizse small {
	font-size: 50%;
}
.mainvisual2 .movie {
	position: absolute;
	left: 11.4vw;
	bottom: 3.8vw;
	width: 31.5%;
	height: 17.34vw;
	border-radius: 1vw;
	overflow: hidden;
}
.mainvisual2 .movie iframe {
	width: 100%;
	height: 100%;
}
.mainvisual2 .movie img {
	width: 100%;
}
.mainvisual2 .movie a {
	transition: opacity 0.3s;
}
.mainvisual2 .movie a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 767px){
	.mainvisual2 {
		aspect-ratio: 750 / 1220;
		background-image: url(../images/main_bg_01_sp.jpg);
	}
	.mainvisual2 .product.s_01 {
		top: 24.27vw;
		left: 6.67vw;
		gap: 5.33vw;
	}
	.mainvisual2 .product.s_02 {
		right: 6.67vw;
		bottom: 55vw;
		gap: 5.33vw;
	}
	.mainvisual2 .product.s_01 .img img {
		width: 42.67vw;
	}
	.mainvisual2 .product.s_02 .img img {
		width: 36.27vw;
	}
	.mainvisual2 .s_01 .textArea {
		padding-top: 2.67vw;
	}
	.mainvisual2 .s_02 .textArea {
		padding-top: 2vw;
		width: 32.5vw;
	}
	.mainvisual2 .s_01 .lead {
		position: absolute;
		top: -18.7vw;
		left: 0;
		font-size: 5.33vw;
		letter-spacing: -0.02em;
	}
	.mainvisual2 .s_02 .lead {
		top: -13.1vw;
		font-size: 4vw;
	}
	.mainvisual2 .s_01 .categ {
		font-size: 2.67vw;
	}
	.mainvisual2 .s_02 .categ {
		font-size: 2.13vw;
	}
	.mainvisual2 .s_01 .name {
		font-size: 4vw;
	}
	.mainvisual2 .s_02 .name {
		font-size: 2.67vw;
	}
	.mainvisual2 .sizse {
		margin-top: 1vw;
	}
	.mainvisual2 .s_01 .sizse {
		font-size: 2.27vw;
	}
	.mainvisual2 .s_02 .sizse {
		font-size: 1.87vw;
	}
	.mainvisual2 .movie {
		left: 18.4vw;
		bottom: 8vw;
		width: 64vw;
		height: 35.6vw;
		border-radius: 1vw;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background-color: rgba(0,0,0,0.7);
	display: none;
	overflow-y: auto;
}
.modal .closeBtn {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 38px;
	right: 38px;
	mix-blend-mode: difference;
	z-index: 2;
	cursor: pointer;
}
.modal .closeBtn::before,
.modal .closeBtn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 30px;
	background-color: #fff;
	transform: translateY(-15px) rotate(45deg);
	transition: transform .3s ease-out
}
.modal .closeBtn::after {
	transform: translateY(-15px) rotate(-45deg);
	transition: transform .4s ease-out
}
.modal .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.modal .window {
	width: calc(100% - 240px);
	max-height: 95vh;
}
.modal .movie {
	position: relative;
	max-width: none;
	padding-top: 56.25%;
}
.modal .movie iframe,
.modal .movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media(hover: hover),(-ms-high-contrast: none) {
	.modal .closeBtn:hover:before {
		transform:translateY(-15px) rotate(135deg);
	}
	.modal .closeBtn:hover:after {
		transform: translateY(-15px) rotate(45deg);
	}
}
@media screen and (max-width: 1000px){
	.modal .window {
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 767px){
	.modal .window {
		width: 100%;
	}
}

.mainarea {
	background-color: #000;
	padding: 135px 40px 0;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}
@media screen and (max-width: 767px){
	.mainarea {
		padding: 10vw 5vw 0;
	}
}

.productArea {
	margin: 0 calc(50% - 48vw) 120px;
}
.productArea h2 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 50px;
	font-weight: normal;
}
.productArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
	max-width: 1460px;
	margin: 0 auto;
}
.productArea li {
	position: relative;
	width: 48.6%;
	background-color: #141414;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	gap: 0 6%;
}
.productArea .new {
	position: absolute;
	top: 0;
	right: 0;
}
.productArea .textArea {
	width: 43%;
	display: flex;
	flex-direction: column;
}
.productArea p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.5;
}
.productArea h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: normal;
}
.productArea h3 strong {
	font-size: 250%;
	font-weight: normal;
}
.productArea h3 small {
	font-size: 55%;
}
.productArea a {
	margin-top: auto;
	display: block;
	border-radius: 5px;
	background-color: #daac3a;
	padding: 8px;
	text-align: center;
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
}
.productArea .img {
	width: 51%;
	flex-shrink: 0;
}
@media screen and (max-width: 1360px) and (min-width: 1024px){
	.productArea li {
		padding: 20px;
	}
	.productArea .textArea {
		width: 55%;
	}
	.productArea p {
		font-size: 16px;
	}
	.productArea .img {
		width: 40%;
	}
}
@media screen and (max-width: 1023px){
	.productArea li {
		width: 100%;
		max-width: 730px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px){
	.productArea {
		margin: 0 0 10vw;
	}
	.productArea li {
		padding: 5vw;
		flex-direction: column-reverse;
		gap: 5vw;
	}
	.productArea .textArea {
		width: 100%;
		display: block;
	}
	.productArea p {
		margin-bottom: 2vw;
		font-size: 4vw;
		line-height: 1.5;
	}
	.productArea h3 {
		margin-bottom: 4vw;
		font-size: 5.5vw;
	}
	.productArea h3 strong {
		font-size: 200%;
	}
	.productArea a {
		padding: 2vw;
		font-size: 3.4vw;
	}
	.productArea .img {
		width: 100%;
	}
	.productArea .img img {
		width: 100%;
	}
}

.leadArea {
	padding: 0 0 55px;
	text-align: center;
}
.leadArea .text01 {
	margin-bottom: 45px;
	font-family: "Shippori Mincho", serif;
	font-size: 50px;
}
.leadArea .movie {
	max-width: 640px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	box-shadow: 0 0 100px rgba(7,191,0,0.2);
}
.leadArea .movie.sp {
	aspect-ratio: 9 / 16;
}
.leadArea .movie iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.leadArea .linkBtn {
	position: relative;
	margin: 75px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 590px;
	height: 80px;
	background-color: #00442d;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: bold;;
	transition: opacity 0.2s;
}
.leadArea .linkBtn:hover {
	opacity: 0.8;
}
.leadArea .linkBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.leadArea {
		padding: 0 0 8vw;
	}
	.leadArea .text01 {
		margin-bottom: 5vw;
		font-size: 5.6vw;
	}
	.leadArea .movie {
		margin: 0 auto 10vw;
		box-shadow: 0 0 15vw rgba(7,191,0,0.2);
	}
	.leadArea .linkBtn {
		margin: 0 auto 12vw;
		height: 15vw;
		font-size: 4.5vw;
	}
	.leadArea .linkBtn::after {
		right: 3vw;
		width: 2vw;
		height: 2vw;
	}
}

.campaign {
	margin-bottom: 55px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.campaign {
		margin-bottom: 4vw;
	}
}

.teaserBox {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 120px;
	background: linear-gradient(to right, #f1bc3c 0%, #956900 30%, #ffd264 50%, #b17d00 100%);
	padding: 6px;
}
.teaserBox .inner {
	border: 6px solid #000;
	box-shadow: 0 0 0 1px #956900 inset;
	background: url(../images/teaser_box_bg.png) no-repeat 50% 0 #000;
	padding: 50px 4.17%;
}
.teaserBox .icon {
	position: absolute;
	top: -30px;
	left: -40px;
}
.teaserBox .text01 {
	margin-bottom: 30px;
	padding-right: 25%;
}
.teaserBox .img {
	position: absolute;
	top: 80px;
	right: 5%;
	width: 21.67%;
}
.teaserBox .text02 {
	margin-bottom: 55px;
	padding-right: 25%;
	font-family: "Shippori Mincho", serif;
	color: #ffc32b;
	font-size: 30px;
}
.teaserBox .logo {
	margin-bottom: 40px;
	text-align: center;
}
.teaserBox a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	background: linear-gradient(to right, #5b4000 0%, #b17d00 100%);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: bold;
	transition: opacity 0.2s;
}
.teaserBox a:hover {
	opacity: 0.8;
}
.teaserBox a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
@media screen and (max-width: 900px){
	.teaserBox {
		margin: 0 auto 15vw;
		padding: 4px;
	}
	.teaserBox .inner {
		border: 4px solid #000;
		background-size: auto 100%;
		padding: 6.5vw 5vw;
	}
	.teaserBox .icon {
		top: -6vw;
		left: -3vw;
		width: 20vw;
	}
	.teaserBox .text01 {
		margin-bottom: 4vw;
		padding-right: 0;
	}
	.teaserBox .img {
		position: static;
		margin: 0 auto 3vw;
		width: 50%;
		text-align: center;
	}
	.teaserBox .text02 {
		margin-bottom: 3vw;
		padding-right: 0;
		font-size: 3.8vw;
	}
	.teaserBox .logo {
		width: 80%;
		margin: 0 auto 5vw;
	}
	.teaserBox a {
		height: 15vw;
		font-size: 4.5vw;
	}
	.teaserBox a::after {
		right: 3vw;
		width: 2vw;
		height: 2vw;
	}
}

.movieList {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 150px auto 110px;
}
.movieList > li {
	width: 30.8%;
}
.movieList p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 2;
}

.shop {
	margin: 150px -40px 120px;
	background: url(../images/shop_bg.png) no-repeat 50% 50%;
	background-size: cover;
	padding: 55px 20px 60px;
}
.shop p {
	margin-bottom: 25px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.shop p a {
	text-decoration: underline;
}
.shop p a:hover {
	text-decoration: none;
}
.shop .logo {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.84%;
}
.shop .logo a {
	width: 14.3%;
	padding: 10px 5px;
	background-color: #fff;
}
.shop .logo img {
	vertical-align: top;
}
@media screen and (min-width: 900px){
	.shop p br {
		display: none;
	}
}
@media screen and (max-width: 1023px){
	.shop .logo {
		gap: 20px 2.66%;
	}
	.shop .logo a {
		width: 23%;
	}
}
@media screen and (max-width: 767px){
	.shop {
		margin: 10vw -5vw;
		padding: 8vw 5vw;
	}
	.shop p {
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	.shop .logo {
		margin-top: 5vw;
		gap: 4vw 5%;
	}
	.shop .logo a {
		width: 30%;
		padding: 2vw 1vw;
	}
}

.anchorBtn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 370px;
	height: 54px;
	border: 1px solid #fff;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	font-size: 14px;
	transition: background-color 0.2s;
}
.anchorBtn:hover {
	background-color: rgba(255,255,255,0.1);
}
.anchorBtn::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 20px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
@media screen and (max-width: 1023px){
	.anchorBtn {
		padding: 0 10px 0 30px;
	}
	.anchorBtn::before {
		left: 12px;
	}
}
@media screen and (max-width: 767px){
	.anchorBtn {
		height: 45px;
		padding: 0 10px 0 20px;
	}
	.anchorBtn::before {
		top: 12px;
	}
}

.anchorList {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 3.8%;
}
.anchorList li {
	width: 30.8%;
}
.anchorList .anchorBtn {
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.anchorList {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.anchorList li {
		width: 85%;
	}
}

.sectionTitle {
	position: relative;
	margin: 150px -40px 110px;
	background: url(../images/title_bg.png) no-repeat 50% 50%;
	background-size: 100% auto;
	padding: 29px 0;
	text-align: center;
	font-weight: normal;
	font-size: 50px;
}
.sectionTitle::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,1) 100%);
}
@media screen and (max-width: 1023px){
	.sectionTitle {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px){
	.sectionTitle {
		margin: 12vw -5vw 8vw;
		padding: 5vw 0;
		font-size: 6vw;
	}
	.sectionTitle::after {
		background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%);
	}
}

.subTitle {
	margin: 120px auto 40px;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: normal;
}
@media screen and (max-width: 1023px){
	.subTitle {
		margin: 80px auto 30px;
		font-size: 24px;
	}
	.subTitle img {
		width: 180px;
	}
}
@media screen and (max-width: 767px){
	.subTitle {
		margin: 10vw auto 4vw;
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 3vw;
		padding-bottom: 4vw;
		font-size: 5vw;
	}
	.subTitle img {
		width: 30vw;
	}
}

.layerImg {
	position: relative;
}
.layerImg img + img {
	position: absolute;
	top: 0;
	left: 0;
}

.imgLayout {
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
}
.imgLayout.reverse {
	flex-direction: row-reverse;
}
.imgLayout.col {
	flex-direction: column;
	gap: 50px;
}
.imgLayout .img {
	width: 53.125%;
	flex-shrink: 0;
}
.imgLayout .img.wide {
	width: 66.4%;
}
.imgLayout .img.center {
	text-align: center;
}
.imgLayout.col .img {
	width: 100%;
	padding: 0 40px;
}
.imgLayout .textArea {
	padding: 0 40px;
}
.imgLayout .textArea p {
	font-size: 18px;
	line-height: 2;
}
.imgLayout .btnCol {
	display: flex;
	gap: 20px;
}
.imgLayout .btnCol .linkBtn2 {
	margin-top: 10px;
}
.imgLayout img + p {
	margin-top: 10px;
}
.imgLayout .subBox {
	position: relative;
	margin-top: 20px;
	padding: 55px 20px 20px;
}
.imgLayout .subBox.s_e6 {
	border: 1px solid #14368c;
}
.imgLayout .subBox.s_e3 {
	border: 1px solid #a04514;
}
.imgLayout .subBox > img {
	position: absolute;
	top: 0;
}
.imgLayout .subBox.s_e6 > img {
	left: 0;
}
.imgLayout .subBox.s_e3 > img {
	right: 0;
}
.imgLayout .subBox dl {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 18px;
}
.imgLayout .subBox dl + dl {
	margin-top: 10px;
}
.imgLayout .subBox dt {
	width: 100px;
	border: 1px solid #fff;
	text-align: center;
	flex-shrink: 0;
}
@media screen and (max-width: 1200px){
	.imgLayout .img.wide {
		width: 53.125%;
	}
	.imgLayout .textArea p {
		font-size: 16px;
	}
}
@media screen and (max-width: 1023px){
	.imgLayout {
		flex-direction: column;
		gap: 30px;
	}
	.imgLayout.reverse {
		flex-direction: column;
	}
	.imgLayout .img {
		width: 100%;
		padding: 0 40px;
		text-align: center;
	}
	.imgLayout .img.wide {
		width: 100%;
	}
	.imgLayout .textArea {
		width: 100%;
	}
	.imgLayout .btnCol {
		display: block;
	}
	.imgLayout .btnCol .linkBtn2 {
		margin-top: 15px;
	}
	.imgLayout .btnCol .linkBtn2 + .linkBtn2 {
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px){
	.imgLayout {
		gap: 5vw;
	}
	.imgLayout.col {
		gap: 5vw;
	}
	.imgLayout .img {
		padding: 0;
	}
	.imgLayout.col .img {
		padding: 0;
	}
	.imgLayout .textArea {
		padding: 0;
	}
	.imgLayout .textArea p {
		font-size: 3.5vw;
		line-height: 1.7;
	}
	.imgLayout .btnCol .linkBtn2 {
		margin-top: 3vw;
	}
	.imgLayout .btnCol .linkBtn2 + .linkBtn2 {
		margin-left: 0;
	}
	.imgLayout img + p {
		margin-top: 3vw;
	}
	.imgLayout .subBox {
		margin-top: 5vw;
		padding: 7vw 4vw 4vw;
	}
	.imgLayout .subBox > img {
		width: 30vw;
	}
	.imgLayout .subBox dl {
		gap: 4vw;
		font-size: 3.5vw;
	}
	.imgLayout .subBox dl + dl {
		margin-top: 3vw;
	}
	.imgLayout .subBox dt {
		width: 22vw;
	}
}

.img10 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.img10 img {
	width: 30.33%;
}
@media screen and (max-width: 767px){
	.img10 {
		flex-direction: column;
		align-items: center;
		gap: 5vw;
	}
	.img10 img {
		width: 80%;
	}
}

.img11 {
	display: flex;
}
@media screen and (max-width: 767px){
	.img11 {
		flex-direction: column;
		align-items: center;
	}
}

.btnArea {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 3vw 15px;
}
@media screen and (max-width: 767px){
	.btnArea {
		margin-top: 4vw;
	}
}

.linkBtn2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 200px;
	height: 50px;
	background-color: #00442d;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	transition: all 0.2s;
}
.linkBtn2:hover {
	opacity: 0.7;
}
.linkBtn2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.linkBtn2 {
		width: 55vw;
		height: 12vw;
		font-size: 3.4vw;
	}
	.linkBtn2::after {
		right: 5vw;
		width: 2.5vw;
		height: 2.5vw;
	}
}

.noteList {
	margin-top: 25px;
	text-align: left;
}
.noteList > li {
	padding-left: 1.4em;
	text-indent: -1.4em;
	font-size: 14px;
	opacity: 0.6;
}
.noteList.s_num > li {
	padding-left: 1.8em;
	text-indent: -1.8em;
	font-size: 13px;
}
.noteList > li + li {
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	.noteList {
		margin-top: 5vw;
	}
	.noteList > li {
		font-size: 3vw;
	}
	.noteList.s_num > li {
		font-size: 3vw;
	}
	.noteList > li + li {
		margin-top: 2vw;
	}
}

.colArea {
	display: flex;
	justify-content: space-between;
}
.colArea > * {
	width: 47.5%;
}
@media screen and (max-width: 1023px){
	.colArea {
		flex-direction: column;
	}
	.colArea > * {
		width: 100%;
	}
}

.lineup {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 0 100px;
	display: flex;
	justify-content: space-between;
}
.lineup li {
	width: 48.3%;
	font-size: 24px;
}
.lineup .img {
	position: relative;
	margin-bottom: 20px;
}
.lineup .img::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
  background: url("/.resources/webresources/special/lrgs/lrgs/images/icon_btn.png") no-repeat center center,linear-gradient(90deg, rgba(230, 211, 115, 1), rgba(147, 120, 36, 1));
  background-size: 20px auto, cover;
}
.lineup .img img {
	vertical-align: top;
}
@media screen and (max-width: 767px){
	.lineup {
		flex-direction: column;
		gap: 8vw;
		padding-bottom: 8vw;
	}
	.lineup li {
		width: 100%;
		font-size: 4.2vw;
	}
	.lineup .img {
		margin-bottom: 3vw;
	}
	.lineup .img::before {
		width: 10vw;
		height: 10vw;
	}
	.lineup .img::after {
		right: 4.2vw;
		bottom: 4vw;
		width: 2vw;
		height: 2vw;
	}
}

footer {
	padding-top: 0;
}
