@charset "UTF-8";
@import 'reset-css/reset.css';
body, html {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.figure {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

a {
  word-break: break-all;
  text-decoration: none;
}

iframe {
  border: none;
}

.text {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #3D3D3D;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: 0px;
  margin-top: 0px;
}

figcaption {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
}

.top-section {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  height: auto;
}

.top-section-bg-sp {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
}

.top-section-bg-pc {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: -1;
}

.top-section-companies-sp {
  position: absolute;
  top: min(12.2666666667vw, 46px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
}

.top-section-pretitle-sp {
  position: absolute;
  top: min(29.3333333333vw, 110px);
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
}

.top-section-title-sp {
  position: absolute;
  top: min(62.9333333333vw, 236px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
}

.top-section-reciept-sp {
  position: fixed;
  bottom: 20px;
  right: 18px;
  z-index: 30;
  width: 90px;
  height: 90px;
}

.top-section-campaign-sp {
  position: absolute;
  top: min(140vw, 525px);
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.top-section-gradient-sp {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
}

.thankyou-top-section {
  height: 450px;
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  justify-content: center;
}

.thankyou-top-section-bg-sp {
  margin: 0;
  width: 100%;
  display: block;
  z-index: 3;
}

.thankyou-top-section-title-sp {
  position: absolute;
  top: min(12.2666666667vw, 46px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
  z-index: 3;
}

.thankyou-top-section-thankyou-sp {
  position: absolute;
  top: min(79.7333333333vw, 299px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
  z-index: 3;
}

.thankyou-top-section-gradient-sp {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 345px;
  z-index: 2;
}

.thankyou-contact-section {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: #0A5695;
  overflow-x: hidden;
  padding-bottom: 119px;
}

.thankyou-contact-section .section-wrapper {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.entry-top-section {
  height: 450px;
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  justify-content: center;
  z-index: 1;
}

.entry-top-section-bg-sp {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.entry-top-section-companies-sp {
  position: absolute;
  top: min(12.2666666667vw, 46px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
}

.entry-top-section-title-sp {
  position: absolute;
  top: min(42.9333333333vw, 161px);
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
  z-index: 3;
}

.entry-top-section-gradient-sp {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 154px;
  z-index: 2;
}

.entry-more-section-gradient-sp {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 154px;
  z-index: 1;
  overflow: hidden;
}

.entry-collection-img {
  position: absolute;
  bottom: 0;
  margin-bottom: -10px;
  width: 100%;
  z-index: 20;
  overflow: visible;
}

.entry-form-img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}

.main-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: #0A5695;
  overflow-x: hidden;
  background-image: url("../images/bg-bubbles-sp.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

.details-section {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.contact-section {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: #0A5695;
  overflow-x: hidden;
}

.top-footer {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.section-wrapper {
  width: 82%;
  justify-content: center;
}

.prize-intro-img {
  width: 100%;
  height: auto;
  margin-bottom: 115px;
}

.bottom-border-pattern {
  width: 100%;
  height: auto;
  display: flex;
}

.entry-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 75%;
  gap: 20px;
}

.left-aligned-text-area {
  align-self: flex-start;
  text-align: left;
  width: auto;
}

.center-aligned-text-area {
  align-self: flex-start;
  text-align: center;
  width: auto;
}

.left-right-pair {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
}

.left-side {
  padding-top: 1px;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
  align-items: center;
}

.right-side {
  flex: 1;
}

.box-diagonal-left {
  left: -8px;
  bottom: 7px;
  position: absolute;
  height: 23px;
  width: auto;
}

.box-diagonal-right {
  right: -8px;
  bottom: 7px;
  position: absolute;
  height: 23px;
  width: auto;
}

.box-prizea-pinktext {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.img-fruitsbasket {
  margin-bottom: 5px;
  width: 80%;
  height: auto;
}

.img-ningyohime {
  margin-top: 15px;
  width: 100%;
  height: auto;
}

.img-ezopoint {
  width: 100%;
  height: auto;
}

.img-ezoca {
  width: 65%;
  height: auto;
  margin-top: 20px;
}

.img-naturelab {
  width: 80%;
  height: auto;
}

.img-suntory {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 75%;
  height: auto;
}

.img-theatre {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

.img-entry {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.img-caution {
  width: 100%;
  height: auto;
  margin-top: 120px;
}

.img-contact {
  margin-bottom: 20px;
  margin-top: 30px;
  width: 73%;
  height: auto;
}

.img-footer-companies {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
}

.details-box-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.details-box {
  box-sizing: border-box;
  border: 1px solid #EBCD37;
  padding: 75px 20px 40px 20px;
  background-color: #FFFFFF;
  color: #3D3D3D;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.center-preamble {
  margin: 0 auto;
  color: #FFFFFF;
}

.navy-box {
  color: #FFFFFF;
  background-color: #0A5695;
  font-weight: 700;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 0px 10px;
  display: inline-flex;
  width: 73px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 5px;
}

.teal-box {
  color: #FFFFFF;
  background-color: #36AD99;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 100%;
}

.white-navy-box {
  color: #0A5695;
  background-color: #FFFFFF;
  border: 1px #0A5695 solid;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 5px;
}

.white-pink-box {
  color: #E01F86;
  background-color: #FFFFFF;
  border: 1px #E01F86 solid;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 100%;
  padding-block: 0px 9px;
  text-align: center;
}

.btn {
  background: linear-gradient(to bottom, #E63444, #EE92BA);
  color: #FFFFFF;
  font-size: 14px;
  border: none;
  padding: 16px 40px;
  border-radius: 90px;
  height: 27px;
  width: auto;
  max-width: 135px;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.accordion-button {
  width: 100%;
  color: #0A5695;
  height: 40px;
  font-size: 18px;
  line-height: 2em;
  font-weight: 700;
  border-bottom: 1px solid #0A5695;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.accordion-close-img, .accordion-open-img {
  position: absolute;
  right: 0px;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.accordion {
  overflow: hidden;
}

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

.accordion-header {
  background: #FFFFFF;
  position: relative;
  color: #0A5695;
  font-size: 18px;
  padding-block: 12px;
  font-weight: 700;
  border-bottom: 1px solid #0A5695;
  cursor: pointer;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 12px;
}

.accordion-content.open {
  padding: 12px;
}

.accordion-open-img {
  display: block;
}

.accordion-close-img {
  display: none;
}

.accordion-header.open {
  border-bottom: none;
}

.btn-chevron {
  position: absolute;
  right: 0;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

.accordion-entry {
  overflow: hidden;
}

.accordion-item-entry {
  border-bottom: none;
  overflow: hidden;
  height: auto;
}

.js-expand-btn, .js-expand-main-btn, .js-expand-notice-btn {
  cursor: pointer;
}

.box-decoration-top-left {
  position: absolute;
  top: -50%;
  left: -50%;
}

.box-decoration-bottom-left {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 220px;
  height: auto;
}

.box-decoration-top-right {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 220px;
  height: auto;
}

.box-decoration-top {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 350px;
  height: auto;
}

.box-decoration-top-center {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: auto;
}

.js-accordion-content-main-entry {
  justify-content: flex-start;
  max-height: 350px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.js-bottom-fade-navy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #0A5695, transparent);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 30;
}

.js-bottom-fade-navy.hidden {
  opacity: 0;
  display: none;
}

.js-accordion-content-notice-entry {
  justify-content: flex-start;
  max-height: 350px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.js-bottom-fade-white {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, white, transparent);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.js-bottom-fade-white.hidden {
  opacity: 0;
  display: none;
}

.truncate-entry-btn-box {
  background-color: #0A5695;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100px;
  width: 100%;
  max-width: 430px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.truncate-notice-btn-box {
  background-color: #FFFFFF;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100px;
  width: 100%;
  max-width: 430px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.btn-round-navy {
  display: flex;
  flex-direction: column;
  z-index: 30;
  background: #0A5695;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  border: #FFFFFF 1px solid;
  border-radius: 25px;
  height: 30px;
  width: 255px;
  justify-content: center;
  align-content: center;
  text-align: center;
  position: relative;
}

.btn-round-white {
  display: flex;
  flex-direction: column;
  z-index: 30;
  background: #FFFFFF;
  color: #36AD99;
  font-size: 14px;
  font-weight: 700;
  border: #36AD99 1px solid;
  border-radius: 25px;
  height: 30px;
  width: 255px;
  justify-content: center;
  align-content: center;
  text-align: center;
  position: relative;
}

.btn-chevron {
  position: absolute;
  right: 10px;
  height: 15px;
  width: 15px;
}

.btn-chevron.open {
  position: absolute;
  transform: rotate(180deg);
  top: 25%;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 3px;
}

.image-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.u-navy {
  color: #0A5695;
}

.u-dark {
  color: #3D3D3D;
}

.u-gold {
  color: #EBCD37;
}

.u-pink {
  color: #E01F86;
}

.u-white {
  color: #FFFFFF;
}

.u-teal {
  color: #36AD99;
}

.u-light-blue {
  color: #20B1FF;
}

.u-light-blue-link {
  color: #20B1FF;
  text-decoration: underline;
}

.u-red {
  color: #FF0000;
}

.u-18px-500 {
  font-size: 18px;
  font-weight: 500;
}

.u-18px-700 {
  font-size: 18px;
  font-weight: 700;
}

.u-14px-900 {
  font-size: 14px;
  font-weight: 900;
}

.u-14px-500 {
  font-size: 14px;
  font-weight: 500;
}

.u-14px-700 {
  font-size: 14px;
  font-weight: 700;
}

.u-13px-700 {
  font-size: 13px;
  font-weight: 700;
}

.u-12px-500 {
  font-size: 12px;
  font-weight: 500;
}

.u-26px-700 {
  font-size: 24px;
  font-weight: 700;
}

.u-lh-200 {
  line-height: 2em;
}

.u-width-73px {
  width: min(19.4666666667vw, 73px);
}

.u-width-117px {
  width: min(31.2vw, 117px);
}

.u-width-138px {
  width: min(31.2vw, 138px);
}

.u-width-88px {
  width: min(23.4666666667vw, 88px);
}

.u-centered-children {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.u-margin-bottom-5px {
  margin-bottom: 5px;
}

.u-margin-bottom-10px {
  margin-bottom: 10px;
}

.u-margin-bottom-15px {
  margin-bottom: 15px;
}

.u-margin-bottom-20px {
  margin-bottom: 20px;
}

.u-margin-bottom-30px {
  margin-bottom: 30px;
}

.u-margin-bottom-119px {
  margin-bottom: 119px;
}

.list-double-maru {
  list-style: none;
  padding-left: 1.5em;
}

.list-double-maru li::before {
  content: "◎";
  margin-left: -1.5em;
  margin-right: 0.5em;
  color: inherit;
  display: inline-block;
  width: 1em;
}

.list-asterisk {
  list-style: none;
  padding-left: 1.5em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1.5em;
  margin-right: 0.5em;
  color: inherit;
  display: inline-block;
  width: 1em;
}

ul {
  list-style: none;
  padding-left: 1em;
}

.list-squares {
  font-weight: 500;
  line-height: 2em;
  color: #3D3D3D;
}

.list-squares > li {
  position: relative;
  padding-left: 16px;
}

.list-squares > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: #3D3D3D;
  display: inline-block;
}

.u-14px-squares li::before {
  top: 0.75em;
}

.list-squares ul > li {
  position: relative;
  padding-left: 14px;
}

.list-squares ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 4px;
  height: 4px;
  background: #3D3D3D;
  border-radius: 50%;
  display: inline-block;
}

.list-pink-bullet > li {
  position: relative;
}

.list-pink-bullet li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background: #E01F86;
  border-radius: 50%;
  display: inline-block;
}

.list-bullet-points {
  font-weight: 500;
  line-height: 2em;
  color: #3D3D3D;
}

.list-bullet-points > li {
  position: relative;
  padding-left: 16px;
}

.list-bullet-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 4px;
  height: 4px;
  background: #3D3D3D;
  border-radius: 50%;
  display: inline-block;
}

.bracket-list {
  list-style: none;
  padding-left: 0;
  counter-reset: bracket-counter;
}

.bracket-list li {
  counter-increment: bracket-counter;
  margin-bottom: 10px;
  position: relative;
}

.bracket-list li::before {
  content: "(" counter(bracket-counter) ") ";
  font-weight: bold;
}

.box-prizea-navyintro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}

.box-prizea-navyintro .box-diagonal-left {
  bottom: -1px;
  left: -20px;
}

.box-prizea-navyintro .box-diagonal-right {
  bottom: -1px;
  right: -20px;
}

.box-prizeb-navyintro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-inline: 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.changes-to-row {
  display: flex;
  flex-direction: column;
}

.box-prizeb-navyintro .box-diagonal-left {
  bottom: -1px;
}

.box-prizeb-navyintro .box-diagonal-right {
  bottom: -1px;
}

.box-prizea-navyintro p {
  color: #0A5695;
}

.box-prizeb-navyintro p {
  color: #0A5695;
}

.box-prize-a {
  margin-bottom: 110px;
}

.box-prize-b {
  margin-bottom: 135px;
}

.box-apply {
  margin-bottom: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box-goods {
  margin-bottom: 100px;
  padding-top: 30px;
  padding-bottom: 29.5px;
}

.box-shop {
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  margin-bottom: 100px;
}

.box-about {
  padding-top: 30px;
  margin-bottom: 100px;
}

.date-heading {
  margin-bottom: 5px;
  margin-top: 10px;
}

.box-entry {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 30px 20px;
  overflow: visible;
  z-index: 20;
}

.box-caution {
  margin-bottom: 60px;
  position: relative;
}

.box-caution .bottom-border-pattern {
  z-index: 5;
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
}

.form-section {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 430px;
  position: relative;
  margin: 0 auto;
  margin-top: -1px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #0A5695;
  background-clip: 1;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
  background-image: url("../images/bg-bubbles-sp.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

.box-form {
  margin-top: 115px;
  width: 87%;
  padding: 20px 30px;
  overflow: visible;
}

.box-thankyou {
  display: flex;
  width: 100%;
  padding: 30px 20px;
  justify-content: center;
  text-align: center;
  position: relative;
}

.box-contact {
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  position: relative;
}

.box-contact p {
  z-index: 3;
}

.box-footer p {
  margin-top: 0px;
}

.box-footer {
  padding-top: 95px;
  position: relative;
}

.box-footer .bottom-border-pattern {
  z-index: 40;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}

.contact-heading,
.contact-phone,
.contact-hours,
.contact-days {
  color: #FFFFFF;
  z-index: 4;
}

.contact-heading {
  margin-top: 20px;
  text-align: left;
  position: relative;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}

.contact-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px dotted #fff;
}

@media (min-width: 430px) {
  .top-section, .entry-top-section, .main-section, .details-section, .contact-section, footer {
    box-sizing: border-box;
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: 5;
  }
  .top-section-reciept-sp {
    position: fixed;
    left: 50%;
    transform: translateX(100px);
    width: 90px;
    height: 90px;
    max-width: 90px;
    z-index: 30;
  }
}
/*# sourceMappingURL=styles.css.map */
