@import url("https://fonts.googleapis.com/css2?family=Courier+Prime&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-serif {
  font-family: "Noto Serif JP", serif;
}

.c5-courier {
  font-family: "Courier Prime", sans-serif;
}

.c5-container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
}
.c5-container * {
  box-sizing: border-box;
}
.c5-container img {
  max-width: 100%;
}
.c5-container p {
  margin-top: 0;
  font-feature-settings: "palt" 1;
}
.c5-container h1, .c5-container h2, .c5-container h3, .c5-container h4 {
  font-feature-settings: "palt" 1;
}
.c5-container ul {
  list-style: none;
  margin-top: 0;
}
.c5-container a {
  transition: all 0.3s;
}
.c5-container a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.c5-hero {
  margin: 0 auto 30px;
}
.c5-hero h1 {
  margin: 0 auto;
}
.c5-hero h1 img {
  display: block;
  margin: 0 auto;
}

.c5-content {
  margin: 0 auto 30px;
  padding: 0 10px;
}
.c5-content__txt {
  margin: 0 auto 20px;
  padding: 0 10px;
  color: #4a4141;
}
.c5-content__txt-cap {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.3em;
  margin: 0 auto 5px;
}
.c5-content__txt-ttl {
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.25;
  font-weight: 300;
  margin: 0 auto 25px;
}
.c5-content__txt-sub {
  display: block;
  font-size: 17px;
  letter-spacing: 0.2em;
  line-height: 1.41;
  margin: 5px auto 0;
}
.c5-content__txt-article {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.57;
}
.c5-content__img {
  margin: 0 auto;
}
.c5-content__img img {
  display: block;
  margin: 0 auto;
}

.c5-sec1 {
  padding-top: 35px;
  background: url("../img/bg1_sp.png") no-repeat 90% 0;
  background-size: 18%;
}

.c5-sec2 {
  padding-top: 70px;
  background: url("../img/bg2_sp.png") no-repeat 50% 0;
  background-size: 80%;
}

.c5-logo {
  margin: 0 auto 45px;
  padding: 0 20px;
}
.c5-logo img {
  display: block;
  margin: 0 auto;
}
.c5-logo__top {
  width: calc(100% + 17px);
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.c5-logo__top li {
  width: calc(50% - 17px);
  margin: 0 17px 17px 0;
}
.c5-logo__top li:nth-child(3) img, .c5-logo__top li:nth-child(4) img {
  width: 80%;
}
.c5-logo__bottom {
  width: calc(100% + 5px);
  margin: 0 auto 30px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c5-logo__bottom li {
  width: calc(25% - 5px);
  margin: 0 5px 5px 0;
}

.c5-note {
  margin: 0 auto;
  padding: 0;
  font-weight: 300;
}
.c5-note li {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 1em;
  text-indent: -1em;
}

.c5-enjoy {
  margin: 0 auto;
}
.c5-enjoy__ttl {
  padding: 15px 15px 10px;
  background-color: #f5fbe8;
}
.c5-enjoy__ttl h2 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.12em;
  line-height: 1;
}
.c5-enjoy__ttl h2 span {
  display: block;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.c5-enjoy__content {
  margin: 0 auto;
  padding: 35px 0 60px;
  background: linear-gradient(180deg, #f5fbe8 0%, #ecedee 0.8%, #ecedee 100%);
}
.c5-enjoy__flex {
  padding-right: 15px;
}
.c5-enjoy__box {
  margin: 0 auto 40px;
}
.c5-enjoy__box-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.c5-enjoy__box-img {
  width: 51%;
  margin-right: 15px;
}
.c5-enjoy__box-img img {
  display: block;
}
.c5-enjoy__box-txt {
  width: calc(49% - 15px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.015em;
  margin: 0;
}
.c5-enjoy__box-txt span {
  display: block;
  margin-top: 15px;
}
.c5-enjoy__box-txt span img {
  display: block;
}
.c5-enjoy__box-txt span.c5-enjoy__note {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 1em;
  text-indent: -1em;
}
.c5-enjoy__box-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.c5-enjoy__box-link.c5-short {
  width: 64%;
}
.c5-enjoy__box-link.c5-long {
  width: 95%;
}
.c5-enjoy__box-link .c5-link {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 5px 2.5em 5px 1em;
  font-size: 13px;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
}
.c5-enjoy__box-link .c5-link::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 15px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.c5-enjoy__btn {
  margin: 0 auto 35px;
  padding: 0 15px;
}
.c5-enjoy__btn a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  border-radius: 5px;
  background-color: #f5fbe8;
  text-align: center;
}
.c5-enjoy__btn a span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
}

.c5-box1 .c5-enjoy__box-link .c5-link:last-child {
  margin-top: 10px;
}

.c5-box2 .c5-enjoy__box-con {
  align-items: flex-end;
}
.c5-box2 .c5-enjoy__box-txt .c5-img, .c5-box2 .c5-enjoy__box-txt .c5-txt {
  display: block;
  width: 100%;
}
.c5-box2 .c5-enjoy__box-txt .c5-txt {
  margin: 0;
}

.c5-video__wrap {
  padding: 0 15px;
}
.c5-video__inner {
  padding: 30px 0 20px;
  background-color: #000;
}
.c5-video__ttl {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
  color: #fff;
}
.c5-video__ttl span {
  padding: 5px 1em;
  border: 1px solid #fff;
  position: relative;
}
.c5-video__ttl span::before, .c5-video__ttl span::after {
  display: block;
  content: "";
  width: 98%;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c5-video__ttl span::before {
  top: -2px;
}
.c5-video__ttl span::after {
  bottom: -2px;
}
.c5-video__img {
  margin: 0 auto;
}
.c5-video__img img {
  display: block;
  margin: 0 auto;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
}
.c5-movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c5-summary__wrap {
  max-width: 688px;
  margin: 10px auto 0;
}

a.c5-summary {
  font-size: 12px;
  color: #fff;
  padding-left: 1em;
}
a.c5-summary:hover {
  opacity: 1;
  color: #fff;
}
.c5-choice__ttl {
  margin: 0;
  padding: 15px 10px 10px 1.5em;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #fff;
  background-color: #595757;
}
.c5-choice__flex {
  padding: 60px 15px 40px;
  background: linear-gradient(180deg, rgb(89, 87, 87) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 100%);
}
.c5-choice__con {
  width: 80%;
  margin: 0 auto;
}
.c5-choice__con:first-child {
  margin-bottom: 35px;
}
.c5-choice__con a {
  display: block;
  width: 100%;
  text-align: center;
}
.c5-choice__con a img {
  display: block;
  margin: 0 auto 10px;
}
.c5-choice__con a span {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 1;
  position: relative;
  left: -1em;
}
.c5-choice__con a span::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 15px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 53%;
  right: -2em;
  transform: translateY(-50%);
}

.c5-footer {
  margin: 0 auto 20px;
  padding: 30px 15px;
  background-color: #ecedee;
}
.c5-footer__ttl {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 15px;
  letter-spacing: 0.07em;
}
.c5-footer__txt {
  font-size: 13px;
  margin: 0 auto 35px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 300;
}
.c5-footer__link {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 688px) {
  .c5-movie {
    width: auto;
    max-width: 688px;
    height: 387px;
    padding: 0;
  }
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-inner {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
  .c5-content {
    margin-bottom: 60px;
  }
  .c5-content__txt-ttl {
    font-size: 42px;
    font-weight: 200;
    line-height: 1.38;
    letter-spacing: 0.1em;
  }
  .c5-content__txt-sub {
    font-size: 26px;
    line-height: 1.38;
    margin-top: 10px;
  }
  .c5-content__txt-article {
    font-size: 18px;
    line-height: 2.2;
  }
  .c5-sec1 {
    padding-top: 60px;
    background: url("../img/bg1_pc.png") no-repeat 20% 0;
    background-size: 20%;
  }
  .c5-sec2 {
    padding-top: 90px;
    background: url("../img/bg2_pc.png") no-repeat 50% 0;
    background-size: 30%;
  }
  .c5-logo {
    margin-bottom: 90px;
    padding: 0;
  }
  .c5-note li {
    font-size: 12px;
    line-height: 1.83;
  }
  .c5-enjoy {
    margin-bottom: 90px;
  }
  .c5-enjoy__ttl {
    padding: 25px 15px 15px;
  }
  .c5-enjoy__ttl h2 {
    font-size: 34px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .c5-enjoy__ttl h2 span {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-top: 13px;
  }
  .c5-enjoy__content {
    padding: 60px 4.1%;
  }
  .c5-enjoy__flex {
    width: calc(100% + 25px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 70px;
    padding-right: 0;
  }
  .c5-enjoy__box {
    width: calc(33.333% - 25px);
    margin: 0 25px 0 0;
  }
  .c5-enjoy__box-con {
    display: block;
    margin-bottom: 15px;
  }
  .c5-enjoy__box-img {
    width: auto;
    margin: 0 0 15px 0;
  }
  .c5-enjoy__box-img img {
    margin: 0 auto;
  }
  .c5-enjoy__box-txt {
    width: 100%;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .c5-enjoy__box-txt span img {
    margin: 0 auto;
  }
  .c5-enjoy__box-txt span.c5-enjoy__note {
    max-width: 275px;
    margin: 8px auto 0;
    line-height: 1.66;
    text-align: left;
  }
  .c5-enjoy__box-link.c5-short {
    width: 90%;
  }
  .c5-enjoy__box-link.c5-long {
    width: 90%;
  }
  .c5-enjoy__box-link .c5-link {
    font-size: 14px;
    padding: 15px 3em 15px 1.5em;
  }
  .c5-enjoy__box-link .c5-link::after {
    border-width: 5px 0 5px 17px;
    right: 2em;
  }
  .c5-enjoy__btn {
    margin-bottom: 65px;
    padding: 0;
  }
  .c5-enjoy__btn a {
    max-width: 440px;
    margin: 0 auto;
    padding: 13px 5px;
    font-size: 20px;
  }
  .c5-enjoy__btn a span {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
  .c5-box2 .c5-enjoy__box-txt .c5-img {
    display: none;
  }
  .c5-box3 .c5-enjoy__box-link .c5-link {
    padding: 4px 3em 4px 1.5em;
  }
  .c5-box3 .c5-enjoy__box-link .c5-link::after {
    right: 1em;
  }
  .c5-video__wrap {
    padding: 0;
  }
  .c5-video__inner {
    padding: 40px 0 30px;
  }
  .c5-video__ttl {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 30px;
  }
  .c5-video__ttl span {
    padding: 5px 1.5em;
  }
  .c5-choice {
    margin-bottom: 100px;
  }
  .c5-choice__ttl {
    padding: 20px 15px;
    font-size: 34px;
    font-weight: 200;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .c5-choice__flex {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .c5-choice__con {
    width: 46%;
    max-width: 530px;
    margin: 0;
  }
  .c5-choice__con:first-child {
    margin: 0 35px 0 0;
  }
  .c5-choice__con a img {
    margin-bottom: 20px;
  }
  .c5-choice__con a span {
    font-size: 14px;
  }
  .c5-choice__con a span::after {
    border-width: 5px 0 5px 17px;
  }
  .c5-footer {
    margin-bottom: 40px;
    padding: 50px 15px 85px;
  }
  .c5-footer__ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .c5-footer__txt {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .c5-footer__link {
    width: 100%;
    max-width: 622px;
    padding: 20px;
    font-size: 22px;
  }
}
@media (min-width: 769px) {
  a.c5-summary {
    font-size: 16px;
    padding-left: 0;
  }
  a.c5-summary:hover {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 980px) {
  .c5-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-content__txt {
    margin: 0 auto;
    padding: 0;
  }
  .c5-content__img img {
    margin: 0;
  }
  .c5-sec1 {
    background-size: auto;
    background-position: 35% 0;
  }
  .c5-sec1 .c5-content__txt {
    width: 40%;
    margin-right: 50px;
  }
  .c5-sec1 .c5-content__img {
    width: calc(60% - 50px);
  }
  .c5-sec2 {
    flex-direction: row-reverse;
    background-size: auto;
    background-position: 71% 0;
  }
  .c5-sec2 .c5-content__txt {
    width: 47%;
    margin: 0 auto;
  }
  .c5-sec2 .c5-content__img {
    width: calc(50% - 60px);
    margin: 0;
  }
  .c5-logo__top {
    width: calc(100% + 30px);
    max-width: 830px;
    margin-bottom: 25px;
    padding: 0;
  }
  .c5-logo__top li {
    width: calc(25% - 30px);
    margin: 0 30px 0 0;
  }
  .c5-logo__bottom li {
    width: calc(9.09% - 5px);
    margin-bottom: 0;
  }
}
@media (min-width: 1110px) {
  .c5-logo {
    max-width: 1110px;
  }
}
@media (min-width: 1120px) {
  .c5-content {
    max-width: 1120px;
  }
}
@media (min-width: 1200px) {
  .c5-enjoy__box-link.c5-short {
    width: 275px;
  }
  .c5-enjoy__box-link.c5-long {
    width: 275px;
  }
}
/*# sourceMappingURL=style.css.map */