@charset "UTF-8";
body {
  overflow-y: scroll;
  font-family: "Noto Sans JP", system-ui, "Hiragino Sans", Hiragino Kaku Gothic ProN, YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #272727;
}

header {
  padding: 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
}
header h1 {
  width: 316px;
}

.btn {
  opacity: 1;
}

.btn:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.nav {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 100;
  display: inline-flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: #fff solid 1px;
  background: #ee771a;
  width: 400px;
  color: #fff;
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.navtime {
  flex-basis: 50%;
}

.countdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-wrapper h3 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.countdown {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.countdown > .time {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 5px;
}

#campaign-end {
  font-size: 20px;
  font-weight: 700;
  padding: 14px 0;
  color: #fff;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

/*左からフェードイン*/
.fade-in-left {
  opacity: 0;
  animation-name: fadein-left;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-left {
  0% {
    opacity: 0;
    transform: translatex(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*スクロールフェードイン*/
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

main {
  overflow: hidden;
}
main .wrapper {
  max-width: 986px;
  margin: 0 auto;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
main #mainvisual_section {
  position: relative;
}
main #mainvisual_section h2 {
  width: 74%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
main #cardsection {
  position: relative;
  background-image: url(../images/card_backimage_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #cardsection .card_ttl {
  width: 80%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
main #cardsection .card_ttl .card_ttl_top {
  margin-bottom: 60px;
}
main #cardsection .card_ttl .card_ttl_bottom {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #entrysection {
  margin-top: -160px;
  padding-top: 300px;
  background-image: url(../images/entry_backimage_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
main #entrysection .entryttl {
  width: 36.51%;
  margin: 0 auto;
}
main #entrysection .entry_step01_top {
  position: relative;
  margin-bottom: 80px;
}
main #entrysection .entry_step01_top .entrybtn {
  position: absolute;
  top: 52%;
  left: 25%;
  width: 26%;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #pointsection {
  padding: 100px;
  background-color: #f3f9e5;
  position: relative;
}
main #pointsection .illust01 {
  position: absolute;
  top: 200px;
  right: 0;
  width: 7%;
}
main #pointsection .illust02 {
  position: absolute;
  top: 900px;
  left: 0;
  width: 7%;
}
main #pointsection .illust03 {
  position: absolute;
  top: 1400px;
  right: 0;
  width: 7%;
}
main #pointsection .illust04 {
  position: absolute;
  top: 2300px;
  left: 0;
  width: 10%;
}
main #pointsection .ttl_pointsection {
  width: 78.6%;
  margin: 0 auto 30px auto;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #pointsection .chance01 {
  padding: 64px 50px 5px 50px;
  border-radius: 16px;
  background: #fffffb;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #pointsection .chance01 .ttl_chance01 {
  width: 82.2%;
  margin: 0 auto 40px auto;
}
main #pointsection .chance01 .inner_chance01_item {
  margin-bottom: 80px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #pointsection .chance01 .inner_chance01_item h2 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #179164;
}
main #pointsection .chance01 .inner_chance01_item .item_btn {
  width: 36.4%;
  margin: 40px auto 10px auto;
}
main #pointsection .chance01 .inner_chance01_item .label_ttl {
  color: #272727;
  margin-bottom: 20px;
  cursor: pointer;
}
main #pointsection .chance01 .inner_chance01_item .toggle {
  display: none;
}
main #pointsection .chance01 .inner_chance01_item .option {
  position: relative;
  margin-bottom: 80px;
}
main #pointsection .chance01 .inner_chance01_item .title,
main #pointsection .chance01 .inner_chance01_item .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.1s;
}
main #pointsection .chance01 .inner_chance01_item .title {
  display: block;
}
main #pointsection .chance01 .inner_chance01_item .title::after,
main #pointsection .chance01 .inner_chance01_item .title::before {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0.75em;
  width: 1px;
  height: 1.25em;
  background-color: #272727;
  transition: all 0.3s;
}
main #pointsection .chance01 .inner_chance01_item .title::after {
  transform: rotate(90deg);
}
main #pointsection .chance01 .inner_chance01_item .content {
  max-height: 0;
  overflow: hidden;
}
main #pointsection .chance01 .inner_chance01_item .content p {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-align: justify;
}
main #pointsection .chance01 .inner_chance01_item .toggle:checked + .title + .content {
  max-height: 800px;
  transition: all 1s;
}
main #pointsection .chance01 .inner_chance01_item .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
main #pointsection .chance02 {
  margin-top: 64px;
  padding: 64px 50px;
  border-radius: 16px;
  background: #fffffb;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #pointsection .chance02 .ttl_chance02 {
  width: 76.12%;
  margin: 0 auto 40px auto;
}
main #pointsection .chance02 .item {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
  position: relative;
}
main #pointsection .chance02 .item .appbtn {
  position: absolute;
  top: 88%;
  left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 20%;
}
main #pointsection .chance02 .item_btn {
  width: 36.4%;
  margin: 40px auto 32px auto;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #pointsection .chance02 .content {
  padding: 0 125px;
}
main #pointsection .chance02 .content p {
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
}
main #pointsection .chance02 .content p span {
  color: #e40000;
}
main #pointsection .chance03 {
  margin-top: 64px;
  padding: 64px 50px;
  border-radius: 16px;
  background: #fffffb;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #pointsection .chance03 .ttl_chance03 {
  width: 58.44%;
  margin: 0 auto 40px auto;
}
main #pointsection .chance03 .item {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
  position: relative;
}
main #pointsection .chance03 .item .appbtn {
  position: absolute;
  top: 68%;
  left: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 20%;
}
main #pointsection .chance03 .item_btn {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
  width: 36.4%;
  margin: 40px auto 32px auto;
}
main #pointsection .chance03 .content {
  text-align: center;
}
main #pointsection .chance03 .content p {
  font-size: 10px;
  font-weight: 400;
}
main #pointsection .entrybtn {
  width: 43.7%;
  margin: 50px auto 0 auto;
}
main #vpointsection {
  background-color: #fffffb;
  padding: 100px 0;
}
main #vpointsection .inner_vpointsection {
  position: relative;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #vpointsection .inner_vpointsection .appbtn {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 82.35%;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #vpointsection .inner_vpointsection .appbtn2 {
  position: absolute;
  bottom: 19%;
  left: 13%;
  width: 30.4%;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #cpsection .inner_contents {
  margin-top: 80px;
}
main #cpsection .inner_contents .flexbox {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: #179164 solid 2px;
}
main #cpsection .inner_contents .flexbox .pressentbox {
  width: 26px;
  margin-right: 10px;
}
main #cpsection .inner_contents .flexbox h3 {
  color: #179164;
  font-size: 20px;
}
main #cpsection .inner_contents h4 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 160%;
}
main #cpsection .inner_contents h4 span {
  color: #179164;
  font-size: 24px;
  position: relative;
  top: -5px;
}
main #cpsection .inner_contents .subttl {
  color: #179164;
  margin-top: 20px;
  font-size: 16px;
}
main #cpsection .inner_contents h5 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}
main #cpsection .inner_contents h5 span {
  color: #179164;
  font-size: 20px;
  font-weight: 600;
}
main #cpsection .inner_contents h6 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
main #cpsection .inner_contents h6 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  vertical-align: baseline;
}
main #cpsection .inner_contents h6 .green {
  color: #179164;
}
main #cpsection .inner_contents h6 .bold {
  font-weight: 700;
}
main #cpsection .inner_contents h6 .b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  font-weight: 700;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: 700;
  color: #179164;
}
main #cpsection .inner_contents p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
main #cpsection .inner_contents p span {
  color: #179164;
}
main #cpsection .inner_contents .cpbtn {
  width: 22%;
  margin-top: 20px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #cpsection .inner_contents .sub {
  margin-bottom: 20px;
}
main #cpsection .flexbox_btn {
  width: 460px;
  margin: 80px auto 0 auto;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #quizsection {
  margin-top: 120px;
}
main #quizsection .quiz {
  padding: 100px 100px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}
main #quizsection .quiz_illust {
  position: relative;
  width: 100%;
}
main #quizsection .btn_quiz {
  width: 600px;
  margin: 0 auto 100px auto;
}

footer {
  background-color: #179164;
  padding: 30px 0;
}
footer p {
  color: #fff;
  font-size: 9px;
  text-align: center;
}

input[type=checkbox] {
  display: none;
}

#txt_label {
  cursor: pointer;
}

.item01,
.item02,
.item03,
.item04,
.item05,
.item06,
.item07 {
  position: absolute;
  width: 100%;
}

.item01 {
  left: 24.25%;
  top: 13.75%;
}

.item02 {
  left: 35%;
  top: 18%;
}

.item03 {
  left: 66.5%;
  top: 29.5%;
}

.item04 {
  left: 25%;
  top: 46%;
}

.item05 {
  left: 14.5%;
  top: 61%;
}

.item06 {
  left: 59%;
  top: 70%;
}

.item07 {
  left: 75.5%;
  top: 78%;
}

.overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
}

.bg_gray {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}

.window {
  position: absolute;
  z-index: 90;
  opacity: 0;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)) drop-shadow(0px 9px 20px rgba(0, 0, 0, 0.1));
}

#window01 {
  top: -150%;
  left: -8%;
  width: 30%;
}

#window02,
#window03,
#window04,
#window05,
#window06,
#window07 {
  top: -120%;
  left: 2%;
  width: 20%;
}

#quizsection img[alt=ボタン] {
  width: 4%;
  height: auto;
}

#quizsection img[alt=ボタン2] {
  width: 10%;
  height: auto;
}

/* クリックで表示 */
#popup01:checked ~ #overlay01,
#popup02:checked ~ #overlay02,
#popup03:checked ~ #overlay03,
#popup04:checked ~ #overlay04,
#popup05:checked ~ #overlay05,
#popup06:checked ~ #overlay06,
#popup07:checked ~ #overlay07 {
  visibility: visible;
}

#popup01:checked ~ #overlay01 #window01,
#popup02:checked ~ #overlay02 #window02,
#popup03:checked ~ #overlay03 #window03,
#popup04:checked ~ #overlay04 #window04,
#popup05:checked ~ #overlay05 #window05,
#popup06:checked ~ #overlay06 #window06,
#popup07:checked ~ #overlay07 #window07 {
  animation: fadein 500ms forwards;
  animation-timing-function: ease-in-out;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style_pc.css.map */