@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Zen+Kaku+Gothic+New&display=swap');

.sp {
	display: block;
}
.pc {
	display: none;
}



.kvbtn a:hover {
  border: none;
  opacity: 0.8;
}

br.smp {display: none;}
br.smpc {display: block;}

.kv {
	position: relative;
 width: 100%;
 aspect-ratio: 750 / 1288;
 background: url("../img/kv-sp.png") no-repeat center/cover;
}

.kvbtn {
	position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 16px;
	display: flex;
 gap: 12px;
 width: 92%;
}

.contain {
	width: 100%;
	margin: 0 auto;
}

.prize {
	width: 100%;
	background: #21537d;
	padding: 8% 5% 3%;
}
.prize-ttl,.products-ttl,.apply-ttl {
	width: 40%;
	margin: 0 auto;
	padding-bottom: 5%;
}
.prizeimg {
	padding-bottom: 6%;
}

.products {
	width: 100%;
	background: #e1e1e1;
	padding: 8% 5%;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
.products-board {
	width: 100%;
	padding: 3vh 3vw;
	text-align: center;
	background-color: #fff;
	border-radius: 13px;
	padding: 8% 5% 2%;
}
.productsimg {
	width: 84%;
	padding-bottom: 6%;
}
.products-txt {
	font-size: 0.7rem;
	padding-bottom: 6%;
}
.iconimg {
	width: 2%;
}
.notes {
	text-align: left;
	font-size: 0.6rem;
}
.notes li {
	text-indent: -0.4rem;
}

.apply {
	width: 100%;
	background: #d0d0d0;
	padding: 8% 5% 3%;
}
.apply-board {
	width: 100%;
	padding: 3vh 5vw;
	background-color: #fff;
	border-radius: 13px;
	margin-bottom: 7%;
}
.applyperiodttl {
	width: 100%;
	font-size: 0;
}
.applyperiod {
	width: 100%;
}
.apply-board2 {
	width: 100%;
	padding: 3vh 4vw;
	text-align: left;
	background-color: #fff;
	border-radius: 0 0 13px 13px;
	margin-bottom: 7%;
}
.apply-board2 dt {
	font-size: 0.8rem;
	font-weight: bold;
}
.apply-board2 dd {
	font-size: 0.7rem;
	padding-bottom: 2vh;
}

.download {
	width: 100%;
	margin: 0 auto;
	padding: 10% 5% 4%;
	background-color: #fff;
}
.dlbtn {
	display: flex;
 gap: 12px;
 padding-top: 2vh;
 margin: 0;
}

.notice {
	width: 100%;
	margin: 0 auto;
	padding: 8% 4%;
	background-color: #fff;
}
.noticettl {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1vh;
	text-align: center;
}
.noticetxt,.noticetxt2 {
	font-size: 0.8rem;
	margin-bottom: 2vh;
}
ul.noticetxt {
  list-style: none;
  margin: 0;
  padding-bottom: 3vh;
}
ul.noticetxt2 {
  list-style: none;
  margin: 0;
  padding: 0 0 3vh;
}
ul.noticetxt li, ul.noticetxt2 li {
  position: relative;
  padding-left: 1.2em;
  text-indent: 0;
}
ul.noticetxt li::before {
  content: attr(data-mark);
  position: absolute;
  left: 0;
}
ul.noticetxt2 li {
  padding-left: 0;
}
.red {
	color: #ff0000;
	font-weight: bold;
}
.blue-links a {
  color: #0878b2;
  text-decoration: none;
}
.blue-links a:hover,
.blue-links a:focus {
  color: #2daef1;
  text-decoration: underline;
}
.acc-title2 {
	font-size: 1rem;
	background-color: #d0d0d0;
	text-align: center;
	padding: 2%;
	margin-bottom: 3vh;
}
.chat {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 3vh;
}
.chat img {
	width: 100%;
}

.profile-area {
	width: 100%;
	background: #003664;
	padding: 8% 5% 3%;
}
.profile {
	position: relative;
 width: 100%;
 aspect-ratio: 700 / 1533;
 background: url("../img/profile-bg.png") no-repeat center/cover;
}

.hayama-btn {
	width: 38%;
	position: absolute;
}
.hayama1 {
 left: 11%;
 top: 27%;
}
.hayama2 {
 right: 11%;
 top: 27%;
}

.nui-btn {
	width: 38%;
	position: absolute;
}
.nui1 {
 left: 11%;
 top: 58.5%;
}
.nui2 {
 right: 11%;
 top: 58.5%;
}

.niji-btn {
	width: 60%;
	position: absolute;
 left: 50%;
 transform: translateX(-50%);
}
.niji1 {
 bottom: 13%;
}
.niji2 {
 bottom: 8%;
}
.niji3 {
 bottom: 3%;
}
.copyright {
	width: 30%;
	margin: 0 auto;
	padding: 4%;
}
.sns {
	display: flex;
 align-items: center;
 justify-content: center;
	width: 100%;
 gap: 8px;
 margin: 0 auto;
 padding: 2% 24% 15%;
}


/* Accordion */
.acc-summary{
 height: 0.4vh;
 padding: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 position: relative;
 width: 90%;
 min-height: 0;
 padding: 0 5%; 
 cursor: pointer;
 user-select: none;
 background-color: #d0d0d0;
}
.acc-summary::-webkit-details-marker{ display:none;
}
.acc-icon{
 position: absolute;
 right: 10px;
 top: 50%;
 transform: translateY(-50%);
 width: 18px;
 height: 18px;
 background: url("../img/icon-down.png") no-repeat center/contain;
}
.acc-item[open] .acc-icon{
  background-image:url("../img/icon-up.png");
}
.acc-summary:focus-visible{
  outline:2px solid #8bb7ff;
  outline-offset:2px;
}
.acc-summary{ -webkit-tap-highlight-color: rgba(0,0,0,0.08); }
.acc-panel{
  padding: 2vh 0 18px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}
.acc-item[open] .acc-panel{ grid-template-rows:1fr; }
.acc-panel > *{ overflow:hidden; }

.acc-summary::-webkit-details-marker {
  display: none;
}
@media (pointer:coarse) {
 .acc-summary{ padding-block:18px;
 }
}


/* PC */
@media screen and (min-width: 750px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	br.smp {display: block;}
	br.smpc {display: none;}
	
	main {
	 display: block;
  position: relative;
  left: 50%;
  width: max(100dvw, 1000px);
  margin-left: calc(-1 * max(50dvw, 500px));
  background: url(../img/bg-pc.jpg) fixed;
  background-size: cover;
 }
 .kv {
  position: relative;
  width: 1024px;
  height: 800px;
  background: url("../img/kv-pc.png") no-repeat center top;
  background-size: 1024px 800px;
  margin: 0 auto;
 }
 .kvbtn {
	 position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  gap: 20px;
  width: 50%;
 }

 .contain {
	 width: 750px;
	 margin: 0 auto;
 }
 .prize {
	 width: 750px;
	}
 .products {
	 width: 750px;
	}
	.products-txt {
	 font-size: 1.2rem;
	 padding-bottom: 4%;
	}

	.apply-board,.apply-board2 {
	 padding: 4vh 2vw;
	 margin-bottom: 30px;
 }

 .apply-board2 dt {
	 font-size: 1.4rem;
 }
 .apply-board2 dd {
	 font-size: 1.2rem;
 }
 .notes {
	 font-size: 1rem;
	 padding: 0 10px;
 }
 .notes li {
	 text-indent: -0.4rem;
 }

 .download {
	 width: 100%;
	 margin: 0 auto;
	 margin: 3% 0 5%;
	 padding: 6% 0 0;
	 text-align: center;
	 background-color: #fff;
 	border-radius: 20px;
 }
 .dlbtn {
 	display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 3vh;
  margin: 0;
 }

 .notice {
	 padding: 6% 6% 4%;
 }
 .noticettl {
	 font-size: 1.4rem;
	 margin-bottom: 3vh;
 }
 .noticetxt,.noticetxt2 {
	 font-size: 1.2rem;
 }
 ul.noticetxt {
  margin-bottom: 2vh;
 }
 ul.noticetxt2 {
  margin-bottom: 4vh;
 }

 .acc-title {
	 font-size: 1.4rem;
 }
 .acc-title2 {
 	font-size: 1.4rem;
 	margin-bottom: 5vh;
 }
 .chat {
	 width: 70%;
	 margin-bottom: 1vh;
 }
 .sns {
  gap: 18px;
  padding: 2% 0 10%;
 }
 
 
 /* Accordion */
 .acc-summary{
  padding: 4%;
  margin-bottom: 2vh;
 }
 .acc-icon{
  right: 16px;
  width: 30px;
  height: 30px;
 }
}