/* ==========================
   spring-event（PC → SP）
========================== */

/* ---------- PC ---------- */
.spring-event{
  position: relative;
  z-index: 0;
  padding: 0 0 130px;
  overflow: hidden;
  background-image: url('/pages/spring/img/common_bg.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-color: #FFFBC7;
}
.spring-event h1{
  max-width: 540px;
}
.spring-event p{
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.spring-event .scroll-area:first-child {
  margin: 60px auto 20px;
}
.spring-event .scroll-area{
  margin: 20px auto 0;
}

.spring-event__inner,.spring-event__sub {
  max-width: 1080px;
  margin: 0 auto;
}

.spring-event__inner .box .btnMore a:hover,
.spring-event__sub .box .btnMore a:hover {
  text-decoration: none;
}

/* WBC */
.spring-event .box.wbc{
  background: linear-gradient(180deg, #123336 0%, #00685c 100%);
}
.spring-event__inner .box.wbc .detail .name {
  color: #E1E300;
}
.spring-event__inner .box.wbc .detail .date p{
  color: #fff;
}
.spring-event__inner .box.wbc .detail .date .arrow{
  color: #fff;
}
.spring-event__inner .box.wbc .detail dl dd{
  color: #fff;
}
.spring-event__inner .box.wbc .detail .attention{
  color: #fff;
}
.spring-event__inner .box.wbc .btnMore a{
  color: #fff;
  background-color: #DE551A;
}
.spring-event__inner .box.wbc .detail .date {
  background-color: #DE551A;
}

/* main box */
.spring-event .box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  gap: 0 4.5%;
}
.spring-event__inner .box > .pic {
  position: relative;
  width: 47.7%;
}
.spring-event__inner .box .detail {
  width: 47.7%;
}

/* btn */
.spring-event .btnMore a,
.spring-event .btnMore span {
  display: flex;
  flex: none;
  padding: 16px 25px 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  color: #fff;
  background-color: #FF7777;
  border-radius: 60px;
  text-align: center;
}
.spring-event__inner .box .btnMore,
.spring-event__sub .box .btnMore{
  position: relative;
  margin: 2rem auto 0;
  max-width: 250px;
}
.spring-event__inner .box .btnMore::after,
.spring-event__sub .box .btnMore::after{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  content: "\f105";
  color: #fff;
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.spring-event__inner .box .btnMore a.lines,
.spring-event__sub .box .btnMore a.lines{
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/* end */
.spring-event__inner .box.end .pic::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/pages/spring/img/event/event_close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

/* detail */
.spring-event__inner .detail .date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0 4px;
  max-width: 215px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  background-color: #FBE3E6;
  border-radius: 10px;
}
.spring-event__inner .detail .date p{
  margin: 0;
  color: #333;
}
.spring-event__inner .detail .date .arrow {
  margin: 0.5rem 1rem 0;
  font-size: 1rem;
}
.spring-event__inner .detail .date span {
  margin: 0 0.5rem;
  font-size: 2.8rem;
}
.spring-event__inner .detail .name {
  margin-top: 15px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  color: #FF7777;
}
.spring-event__inner .detail .name span {
  display: block;
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.spring-event__inner .detail .icon,
.spring-event__inner02 .detail .icon{
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid #FF7777;
  background: #FFF;
  color: #FF7777;
}
.spring-event__inner .detail .txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.spring-event__inner .detail .txt_w {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
}
.spring-event__inner .detail .dl_title{
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.spring-event__inner .detail .dl_block{
  display: block;
}
.spring-event__inner .detail .dl_block dt{
  width: fit-content;
}
.spring-event__inner .detail dl {
  margin-top: 1.5rem;
  display: flex;
  gap: 0 1rem;
}
.spring-event__inner .detail dl + dl {
  margin-top: 1rem;
}
.spring-event__inner .detail dl dt {
  padding: 8px 10px;
  width: 7rem;
  background-color: #67BB6F;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  align-self: flex-start;
  flex-shrink: 0;
}
.spring-event__inner .detail dl dd {
  padding-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #FF7777;
}
.spring-event__inner .detail dl.long{
  flex-wrap: wrap;
}
.spring-event__inner .detail dl.long dt{
  width: auto;
}
.spring-event__inner .detail .attention {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

/* accordion checkbox */
.detail_check {
  display: none;
}

/* sub list（PC） */
.spring-event__sub{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.3%;
}
.spring-event__sub .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 3rem 2.3%;
}
.spring-event__sub .box {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 31.8%;
  background: #fff;
  border-radius: 1rem;
}
.spring-event__sub .box.end .pic{
  position: relative;
}
.spring-event__sub .box.end .pic::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/pages/spring/img/event/event_close.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.spring-event__sub .box .detail {
  padding: 2rem;
}
.spring-event__sub .detail .date{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 0.2rem 2rem 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  background-color: #FBE3E6;
  border-radius: 10px;
}
.spring-event__sub .detail .date span{
  margin: 0 0.5rem;
  font-size: 2.8rem;
}
.spring-event__sub .detail .date .arrow {
  margin: 0.4rem 1rem 0;
  font-size: 1.2rem;
}
.spring-event__sub .detail .program {
  margin-top: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #ff7777;
}
.spring-event__sub .detail .program span{
  display: block;
  font-size: 1.6rem;
  line-height: 3rem;
}
.spring-event__sub .detail .lead {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.spring-event__sub .box .info {
  padding: 2.5rem 2rem;
  color: #FF7777;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  font-size: 1.4rem;
  flex: 1;
}
.spring-event__sub .box .info dl {
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  display: flex;
  gap: 0 1rem;
  line-height: 1.8rem;
}
.spring-event__sub .box .info .no_b{
  margin-bottom: 0;
  padding-bottom: 0;
}
.spring-event__sub .box .info dt {
  padding: 0.2rem 0;
  width: 5rem;
  background-color: #67bb6f;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 2rem;
  text-align: center;
  align-self: flex-start;
  flex-shrink: 0;
}
.spring-event__sub .box .info .attention {
  margin: 1.2rem 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #000;
}

.spring-event__sub .detail .date .pc_inline{
  display: inline-block;
  margin: 0;
  font-size: 1.2rem!important;
}

/* ---------- SP ---------- */
@media (max-width: 767.98px) {
  .spring-event__inner,.spring-event__sub {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .spring-event .scroll-area:first-child{
    margin: 30px auto 10px;
  }

  .spring-event .box.wbc .detail_label {
    background: #DE551A;
  }

  .spring-event__inner .box {
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
    gap: 1.5rem 0;
  }
  #event01{
    margin-top: auto;
  }
  .spring-event__inner .box > .pic {
    width: 100%;
  }
  .spring-event__inner .box .detail {
    width: 100%;
  }
  .spring-event__inner .detail .date {
    max-width: 100%;
    font-size: 1.2rem;
  }
  .spring-event__inner .detail .date span {
    font-size: 2.5rem;
  }
  .spring-event__inner .detail .name {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .spring-event__inner .detail .name span{
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .spring-event__inner .detail .txt,
  .spring-event__inner .detail .txt_w {
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .spring-event__inner .detail dl dt {
    padding: 4px 1rem;
    width: 65px;
    font-size: 1.4rem;
  }
  .spring-event__inner .detail dl dd {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .spring-event__inner .detail .btnMore {
    margin-top: 20px;
    width: 100%;
  }

  .spring-event__inner .box .btnMore,
  .spring-event__inner02 .box .btnMore{
    margin: auto;
  }
  .spring-event__inner .box .btnMore a,
  .spring-event__inner02 .box .btnMore a{
    width: 100%;
    padding: 6px 0;
    font-size: 1.4rem;
    justify-content: center;
  }
  .spring-event__inner .box .btnMore_big a{
    margin-top: 20px;
    padding: 16px 5px 18px;
    font-size: 1.8rem;
  }
  .spring-event__inner .box .btnMore a::after,
  .spring-event__inner02 .box .btnMore a::after{
    display: none;
  }

  .detail_label {
    display: block;
    position: relative;
    text-align: center;
    padding: 12px 10px 12px 0;
    color: #fff;
    background: #FF7777;
    border-radius: 40px;
    margin-top: 20px;
    cursor: pointer;
  }
  .detail_label:after {
    content: '＋';
    position: absolute;
    top: 50%;
    padding-left: 10px;
    transform: translateY(-50%);
    font-size: 1.2em;
  }
  .detail_check:checked + .detail_label:after {
    content: '−';
  }
  /*.detail_content {
    display: none;
    border-top: none;
  }
  .detail_check:checked ~ .detail_content {
    display: block;
  }*/

  .spring-event__sub{
    gap: 10px 2.3%;
  }
  .spring-event__sub .wrap {
    margin-top: 3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    gap: 1.4rem 3%;
  }
  .spring-event__sub .box {
    width: 48.4%;
    border-radius: 1rem;
  }
  .spring-event__sub .box .detail {
    padding: 1rem 1rem 1rem;
    border-radius: 1rem 1rem 0 0;
  }
  .spring-event__sub .detail .date {
    margin-top: 1rem;
    padding: 0.3rem 0 0.6rem;
    font-size: 1.2rem;
  }
  .spring-event__sub .detail .date p span {
    margin: 0 0.3rem 0 0;
    font-size: 1.8rem;
  }
  .spring-event__sub .detail .date .arrow{
    margin: 0.4rem 0.8rem 0;
    font-size: 0.8rem;
  }
  .spring-event__sub .detail .program {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .spring-event__sub .detail .program span{
    line-height: 2.2rem;
  }
  .spring-event__sub .detail .icon_blue,
  .spring-event__sub .detail .icon_orange{
    margin-top: 1rem;
    padding: 0.5rem 1rem;
  }
  .spring-event__sub .detail .lead {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .spring-event__sub .box .info {
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 0 0 1rem 1rem;
  }
  .spring-event__sub .box .info dl {
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
    gap: 0 1rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .spring-event__sub .box .btnMore a{
    display: block;
    padding: 6px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .spring-event__sub .box .btnMore::after{
    display: none;
  }

  .spring-event__sub .detail .date .pc_inline{
    display: none;
  }
}
