@charset "utf-8";

/*************************** 
	components
****************************/
.c-section-ttl {
  text-align: center;
  line-height: 1;
  font-size: 2.625rem;
  font-weight: 700;
  padding-bottom: 47px;
  position: relative;
  color: #f00;
  letter-spacing: 0.2em;
}

.c-section-ttl::after {
  content: "";
  width: 80px;
  height: 8px;
  background-color: #f00;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

@media screen and (max-width: 550px) {
  .c-section-ttl {
    font-size: 21px;
    padding-bottom: 22px;
  }

  .c-section-ttl::after {
    bottom: 0;
    width: 40px;
    height: 4px;
  }
}

.c-section-subttl {
  font-size: 30px;
  font-weight: 700;
  padding-left: 30px;
  line-height: 1;
  color: #d20000;
  position: relative;
}

.c-section-subttl::before {
  content: "";
  width: 11px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d20000;
}
@media screen and (max-width: 550px) {
  .c-section-subttl {
    font-size: 17px;
    padding-left: 18px;
  }

  .c-section-subttl::before {
    width: 6px;
    height: 100%;
    top: 0;
  }
}
/*************************** 
	components end
****************************/

/*************************** 
	p-header
****************************/
.p-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 2.2%;
  transition: 0.6s;
  z-index: 2;
}
.p-header__inner {
  max-width: 2700px;
  padding: 0 4.2%;
  margin-left: auto;
  margin-right: auto;
}

.p-header__logos {
  display: flex;
  gap: 20px;
}

.p-header__logo {
  width: 6.667%;
  max-width: 200px;
  min-width: 50px;
}

.p-header__logo.p-header__logo--jra {
  width: 9%;
  max-width: 400px;
}

@media screen and (max-width: 550px) {
  .p-header {
    padding-top: 17%;
    padding-top: 15px;
  }
  .p-header__inner {
    width: 100%;
    margin-left: 0;
  }
  .p-header__logos {
    gap: 10px;
  }
  .p-header__logo {
    width: 21%;
    min-width: 30px;
  }
  .p-header__logo.p-header__logo--jra {
    width: 25%;
    max-width: 100px;
  }
}
/*************************** 
	p-header end
****************************/

/*************************** 
	p-mv
****************************/
.p-mv {
  background: url(../img/mv_bg01.png) 50% 50% no-repeat;
  background-size: cover;
  background-color: #fcf1dd;
  padding-top: 6%;
  padding-bottom: 2.5%;
}
.p-mv__inner {
  padding: 0 20px 0 9.5%;
  width: 100%;
}
.p-mv__title {
  position: relative;
  width: 90%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

/* sp */
@media screen and (max-width: 550px) {
  .p-mv {
    padding-top: 31%;
    padding-bottom: 7%;
    background-image: url(../img/mv_bg01-sp.png);
  }
  .p-mv__inner {
    padding: 0 10px 0 10px;
    padding: initial;
  }
  .p-mv__title {
    width: 91.5%;
  }
}
/*************************** 
	p-mv  end
****************************/

/*************************** 
	p-main-bg
****************************/
.p-main-bg {
  padding-top: 47px;
  position: relative;
}

.p-main-bg::before,
.p-main-bg::after {
  content: "";
  width: 100%;
  left: 0;
  z-index: 1;
}

.p-main-bg::before {
  height: 402px;
  position: absolute;
  top: 0;
  background: url(../img/body-bg01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.p-main-bg::after {
  height: 70%;
  position: fixed;
  bottom: 0;
  transition: 0.6s;
  background: url(../img/body-bg02.jpg) 50% 50% repeat;
  background-size: 100% auto;

  opacity: 0;
}

.p-main-bg__inner {
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding: 0 20px;
}

.p-main-bg.is-active::after {
  transition: 0.6s;
  opacity: 1;
  z-index: -1;
}

@media screen and (max-width: 550px) {
  .p-main-bg {
    padding-top: 24px;
  }

  .p-main-bg::before {
    background: url(../img/body-bg01_sp.jpg) 50% 50% repeat;
    background-size: 100% auto;
    height: 100%;
    position: fixed;
    z-index: -1;
  }

  .p-main-bg::after {
    display: none;
  }
  .p-main-bg__inner {
    max-width: 450px;
    padding: 0 20px;
  }
}
/*************************** 
	p-main-bg  end
****************************/

/*************************** 
	p-catch
****************************/

.p-catch__catch {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  color: #d20000;
  position: relative;
  padding: 0 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-catch__catch::before {
  content: "＼";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-catch__catch::after {
  content: "／";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-catch__title {
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  color: #d20000;
}

.p-catch__period {
  line-height: 1.2;
  font-size: 36px;
  font-weight: 500;
  padding: 11px 37px 14px;
  /* width: fit-content; */
  /* max-width: 80%; */
  max-width: 780px;
  width: 100%;
  margin: 30px auto 0;
  border-radius: 100px;
  color: #fff;
  background-color: #d20000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 551px) and (max-width: 1300px) {
  .p-catch__catch {
    font-size: 28px;
  }
  .p-catch__title {
    font-size: 38px;
  }
  .p-catch__period {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .p-catch__catch {
    font-size: 18px;
  }
  .p-catch__title {
    font-size: 25px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-catch__title span.txt01 {
    font-size: 18px;
  }

  .p-catch__title span.txt02 {
    font-size: 24px;
  }

  .p-catch__title span.forSp {
    display: inline-block;
  }

  .p-catch__period {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
    padding: 9px 10px;
    max-width: 315px;
  }

  /* .p-catch__period span {
    font-size: 16px;
  } */
}

/*************************** 
	p-catch  end
****************************/

/*************************** 
	.p-present  end
****************************/
.l-present {
  margin-top: 45px;
}

.p-present {
  width: 100%;
  background: url(../img/present_bg_pc.webp) 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

.p-present__img {
  margin-top: 10px;
}

@media screen and (max-width: 550px) {
  .l-present {
    margin-top: 25px;
  }

  .p-present {
    background-image: url(../img/present_bg_sp.webp);
  }
  .p-present.u-section {
    padding-top: 72px;
    padding-bottom: 71px;
  }
  /* .p-present__inner.l-inner {
  } */
  .p-present__img {
    margin-top: initial;
  }
}
/*************************** 
	.p-present  end
****************************/

/*************************** 
	.p-requirement
****************************/
.l-requirement {
  margin-top: 78px;
}

.p-requirement {
  padding-top: 55px;
  padding-bottom: 74px;
  border-radius: 55px;
  position: relative;
}
.p-requirement__items {
  margin-top: 61px;
}

.p-requirement__item:not(:first-child) {
  margin-top: 46px;
}

.p-requirement__item-txt {
  font-size: 24px;
  line-height: 2;
  font-weight: 700;
  margin-top: 20px;
}

.p-requirement__item-txt a {
  transition: 0.6s;
  text-decoration: underline !important;
}

.p-requirement__item-txt a:hover {
  color: #f00;
  transition: 0.6s;
}

.p-requirement__item-txt li {
  padding-left: 30px;
  position: relative;
}

.p-requirement__item-txt li::before {
  content: "▪";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 550px) {
  .l-requirement {
    margin-top: 30px;
  }
  .p-requirement__inner.l-inner {
    padding: 0 20px;
  }
  .p-requirement__items {
    margin-top: 30px;
  }

  .p-requirement__item:not(:first-child) {
    margin-top: 20px;
  }

  .p-requirement__item-txt {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.5;
  }

  .p-requirement__item-txt li {
    font-size: 14px;
    padding-left: 15px;
  }
}

/*************************** 
	.p-requirement  end
****************************/

/*************************** 
	.p-entry
****************************/
.l-entry {
  margin-top: 78px;
}

.p-entry {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 550px) {
  .l-entry {
    margin-top: 30px;
  }
  .p-entry {
    gap: 30px;
  }
}
/*************************** 
	.p-entry  end
****************************/

/*************************** 
	.p-entry-prepare
****************************/
.p-entry-prepare__text {
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
  margin-top: 30px;
}

.p-entry-prepare__text > .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-entry-prepare__text > .mt {
  margin-top: 0.8em;
}

@media screen and (max-width: 550px) {
  .p-entry-prepare__inner.l-inner {
    padding: 0 25px;
  }
  .p-entry-prepare__text {
    font-size: 14px;
    margin-top: 20px;
  }
}
/*************************** 
	.p-entry-prepare  end
****************************/

/*************************** 
	.p-entry-form
****************************/
.p-entry-form__main {
  margin-top: 30px;
}
@media screen and (max-width: 550px) {
  .p-entry-form__main {
    margin-top: 20px;
  }
}
/*************************** 
	.p-entry-form  end
****************************/

/*************************** 
	.p-entry-thanks
****************************/
.p-entry-thanks.u-section {
  padding-top: 60px;
  padding-bottom: 70px;
}

.p-entry-thanks__ttl {
  text-align: center;
  color: #f00;
  font-weight: bold;
  font-size: 28px;
}

.p-entry-thanks__text {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 40px;
}
@media screen and (max-width: 550px) {
  .p-entry-thanks.u-section {
    padding: 40px 0;
  }
  .p-entry-thanks__inner.l-inner {
    padding: 0 25px;
  }
  .p-entry-thanks__ttl {
    font-size: 22px;
  }
  .p-entry-thanks__text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
  }
}
/*************************** 
	.p-entry-thanks  end
****************************/

/*************************** 
	p-footer
****************************/
.p-footer {
  padding: 100px 0 80px;
}

.p-footer__copyright {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
.p-footer__copyright small {
  font: inherit;
  letter-spacing: 0.015em;
}

@media screen and (max-width: 550px) {
  .p-footer {
    padding: 25px 0;
  }
  .p-footer__copyright {
    text-align: left;
  }
  .p-footer__copyright small {
    letter-spacing: initial;
  }
}
/*************************** 
	p-footer end
****************************/

.l-inner {
  max-width: 1060px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .l-inner {
    padding: 0 15px;
  }
}
.u-section {
  background-color: #fff;
  border-radius: 110px;
  box-shadow: 7px 10px 20px rgba(0, 0, 0, 0.16);
  padding-top: 78px;
  padding-bottom: 55px;
}
@media screen and (min-width: 551px) and (max-width: 1500px) {
  .u-section {
    border-radius: 70px;
  }
}

@media screen and (max-width: 550px) {
  .u-section {
    width: 100%;
    margin-left: 0;
    border-radius: 40px;
    padding: 40px 0;
  }
}
/* 表示・非表示、時限設定
/* ==================================================== */
.js-timerHidden {
  display: none;
}

.js-timerVisible {
  display: block;
}
