@charset "utf-8";

/* ---------------------------------------------
Reset
--------------------------------------------- */
/* Modern browser */
*,
*::before,
*::after{box-sizing:border-box}
*{margin:0;padding:0;}
img,
picture,
video,
canvas,
svg{display:block;max-width:100%}
input,
button,
textarea,
select{font:inherit}
p,
h1,
h2,
h3,
h4,
h5,
h6{overflow-wrap:break-word}


/* addition */
img,
iframe,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
small {
  font-size: 70%;
}

ul,ol,li {
  padding: 0;
  list-style: none;
}


/* ---------------------------------------------
font
--------------------------------------------- */
html {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

html body,
table th,
table td {
  line-height: 1.6;
  color: #000;
  font-size: 3.2vw;
  font-weight: 500;
}
@media screen and (min-width:751px) {
  html body,
  table th,
  table td {
    font-size: 17px;
  }
}

strong, em {
  font-weight: 700;
}


/* ---------------------------------------------
link
--------------------------------------------- */
a,
a:link,
a:visited {
  color: #000;
}
a:hover {
  color: #e8447e;
  text-decoration: none;
}
a:focus {
  outline: none;
}


/* ---------------------------------------------
width
--------------------------------------------- */
.lp_page__class {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:751px) {
  .lp_page__class {
    width: 518px;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:751px) {
  .wrapper {
    width: 100%;
    min-width: 1080px;
  }
}

.contentsWrapper {
  width: 84.267%;
  margin: 0 auto;
}
.contentsWrapper2 {
  width: 88.667%;
}


/* ---------------------------------------------
cmn
--------------------------------------------- */
.lp_page__class p {
  margin: 0 0 1em;
}

.lp_page__class sup {
  font-size: 70%;
  vertical-align: super;
}

.lp_page__class .btn a:hover {
  filter: saturate(130%);
}

.lp_page__class .red1 {
  color: #e8447e;
}
.lp_page__class .org1 {
  color: #ff8a00;
}
.lp_page__class .blu1 {
  color: #00008a;
}

.lp_page__class .taC {
  text-align: center;
}
.lp_page__class .taR {
  text-align: right;
}

.txtSt1 {
  text-decoration: underline;
}

.lp_page__class .note small {
  font-size: 2.2666vw;
  display: block;
}
@media screen and (min-width:751px) {
  .lp_page__class .note small {
    font-size: 12px;
  }
}
.lp_page__class .note1 small {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.lp_page__class .note2 small {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.lp_page__class .exLink {
  padding-right: 1.3em;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20data-name%3D%22%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.41%2014.46%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2211.5%2013.96%20.5%2013.96%20.5%202.96%22%2F%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%222.91%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%2211%22%2F%3E%20%3Crect%20x%3D%222.91%22%20y%3D%22.5%22%20width%3D%2211%22%20height%3D%223.5%22%2F%3E%3C%2Fsvg%3E') no-repeat right center / 2vw auto;
}
@media screen and (min-width:751px) {
  .lp_page__class .exLink {
    padding-right: 1.3em;
    background-size: 10px auto;
  }
}

/* cta */
.lp_page__class .cta {
  padding: 2em 0;
  background-color: #fff5b4;
}
.lp_page__class .cta .ctaCopy {
  margin-bottom: 1em;
}
.lp_page__class .cta .ctaCopy .txt {
  width: 65.6%;
  margin: 0 auto 1em;
  display: block;
}
.lp_page__class .cta .ctaBtnAera {
  margin-bottom: 1.5em;
}
.lp_page__class .cta .ctaBtnAera .ctaBtn {
  width: 82.667%;
  margin: 0 auto;
}
.lp_page__class .cta .ctaBtnAera .ctaBtn .txt {
  width: 80%;
  margin: 0 auto;
}
.lp_page__class .cta .ctaLink {
  text-align: center;
}
.lp_page__class .cta .ctaLink a {
  color: #000;
}

/* btn */
.lp_page__class .btnSt1 {
  margin-bottom: 1em;
}
.lp_page__class .btnSt1 .btn {
  width: 87%;
  margin: 0 auto;
}
.lp_page__class .btnSt1 .btn .txt {
  width: 70.156%;
  margin: 0 auto;
  display: block;
}
.lp_page__class .btnSt1 .btn a,
.lp_page__class .btnSt1 .btn .area {
  padding: .8em 0;
  color: #e8447e;
  background-color: #e8457e;
  border-radius: 5em;
  border: .4vw solid #e8457e;
  display: block;
  transition: all .3s;
  position: relative;
  top: 0;
  cursor: pointer;
  box-shadow: 0 1.3333vw 0 0 #ca004e;
}
@media screen and (min-width:751px) {
  .lp_page__class .btnSt1 .btn a,
  .lp_page__class .btnSt1 .btn .area {
    border-width: 2px;
    box-shadow: 0 7px 0 0 #ca004e;
  }
}
.lp_page__class .btnSt1 .btn a:hover,
.lp_page__class .btnSt1 .btn .area:hover {
  box-shadow: 0 0 0 0 #ca004e;
  top: .9333vw;
}
@media screen and (min-width:751px) {
  .lp_page__class .btnSt1 .btn a:hover,
  .lp_page__class .btnSt1 .btn .area:hover {
    top: 7px;
  }
}
.lp_page__class .btnSt1_2 .btn a,
.lp_page__class .btnSt1_2 .btn .area {
  color: #e8457e;
  background-color: #fff;
  border-radius: 5em;
  display: block;
  transition: all .3s;
  position: relative;
  top: 0;
}

/* swiper */
.lp_page__class .swiper {
  overflow: visible;
}
.lp_page__class .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.1333vw;
}
@media screen and (min-width:751px) {
  .lp_page__class .swiper-pagination {
    gap: 11px;
  }
}
.lp_page__class .swiper-pagination .swiper-pagination-bullet {
  width: 1.6vw;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  display: block;
}
@media screen and (min-width:751px) {
  .lp_page__class .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
  }
}
.lp_page__class .sliderSt2 .swiper-button-next,
.lp_page__class .sliderSt2 .swiper-button-prev {
  width: 11vw;
  height: auto;
  aspect-ratio: 1 / 1;
  top: 50%;
}
@media screen and (min-width:751px) {
  .lp_page__class .sliderSt2 .swiper-button-next,
  .lp_page__class .sliderSt2 .swiper-button-prev {
    width: 50px;
  }
}
.lp_page__class .sliderSt2 .swiper-button-prev:after,
.lp_page__class .sliderSt2 .swiper-rtl .swiper-button-next:after,
.lp_page__class .sliderSt2 .swiper-button-next:after,
.lp_page__class .sliderSt2 .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.lp_page__class .sliderSt2 .swiper-button-prev {
  left: -2%;
  transform: translate(-50%, -50%);
}
.lp_page__class .sliderSt2 .swiper-button-next {
  right: -2%;
  transform: translate(50%, -50%);
}
.lp_page__class .sliderSt2 .swiper-pagination {
  padding-top: 1em;
  top: 100%;
  bottom: auto;
}
.lp_page__class .sliderSt2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #e8447e;
}
.lp_page__class .sliderSt2 .swiper-slide {
  height: auto;
  opacity: .3;
  transition: opacity .3s;
}
.lp_page__class .sliderSt2 .swiper-slide-active {
  opacity: 1;
}
.lp_page__class .sliderSt2 .swiper-slide .inner {
  height: 100%;
}

/* dl btn */
.lp_page__class .appDlBtn {
  width: 57.144%;
  margin: 0 auto 1em;
  display: none;
}
.lp_page__class .appDlBtn.active {
  display: block;
}
.lp_page__class .appDlBtn.link_other .btn {
  width: auto;
}
.lp_page__class .appDlBtn.link_other .area {
  padding: .6em 1em;
  color: #e8447e;
}

/* cherry-blossom-container */
.cherry-blossom-container {
  position: relative;
}
.petal {
  position: absolute;
  position: fixed;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  -webkit-animation: animate-petal 10s linear;
          animation: animate-petal 10s linear;
  z-index: 0;
}
.petal:after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fbdfe3;
  border-radius: 150% 0 150% 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    -webkit-transform: rotate(3000deg);
            transform: rotate(3000deg);
  }
}

/* ---------------------------------------------
outer
--------------------------------------------- */
.lp_page__wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  .lp_page__wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(/kojin/hiraku/cam/2026_spring/images/page_bg.jpg) no-repeat center / cover;
  }
}
.lp_page__class {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width:751px) {
  .lp_page__class {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  }
}


/* ---------------------------------------------
gNav
--------------------------------------------- */
.gNav {
  display: none;
}
@media screen and (min-width:1000px) {
  .gNav {
    width: min(290px, 20vw);
    padding: .5em 0;
    text-align: center;
    font-size: min(18px, 1.3vw);
    background-color: #fff;
    border: 3px solid #e8447e;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: calc(50% + 258px + 50px);
    transform: translateY(-50%);
    z-index: 100;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
  }
}

.gNav .ttl {
  margin-bottom: .5em;
  padding: .3em 1.5em;
  line-height: 1;
  color: #fff;
  background-color: #e8447e;
  border-radius: 3em;
  display: inline-block;
}
.gNav .nav {
  text-align: left;
}
.gNav .nav li {
  white-space: nowrap;
  text-align: left;
}
.gNav .nav li:hover {
  background-color: #fff0f1;
}
.gNav .nav li a {
  padding: .2em 1em;
  text-decoration: none;
  color: #e8447e;
  display: block;
}


/* ---------------------------------------------
#pageHeader
--------------------------------------------- */
#pageHeader {
  margin: 0;
  padding: .7em 0 .5em;
  position: relative;
  z-index: 1;
}
#pageHeader .logo {
  width: 24.8%;
  margin: 0 auto 0 3%;
}
#pageHeader .pageTitle {
  margin: 0;
}


/* ---------------------------------------------
#mainContents
--------------------------------------------- */
#mainContents {
  position: relative;
  z-index: 1;
}

/* contentHeader */
#mainContents .contentHeader .cpDetail {
  padding: 0 0 .5em;
  background-color: #0ca26c;
}
#mainContents .contentHeader .cpDetail .cpCont {
  width: 93.2%;
  margin: 0 auto -.5em;
  display: block;
}
#mainContents .contentHeader .cpDetail .cpPeriod {
  width: 81.867%;
  margin: 0 auto;
  display: block;
}


/* contents */
#mainContents #sec1 {
  padding: .5em 0 2em;
}
#mainContents #sec1 .bg1 {
  width: 95.467%;
  margin: 0 auto .5em;
  padding: 1em 0;
  background-color: #dbf1e9;
  border-radius: 2.6666vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .bg1 {
    border-radius: 14px;
  }
}
#mainContents #sec1 .bg1.bg1_2 {
  padding-bottom: 3em;
}
#mainContents #sec1 .secTtlArea {
  margin-bottom: .2em;
}
#mainContents #sec1 .secTtlArea2 {
  margin-bottom: 2em;
}
#mainContents #sec1 .secTtlArea .secTtl {
  width: 90.783%;
  margin: 0 auto;
}
#mainContents #sec1 .slider {
  width: 79.61%;
  margin: 0 auto;
  position: relative;
}
#mainContents #sec1 .slider .swiper-slide {
  padding-bottom: .5em;
  background-color: #fff;
  border-radius: 4vw;
  position: relative;
  box-shadow: 0 0 1.3333vw 0 rgba(0,0,0,0.3);
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .slider .swiper-slide {
    border-radius: 21px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
  }
}
#mainContents #sec1 .slider .ttlArea .ttl {
  width: 49.825%;
  margin: 0 auto;
  transform: translateY(-50%);
}
#mainContents #sec1 .slider .txtArea {
  margin: 0 auto;
}
#mainContents #sec1 .slider .txtArea .txt {
  width: 91.23%;
  margin: 0 auto;
  display: block;
}
#mainContents #sec1 .slider .btnArea {
  margin-bottom: -.5em;
}
#mainContents #sec1 .slider .dlLink .links {
  display: flex;
  justify-content: center;
  gap: .6666vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec1 .slider .dlLink .links {
    gap: 5px;
  }
}
#mainContents #sec1 .slider .dlLink .links .link_ios {
  width: 45.966%;
}
#mainContents #sec1 .slider .dlLink .links .link_android {
  width: 46.844%;
}
#mainContents #sec1 .slider .dlLink .links .active {
  display: block;
}
#mainContents #sec1 .slider .dlLink .links .link_other {
  display: none;
}
#mainContents #sec1 .slider .dlLink .links.link_other .btn {
  width: auto;
}
#mainContents #sec1 .slider .dlLink .links.link_other .area {
  padding: .6em 1em;
  line-height: 1.3;
  font-weight: 600;
}
#mainContents #sec1 .slider .noteArea {
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
}
#mainContents #sec1 .slider .slide3 .noteArea {
  padding-top: 1.5em;
}


#mainContents #sec2 {
  padding: 2em 0 3.5em;
  background: url(/kojin/hiraku/cam/2026_spring/images/sec2_bg1.jpg) no-repeat center top / 100% auto #ffdedc;
}
#mainContents #sec2 .secTtlArea {
  margin-bottom: -10vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:751px) {
  #mainContents #sec2 .secTtlArea {
    margin-bottom: -52px;
  }
}
#mainContents #sec2 .secTtlArea .secTtl {
  width: 94.934%;
  margin: 0 auto;
}
#mainContents #sec2 .contentsWrapper {
  position: relative;
  z-index: 2;
}
#mainContents #sec2 .bgSt1 {
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
  filter: drop-shadow(0 .5333vw .9333vw rgba(0,0,0,.07));
  position: relative;
  z-index: 2;
}
@media screen and (min-width:751px) {
  #mainContents #sec2 .bgSt1 {
    padding: 7px;
    padding: 7px;filter: drop-shadow(0 3px 5px rgba(0,0,0,.07));
    border-radius: 8px;
  }
}
#mainContents #sec2 .bgSt1 .innerBlock {
  padding: 2em 0;
  border: .5334vw solid #e8457e;
  border-radius: 12px;
}
@media screen and (min-width:751px) {
  #mainContents #sec2 .bgSt1 .innerBlock {
    border-width: 3px;
    border-radius: 8px;
  }
}
#mainContents #sec2 .contSt1 .ttlArea {
  padding-bottom: 1em;
}
#mainContents #sec2 .contSt1 .ttlArea .ttl {
  padding-bottom: 0;
}
#mainContents #sec2 .contSt1 .txtArea p:last-child {
  margin-bottom: 0;
}
#mainContents #sec2 .conditions {
  margin-bottom: 1.8em;
  position: relative;
  z-index: 2;
}
#mainContents #sec2 .conditions::after {
  content: '';
  width: 23.0666vw;
  aspect-ratio: 173 / 81;
  margin-bottom: 3em;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22sec2_arrow1.svg%22%20data-name%3D%22sec2%20arrow1.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20173%2072.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23e8457e%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22141%2023%20141%200%2029%200%2029%2023%200%2023%2086.5%2072.12%20173%2023%20141%2023%22%2F%3E%3C%2Fsvg%3E') no-repeat center / 100% auto;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -19%);
  display: block;
}
@media screen and (min-width:751px) {
  #mainContents #sec2 .conditions::after {
    width: 121px;
  }
}
#mainContents #sec2 .conditions .ttlArea .ttl .txt1 {
  width: 60.76%;
  position: absolute;
  top: -8.01vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (min-width:751px) {
  #mainContents #sec2 .conditions .ttlArea .ttl .txt1 {
    top: -41px;
  }
}
#mainContents #sec2 .detail {
  position: relative;
  z-index: 1;
}
#mainContents #sec2 .detail .ttlArea .ttl::before {
  content: '';
  width: 29.114%;
  aspect-ratio: 92 / 49;
  background: url(/kojin/hiraku/cam/2026_spring/images/sec2_dec1.png) no-repeat center / 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transform: translate(28%, 8%);
  z-index: 2;
}
#mainContents #sec2 .detail .txtArea {
  margin-bottom: 1em;
}
#mainContents #sec2 .detail .detailCont {
  padding-bottom: .5em;
}
#mainContents #sec2 .detail .detailCont li {
  margin-bottom: .5em;
}
#mainContents #sec2 .detail .noteArea {
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
  border-top: 2px solid #a3a3a3;
}


#mainContents #sec4 {
  padding: 4em 0;
  background-image: url(/kojin/hiraku/cam/2026_spring/images/sec4_bg2.png), url(/kojin/hiraku/cam/2026_spring/images/sec4_bg1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center center;
  background-size: 100% auto, cover;
}
#mainContents #sec4 .secTtlArea {
  margin-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
#mainContents #sec4 .secTtlArea .secTtl {
  width: 90.4%;
  margin: 0 auto;
}
#mainContents #sec4 .bg1 {
  padding: 2em 0;
  background-color: #fff;
  border-radius: 3.0666vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec4 .bg1 {
    border-radius: 16px;
  }
}
#mainContents #sec4 .txtArea1 {
  margin-bottom: 2em;
}
#mainContents #sec4 .txtArea1 .txt {
  width: 83.16%;
  margin: 0 auto;
  display: block;
}
#mainContents #sec4 .quests {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.3333vw 2.6666vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec4 .quests {
    gap: 28px 14px;
  }
}
#mainContents #sec4 .quests li.quest {
  width: 43.46%;
  margin-bottom: 0;
  position: relative;
}
#mainContents #sec4 .quests li.quest1 {
  width: 46.467%;
  margin: 0 20%;
}
#mainContents #sec4 .quests li.quest .icon {
  width: 21.7333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(-5%, -10px);
}
@media screen and (min-width:751px) {
  #mainContents #sec4 .quests li.quest .icon {
    width: 114px;
    transform: translate(-5%, -7px);
  }
}
#mainContents #sec4 .quests li.quest .icon li {
  margin-bottom: .15em;
}
#mainContents #sec4 .quests li.quest .btn {
  width: 100%;
  position: relative;
  z-index: 1;
}
#mainContents #sec4 .quests li.quest .btn .area {
  border-radius: 2.6666vw;
  border-width: .5334vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec4 .quests li.quest .btn .area {
    border-radius: 14px;
    border-width: 3px;
  }
}
#mainContents #sec4 .quests li.quest .btn .txt {
  width: 100%;
}
#mainContents #sec4 .noteArea {
  width: 87.22%;
  margin: 0 auto;
}


#mainContents #sec3 {
  padding: 3em 0 0;
}
#mainContents #sec3 .secTtlArea {
  margin-bottom: 3em;
  position: relative;
  z-index: 1;
}
#mainContents #sec3 .secTtlArea .secTtl {
  width: 86.667%;
  margin: 0 auto;
}
#mainContents #sec3 .point {
  padding: 2em 0;
  background-color: #ecffeb;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
#mainContents #sec3 .point1 {
  padding-top: 0;
}
#mainContents #sec3 .ttlArea {
  margin-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
#mainContents #sec3 .point1 .ttlArea {
  margin-bottom: -.5em;
}
#mainContents #sec3 .ttlArea .ttl {
  width: 39.334%;
  margin: 0 auto;
}
#mainContents #sec3 .point1 .ttlArea .ttl {
  transform: translateY(-45%);
}
#mainContents #sec3 .point .bg1 {
  padding: 4.5em 0 1.5em;
  background: url(/kojin/hiraku/cam/2026_spring/images/sec3_bg1.png) no-repeat center top / 100% auto;
  border-bottom: .5334vw solid #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:751px) {
  #mainContents #sec3 .point .bg1 {
    border-bottom: 3px solid #fff;
  }
}
#mainContents #sec3 .point4 .bg1 {
  padding-top: 5em;
}
#mainContents #sec3 .point .txtArea1 {
  margin-bottom: 1em;
  position: relative;
}
#mainContents #sec3 .point .txtArea1 .txt {
  width: 87.026%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#mainContents #sec3 .point .txtArea1 .figImg {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width:751px) {
  #mainContents #sec3 .point .txtArea1 .figImg {
    width: 518px;
  }
}
#mainContents #sec3 .point.point1 .txtArea1 .figImg {
  transform: translate(-50%, 5%);
}
#mainContents #sec3 .point .txtArea2 {
  width: 88.51%;
  margin: 0 auto 1em;
  padding: 1.5em 1.5em 2em;
  background-color: #fff;
  border-radius: 4vw;
}
@media screen and (min-width:751px) {
  #mainContents #sec3 .point .txtArea2 {
    border-radius: 21px;
  }
}
#mainContents #sec3 .point .txtArea2:last-child {
  margin-bottom: 0;
}
#mainContents #sec3 .point .txtArea2 p:last-child {
  margin-bottom: 0;
}
#mainContents #sec3 .point .txtArea2 .figImg {
  width: 108.746%;
  margin: 0 -4.373% 1em;
}
#mainContents #sec3 .point .txtArea2 .figImg:last-child {
  margin-bottom: 0;
}
#mainContents #sec3 .point .noteArea1 {
  width: 88.51%;
  margin: 0 auto;
}
#mainContents #sec3 .point .noteArea2 {
  width: 88.51%;
  margin: 0 auto;
  padding-top: 1em;
  color: #fff;
}
#mainContents #sec3 .point .txtArea3 {
  min-height: 3em;
  text-align: center;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainContents #sec3 .point .txtArea3 p:last-child {
  margin-bottom: 0;
}
#mainContents #sec3 .point.point1 .bg1 {
  padding-bottom: 3em;
}
#mainContents #sec3 .point.point1 .slider {
  width: 88.51%;
  margin: 0 auto;
  position: relative;
}
#mainContents #sec3 .point.point1 .slider .slide {
  margin: 0 auto;
  padding: 1.5em 1.5em 1em;
  background-color: #fff;
  border-radius: 4vw;
  box-shadow: 0 0 1.3333vw 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 751px) {
  #mainContents #sec3 .point.point1 .slider .slide {
    border-radius: 21px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.3);
  }
}
#mainContents #sec3 .point.point1 .slider .slide .figImg {
  width: 63.656%;
  margin: 0 auto 1em;
}
#mainContents #sec3 .point.point1 .slider .swiper-slide {
  opacity: .7;
}
#mainContents #sec3 .point.point1 .slider .swiper-slide-active {
  opacity: 1;
}
#mainContents #sec3 .point.point1 .slider .swiper-button-prev {
  left: -5%;
}
#mainContents #sec3 .point.point1 .slider .swiper-button-next {
  right: -5%;
}
#mainContents #sec3 .point.point3 {
  padding-bottom: 2em;
}
#mainContents #sec3 .point.point4 .txtArea2 {
  padding-top: 0;
}
#mainContents #sec3 .point.point4 .txtArea2 .txt1 {
  margin-bottom: 0;
  transform: translateY(-5%);
  display: block;
}
#mainContents #sec3 .point.point4 .noteArea3 {
  margin-bottom: 1em;
}
#mainContents #sec3 .btnArea .btn {
  width: 80.322%;
  margin: 0 auto;
}
#mainContents #sec3 .btnArea .btn .txt {
  width: 81.22%;
  margin: 0 auto;
}


#mainContents #sec6 {
  padding: 3em 0 2em;
  background-color: #fff0f1;
}
#mainContents #sec6 .secTtlArea {
  margin-bottom: 3em;
  position: relative;
  z-index: 1;
}
#mainContents #sec6 .secTtlArea .secTtl {
  width: 31.6%;
  margin: 0 auto;
}
#mainContents #sec6 .faq .faqBlock {
  margin-bottom: 1.5em;
  background-color: #fff;
  border-radius: 1.3333vw;
  position: relative;
  top: 0;
  box-shadow: 0 1.3333vw 0 0 #e5e5e5;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock {
    border-radius: 7px;
    box-shadow: 0 7px 0 0 #e5e5e5;
  }
}
#mainContents #sec6 .faq .faqBlock .faqTtl {
  min-height: 5em;
  padding: 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#mainContents #sec6 .faq .faqBlock .faqTtl::after {
  content: '';
  width: 3.8666vw;
  height: auto;
  aspect-ratio: 29 / 17;
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20data-name%3D%22%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.08%2015.16%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23e8447e%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%203px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2226.04%201.08%2013.54%2013.08%201.04%201.08%22%2F%3E%3C%2Fsvg%3E') no-repeat center bottom / 100% auto;
  position: absolute;
  top: 50%;
  right: 5%;
  transform-origin: center center;
  transform: translateY(-50%);
  transition: all .3s;
  display: block;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock .faqTtl::after {
    width: 20px;
  }
}
#mainContents #sec6 .faq .faqBlock .faqTtl:hover::after {
  top: 55%;
}
#mainContents #sec6 .faq .faqBlock.active .faqTtl::after {
  transform: rotate(180deg) translateY(50%);
}
#mainContents #sec6 .faq .faqBlock .faqTtl .ttl {
  line-height: 1.4;
  color: #e8447e;
  font-size: 100%;
}
#mainContents #sec6 .faq .faqBlock .faqCont {
  margin: 0 1em;
  padding: 1em .5em;
  font-size: 2.6666vw;
  border-top: .4vw solid #e8447e;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock .faqCont {
    font-size: 15px;
    border-top-width: 2px;
  }
}
#mainContents #sec6 .faq .faqBlock .faqCont p:last-child {
  margin-bottom: 0;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt1 > li {
  margin-bottom: .2em;
  padding-left: 1.2em;
  position: relative;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt1 > li::before {
  content: '●';
  color: #e8447e;
  position: absolute;
  top: 0;
  left: 0;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt2 {
  counter-reset: my-counter;
  list-style-type: none;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt2 > li {
  counter-increment: my-counter;
  padding-left: 1.3em;
  position: relative;
  list-style-position: inside;
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt2 > li::before {
  content: counter(my-counter);
  width: 2.4vw;
  padding-bottom: .15em;
  aspect-ratio: 1 / 1;
  line-height: 0;
  font-size: 90%;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: .4em;
  left: 0;
}
@media screen and (min-width:751px) {
  #mainContents #sec6 .faq .faqBlock .faqCont .liSt2 > li::before {
    width: 13px;
    font-size: 12px;
  }
}
#mainContents #sec6 .faq .faqBlock .faqCont .liSt3 {
  padding-left: 1em;
  text-indent: -1em;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h4,
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h5,
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h6 {
  margin-top: 1em;
  font-size: 100%;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h4 {
  margin-top: 1.5em;
  padding: .2em .2em .2em .5em;
  color: #fff;
  background-color: #e8447e;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h5 {
  color: #e8447e;
}
#mainContents #sec6 .faq .faqBlock .faqCont .ttl_h6 {
  text-indent: -.5em;
}


/* ---------------------------------------------
#pageFooter
--------------------------------------------- */
#pageFooter {
  padding: 2em 0 0;
  position: relative;
  z-index: 1;
}
#pageFooter .infomation {
  width: 80%;
  margin: 0 auto 2em;
}
#pageFooter .infomation dd {
  margin-bottom: 1.5em;
}
#pageFooter .purpose {
  margin-bottom: 2em;
}
#pageFooter .purpose .txt {
  width: 47.58%;
  margin: 0 auto;
  display: block;
}

#pageFooter .copyright {
  margin: 0;
  padding: 2em 0 32.5vw;
  text-align: center;
  color: #fff;
  font-size: 2vw;
  background-color: #0ba26b;
}
@media screen and (min-width:751px) {
  #pageFooter .copyright {
    padding-bottom: 170px;
    font-size: 14px;
  }
}


/* ---------------------------------------------
#fixedBtn
--------------------------------------------- */
.fixedBtn {
  width: 100%;
  padding: 1em 0 !important;
  background-color: rgba(255, 255, 255, .8) !important;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  display: none;
  transform: translateX(-50%);
}
@media screen and (min-width:751px) {
  .fixedBtn {
    width: 518px;
  }
}
.fixedBtn .attention .txt1 {
  width: 75.067%;
  margin: 0 auto .5em;
  display: block;
}
.fixedBtn .attention .btnBlock {
  display: flex;
  justify-content: center;
  gap: 4.6666vw;
}
@media screen and (min-width:751px) {
  .fixedBtn .attention .btnBlock {
    gap: 24px;
  }
}
.fixedBtn .attention .btnBlock .btnArea {
  width: 43.2%;
  margin: 0;
}
.fixedBtn .attention .btnBlock .btnArea .btn {
  width: 100%;
  margin: 0;
}
.fixedBtn .attention .btnBlock .btnArea .btn a {
  padding: .2em 0;
  border-radius: 2vw;
}
@media screen and (min-width:751px) {
  .fixedBtn .attention .btnBlock .btnArea .btn a {
    border-radius: 10px;
  }
}
.fixedBtn .attention .btnBlock .btnArea .btn a .txt {
  width: 88.055%;
}

.fixedBtn2 {
  width: 100%;
  position: fixed;
  right: .5em;
  bottom: 33vw;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width:751px) {
  .fixedBtn2 {
    width: 518px;
    bottom: 1em;
  }
}
.fixedBtn2.fixed_dpn {
  display: none !important;
}
.fixedBtn2 .ctaBtnAera {
  width: 49.067%;
  margin: 0 0 0 auto;
  padding: .5em 0;
  background-color: #e8457e;
  border-radius: 2.1333vw;
  pointer-events: all;
  position: relative;
}
@media screen and (min-width:751px) {
  .fixedBtn2 .ctaBtnAera {
    border-radius: 11px;
  }
}
.fixedBtn2 .ctaBtnAera .ctaTxt {
  width: 88.59%;
  margin: 0 auto .5em;
  position: relative;
  z-index: 1;
}
.fixedBtn2 .ctaBtnAera .ctaBtn {
  width: 87.772%;
  margin: 0 auto;
}
.fixedBtn2 .ctaBtnAera .ctaBtn a {
  padding: .5em 0;
  background-color: #fff069;
  border-radius: 3em;
  display: block;
}
.fixedBtn2 .ctaBtnAera .ctaBtn .txt {
  width: 76.781%;
  margin: 0 auto;
  display: block;
}
.fixedBtn2 .ctaBtnAera .close_btn {
  width: 40px;
  aspect-ratio: 1 / 1;
}
.fixedBtn2 .ctaBtnAera .close_btn {
  width: 5.3333vw;
  aspect-ratio: 1 / 1;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: .5em;
  right: .5em;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:751px) {
  .fixedBtn2 .ctaBtnAera .close_btn {
    width: 28px;
  }
}


/* ---------------------------------------------
micromodal
--------------------------------------------- */
@keyframes mmfadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes mmfadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}
@keyframes mmslideIn {
  from {transform: translateY(15%);}
  to {transform: translateY(0);}
}
@keyframes mmslideOut {
  from {transform: translateY(0);}
  to {transform: translateY(-10%);}
}
.modal {
  display: none;
  position: relative;
  z-index: 1000;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal__overlay {
  max-height: 100vh;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  width: 100%;
  max-height: 95%;
  position: relative;
}
@media screen and (min-width:751px) {
  .modal__container {
    width: 518px;
    max-height: 100%;
    padding: 0;
  }
}
.modal .stickyArea {
  height: 0;
  position: sticky;
  top: 0;
  right: 1%;
  z-index: 2;
}
@media screen and (min-width:751px) {
  .modal .stickyArea {
    height: 0;
  }
}
.modal .modal__close {
  margin-left: auto;
  white-space: nowrap;
  color: #000;
  font-size: 2.7333vw;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  position: relative;
  right: 0;
  display: block;
  outline: 0;
  cursor: pointer;
}
.modal .modal__close:before {
  content: "\2715";
  color: #000;
  line-height: 1;
  font-weight: 300;
  font-size: 8.3333vw;
  display: block;
  transition: transform .2s;
}
@media screen and (min-width:751px) {
  .modal .modal__close:before {
    color: #fff;
    font-size: 40px;
  }
}
.modal .modal__close:hover:before {
  transform: scale(.8);
}
.modal .modal_cont {
  max-height: 80vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-y: auto;
}
.modalVideo .modal__container {
  width: 100% !important;
}
@media screen and (min-width:751px) {
  .modalVideo .modal__container {
    width: 80% !important;
  }
}

.modal.modal_quest .stickyArea {
  width: 88.667%;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
.modal.modal_quest .stickyArea .modal__close {
  position: absolute;
  top: 0;
  right: 0;
}
.modal.modal_quest .stickyArea .modal__close::before {
  content: '';
  width: 7.8667vw;
  height: auto;
  aspect-ratio: 1 / 1;
  background: url(/kojin/hiraku/cam/2026_spring/images/modal__close.png) no-repeat center / 100% auto #fff;
  border-radius: 50%;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(50%, -50%);
}
@media screen and (min-width:751px) {
  .modal.modal_quest .stickyArea .modal__close::before {
    width: 41px;
  }
}
.modal.modal_quest .stickyArea .modal__close:hover::before {
  transform: translate(50%, -50%) scale(.85);
}

.modal.modal_quest .modal_cont {
  width: 88.667%;
  padding-bottom: 2em;
  background-color: #fff;
  border-radius: 2.6667vw;
  border: .5334vw solid #e8457e;
}
@media screen and (min-width:751px) {
  .modal.modal_quest .modal_cont {
    border-radius: 14px;
    border-width: 3px;
  }
}
.modal_quest .modal_quest_cont {
  margin: 0 auto;
  position: relative;
}
.modal_quest .modal_quest_cont .ttlArea {
  padding: .5em;
  background-color: #e8457e;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
}
.modal_quest .modal_quest_cont .ttlArea .ttl {
  width: 43.678%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .txtArea1 {
  margin-bottom: 1em;
}
.modal_quest .modal_quest_cont .txtArea1 .ttl {
  width: 94.37%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .txtArea1 .txt {
  width: 94.37%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .btnBlock {
  width: 94.37%;
  margin: 0 auto 1em;
  padding: 1em 0;
  background-color: #f1f1f1;
}
.modal_quest .modal_quest_cont .btnBlock .btnArea {
  margin-bottom: 2em;
}
.modal_quest .modal_quest_cont .btnBlock .btnArea:last-child {
  margin-bottom: 0;
}
.modal_quest .modal_quest_cont .btnBlock .btnArea .btnTtlArea {
  margin-bottom: .5em;
}
.modal_quest .modal_quest_cont .btnBlock .btnArea .btnTtlArea .ttl {
  width: 66.13%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .btnBlock .btnArea .btn {
  width: 90.646%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .btnBlock .btnArea .btn .txt {
  width: 84.533%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .btnBlock2 {
  width: 95.807%;
  margin: 0 auto;
  padding: 1em 0 1.5em;
  background-color: #f0dbe2;
  border-radius: 2.6667vw;
}
@media screen and (min-width:751px) {
  .modal_quest .modal_quest_cont .btnBlock2 {
    border-radius: 14px;
  }
}
.modal_quest .modal_quest_cont .btnBlock2 .btnTtlArea2 {
  margin-bottom: .5em;
}
.modal_quest .modal_quest_cont .btnBlock2 .btnTtlArea2 .ttl {
  width: 80%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .btnBlock2 .btnLy1{
  display: flex;
  justify-content: center;
  gap: .93334vw;
}
@media screen and (min-width:751px) {
  .modal_quest .modal_quest_cont .btnBlock2 .btnLy1 {
    gap: 4px;
  }
}
.modal_quest .modal_quest_cont .btnArea .btnBlock2 .btn {
  width: 46.802%;
  margin: 0;
}
.modal_quest .modal_quest_cont .btnArea .btnBlock2 .btn a {
  padding: .4em 0;
}
.modal_quest .modal_quest_cont .btnArea .btnBlock2 .btn .txt {
  width: 66.18%;
  margin: 0 auto;
}
.modal_quest .modal_quest_cont .noteArea1 {
  width: 94.37%;
  margin: 0 auto;
}
