body {
  background-color: #F9F7F2;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}


header.is-active {
  background-color: rgba(249, 247, 242, 0.9);
}

body.menu-open header.is-active {
  background-color: rgba(249, 247, 242, 0);
}

.header-inner {
  max-width: 1240px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 180px;
}

.header-menu {
  display: none;
}

.header-nav-list {
  display: flex;
}

.header-nav-list li {
  margin-left: 24px;
}

.header-nav-list li a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.header-nav-list li a:hover {
  color: #DF0023;

}

.header-nav-list li a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -2px;
  border-radius: 100px;
  background-color: #DF0023;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

.header-nav-list li a:hover:after {
  top: -8px;
  opacity: 1;
}


main {
  padding-top: 52px;
}

.kv-section {
  position: relative;
  z-index: 2;
  margin: 0 auto 55px;
  overflow: hidden;
}

.kv-bg {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  height: 100%;
  z-index: -1;
}

.kv-bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: greenyellow; */
}

.kv-bg-inner .kv-bg-c01,
.kv-bg-inner .kv-bg-c02,
.kv-bg-inner .kv-bg-c03,
.kv-bg-inner .kv-bg-b01,
.kv-bg-inner .kv-bg-h01,
.kv-bg-inner .kv-bg-h02 {
  position: absolute;
}

.kv-bg-inner .kv-bg-c01 {
  width: calc(154 / 960 * 100%);
  left: -10%;
  top: 19%;
}

.kv-bg-inner .kv-bg-c02 {
  width: calc(142 / 960 * 100%);
  left: 44%;
  top: 8%;
}

.kv-bg-inner .kv-bg-c03 {
  width: calc(106 / 960 * 100%);
  right: -9%;
  top: 20%;
}

.kv-bg-inner .kv-bg-b01 {
  width: calc(68 / 960 * 100%);
  right: 11%;
  top: 12%;
}

.kv-bg-inner .kv-bg-h01 {
  width: calc(134 / 960 * 100%);
  left: -10%;
  bottom: 0%;
}

.kv-bg-inner .kv-bg-h02 {
  width: calc(146 / 960 * 100%);
  right: -10%;
  top: 43%;
}

.kv-section-inner {
  max-width: 960px;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.kv-section-left {
  width: 50%;
}

.kv-section-left figure {
  /* max-width: 296px; */
  width: 61.7%;
  margin: 0 auto;
}

.kv-section-right {
  width: 50%;
  margin-top: 9.5%;
}

.kv-title {
  margin: 0 auto 35px;
}

.kv-download-list {
  max-width: 405px;
  display: flex;
  justify-content: space-between;
}

.kv-download-list a {
  display: block;
  transition: all 0.3s ease-in-out;
}

.kv-download-list a:hover {
  transform: scale(1.03);
}

.kv-download-ios {
  width: calc(180 * 0.99 / 405 * 100%);
}

.kv-download-google {
  width: calc(220 * 0.99 / 405 * 100%);
}

.title-s01 {
  margin: 0 auto 24px;
  text-align: center;
  line-height: 1.5;
}

.title-s01 .en {
  font-size: 24px;
  font-weight: bold;
  color: #FF9300;
  display: block;
}

.title-s01.white .en {
  color: #fff;
}

.title-s01 .jp1 {
  font-size: 48px;
  font-weight: 800;
  color: #0B0103;
  display: block;
}

.title-s01.white .jp1 {
  color: #fff;
}

.sec-about-p01 {
  text-align: center;
  margin: 0 auto 40px;
}

.sec-about-p01 span {
  display: inline-block;
  padding: 0.2em 0;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dashed #000;
}

.sec-about {
  box-sizing: border-box;
  padding: 0 10px;
}

.sec-about-inner {
  padding: 64px 10px 40px;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto 80px;
  background-color: #fff;
  border-radius: 40px;
}

.sec-about-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 720px;
  margin: 0 auto;
  font-family: 'M PLUS Rounded 1c', "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sec-about-list li {
  max-width: 223px;
  width: 33%;
  margin-bottom: 40px;
}

.sec-about-list li p {
  width: 100%;
  padding-top: calc(217/223 *100%);
  position: relative;
  background: url(../img/bg01.png) center no-repeat;
  background-size: 100% 100%;
}

.sec-about-list li p span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.sec-download {
  margin-bottom: 40px;
  overflow: hidden;
}

.sec-download-red {
  background-color: #DF0023;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 70px;
}

.sec-download-red:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #DF0023;
  top: calc(100% - 1px);
  left: 50%;
  transform: translate(-50%, 0);
}

.sec-download-red-inner {
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.sec-download-red-inner:before,
.sec-download-red-inner:after {
  content: "";
  width: calc(171 / 960 * 100%);
  height: 100%;
  display: block;
  position: absolute;
  background: url(../img/hanabi_red_1.png) center center no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

.sec-download-red-inner:before {
  left: -11%;
}

.sec-download-red-inner:after {
  right: -7%;
}

.sec-download-red-phone {
  width: calc(211 / 960 * 100%);
}

.sec-download-red-moose {
  width: calc(133 / 960 * 100%);
  margin-right: calc(56 / 960 * 100%);
  margin-bottom: calc(-8 / 960 * 100%);
}

.sec-download-red-title {
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.sec-download-red-title .s01 {
  font-size: 32px;
  display: block;
}

.sec-download-red-title .s02 {
  font-size: 36px;
  display: block;
}

.sec-download-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}

.sec-download-note {
  font-size: 20px;
  font-weight: 800;
}

.sec-download-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sec-download-list li {
  width: calc(460 / 960 * 100%);
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
}


.sec-download-list li .p01 {
  background-color: #E5D875;
  font-size: 32px;
  font-weight: 800;
  padding: 7px 10px 5px;
}

.sec-download-list li .p02 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  box-sizing: border-box;
}

.sec-download-list li .p02 .qr {
  width: calc(90 / 460 * 100%);
  margin-left: calc(20 / 460 * 100%);
}

.sec-download-list li .p02 .mark.is-ios {
  width: calc(180 / 460 * 100%);
}

.sec-download-list li .p02 .mark.is-android {
  width: calc(220 / 460 * 100%);
}

.sec-screen {
  margin-bottom: 58px;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 1180px;
  margin: 0 auto 58px;
}

.sec-screen-inner {
  background-color: #75B183;
  max-width: 1160px;
  margin: 0 auto;
  padding: 70px 10px 40px;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}

.sec-screen-kaza01,
.sec-screen-kaza02,
.sec-screen-kaza03 {
  position: absolute;
  z-index: -1;
}

.sec-screen-kaza01 {
  width: calc(184 / 1160 * 100%);
  right: calc(40 / 1160 * 100%);
  top: calc(35 / 1160 * 100%);
}

.sec-screen-kaza02 {
  width: calc(220 / 1160 * 100%);
  left: calc(0 / 1160 * 100%);
  top: 60%;
}

.sec-screen-kaza03 {
  width: calc(192 / 1160 * 100%);
  right: calc(0 / 1160 * 100%);
  bottom: calc(50 / 1160 * 100%);
}

.sec-screen-tree-kaza {
  max-width: 990px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  width: 90%;
}

.sec-screen-tree-kaza .sec-screen-tree-kaza01 {
  width: calc(553 / 920 * 100%);
}

.sec-screen-tree-kaza .sec-screen-tree-kaza02 {
  width: calc(228 / 920 * 100%);
}

.sec-screen-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto;
}

.sec-screen-list li {
  width: 33%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 40px;
}

.sec-screen-list li figure {
  max-width: 244px;
  margin: 0 auto 16px;
}

.sec-screen-list li p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.sec-point {
  margin-bottom: 58px;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 1180px;
  margin: 0 auto 77px;
}

.sec-point-inner {
  background-color: #4F6687;
  max-width: 1160px;
  margin: 0 auto;
  padding: 70px 10px 70px;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}

.sec-point-kaza01,
.sec-point-kaza02,
.sec-point-kaza03,
.sec-point-kaza04 {
  position: absolute;
  z-index: -1;
}


.sec-point-kaza01 {
  width: calc(347 / 1160 * 100%);
  left: calc(20 / 1160 * 100%);
  top: 13%;
}

.sec-point-kaza02 {
  width: calc(378 / 1160 * 100%);
  right: calc(0 / 1160 * 100%);
  top: 26%;
}

.sec-point-kaza03 {
  width: calc(346 / 1160 * 100%);
  left: calc(40 / 1160 * 100%);
  top: 58%;
}

.sec-point-kaza04 {
  width: calc(326 / 1160 * 100%);
  right: calc(30 / 1160 * 100%);
  bottom: 5%;
}


.sec-point-list {
  max-width: 960px;
  margin: 0 auto;
}

.sec-point-list li {
  margin-top: 70px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.sec-point-num {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  background-color: #E5D875;
  color: #0B0103;
  font-size: 32px;
  padding: 3px 10px;
  border-radius: 300px;
  width: 100%;
  max-width: 235px;
  font-weight: bold;
  text-align: center;
}

.sec-point-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sec-point-image {
  box-sizing: border-box;
  width: 40%;
}

.sec-point-text {
  width: 60%;
}

.sec-point-text p {
  max-width: 480px;
  margin: 5px 0 0 auto;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 40px;
}

.sec-point-text p span {
  display: inline-block;
  /* border-bottom: 2px dashed #333; */
  padding: 3px 0;
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.sec-point-text p b {
  color: #DF0023;
}

.sec-outline-inner {
  box-sizing: border-box;
  padding: 0 10px;
}

.sec-outline-list {
  max-width: 960px;
  margin: 0 auto 80px;
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 20px;
  box-sizing: border-box;
}

.sec-outline-list li {
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
  padding: 24px 0;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.sec-outline-list li .p01 {
  width: calc(200 / 800 * 100%);
}

.sec-outline-list li .p02 {
  width: calc(600 / 800 * 100%);
}


footer {
  margin-top: 80px;
  box-sizing: border-box;
  padding: 0 10px;
  padding-bottom: 80px;
}

.footer-logo {
  width: 180px;
  margin: 0 auto 40px;
}

.footer-list {
  text-align: center;
  margin: 0 auto 40px;
}

.footer-list li {
  display: inline-block;
  margin: 0 10px;
}

.footer-list li a {
  font-size: 20px;
  font-weight: bold;
}

.footer-copy {
  font-size: 10px;
  text-align: center;
}


@media screen and (max-width: 960px) {
  .sec-download-red-title .s01 {
    font-size: calc(32 / 960 * 100vw);
  }

  .sec-download-red-title .s02 {
    font-size: calc(36 / 960 * 100vw);
  }

  .sec-point-text p {
    font-size: calc(22 / 960 * 100vw);
  }
}


@media screen and (max-width: 769px) {
  .header-inner {
    padding: 14px 20px;
  }

  .header-logo {
    width: 110px;
  }

  .header-menu {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 300px;
    background-color: #4F6687;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .header-menu .mark {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    /* background-color: orange; */
  }

  .header-menu .mark:before,
  .header-menu .mark:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 50%;
    transform: translate(-50%, 0%);
    position: absolute;

  }

  .header-menu .mark:before {
    top: 200%;
  }

  .header-menu .mark:after {
    bottom: 200%;
  }

  .header-menu .text {
    position: absolute;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    top: 50%;
    width: 100%;
  }

  .menu-open .header-menu .mark:before {
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
  }

  .menu-open .header-menu .mark:after {
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%) rotate(-45deg);
    bottom: auto;
    top: 50%;
  }

  .kv-section-inner {
    display: block;
  }

  .kv-section-left {
    width: calc(162 / 375 * 100vw);
    margin: 0 auto calc(30 / 375 * 100vw);
  }

  .kv-section-left figure {
    width: 100%;
  }

  .kv-section-right {
    width: calc((375 - 48) / 375 * 100vw);
    margin: 0 auto;
  }

  .kv-title {
    margin: 0 auto calc(35 / 375 * 100vw);
  }

  .kv-download-list {
    max-width: 100%;
  }

  .kv-section {
    margin: 0 auto calc(40 / 375 * 100vw);
  }

  .title-s01 {
    margin: 0 auto 24px;
  }

  .title-s01 .en {
    font-size: 16px;
  }

  .title-s01 .jp1 {
    font-size: 24px;
  }

  .sec-about {
    padding: 0 24px;
  }

  .sec-about-inner {
    padding: 40px 0 20px;
    border-radius: 16px;
    margin-bottom: 40px;
  }

  .sec-about-p01 span {
    font-size: calc(14 / 375 * 100vw);
    word-break: keep-all;
  }

  .sec-about-list {
    justify-content: space-around;
    width: 94%;
  }

  .sec-about-list li {
    width: calc(128 / 375 * 100vw);
    margin-bottom: 20px;
  }

  .sec-about-list li p {
    margin: 0 auto;
    padding-top: calc(125 / 375 * 100vw);

  }

  .sec-about-list li p span {
    font-size: calc(14 / 375 * 100vw);
  }

  .sec-download-red:after {
    display: none;
  }

  .sec-download-red-inner {
    flex-wrap: wrap;
    padding-top: 40px;
  }

  .sec-download-red-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .sec-download-red-title .s01 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .sec-download-red-title .s02 {
    font-size: 36px;
    line-height: 1.5;
  }

  .sec-download-red-phone {
    order: 99;
    width: calc(211 / 375 * 100vw);
    margin: 0 auto;
  }

  .sec-download-red-inner:before,
  .sec-download-red-inner:after {
    width: calc(111 / 375 * 100vw);
    height: calc(111 / 375 * 100vw);
    background-size: 100% 100%;
  }

  .sec-download-red-inner:before {
    left: calc(24 / 375 * 100vw);
    top: calc(24 / 375 * 100vw);
  }

  .sec-download-red-inner:after {
    right: calc(4 / 375 * 100vw);
    bottom: calc(60 / 375 * 100vw);
  }

  .sec-download-red {
    margin-bottom: 24px;
  }

  .sec-download-inner {
    padding: 0 24px;
  }

  .sec-download-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .sec-download-list li {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 16px;
  }

  .sec-download-list li .p01 {
    font-size: 24px;
    padding: 4px 0 2px;
  }

  .sec-download-list li .p02 .mark.is-ios {
    width: calc(180 / 375 * 100vw);
  }

  .sec-download-list li .p02 .mark.is-android {
    width: calc(220 / 375 * 100vw);
  }

  .sec-screen {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .sec-screen-inner {
    border-radius: 0;
    padding: 36px 10px 40px;
  }

  .sec-point {
    padding: 0;
    margin-bottom: 40px;
  }

  .sec-point-inner {
    border-radius: 0;
    padding: 36px 24px 60px;
  }

  .sec-point-num {
    font-size: 24px;
    max-width: 235px;
    width: 70%;
    padding: 2px 0;
  }

  .sec-screen-kaza01 {
    width: calc(184 / 375 * 100vw);
    right: calc(-40 / 375 * 100vw);
    top: calc(20 / 375 * 100vw);
  }

  .sec-screen-kaza02 {
    width: calc(184 / 375 * 100vw);
    left: calc(24 / 375 * 100vw);
    top: auto;
    bottom: calc(64 / 375 * 100vw);
  }

  .sec-screen-kaza03 {
    display: none;
  }

  .sec-point-list li {
    margin-top: 60px;
    padding: 32px 2px 0;
  }

  .sec-point-box {
    display: block;
  }

  .sec-point-text {
    width: 100%;
    text-align: center;
  }

  .sec-point-text p {
    padding-bottom: 20px;
    font-size: calc(15 / 375 * 100vw);
    word-break: keep-all;
  }

  .sec-point-image {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }

  .sec-point-kaza01 {
    width: calc(220 / 375 * 100vw);
  }

  .sec-point-kaza02 {
    width: calc(220 / 375 * 100vw);
    top: 35%;
  }

  .sec-point-kaza03 {
    width: calc(220 / 375 * 100vw);
    top: 62%;
  }

  .sec-point-kaza04 {
    width: calc(220 / 375 * 100vw);
    bottom: 1%;
  }

  .sec-outline-list {
    padding: 16px 16px 40px;
    border-radius: 16px;
    margin-bottom: 40px;
  }

  .sec-outline-list li .p01 {
    width: 30%;
    flex-shrink: 0;
  }

  .sec-outline-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  footer {
    padding-bottom: 66px;
  }

  .footer-list li {
    display: block;
    margin-bottom: 24px;
  }

  .footer-list li:last-child {
    margin-bottom: 0;
  }

  .kv-bg {
    width: 100%;
  }

  .kv-bg-inner .kv-bg-c01 {
    width: calc(80 / 375 * 100vw);
    left: 10%;
    top: 10%;
  }

  .kv-bg-inner .kv-bg-c02 {
    width: calc(48 / 375 * 100vw);
    left: 70%;
    top: 4%;
  }

  .kv-bg-inner .kv-bg-c03 {
    width: calc(53 / 375 * 100vw);
    right: 0;
    top: 14%;
  }

  .kv-bg-inner .kv-bg-b01 {
    width: calc(51 / 375 * 100vw);
    right: 15%;
    top: 20%;
  }

  .kv-bg-inner .kv-bg-h01 {
    width: calc(92 / 375 * 100vw);
    left: 2%;
    bottom: 43%;
  }

  .kv-bg-inner .kv-bg-h02 {
    width: calc(110 / 375 * 100vw);
    right: 2%;
    top: 36%;
  }

  .sec-screen-slider-box {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .sec-screen-slider-box figure {
    margin-bottom: 16px;
  }

  .sec-screen-slider-box p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
  }

  .sp-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #E5D875;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
    pointer-events: none;
    box-sizing: border-box;
  }

  body.menu-open .sp-menu {
    display: block;
    pointer-events: auto;
  }


  .sp-menu-inner {
    box-sizing: border-box;
    padding-top: 100px;
  }

  .sp-menu-list {
    text-align: center;
    margin: 0 auto 40px;
  }

  .sp-menu-list li a {
    display: block;
    color: #0B0103;
    font-size: 24px;
    font-weight: 800;
  }

  .sp-menu-download-list {
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sp-menu-download-list .sp-menu-download-ios {
    width: calc(142 / 375 * 100vw);
  }

  .sp-menu-download-list .sp-menu-download-google {
    width: calc(173 / 375 * 100vw);
  }

  .sp-menu-download-list a {
    display: block;
  }

  .sp-menu-download-list a img {
    width: 100%;
  }
}