@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap");
ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: inline-block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: inline-block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
  display: inline-block;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.m-articleContents__box__inner p {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.blue-link {
  color: #3C91D9 !important;
  font-weight: bold !important;
}

.blue-link:hover {
  color: #EF883D !important;
}

.floating-bnr {
  position: fixed;
  top: 18vh;
  right: 0;
  max-inline-size: 120px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .floating-bnr {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    max-inline-size: none;
    width: 98%;
    z-index: 100;
  }
}

.top-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 40px;
  }
}
.top-txt__limit {
  margin-top: 108px;
}
@media screen and (max-width: 640px) {
  .top-txt__limit {
    margin-top: 16px;
  }
}
.top-txt p {
  line-height: 1.875;
}
.top-txt p .txt-bold {
  font-weight: 700;
}

.present-wrap {
  border: 4px solid #1858A3;
  border-radius: 20px;
  padding: 0 44px 32px 28px;
  margin-top: 160px;
}
@media screen and (max-width: 640px) {
  .present-wrap {
    border: 2px solid #1858A3;
    border-radius: 10px;
    padding: 0 6% 8%;
    margin-top: 26%;
  }
}
.present-wrap--no02 {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .present-wrap--no02 {
    margin-top: 22%;
  }
}
.present-wrap__tit {
  text-align: center;
  margin-top: -70px;
}
@media screen and (max-width: 640px) {
  .present-wrap__tit {
    width: 61%;
    margin: -14% auto 0;
  }
}
.present-wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .present-wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10%;
  }
}
.present-wrap__flex--no02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .present-wrap__flex--no02 {
    margin-top: 10%;
  }
}
.present-wrap__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.present-wrap__txt__big {
  color: #1858A3;
  font-family: "Noto Sans", sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  line-height: 1 !important;
  padding-right: 16px;
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__big {
    font-size: 35px !important;
    padding-right: 12px;
  }
}
.present-wrap__txt__body {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__body {
    font-size: 16px !important;
    padding-left: 36px;
  }
}
.present-wrap__txt__body .num {
  font-size: 30px !important;
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__body .num {
    font-size: 21px !important;
  }
}
.present-wrap__txt__body .link {
  font-size: 16px;
  display: inline-block;
  padding-top: 12px;
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__body .link {
    font-size: 14px;
    padding-top: 4%;
  }
}
.present-wrap__txt__body .orange-bg {
  color: #fff;
  background: #1858A3;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  border-radius: 20px;
  display: inline-block;
  padding: 6px 16px 8px;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__body .orange-bg {
    font-size: 12px !important;
  }
}
.present-wrap__txt__body .orange-bg span {
  color: #FFFD55;
  font-size: 26px !important;
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__body .orange-bg span {
    font-size: 20px !important;
  }
}
.present-wrap__txt__body--01 {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__body--01 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.present-wrap__txt__body--02 {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .present-wrap__txt__body--02 {
    margin-top: 0;
  }
}
.present-wrap__img {
  width: 16.5%;
}
@media screen and (max-width: 640px) {
  .present-wrap__img {
    width: 38%;
    margin: 3% 0 0 36px;
  }
}

.present-bnr {
  text-align: center;
  max-width: 627px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .present-bnr {
    max-width: none;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .present-bnr--bottom {
    margin-top: 124px;
  }
}
.present-bnr__txt {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .present-bnr__txt {
    text-align: left;
    margin-top: 12px;
  }
}
.present-bnr__txt--no2 {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .present-bnr__txt--no2 {
    margin-top: 10px;
  }
}

.prize {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .prize {
    margin-top: 50px;
  }
}
.prize__item {
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .prize__item {
    margin: 20px auto 0;
  }
}
.prize__item--A {
  max-width: 500px;
}
@media screen and (max-width: 640px) {
  .prize__item--A {
    max-width: none;
    width: 100%;
  }
}
.prize__item--B {
  max-width: 216px;
}
@media screen and (max-width: 640px) {
  .prize__item--B {
    max-width: none;
    width: 40%;
  }
}
.prize__item--B + .prize__detail {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .prize__item--B + .prize__detail + .prize__link .link-txt {
    width: 96%;
  }
}
.prize__item--C {
  max-width: 450px;
}
@media screen and (max-width: 640px) {
  .prize__item--C {
    max-width: none;
    width: 73%;
  }
}
.prize__item--D {
  max-width: 500px;
}
@media screen and (max-width: 640px) {
  .prize__item--D {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .prize__item--D + .prize__detail + .prize__link .link-txt {
    width: 96%;
  }
}
.prize__item--E {
  max-width: 570px;
}
@media screen and (max-width: 640px) {
  .prize__item--E {
    max-width: none;
    width: 100%;
  }
}
.prize__detail {
  font-weight: 500;
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .prize__detail {
    text-align: left;
    line-height: 1.5 !important;
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .prize__detail.palt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.prize__link {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .prize__link {
    margin-top: 24px;
  }
}

.link-txt {
  color: #FF5555;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #FF5555;
  border-radius: 8px;
  display: inline-block;
  padding: 12px 24px 14px;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .link-txt {
    line-height: 1.5;
    padding: 6px 14px 8px;
  }
}
@media screen and (max-width: 640px) {
  .link-txt--D {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 6px 10px 8px;
  }
}

.link-txt:hover {
  color: #fff;
  background-color: #FF5555;
}
@media screen and (max-width: 640px) {
  .link-txt:hover {
    color: #FF5555;
    background-color: #fff;
  }
}

.prize-note {
  text-align: center;
  margin-top: 100px !important;
}
@media screen and (max-width: 640px) {
  .prize-note {
    text-align: left;
    margin-top: 14% !important;
  }
}

.call-for-photos {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .call-for-photos {
    margin-top: 50px;
  }
}

.w-chance {
  max-width: 520px;
  margin: 100px auto 0;
}
@media screen and (max-width: 640px) {
  .w-chance {
    max-width: none;
    margin: 14% auto 0;
  }
}

.apply {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .apply {
    margin-top: 50px;
  }
}
.apply__comment {
  color: #CF1E28;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .apply__comment {
    font-size: 13px !important;
  }
}
.apply__comment span {
  position: relative;
  display: inline;
}
.apply__comment span::before, .apply__comment span::after {
  content: "";
  background: #CF1E28;
  position: absolute;
  top: 0;
  width: 1px;
  height: 25px;
}
@media screen and (max-width: 640px) {
  .apply__comment span::before, .apply__comment span::after {
    top: 2px;
    height: 18px;
  }
}
.apply__comment span::before {
  left: -17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .apply__comment span::before {
    left: -12px;
  }
}
.apply__comment span::after {
  right: -15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .apply__comment span::after {
    right: -10px;
  }
}
.apply__btn {
  position: relative;
  background: #ED8EB9;
  border-radius: 40px;
  max-width: 400px;
  margin: 10px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .apply__btn {
    border-radius: 80px;
    width: 64%;
    margin-top: 4px;
  }
}
.apply__btn::after {
  content: "";
  background: url(../uploads/vol95-enquete-present_apply-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 640px) {
  .apply__btn::after {
    right: 4%;
    width: 15%;
    height: 55%;
  }
}
.apply__btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .apply__btn:hover {
    opacity: 1;
  }
}
.apply__btn a {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding: 28px 0;
}
@media screen and (max-width: 640px) {
  .apply__btn a {
    font-size: clamp(16px, 4.26vw, 30px);
    padding: 10% 0px;
  }
}
.apply__note {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .apply__note {
    text-align: left;
    margin-top: 24px;
  }
}

.detail:not(.template-free) .articleContents #to02 + .m-articleContents__box {
  position: relative;
  background: #FFFCD5;
  max-width: 900px;
  padding: 0 50px;
}
@media screen and (max-width: 640px) {
  .detail:not(.template-free) .articleContents #to02 + .m-articleContents__box {
    padding: 0;
  }
}

.zorori {
  position: relative;
  background: #FFFCD5;
  text-align: center;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .zorori {
    padding: 15% 0;
    margin-top: 50px;
  }
}
.zorori::after {
  content: "";
  background: #FFFCD5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .zorori::after {
    width: 125vw;
  }
}
.zorori__tit {
  max-width: 600px;
  margin: 0 auto;
}
.zorori__img {
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .zorori__img {
    margin-top: 10px;
  }
}
.zorori__copyright {
  font-size: 13px !important;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .zorori__copyright {
    text-align: left;
    margin-top: 20px;
  }
}
.zorori__txt {
  margin-top: 36px;
}
@media screen and (max-width: 640px) {
  .zorori__txt {
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .zorori .link-txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 6px 8px 8px;
  }
}