@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.c5-main__container img {
  display: block;
  max-width: 100%;
}

.c5-main__container img.s5-iconInline {
  display: inline;
}

.c5-main__container h2 {
  margin-top: 0;
  color: #414141;
}

.c5-main__container p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: .5px;
  color: #414141;
}

.c5-main__container a {
  word-break: break-all;
  transition: all .3s;
}

.c5-main__container a:hover {
  opacity: .6;
  text-decoration: none;
}

.c5-main__container ul {
  list-style: none;
  margin-top: 0;
}

.c5-main__container * {
  box-sizing: border-box;
}

.c5-inner {
  padding: 0 15px;
}

ul.c5-note {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  font-size: 14px;
  color: #414141;
}

.s5-buttonContainer {
  margin-bottom: 0;
}

.s5-buttonContainer li:first-child {
  margin-left: 0;
}

.s5-buttonContainer li:last-child {
  margin-top: 0;
}

.s5-buttonV3,
.s5-storeButtonV3 {
  width: 136px;
  text-align: center;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #ddd;
}

.c5-movie iframe,
.c5-movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c5-head {
  position: relative;
  margin-bottom: 30px;
}

.c5-head img {
  width: 100%;
}

.c5-head__mainTxt {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.33;
  position: absolute;
  bottom: 30px;
  left: 20px;
  margin: 0;
}

.c5-catch {
  margin: 0 auto 50px;
}

.c5-catch .c5-txt {
  margin-bottom: 10px;
}

p.c5-txt__ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

p.c5-txt__description {
  margin-bottom: 0;
}

.c5-content__ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: normal;
}

.c5-img {
  margin: 0 auto 10px;
}

.c5-img img {
  margin: 0 auto;
}

.c5-sec1 {
  margin: 0 auto 60px;
}

.c5-sec1 .c5-flex:first-of-type {
  margin-bottom: 45px;
}

.c5-sec2 .c5-flex__content {
  margin: 0 auto 40px;
}

.c5-sec2 .c5-flex__content img {
  margin: 0 auto 10px;
}

.c5-sec2 .c5-flex__content p:first-of-type {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.c5-sec3 .c5-content__txt:last-of-type {
  margin-bottom: 30px;
}

.c5-sec3__top {
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
}

.c5-sec3__top__box {
  flex-basis: 44%;
  margin: 0 3%;
}

.c5-sec3__top__box figure img {
  margin: 0 auto 7px;
}

.c5-sec3__top__box figure figcaption {
  font-size: 12px;
  text-align: center;
  color: #414141;
}

.c5-sec3__img {
  margin: 0 auto 15px;
}

.c5-sec3__img img {
  margin: 0 auto;
}

.c5-sec3 .c5-img {
  width: 50%;
}

.c5-sec3 .c5-txt ul {
  padding-left: 0;
}

.c5-sec3 .c5-txt ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  color: #414141;
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-flex {
    display: flex;
  }
  .c5-inner {
    max-width: 1265px;
    margin: 0 auto;
  }
  .c5-main__container {
    margin-bottom: 100px;
    overflow-x: hidden;
  }
  .c5-main__container p {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 2px;
  }
  .c5-note li,
  .c5-note p {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 300;
  }
}

@media screen and (min-width: 750px) {
  .c5-head {
    margin: 0 auto 80px;
  }
  .c5-head__mainTxt {
    font-size: calc(1.75rem + ((1vw - 7.5px) * 4.4444));
    min-height: 0vw;
    line-height: 1.41;
    bottom: auto;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
  }
  .c5-catch {
    margin: 0 auto 80px;
  }
  .c5-catch .c5-flex {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c5-catch .c5-txt {
    flex-basis: 100%;
    margin: 0 auto 20px;
  }
  .c5-catch .c5-movie {
    width: 100%;
    height: 324px;
    padding: 0;
  }
  .c5-catch .c5-movie__wrap {
    width: 576px;
    margin: 0 auto;
  }
  p.c5-txt__ttl {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 300;
  }
  p.c5-txt__description {
    font-weight: 300;
  }
  .c5-content__ttl {
    font-size: 40px;
    margin-bottom: 70px;
    letter-spacing: 3px;
  }
  .c5-content__txt {
    font-weight: 300;
  }
  .c5-img {
    margin-bottom: 0;
  }
  .c5-sec1 {
    margin: 0 auto 90px;
  }
  .c5-sec1 .c5-flex {
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec1 .c5-flex:first-of-type {
    margin-bottom: 110px;
  }
  .c5-sec1 .c5-flex .c5-img {
    flex-basis: 45%;
    max-width: 550px;
    margin: 0;
  }
  .c5-sec1 .c5-flex .c5-txt {
    flex-basis: 52%;
  }
  .c5-sec1 .c5-flex.c5-rev {
    flex-direction: row-reverse;
  }
  .c5-sec2 {
    margin-bottom: 40px;
  }
  .c5-sec2 .c5-content__ttl {
    margin-bottom: 30px;
  }
  .c5-sec2 .c5-flex {
    width: calc(100% + 10px);
    justify-content: flex-start;
  }
  .c5-sec2 .c5-flex__content {
    width: calc(33.333% - 10px);
    margin: 0 10px 0 0;
  }
  .c5-sec2 .c5-flex__content img {
    margin-bottom: 20px;
  }
  .c5-sec2 .c5-flex__content p:last-of-type {
    font-weight: 300;
  }
  .c5-sec3 .c5-content__ttl {
    margin-bottom: 60px;
  }
  .c5-sec3 .c5-content__txt:first-of-type {
    margin-bottom: 40px;
  }
  .c5-sec3 .c5-content__txt:last-of-type {
    margin-bottom: 60px;
  }
  .c5-sec3__top {
    margin: 0 auto 120px;
  }
  .c5-sec3__top__box {
    flex-basis: 32%;
  }
  .c5-sec3__top__box figure img {
    margin: 0 auto 15px;
  }
  .c5-sec3__top__box figure figcaption {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .c5-sec3__img {
    margin: 0 auto 50px;
  }
  .c5-sec3 .c5-flex {
    margin-bottom: 70px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-sec3 .c5-flex .c5-img {
    width: 25%;
  }
  .c5-sec3 .c5-flex .c5-img img {
    margin: 0;
  }
  .c5-sec3 .c5-flex .c5-txt {
    width: 70%;
  }
  .c5-sec3 .c5-flex .c5-txt ul li {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 300;
  }
}

@media (min-width: 1200px) {
  .c5-head {
    margin-bottom: 160px;
  }
  .c5-head__mainTxt {
    font-size: 48px;
    left: 5%;
    letter-spacing: 4px;
  }
}

@media (min-width: 1920px) {
  .c5-head__mainTxt {
    left: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .c5-catch .c5-txt {
    flex-basis: 50%;
    margin: 0 auto;
  }
  .c5-sec2 {
    margin-bottom: 45px;
  }
  .c5-sec2 .c5-flex {
    width: calc(100% + 20px);
  }
  .c5-sec2 .c5-flex__content {
    width: calc(33.333% - 20px);
    margin-right: 20px;
  }
}
