@charset "UTF-8";

img {
	height: auto;
}

.f_header {
	padding: 0;
	height: 0;
	border-bottom: none;
}

.f_footer .p_linkArea {
	display: none;
}

.mainvisual {
	position: relative;
	background: url(/assets/img/campaign/nijisanji/main_bg_01.jpg) no-repeat 50% 50%;
	background-size: auto 100%;
	overflow: hidden;
	padding-top: 137.5%;
}
.mainvisual img {
	width: 100%;
}
.mainvisual .bg01 {
	position: absolute;
	left: -110%;
	bottom: 0;
	width: auto;
	max-width: none;
	height: 130%;
	animation: bg01 50s linear infinite;
}
@keyframes bg01 {
	0% { left: -40%; }
	45% { left: -110%; }
	50% { left: -110%; }
	95% { left: -40%; }
	100% { left: -40%; }
}
.mainvisual .bg02 {
	position: absolute;
	left: -70%;
	bottom: 0;
	width: auto;
	max-width: none;
	height: 130%;
	opacity: 0;
}
.mainvisual.show .bg02 {
	animation: bg02 2s;
	animation-delay: 2s;
	animation-fill-mode: both;
	opacity: 1;
	transform-origin: left top;
}
@keyframes bg02 {
	0% { opacity: 0; transform: rotate(20deg) scale(0.7); }
	100% { opacity: 1; transform: rotate(0) scale(1); }
}
.mainvisual .logo2 {
	position: absolute;
	top: 1vw;
	left: 2vw;
	width: 17vw;
}
.mainvisual .logo {
	position: absolute;
	top: 5.2vw;
	left: 13.5vw;
	z-index: 100;
	width: 72.5vw;
}
.mainvisual ul li {
	position: absolute;
	top: 10%;
	opacity: 0;
	width: 96.7%;
}
.mainvisual ul li:nth-child(1) {
	left: 1.6%;
	z-index: 2;
}
.mainvisual ul li:nth-child(2) {
	left: -20%;
	z-index: 1;
}
.mainvisual ul li:nth-child(3) {
	left: 21.6%;
}
.mainvisual .title {
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	z-index: 10;
	width: 76.9%;
	margin: 0 auto;
	opacity: 0;
}
.mainvisual .text01 {
	position: absolute;
	left: 3%;
	right: 0;
	bottom: 5%;
	z-index: 10;
	width: 82.9%;
	margin: 0 auto;
	opacity: 0;
}
.mainvisual .text02 {
	position: absolute;
	right: 2%;
	bottom: 1%;
	width: 92%;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s;
	transition-delay: 2s;
}
.mainvisual.show .text02 {
	opacity: 1;
}
@media screen and (min-width: 751px){
	.mainvisual {
		background-size: 200% auto;
		background-position: 50% 50%;
		padding-top: 37.7%;
	}
	.mainvisual .bg01 {
		left: -35%;
		bottom: -109%;
		height: 311%;
		animation: bg01_pc 50s linear infinite;
	}
	@keyframes bg01_pc {
		0% { left: -15%; }
		45% { left: -55%; }
		50% { left: -55%; }
		95% { left: -15%; }
		100% { left: -15%; }
	}
	.mainvisual .bg02 {
		left: -42%;
		bottom: -118%;
		height: 311%;
	}
	.mainvisual .logo2 {
		left: 1vw;
		width: 8vw;
	}
	.mainvisual .logo {
		top: 2.4vw;
		left: 58.7vw;
		width: 29.7vw;
	}
	.mainvisual ul li {
		top: 4%;
		width: 57%;
	}
	.mainvisual ul li:nth-child(1) {
		left: 1%;
	}
	.mainvisual ul li:nth-child(2) {
		left: -12%;
	}
	.mainvisual ul li:nth-child(3) {
		left: 13%;
	}
	.mainvisual .title {
		top: 6.7vw;
		left: 57.9vw;
		right: auto;
		width: 33.1vw;
	}
	.mainvisual .text01 {
		top: 20.6vw;
		left: 56vw;
		right: auto;
		bottom: auto;
		width: 37.4%;
	}
	.mainvisual .text02 {
		right: 4%;
		width: 47.9vw;
	}
}

.loader {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
  width: 10vw;
	margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5vw solid #fff;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
}
.mainvisual.show .loader {
	display: none;
}
@media screen and (min-width: 751px){
	.loader {
		width: 4vw;
	  border: 6px solid #fff;
	}
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.applyBtn {
	position: relative;
	max-width: 520px;
	margin: 0 auto;
	border-radius: 49px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}
.applyBtn img + img {
	position: absolute;
	top: 0;
	left: 0;
}

.period {
	position: relative;
	background-color: #010088;
	padding: 30px;
	text-align: center;
}
.period::before,
.period::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
	background: url(/assets/img/campaign/nijisanji/line_01.png) repeat-y 50% 0;
	background-size: 100% auto;
}
.period::before {
	top: 0;
}
.period::after {
	bottom: 0;
}
.period > img {
	width: 900px;
}
.period .applyBtn {
	margin: 30px auto 0;
}
@media screen and (max-width: 750px){
	.period {
		padding: 20px 26px;
	}
	.period::before,
	.period::after {
		height: 3px;
	}
	.period .applyBtn {
		margin-top: 15px;
	}
}

.mainArea {
	background: url(/assets/img/campaign/nijisanji/bg_01.png) 50% 0;
	padding: 15px 20px 50px;
}
@media screen and (max-width: 750px){
	.mainArea {
		background-size: 22px 22px;
		padding: 10px 6.7vw 6.7vw;
	}
}

.anchorBtn {
	margin: 0 -20px 30px;
	background-color: rgba(255,255,255,0.7);
	padding: 17px 20%;
	display: flex;
	justify-content: space-around;
	gap: 10px;
}
.anchorBtn li {
	max-width: 180px;
}
@media screen and (max-width: 750px){
	.anchorBtn {
		margin: 0 -6.7vw 5vw;
		padding: 8px 9%;
	}
}

.scrollAnime {
	position: relative;
	opacity: 0;
	top: 40px;
	transition: all 0.5s;
}
.scrollAnime.show {
	opacity: 1;
	top: 0;
}

.sliderArea {
	position: relative;
}
.sliderArea .slider {
	overflow: hidden;
}
.sliderArea .slider > ul {
	position: relative;
	display: flex;
}
.sliderArea .slider > ul > li {
	width: 100%;
	flex-shrink: 0;
}
.sliderArea .leftBtn,
.sliderArea .rightBtn {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 61px;
	height: 61px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #1d2160;
	cursor: pointer;
}
.sliderArea .leftBtn:hover,
.sliderArea .rightBtn:hover {
	background-color: #2c349c;
}
.sliderArea .leftBtn {
	left: -26px;
}
.sliderArea .leftBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 30%;
	width: 40%;
	height: 40%;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	box-sizing: border-box;
	transform-origin: left top;
	transform: rotate(-45deg);
}
.sliderArea .rightBtn {
	right: -26px;
}
.sliderArea .rightBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30%;
	width: 40%;
	height: 40%;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	box-sizing: border-box;
	transform-origin: right top;
	transform: rotate(45deg);
}
@media screen and (max-width: 750px){
	.sliderArea .leftBtn,
	.sliderArea .rightBtn {
		width: 6.4vw;
		height: 6.4vw;
	}
	.sliderArea .leftBtn {
		left: -3vw;
	}
	.sliderArea .leftBtn::after {
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
	}
	.sliderArea .rightBtn {
		right: -3vw;
	}
	.sliderArea .rightBtn::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

.about {
	background: url(/assets/img/campaign/nijisanji/about_slide_bg.png) no-repeat 50% 0;
	background-size: contain;
	max-width: 880px;
	margin: 0 auto 40px;
	padding: 30px 33px;
}
.about .slider > ul > li {
	position: relative;
}
.about .slider > ul {
	position: relative;
}
.about .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
	width: 58%;
	margin: 0 auto;
}
.about .btn a {
	display: block;
	border-radius: 37px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.about .btn li {
	margin-top: 3.5%;
}
.about .leftBtn {
	left: -10px;
}
.about .rightBtn {
	right: -10px;
}
@media screen and (max-width: 750px){
	.about {
		background-image: url(/assets/img/campaign/nijisanji/about_slide_bg_sp.png);
		margin: 0 auto 3%;
		padding: 4vw 3.73vw;
	}
	.about .btn {
		bottom: 3%;
		width: 88%;
	}
	.about .btn a {
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	.about .leftBtn {
		left: -2vw;
	}
	.about .rightBtn {
		right: -2vw;
	}
}

.itemArea {
	max-width: 880px;
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 6px 6px 3px rgba(0,0,0,0.1);
}
@media screen and (max-width: 750px){
	.itemArea {
		border-radius: 5vw;
	}
}

.sectionTitle {
	background: url(/assets/img/campaign/nijisanji/line_01.png) repeat-y 50% 0;
	background-size: 100% auto;
	padding: 5px 0;
	text-align: center;
}
.sectionTitle span {
	display: block;
	background-color: #000088;
}
.sectionTitle img {
	width: 750px;
}
@media screen and (max-width: 750px){
	.sectionTitle {
		padding: 3px 0;
	}
}

.sectionInner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px 40px;
}
.sectionInner .applyBtn {
	margin: 40px auto;
}
@media screen and (max-width: 750px){
	.sectionInner {
		padding: 0 6.7vw 6vw;
	}
	.sectionInner .applyBtn {
		margin: 6vw auto 3vw;
	}
}

.toggleTitle {
	position: relative;
}
.toggleTitle::after {
	content: '';
	position: absolute;
	top: 0;
	right: 38px;
	bottom: 0;
	width: 64px;
	height: 70%;
	margin: auto 0;
	border-radius: 50%;
	background: url(/assets/img/campaign/nijisanji/toggle_icon.png) no-repeat 50% 50%;
	background-size: contain;
	transform: rotate(180deg);
}
.is-open .toggleTitle::after {
	transform: rotate(0);
}
.toggleBody {
	text-align: center;
}
@media screen and (max-width: 750px){
	.toggleTitle::after {
		right: 3vw;
		width: 5vw;
	}
}

.bgArea {
	margin: 0 calc(50% - 50vw);
	background-color: #e3f0ff;
	padding: 0 calc(50vw - 50%);
}

.newsArea {
	background: url(/assets/img/campaign/nijisanji/news_bg.png) no-repeat 50% 0;
	background-size: cover;
	padding: 55px 20px 50px;
}
.newsArea .newsBox {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 6px 6px 3px rgba(0,0,0,0.1);
}
.newsArea .newsBox + .newsBox {
	margin-top: 60px;
}
.newsArea .newsBox .num {
	position: absolute;
	top: -38px;
	left: -33px;
	z-index: 10;
	width: 13.5%;
}
.newsArea .news01 .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
	text-align: center;
	color: #8e549d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.newsArea .news01 .text .url {
	display: block;
	margin-top: 4px;
	color: #1111d6;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
.newsArea .news02 {
	background: url(/assets/img/campaign/nijisanji/news_slide_01_bg.png) no-repeat 50% 0;
	background-size: 100% 100%;
	padding: 25px 7px;
}
.newsArea .news03 {
	background: url(/assets/img/campaign/nijisanji/news_slide_02_bg.png) no-repeat 50% 0;
	background-size: 100% 100%;
	padding: 25px 7px;
}
.newsArea .news04 {
	background: url(/assets/img/campaign/nijisanji/news_slide_03_bg.png) no-repeat 50% 0;
	background-size: 100% 100%;
	padding: 35px 21px 20px;
}
.newsArea .news04 .btn {
	text-align: center;
}
.newsArea .news04 .text {
	margin-top: 6px;
	text-align: center;
}
@media screen and (max-width: 750px){
	.newsArea {
		padding: 5.3vw 6.7vw;
	}
	.newsArea .newsBox {
		border-radius: 3vw;
	}
	.newsArea .newsBox + .newsBox {
		margin-top: 5vw;
	}
	.newsArea .newsBox .num {
		top: -4vw;
		left: -4vw;
		width: 16.7%;
	}
	.newsArea .news01 .text {
		bottom: 2.5%;
		font-size: 3vw;
	}
	.newsArea .news01 .text .url {
		margin-top: 0;
		font-size: 2.6vw;
	}
	.newsArea .news02 {
		background-image: url(/assets/img/campaign/nijisanji/news_slide_01_bg_sp.png);
		padding: 3vw;
	}
	.newsArea .news03 {
		background-image: url(/assets/img/campaign/nijisanji/news_slide_02_bg_sp.png);
		padding: 3vw;
	}
	.newsArea .news04 {
		background-image: url(/assets/img/campaign/nijisanji/news_slide_03_bg_sp.png);
		padding: 4vw 2vw 2vw;
	}
	.newsArea .news04 .btn {
		max-width: 85%;
		margin: 0 auto;
	}
	.newsArea .news04 .text {
		width: 35vw;
		margin: 1vw auto 0;
	}
	.newsArea .news04 .text img {
		vertical-align: top;
	}
}

.period02 {
	background-color: #000088;
	text-align: center;
}
.period02 img {
	width: 1000px;
}
.btmBtnArea {
	margin: 50px auto 100px;
}
@media screen and (max-width: 750px){
	.btmBtnArea {
		margin: 5vw 6.7vw 10vw;
	}
}

.m_modal .p_window {
	max-width: 710px;
}
.m_modal .scrollArea {
	max-height: 90vh;
	overflow-y: scroll;
}

.m_modal .name {
	margin-top: 28px;
	padding: 10px 22px;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.1;
}
.m_modal h2 + .name {
	margin-top: 10px;
}
.m_modal .name01 {
	background-color: #FDEAEC;
	color: #E63440;
}
.m_modal .name02 {
	background-color: #F3EEF5;
	color: #8E549D;
}
.m_modal .name03 {
	background-color: #EEF8F9;
	color: #5ABFC8;
}
@media screen and (max-width: 750px){
	.m_modal .name {
		padding: 8px 15px;
		font-size: 20px;
		font-weight: bold;
	}
}

.shopList {
	margin-bottom: 5px;
	width: 100%;
	border-right: 2px solid #000089;
	border-bottom: 2px solid #000089;
}
.shopList th,
.shopList td {
	border-top: 2px solid #000089;
	border-left: 2px solid #000089;
	padding: 5px;
	font-size: 19px;
	font-weight: bold;
}
.shopList th {
	background-color: #00a0ff;
	color: #fff;
}
.shopList .area {
	width: 19%;
	text-align: center;
}
.shopList .link {
	border-left: none;
	width: 18%;
	text-align: center;
}
.shopList .link a {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 28px;
	border-radius: 14px;
	background-color: #fe0000;
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 28px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.shopList .link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}
@media screen and (max-width: 750px){
	.m_modal .p_window {
		padding: 20px 10px 10px;
	}
	.shopList th,
	.shopList td {
		padding: 8px 5px;
		font-size: 13px;
	}
	.shopList .area {
		width: 21%;
	}
	.shopList .link {
		width: 18%;
	}
	.shopList .link a {
		width: 60px;
		height: 30px;
		border-radius: 15px;
		padding-right: 10px;
		font-size: 14px;
		line-height: 30px;
	}
	.shopList .link a::after {
		right: 6px;
		width: 7px;
		height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
	}
}
