.functions.service-ended {
  margin: 10vh 0;
}
.functions.service-ended .center-head img {
  width: calc(1584 / 2340 * 100%);
}
.functions.service-ended .functions__text-wrap .img {
  margin: 4vh 0;
}
.functions.service-ended .functions__reason-block .functions__copy {
  font-size: 22px;
  line-height: 1.7;
}
.functions.service-ended .functions__reason-block .functions__copy .txt_bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .functions.service-ended {
    margin: 8vh 0;
  }
  .functions.service-ended .center-head img {
    width: 90%;
  }
  .functions.service-ended .functions__text-wrap .img {
    margin: 4vh 0;
  }
  .functions.service-ended .functions__reason-block .functions__copy {
    font-size: 3.4vw;
    line-height: 5vw;
  }

  .functions.case-disaster .functions__reason-block .img-sub {
    margin-bottom: 8vh;
  }
}
header .logo-nissan {
  z-index: 999;
}
.img-sub {
    width: calc(1362 / 1940 * 60.63%);
    margin: calc(116 / 1940 * 100%) auto calc(240 / 2560 * 100%);
}
.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.main-visual {
  position: relative;
}
.main-visual h2 {
  z-index: 999;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding-top: 0;
}
.main-visual video {
  max-width: 1500px;
  width: 100%;
}

h3 {
  margin: 0 auto;
  z-index: 999;
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-visual {
    position: relative;
  }
  .main-visual h2 {
    position: absolute;
  }

  h3 {
    margin: 0 auto;
    padding-top: 0;
  }
  h3 img {
    width: 93%;
  }
}
.main_movie_link a {
  cursor: pointer;
}

.btn_play img {
  position: absolute;
  top: calc(100% / 2 - 74px);
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_play img:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .btn_play img {
    width: 60%;
    top: 25vw;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .btn_play img:hover {
    opacity: 1;
  }
}
.top_text {
  padding: 10px 0 75px 0;
  margin-bottom: 75px;
  padding: 0 calc(60 / 1500 * 100vw);
}
@media screen and (max-width: 768px) {
  .top_text {
    padding: 0.5vw 0 3vw 0;
    margin: 0;
  }
}
.top_text p {
  text-align: left;
  max-width: 970px;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .top_text p {
    width: 90%;
    font-size: 2.8vw;
    line-height: 5vw;
  }
  .top_text p:last-child {
    margin-bottom: 10vw;
  }
}

.note_box {
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
}
.note_box .btn_link {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 10vh;
}
.note_box .btn_link img {
  width: 47%;
}
.note_box .note_text_box {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
}
.note_box .note_text_box img {
  width: 30%;
}
.note_box .note_table {
  font-size: 18px;
  line-height: 1.7;
  background-color: #EEEEEE;
  margin: 0 auto;
  margin-bottom: 30px;
}
.note_box .note_table table,
.note_box .note_table td,
.note_box .note_table th {
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
}
.note_box .note_table th {
  background-color: #999999;
  color: #FFFFFF;
  border-left: solid 1px #FFFFFF;
}
.note_box .note_table th:first-child {
  border-left: none;
  text-align: left;
  padding-left: 25px;
}
.note_box .note_table td {
  color: #454545;
  border-left: solid 1px #FFFFFF;
}
.note_box .note_table td:first-child {
  border-left: none;
  text-align: left;
  padding-left: 25px;
}
.note_box .note_table dt {
  cursor: pointer;
}
.note_box .note_table tr:nth-child(2n+1) {
  background: #FFFFFF;
}
.note_box .note_table .text-left {
  text-align: left;
  padding-left: 25px;
}
.note_box dl,
.note_box dt,
.note_box dd {
  margin: 0;
  padding: 0;
}
.note_box dl {
  padding: 10px;
  background-color: #EEEEEE;
  max-width: 970px;
  margin: 0 auto;
}
.note_box dt {
  background-color: #EEEEEE;
  position: relative;
}
.note_box dt:hover {
  cursor: pointer;
}
.note_box dt p {
  text-align: center;
  font-size: 22px;
  padding-left: 30px;
  color: #000000;
}
.note_box dd {
  padding: 20px;
  background-color: #EEEEEE;
}
.note_box span::before,
.note_box span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  top: 51%;
  right: 73.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.note_box span::after {
  background: #000000;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.note_box .active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.note_box .active:after {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .note_box span::before,
  .note_box span::after {
    position: absolute;
    top: 51%;
    right: 72vw;
  }
}

@media screen and (max-width: 768px) {
  dt {
    z-index: 50;
  }

  .note_box {
    margin: 0 0 calc(120 / 1500 * 100vw);
    padding: 0 calc(60 / 1500 * 100vw);
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  .note_box .btn_link {
    margin-top: 6vw;
    margin-bottom: 8vh;
  }
  .note_box .btn_link img {
    width: 100%;
  }
  .note_box dd {
    padding: 1vw;
    margin-top: 1.5vw;
  }
  .note_box .note_text_box {
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    padding: 3vw 0;
  }
  .note_box .note_text_box img {
    width: 60%;
  }
  .note_box dt p {
    font-size: 3.5vw;
  }
  .note_box .note_table {
    font-size: 2.6vw;
    table-layout: fixed;
  }
  .note_box .note_table td {
    background-color: #FFFFFF;
    border-left: none;
    padding: 1.5vw;
    vertical-align: middle;
    height: 40px;
  }
  .note_box .note_table td:first-child, .note_box .note_table td:nth-child(3) {
    background-color: #EEEEEE;
    text-align: center;
    color: #454545;
    padding-left: 0;
  }
  .note_box .note_table td.type {
    background-color: #999999;
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    height: 20px;
    font-size: 2.5vw;
  }
  .note_box .note_table td.table_title {
    background-color: #999999;
    color: #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
  }
  .note_box .note_table td .text-left {
    text-align: center;
    padding-left: 0;
  }
  .note_box .note_table th:first-child {
    display: none;
  }
  .note_box .note_table tr {
    border-bottom: solid 1px #999999;
  }
  .note_box .note_table tr:last-child {
    border: none;
  }
}
.movie_box {
  max-width: 970px;
  margin-bottom: 30px !important;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
}
.movie_box img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

#movie {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: calc((100vw - 40px) * 0.55);
  max-height: 545px;
}
#movie video {
  width: 100%;
}

.mov_thum {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mov_thum:hover {
  opacity: 0;
}

#aaa {
  display: none;
  float: none;
}

@media screen and (max-width: 768px) {
  .movie_box {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  .movie_box .video {
    width: 100%;
  }
  .movie_box img {
    margin: 0 auto;
    display: block;
    width: 75%;
  }
  .movie_box #movie {
    height: auto;
    max-width: auto;
    margin-top: 5vw;
  }

  #aaa {
    float: left;
  }
}
.js-modal-btn2 {
  cursor: pointer;
}

.g-nav {
  position: fixed;
  z-index: 999999;
  background-color: #000000;
  width: 100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.is-show {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.g-nav-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  padding: 15px 0;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .g-nav-inner {
    display: block;
    padding: 5px 0;
  }
}

.g-nav-ttl {
  width: 20%;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .g-nav-ttl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
    padding: 0 20px;
  }
}

.g-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .g-nav-menu {
    display: block;
    z-index: -1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .g-nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    table-layout: fixed;
    padding: 0 3px;
    text-align: center;
  }
}

.only-sp .g-nav-menu {
  position: absolute;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.g-nav-menu-ttl {
  width: 22%;
  margin-right: 5px;
}

.g-nav-menu-list li {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .g-nav-menu-list li {
    padding: 3px;
    width: 50%;
  }
  .g-nav-menu-list li img {
    width: 100%;
  }
}

.g-nav-ttl-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 0;
}

.Hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  position: relative;
  display: block;
  width: 6vw;
  outline: 0;
  margin-left: 6vw;
  margin-top: 1vw;
  cursor: pointer;
}

.Hamburger__inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.Hamburger__line {
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5FC3C8;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.Hamburger.active .Hamburger__line:first-child {
  -webkit-transform: translate3d(0, 6px, 0) rotate3d(0, 0, 1, 135deg);
  transform: translate3d(0, 6px, 0) rotate3d(0, 0, 1, 135deg);
}

.Hamburger.active .Hamburger__line:nth-child(2) {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.Hamburger.active .Hamburger__line:last-child {
  -webkit-transform: translate3d(0, -6px, 0) rotate3d(0, 0, 1, -135deg);
  transform: translate3d(0, -6px, 0) rotate3d(0, 0, 1, -135deg);
}

.Hamburger__line:not(:first-child) {
  margin-top: 4px;
}

.g-nav-modal {
  padding: 10vw 8vw;
  background: #1F1F1F;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.g-nav-modal .g-nav-modal-ttl {
  padding-bottom: 3vw;
  border-bottom: solid 1px #5FC3C8;
}
.g-nav-modal .g-nav-modal-list li {
  padding: 3vw 0;
  border-bottom: solid 1px #5FC3C8;
}

.g-nav-modal.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.only-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: inline-block;
  }
}

.center-head-sec {
  max-width: 800px;
  margin: 0 auto calc(80 / 2560 * 100%);
  text-align: center;
  color: #000000;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .center-head-sec {
    width: 96%;
    margin-bottom: calc(80 / 1500 * 100vw);
  }
}

.case-disaster-btn {
  width: 690px;
  margin: 0 auto 100px auto;
  text-align: center;
  background-color: #000;
  font-size: 26px;
  font-weight: 700;
}
.case-disaster-btn a {
  display: block;
  color: #fff;
  padding: 12px 0;
}
.case-disaster-btn a:hover {
  opacity: 1;
}
.case-disaster-btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .case-disaster-btn {
    width: 98%;
    margin: 0 auto 80px auto;
    font-size: 3.6vw;
  }
  .case-disaster-btn a {
    padding: 3.2vw 0;
  }
}

.main-visual {
  height: 72vh;
}

.kv_img {
  height: inherit;
}

.kv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .main-visual {
    height: inherit;
  }

  .kv_img img {
    width: auto;
    height: auto;
  }
}


.kv_frame {
    position: relative;
    width: 100%;
    padding-top: 43%;
    overflow: hidden;
    pointer-events: none;
}

#kv_frame_ytPlayer01 {
    position: absolute;
    width: 105%;
    height: 180%;
    top: -41%;
    left: 0%;
}

@media screen and (max-width: 768px) {
  .btn_play img {
    top: 19vw;
  }
  .main-visual {
    margin-bottom: 6%;
  }
}
/*# sourceMappingURL=style.css.map */

.main-visual-image {
  width: 100%;
}

.annotation_text {
  font-size: 100% !important;
  padding-top: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7 !important;
}
.annotation_text.second {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .annotation_text {
    font-size: 2.8vw !important;
  }
}