@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 30px 0 50px;
    min-height: 1024px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: url("../img/body_bg.jpg") no-repeat center top;
    background-size: cover;
}
#gHeader h1 {
    margin-bottom: 20px;
}
#gHeader .ttl {
    margin-bottom: 60px;
}
#gHeader .hInner {
    max-width: 1450px;
    margin: 0 auto;
}
#gHeader .hInner .titleWrap {
	max-width: 1300px;
    margin: 0 auto;
	position: relative;
	text-align: left;
}
#gHeader .hInner .sagobo {
	position: absolute;
	top: 25px;
	left: 640px;
}
#gHeader .hInner .sagobo img.hukidashi {
	position: absolute;
	top: 0;
	right: -180px;
}

@media all and (max-width: 896px) {
	#gHeader {
        padding: 30px 5px 25px;
        min-height: 650px;
	    background: url("../img/body_bg_sp2.png") no-repeat center top;
	    background-size: auto 470px;
	}
	#gHeader h1 {
		max-width: 290px;
	}

    #gHeader .hInner {
        width: auto;
    }
	#gHeader .hInner .sagobo {
		position: relative;
		width: 100%;
		text-align: right;
		left: 0;
        top: -80px;
		height: 100px;
	}
	#gHeader .hInner .sagobo img {
		width: 200px;
	}
	#gHeader .hInner .sagobo img.hukidashi {
		position: absolute;
		top: -100px;
		right: 0;
		width: 100px;
	}
    #gHeader .txt {
        font-size: 1.5rem;
    }
    #gHeader .txt span {
        background-size: 40px auto;
        padding-left: 40px;
        padding-right: 40px;
        background-position: left center, right center;
    }
    #gHeader .photo {
        width: 200px;
        float: right;
        padding-right: 0;
    }
}

.prize {
  max-width: 620px;
	text-align: center;
}

.prize ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.prize li {
  flex: 1;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
	padding: 5px;
}

/* 見出し */
.prize h3 {
  margin: 0;
  padding: 8px 16px 15px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 24px 24px 0 0;
}

.prize h3 strong {
  font-weight: 700;
}

.prize h3 span {
  margin-left: 0.2em;
  font-size: 15px;
  font-weight: 700;
}

/* 部門カラー */
.prize li.child h3 {
  background: #f45270;
}

.prize li.adult h3 {
  background: #0b78c9;
}

/* 白い本文エリア */
.prize .first,
.prize .second {
  position: relative;
  background: #fff;
  padding: 0 22px;
}

.prize .first {
  margin-top: -12px;
  padding-top: 18px;
  padding-bottom: 10px;
  border-radius: 18px 18px 0 0;
}

.prize .second {
  padding-bottom: 12px;
}

/* 点線 */
.prize .first::after {
  content: "";
  display: block;
  margin-top: 10px;
  border-bottom: 1px dotted currentColor;
}

.prize li.child .first::after {
  color: #f45270;
}

.prize li.adult .first::after {
  color: #0b4aa2;
}

/* 賞タイトル */
.prize h4 {
  position: relative;
  margin: 0 auto;
  padding-left: 52px;
  line-height: 1.15;
	width: 160px;
}

.prize h4 strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #000;
    text-align: left;
}

.prize h4 span {
  display: block;
  margin-top: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

/* 王冠 */
.prize .first h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: url("../img/index/icon_crown.png") no-repeat center / contain;
}

/* 優秀賞のラベル */
.prize .second h4 {
	padding-left: 0;
	width: 100%;
}

.prize .second h4 strong {
  display: inline-block;
	margin-top: 2px;
  padding: 4px 10px 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 999px;
}

.prize li.child .second h4 strong {
  background: #f45270;
}

.prize li.adult .second h4 strong {
  background: #0b4aa2;
}

.prize .second h4 span {
  font-size: 16px;
  line-height: 1.4;
}

/* 金額 */
.prize .price {
  margin-top: 2px;
  font-weight: 800;
  line-height: 1;
}

.prize .price strong {
  font-size: 46px;
  letter-spacing: 0.04em;
  font-family: Arial, sans-serif;
}

.prize .price span {
  margin-left: 4px;
  font-size: 24px;
  font-weight: 800;
}

.prize .second .price {
}

.prize .second .price strong {
  font-size: 40px;
}

.prize .second .price span {
  font-size: 22px;
}

/* 金額カラー */
.prize li.child .price {
  color: #f73864;
}

.prize li.adult .price {
  color: #063f9f;
}

/* スマホ */
@media (max-width: 768px) {
	.prize {
		margin: 0 auto;
	}
	.prize ul {
		gap: 5px;
	}
	.prize h3 {
		font-size: 14px;
		padding: 8px 5px 15px;
	}
	.prize h3 span {
		margin-left: 0;
		font-size: 12px;
	}
	.prize .first, .prize .second {
		position: relative;
		background: #fff;
		padding: 10px 5px 10px;
	}
	.prize .second {
		padding: 0 10px 10px;
	}
	.prize .first h4::before {
		left: 0;
		top: 0;
		width: 30px;
		height: 30px;
		background: url(../img/index/icon_crown.png) no-repeat center / contain;
		}
	.prize h4 {
		line-height: 1.15;
		width: 100%;
		padding-left: 0px;
	}

	.prize .first h4 span,
	.prize .second h4 span {
	  font-size: 13px;
	  line-height: 1.4;
	}

	.prize h4 strong {
		font-size: 22px;
		padding-left: 35px;
	  padding-top: 6px;
	}

	.prize .price strong {
	font-size: 36px;
	letter-spacing: 0
	}

	.prize .second .price strong {
	font-size: 36px;
	}
}


.period {
	display: flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	padding: 6px 24px 6px 10px;
	border-radius: 999px;
	background: #f1f8ee;
	color: #07542d;
	border: 8px solid #FFF;
	position: absolute;
	bottom: 0;
	right: 15px;
}

/* 左の黄色丸 */
.period h3 {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin: 0;
	padding: 20px;
  border-radius: 50%;
  background: #ffdf55;
  color: #07542d;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.06em;
  text-align: center;
	box-sizing: border-box;
}

/* 「応募期間」を2行にする */
.period h3 {
  inline-size: 4.2em;
  overflow-wrap: anywhere;
}

.period .txt {
  margin-left: 10px;
}

.period .txt h4 {
  margin: 0 0 2px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
}

.period .txt p {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
}

.period .txt p strong {
  display: inline-block;
  color: #07542d;
  font-weight: 800;
  background: linear-gradient(
    transparent 70%,
    #ffdf55 70%,
    #ffdf55 92%,
    transparent 92%
  );
}

.period .txt p em {
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0.04em;
  font-family: Arial, sans-serif;
}

.period .txt p strong + strong {
  margin-left: 0.15em;
}

/* スマホ */
@media (max-width: 768px) {
	.period {
		margin-top: 20px;
		border: 5px solid #FFF;
		position: static;
		width: auto;
		padding: 5px;
	}
	.period .txt h4 {
		margin: 0 0 2px;
		font-size: 20px;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0.12em;
	}
	/* 左の黄色丸 */
	.period h3 {
		width: 66px;
		height: 66px;
		margin: 0;
		padding: 5px;
		background: #ffdf55;
		font-size: 20px;
		font-weight: 800;
		line-height: 1.18;
		letter-spacing: 0;
	}
	.period .txt {
		margin-left: 0px;
	}
	.period .txt p {
	  margin: 0;
	  font-size: 18px;
	  font-weight: 800;
	  line-height: 1.05;
	  white-space: nowrap;
	}
	.period .txt p em {
	  font-style: normal;
	  font-size: 1.6em;
	  letter-spacing: 0.04em;
	  font-family: Arial, sans-serif;
	}
}


.lineup {
  max-width: 1480px;
  margin: 20px auto 26px;
  padding: 18px 28px 22px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

/* 見出し */
.lineup h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin: 0 0 18px;
  color: #3b2218;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-align: center;
}

.lineup > h3::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 24px;
  background: url("../img/index/leaf.png") no-repeat center / contain;
}

.lineup > h3::after {
  transform: scaleX(-1);
}

.lineup h3 span {
  position: relative;
  display: inline-block;
  padding-left: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.lineup h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  border-top: 3px dotted #9abb61;
  transform: translateY(-50%);
}

/* 6項目 */
.lineup ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lineup li {
  text-align: center;
}

/* 画像枠 */
.lineup li img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 0.7;
  object-fit: contain;
  box-sizing: border-box;
  padding: 8px 10px 0;
  background: #fbf8f1;
  border-radius: 22px;
}

/* 色付きラベル */
.lineup li h4 {
  display: inline-block;
  margin: -18px 0 10px;
  padding: 8px 18px 10px;
  border-radius: 999px;
  width: 170px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* 各ラベル色 */
.lineup li:nth-child(1) h4 { background: #4b9b2c; }
.lineup li:nth-child(2) h4 { background: #2e91df; }
.lineup li:nth-child(3) h4 { background: #ffa10f; }
.lineup li:nth-child(4) h4 { background: #f15a76; }
.lineup li:nth-child(5) h4 { background: #0f9d78; }
.lineup li:nth-child(6) h4 { background: #1e8a2b; }

/* 説明文 */
.lineup li p {
  margin: 0;
  color: #3a2c24;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

/* 下のメッセージ */
.lineup > p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 18px 0 0;
  text-align: center;
  color: #16672c;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lineup > p::before,
.lineup > p::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 24px;
  background: url("../img/index/leaf.png") no-repeat center / contain;
}

.lineup > p::after {
  transform: scaleX(-1);
}

/* 後援 */
.headerfoot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 10px;
  color: #173b9a;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
}

.headerfoot::before,
.headerfoot::after {
  content: "";
  display: block;
  width: 120px;
  border-top: 4px dotted #83b85c;
}

/* タブレット */
@media (max-width: 1200px) {
  .lineup ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* スマホ */
@media (max-width: 768px) {
  .lineup {
    padding: 18px 16px 20px;
    border-radius: 24px;
  }

  .lineup h3 {
    font-size: 22px;
  }

  .lineup h3 span {
    padding-left: 0;
    font-size: 15px;
  }

  .lineup h3 span::before {
    display: none;
  }

  .lineup ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }

  .lineup li h4 {
    font-size: 15px;
    padding: 7px 0 9px;
        width: 100%;
  }

  .lineup li p {
    font-size: 13px;
  }

  .lineup > p {
    font-size: 18px;
  }

  .headerfoot {
    gap: 12px;
    font-size: 18px;
    letter-spacing: 0.06em;
  }

  .headerfoot::before,
  .headerfoot::after {
    width: 28px;
  }
}


.mainBox {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 20px;
}

@keyframes rumble {
0% {
transform:rotate(0deg) translate(0, 0);
}
12.5% {
transform:rotate(0.4deg) translate(1px, -1px);
}
25% {
transform:rotate(0.8deg) translate(0px, 1px);
}
37.5% {
transform:rotate(0.4deg) translate(-1px, 0);
}
50% {
transform:rotate(0deg) translate(0, 0);
}
62.5% {
transform:rotate(-0.4deg) translate(1px, 0);
}
75% {
transform:rotate(-0.8deg) translate(0, 1px);
}
87.5% {
transform:rotate(-0.4deg) translate(-1px, -1px);
}
100% {
transform:rotate(0deg) translate(0, 0);
}
}

@media all and (max-width: 896px) {
    .mainBox {
        width: auto;
        margin: 0 15px;
    }
}

@media all and (min-width: 897px) and (max-width: 1250px) {
    #gHeader .txt {
        font-size: 3vw;
    }
}

#main {
	width: auto;
	margin: 0 15px 100px;
}

.youkou_img {
	margin: 0 auto;
	max-width: 930px;
}

.entry-cta {
  position: relative;
  max-width: 665px;
  margin: 100px auto 0;
  padding: 0 18px;
  text-align: center;
}

.entry-cta__text {
  display: grid;
  grid-template-columns: 48px auto 48px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 18px;
  text-align: center;
}

.entry-cta__text p {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.entry-cta__deco {
  position: relative;
  display: block;
  width: 44px;
  height: 40px;
  background: none !important;
}

/* 以前のSVG背景を無効化 */
.entry-cta__deco {
  background-image: none !important;
}

/* 三角形パーツ共通 */
.entry-cta__deco::before,
.entry-cta__deco::after {
  content: "";
  position: absolute;
  display: block;
  background: #8bc653;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.entry-cta__deco::before {
  width: 9px;
  height: 31px;
  left: 27px;
  top: 3px;
  transform: rotate(-18deg);
}

.entry-cta__deco::after {
  width: 8px;
  height: 21px;
  left: 9px;
  top: 15px;
  transform: rotate(-58deg);
}

/* 左側 */
.entry-cta__deco--left {
  transform: none !important;
}

/* 右側は左右反転 */
.entry-cta__deco--right {
  transform: scaleX(-1) !important;
}

/* ボタン本体 */
.entry-cta__button {
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	border: 4px solid #fff;
	display: block;
	border-radius: 35px;
	width:auto;
	box-shadow:
	0 6px 0 rgba(0, 0, 0, 0.12),
	0 10px 18px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.entry-cta__button:hover {
  transform: translateY(2px);
  filter: brightness(1.2);
  box-shadow:
    0 4px 0 rgba(0, 0, 0, 0.12),
    0 8px 14px rgba(0, 0, 0, 0.16);
}

.entry-cta__button img {
	display: block;
}

/* スマホ */
@media (max-width: 768px) {
	.entry-cta {
		margin: 30px auto 0;
	}
	.entry-cta__text {
    	display: block;
	}
	.entry-cta__deco::before,
	.entry-cta__deco::after {
		display: none;
	}
}


/*------------------------------------------------------------
	accordion
------------------------------------------------------------*/

.accordion-wrap {
  max-width: 930px;
  margin: 0 auto;
  padding: 24px;
  color: #111;
}

.accordion-list {
  overflow: hidden;
  border: 1px solid #d9e8d1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.accordion-item {
  border-bottom: 1px solid #d9e8d1;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-head {
  position: relative;
  display: grid;
  grid-template-columns: 56px 48px 1fr 32px;
  align-items: center;
  gap: 0;
  min-height: 70px;
  padding: 0 32px 0 28px;
  cursor: pointer;
  list-style: none;
  background: #fff;
  transition: background-color 0.2s ease;
}

.accordion-head:hover {
  background: #f8fcf5;
}

.accordion-head::-webkit-details-marker {
  display: none;
}

.accordion-plus {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(#69bd3a, #249a24);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.45);
}

.accordion-plus::before,
.accordion-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.accordion-plus::before {
  width: 15px;
  height: 4px;
}

.accordion-plus::after {
  width: 4px;
  height: 15px;
  transition: opacity 0.2s ease;
}

.accordion-number {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.accordion-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.accordion-arrow {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.accordion-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 3px solid #239a24;
  border-bottom: 3px solid #239a24;
}

.accordion-item[open] .accordion-plus::after {
  opacity: 0;
}

.accordion-item[open] .accordion-arrow {
  transform: rotate(225deg);
}

.accordion-body {
  padding: 4px 48px 34px 112px;
  background: #fff;
  line-height: 1.9;
  font-size: 16px;
  animation: accordionFade 0.25s ease;
}

.accordion-body p {
  margin: 0 0 1em;
}

.accordion-body h4 {
  margin: 1.6em 0 0.6em;
  font-size: 17px;
  color: #239a24;
}

.accordion-body ul {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

.accordion-body li {
  margin: 0.35em 0;
}

.accordion-body dl {
  margin: 0 0 1em;
}

.accordion-body dl > div {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 1em;
  padding: 0.45em 0;
  border-bottom: 1px solid #e5eee0;
}

.accordion-body dt {
  font-weight: 700;
}

.accordion-body dd {
  margin: 0;
}

.accordion-note {
  margin: 18px 0 0 18px;
  font-size: 13px;
  color: #333;
}

@keyframes accordionFade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .accordion-wrap {
    padding: 0;
  }

  .accordion-head {
    grid-template-columns: 30px 42px 1fr 24px;
    min-height: 62px;
    padding: 0 18px 0 18px;
  }

  .accordion-plus {
    width: 24px;
    height: 24px;
  }

  .accordion-number {
    font-size: 21px;
  }

  .accordion-title {
    font-size: 18px;
  }

  .accordion-body {
    padding: 20px 15px 28px;
    font-size: 14px;
  }

  .accordion-body dl > div {
    grid-template-columns: 1fr;
    gap: 0.2em;
  }
}


.pagetop.pc {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 101;
	display: block;	
}

.pagetop.pc a {
	background: #44875c;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	font-size: 2.0rem;
	padding: 15px 20px;
	box-sizing: border-box;
	display: block;	
}

.pagetop.pc a img {
	width: 36px;
	height: auto;
	display: block;
	margin: 0 auto 5px;
}

.pagetop.sp {
	display: none;
}
@media all and (max-width: 767px) {
	body {
		position: relative;
	}
	#container {
		position: absolute;
	}
	.pagetop.pc {
		display: none;
	}
	.pagetop.sp {
		position: fixed;
		top: auto;
		left: 0;
		right: auto;
		bottom: 0;
		z-index: 101;
		display: block;	
		width: 100%;
	}
	.pagetop.sp a {
		background: #44875c;
		width: 100%;
		border-radius: 5px 5px 0 0;
		color: #FFF;
		text-align: center;
		font-size: 2.0rem;
		padding: 15px 20px;
		box-sizing: border-box;
		display: block;	
	}

	.pagetop.sp a img {
		width: 30px;
		height: auto;
		display: inline;
		margin-right: 5px;
	}
}
