html {
  font-family: "Noto Sans JP";
}

.header {
  top: 0;
  border-bottom: 2px solid #116cd9;
}

.remodal {
  padding: 0 !important;
}

.modalCloseTop {
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
  color: #333;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", HiraginoCustom, "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 767px) {

  .inner {
    margin: 0 auto;
    width: 100%;
  }

  .inner--1100 {
    max-width: 110rem;
  }

  .main-visual {
    text-align: center;
    margin: 8.8rem auto 10rem;
  }

  .main-visual .title {
    margin-bottom: 8.2rem;
  }

  .main-visual .title img, .main-visual .catchphrase img {
    display: inline-block;
  }

  .main-visual .catchphrase {
    margin-bottom: 2.4rem;
  }

  .main-visual .lead {
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    line-height: 3;
  }

  .section-title {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: center;
    padding-bottom: 2.4rem;
    padding-right: 10px;
    position: relative;
    margin-bottom: 6.3rem;
  }

  .section-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    margin: 0 auto;
  }

  .subtitle {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: center;
    position: relative;
  }

  .subtitle span {
    position: relative;
    z-index: 2;
    font-weight: 700;
  }

  .subtitle::after {
    content: "";
    display: block;
    width: 324px;
    height: 15px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-color: #FFDF77;
  }

  .message {
    padding-bottom: 18px;
  }

  .message#tvcm .section-title {
    margin-bottom: 8.9rem;
    color: #116CD9;
  }

  .message#tvcm .section-title::before {
    background-color: #116CD9;
  }

  .message#tvcm .subtitle::after {
    background-color: #BEDBFC;
  }

  .message#tvcm .movie a::before {
    background: url(../images/btn_play_blue.svg) no-repeat;
  }

  .message .section-title {
    color: #F16522;
  }

  .message .section-title::before {
    background-color: #F16522;
  }

  .message .subtitle {
    margin-bottom: 65px;
  }

  .message__box {
    margin-bottom: 75px;
  }

  .message__box#tvcm_02 {
    margin-bottom: 94px;
  }

  .message__box#tvcm_03 {
    margin-bottom: 100px;
  }

  .message__box .title {
    margin-bottom: 65px;
  }

  .message__box .title::after {
    background: #FFDF77;
  }

  .message__box#support_01 .subtitle::after {
    width: 324px;
  }

  .message__box#support_02 .subtitle::after {
    width: 374px;
  }

  .message__box#tvcm_01 .subtitle::after {
    width: 284px;
  }

  .message__box#tvcm_02 .subtitle::after {
    width: 284px;
  }

  .message__box#tvcm_03 .subtitle::after {
    width: 324px;
  }

  .message .movie {
    width: 750px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
  }

  .message .movie img {
    transition: all 0.2s;
  }

  .message .movie a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }

  .message .movie a:before {
    content: "";
    display: block;
    width: 69px;
    height: 69px;
    background: url(../images/btn_play.svg) no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .message .movie a:hover img {
    opacity: 0.8;
  }

  .message .desc {
    width: 750px;
    margin: 0 auto;
  }

  .message .desc__title {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding-bottom: 13px;
    border-bottom: 1px solid #707070;
  }

  .message .desc__title .small {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin-left: 4px;
  }

  .message .desc__text {
    font-size: 1.6rem;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 1.5rem 0 0;
  }

  .modalCloseTop {
    position: absolute;
    right: -50px;
    top: -50px;
    font-size: 0;
  }

  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .inner {
    padding: 0 2rem;
  }

  .pc {
    display: none;
  }

  body {
    padding: 0;
  }

  .main-visual {
    padding: 17vw 0 0;
  }

  .main-visual .title {
    width: 61.3333333333vw;
    margin: 0 auto 14.3vw;
    font-size: 0;
  }

  .main-visual .catchphrase {
    width: 89.3333333333vw;
    margin: 0 auto 6vw;
  }

  .main-visual .lead {
    width: 89.3333333333vw;
    margin: 0 auto 19vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 2.25;
  }

  .section-title {
    font-size: 6.4vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: center;
    padding-bottom: 2.4rem;
    padding-right: 10px;
    position: relative;
    margin-bottom: 15vw;
  }

  .section-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    margin: 0 auto;
  }

  .subtitle {
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: center;
    position: relative;
  }

  .subtitle span {
    position: relative;
    z-index: 2;
    font-weight: 700;
  }

  .subtitle::after {
    content: "";
    display: block;
    height: 4vw;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-color: #FFDF77;
  }

  .message {
    padding-bottom: 4vw;
  }

  .message#tvcm .section-title {
    margin-bottom: 18vw;
    color: #116CD9;
  }

  .message#tvcm .section-title::before {
    background-color: #116CD9;
  }

  .message#tvcm .subtitle::after {
    background-color: #BEDBFC;
  }

  .message#tvcm .movie a::before {
    background: url(../images/btn_play_blue.svg) no-repeat;
  }

  .message .section-title {
    color: #F16522;
  }

  .message .section-title::before {
    background-color: #F16522;
  }

  .message .subtitle {
    margin-bottom: 65px;
  }

  .message__box {
    margin-bottom: 16vw;
  }

  .message__box#tvcm_02 {
    margin-bottom: 94px;
  }

  .message__box#tvcm_03 {
    margin-bottom: 100px;
  }

  .message__box .title {
    margin-bottom: 65px;
  }

  .message__box .title::after {
    background: #FFDF77;
  }

  .message__box#support_01 .subtitle::after {
    width: 74.6666666667vw;
  }

  .message__box#support_02 .subtitle::after {
    width: 88vw;
  }

  .message__box#tvcm_01 .subtitle::after {
    width: 57.0666666667vw;
  }

  .message__box#tvcm_02 {
    margin-bottom: 19vw;
  }

  .message__box#tvcm_02 .subtitle::after {
    width: 57.0666666667vw;
  }

  .message__box#tvcm_03 {
    margin-bottom: 18vw;
  }

  .message__box#tvcm_03 .subtitle::after {
    width: 69.0666666667vw;
  }

  .message__box#tvcm_04 .subtitle::after {
    width: 69.0666666667vw;
  }

  .message .movie {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    margin-bottom: 9vw;
    position: relative;
  }

  .message .movie a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }

  .message .movie a:before {
    content: "";
    display: block;
    width: 18.4vw;
    height: 18.4vw;
    background: url(../images/btn_play.svg) no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .message .desc {
    width: 89.3333333333vw;
    margin: 0 auto;
  }

  .message .desc__title {
    font-size: 5.8666666667vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 4.5vw;
    border-bottom: 1px solid #707070;
  }

  .message .desc__title .small {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 0;
  }

  .message .desc__text {
    font-size: 4vw;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 2.13;
    letter-spacing: 0.07em;
    padding: 1.5rem 0 0;
  }

  .modalCloseTop {
    position: absolute;
    width: auto;
    top: -10vw;
    right: 0;
  }

  .modalContent {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }

  .modalContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}