@charset "UTF-8";
.main {
  background: #fff;
}
.campaign-label {
  padding: 10px 10px 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 10px;
  background: #fff;
}
.campaign-label .label {
  height: 28px;
  background: #ebebeb;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 2;
}
.campaign-label .label-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.campaign-mv {
  position: relative;
  height: 100vw;
}
.campaign-mv .heading img {
  width: 100%;
  height: auto;
}
.campaign-mv .subtext {
  position: absolute;
  margin: 0 auto;
  bottom: calc((30 / 375) * 100vw);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.campaign-mv .subtext p, .campaign-mv .subtext a {
  color: #fff;
  font-size: calc((12 / 375) * 100vw);
  line-height: 1.43;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.campaign-schedule {
  display: flex;
  background: #00B900;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding: 10px;
}
.campaign-schedule p {
  color: #fff;
}
.entry-text {
  padding: 0 10px;
  line-height: 1.7;
  text-align: justify;
}
.entry-history {
  text-align: center;
}
.entry-history a {
  font-size: 14px;
  color: #333;
}
.entry-history a::after {
  content: url('../icon/arrow-r.svg');
  margin-left: 8px;
  vertical-align: middle;
}
.entry-plugin {
  margin-bottom: 30px;
}
.f-step {
  max-width: 630px;
  margin: 0 auto;
}
.f-table.f-table--2column.f-table--vertical td {
  text-align: justify;
  font-feature-settings: "palt";
}
.finish {
  border-bottom: 1px #fff solid;
  color: #CCC;
  text-decoration: line-through;
}
.css-dkm91a {
  margin-top: 0;
}
.f-imagelink {
  display: block;
}
.f-imagelink.f-imagelink--3column .f-imagelink-item {
  width: 100%;
  padding-bottom: 20px;
}
.f-imagelink.f-imagelink--3column .f-imagelink-item:last-of-type {
  padding-bottom: 0;
}
/* to camp top */
.fixed-bg {
  background-image: url('../img/fixed-img.jpg');
  background-size: cover;
  background-position: calc(50% - 40px) bottom;
  background-attachment: fixed;
}
.fixed-bg .f-text{
  font-size: 23px;
  line-height: calc(27 / 23);
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.f-alert {
  background: #fef0dd;
  border:none;
}
.f-alert-message {
  background-image: url(../icon/info.png);
  background-size: 24px auto;
  background-position: 0 0;
  color: #a35e04;
  font-size: 16px;
  padding-left: 40px;
}

@media screen and (min-width: 768px) {
  .campaign-label {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px;
  }
  .campaign-label .label-text {
    font-size: 12px;
  }
  .campaign-mv {
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/mv01-pc.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .css-dkm91a {
    margin-top: 25px;
  }
  .f-imagelink {
    display: flex;
  }
  .f-imagelink.f-imagelink--3column .f-imagelink-item {
    width: calc((100% - 40px) / 3);
    padding-bottom: 0;
  }
  .fixed-bg .f-text{
    font-size: 28px;
    line-height: calc(35 / 30);
    text-shadow: 0px 1px 0 #333 ;
  }
  .fixed-bg {
    background-image: url('../img/fixed-img.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
    animation: parallax linear both;
    animation-timeline: view();
    background-color: #e5e5e5;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .campaign-mv {
      background-image: url('../img/mv01-pc@2x.jpg');
    }
  }
  .campaign-mv .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 16px;
  }
  .campaign-mv .heading {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 40px;
  }
  .campaign-mv .heading img {
    width: 824px;
    height: auto;
    margin: 0 auto;
  }
  .campaign-mv .subtext {
    position: static;
    bottom: 0;
    display: block;
  }
  .campaign-mv .subtext p, .campaign-mv .subtext a {
    font-size: 13px;
    line-height: 22px;
  }
  .campaign-schedule {
    padding: 8px;
  }
  .campaign-schedule p {
    font-size: 20px;
  }
  .entry-text {
    text-align: center;
    padding: 0;
  }
  .css-dkm91a {
    margin-top: 25px;
  }
  .f-imagelink {
    display: flex;
  }
  .f-imagelink.f-imagelink--3column .f-imagelink-item {
    width: calc((100% - 40px) / 3);
    padding-bottom: 0;
  }
}