@charset "UTF-8";
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
カウントアップ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-countup {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  position: fixed;
}

.na-countup .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.na-countup .inner .num {
  width: 44px;
  height: 112px;
  background-image: url(../img/home/na-home-countup-num.png);
  background-size: 44px auto;
}

.na-countup .inner:before, .na-countup .inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  z-index: 1;
}

.na-countup .inner:before {
  top: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.na-countup .inner:after {
  bottom: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.na-countup-txt {
  overflow: hidden;
  width: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.na-countup-txt.on {
  width: 160px;
}

.na-countup-txt img {
  max-width: none;
}

.na-countup-null {
  position: absolute;
  top: 0;
  left: 0;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
メイン
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-main {
  padding-top: 0;
  padding-bottom: 220px;
  color: #ff0000;
}

@media (min-width: 768px) {
  .na-main {
    padding-bottom: 430px;
  }
}

.na-main .na-inner {
  max-width: 1010px;
}

.na-main-visual {
  height: 474px;
  background-image: url(../img/home/na-main-bg-sp.jpg);
  background-size: cover;
  background-position: center top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  overflow: hidden;
}

.na-main-visual.waiting {
  height: calc(100vh - 30px + 12vw);
}

@media (min-width: 768px) {
  .na-main-visual {
    height: 700px;
    padding-bottom: 180px;
    background-image: url(../img/home/na-main-bg.jpg);
  }
}

@media (min-width: 1800px) {
  .na-main-visual {
    height: 840px;
    height: calc(37.5vw - (100vw - 1800px)/8);
  }
}

.na-main-visual-logo {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.na-main-visual-logo.show {
  opacity: 1;
}

@media (max-width: 767px) {
  .na-main-visual-logo {
    width: 315px;
  }
}

.na-main-h2 {
  font-size: 28px;
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 40px;
  position: relative;
  z-index: 6;
}

@media (min-width: 768px) {
  .na-main-h2 {
    font-size: 65px;
    padding-left: 20px;
    margin-bottom: 75px;
  }
}

.na-main-p {
  font-size: 13px;
  font-weight: 600;
  line-height: 34.5px;
  letter-spacing: 0.04em;
  background-image: url(../img/home/na-main-line.png);
  background-size: 474.5px auto;
  background-repeat: repeat-x;
  margin-bottom: 58px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .na-main-p {
    padding-bottom: 2px;
  }
}

@media (min-width: 768px) {
  .na-main-p {
    font-size: 30px;
    line-height: 69px;
    background-size: 949px auto;
    padding-left: 20px;
    margin-bottom: 120px;
  }
}

.na-main-photo {
  padding-bottom: 15.71%;
  background-image: url(../img/home/220304_na-main-photo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.na-main-photo.na-inview-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* @media (min-width: 768px) {
  .na-main-photo {
    padding-bottom: 15.71%;
    background-size: contain;
    background-repeat: no-repeat;
  }
} */

.na-main-modal {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.na-main-modal.open {
  opacity: 1;
  pointer-events: all;
}

.na-main-modal-overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.na-main-modal-window {
  background-color: #fff;
  max-width: 1044px;
  position: relative;
  padding: 30px 20px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}

.na-main-modal-window.open {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 1050px) {
  .na-main-modal-window {
    padding: 54px 80px;
    border-radius: 20px;
  }
}

.na-main-modal-heading {
  margin: 0 0 20px;
  vertical-align: bottom;
}

.na-main-modal-heading span {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 0 0;
  display: block;
  vertical-align: bottom;
}

@media (min-width: 1050px) {
  .na-main-modal-heading span {
    font-size: 32px;
    display: inline-block;
    padding: 16px 0 8px 28px;
    margin: 0 0 0 28px;
    border-left: 1px solid #ff0000;
  }
}

@media (max-width: 1049px) {
  .na-main-modal-heading img {
    width: 280px;
  }
}

.na-main-modal-txt {
  font-weight: 600;
  background-image: url(../img/home/na-main-modal-txtline.png);
  background-size: 260px auto;
  font-size: 16px;
  line-height: 39px;
  padding: 2px 0 0 24px;
}

@media (max-width: 1049px) {
  .na-main-modal-txt {
    background-image: url(../img/home/na-main-modal-txtline-sp.png);
    background-size: 100px auto;
    font-size: 10px;
    padding: 1px 0 0 6px;
    line-height: 22px;
  }
}

.na-main-modal-bear {
  position: absolute;
  right: 20px;
  top: 100px;
}

@media (max-width: 1049px) {
  .na-main-modal-bear {
    width: 173px;
    right: -20px;
    top: 170px;
  }
}

.na-main-modal-close {
  text-align: center;
  margin: 40px 0 0;
}

.na-main-modal-close img {
  cursor: pointer;
}

@media (min-width: 768px) {
  .na-main-modal-close img:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1049px) {
  .na-main-modal-close {
    margin: 20px 0 0;
    height: 8.5px;
    line-height: 8.5px;
  }
  .na-main-modal-close img {
    width: 37px;
  }
}

@media (min-width: 1050px) {
  .na-main-modal-txt-br {
    display: none;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
アニバーサリーベア
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-bear {
  background-image: url(../img/home/na-bear-bg.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  padding-top: 1px;
  padding-bottom: 150px;
}

@media (min-width: 768px) {
  .na-bear {
    padding-bottom: 400px;
  }
}

.na-bear .na-inner {
  max-width: 1052px;
  padding: 0 20px;
}

.na-bear .na-heading {
  padding-top: 40px;
  margin-top: -110px;
  position: relative;
  z-index: 6;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.na-bear .na-heading.na-inview-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 768px) {
  .na-bear .na-heading {
    margin-top: -210px;
  }
}

.na-bear-desc {
  font-size: 12px;
}

@media (min-width: 768px) {
  .na-bear-desc {
    text-align: center;
    font-size: 18px;
  }
}

.na-bear-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
  margin-top: 45px;
}

@media (min-width: 768px) {
  .na-bear-list {
    margin-right: -24px;
    margin-left: -24px;
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

.na-bear-list .item {
  padding: 0 7px;
  margin: 0 0 60px;
  width: 50%;
}

@media (min-width: 768px) {
  .na-bear-list .item {
    padding: 0 24px;
  }
}

.na-bear-list .item .imgbox {
  overflow: hidden;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .na-bear-list .item .imgbox {
    border: 6px solid #d7d7d7;
    border-radius: 20px;
    padding: 30px;
  }
}

.na-bear-list .item .imgbox:after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  top: -2px;
  left: -2px;
  background-image: url(../img/home/na-bear-label.png);
  background-size: cover;
  z-index: 1;
}

@media (min-width: 768px) {
  .na-bear-list .item .imgbox:after {
    width: 120px;
    height: 120px;
    top: -6px;
    left: -6px;
  }
}

.na-bear-list .item .txtbox {
  padding: 0 8px;
}

@media (min-width: 768px) {
  .na-bear-list .item .txtbox {
    padding: 0 20px;
  }
}

.na-bear-list-h4 {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  margin: 18px 0 9px;
}

@media (min-width: 768px) {
  .na-bear-list-h4 {
    font-size: 24px;
    margin: 36px 0 18px;
  }
}

.na-bear-list-h4 span {
  position: relative;
  z-index: 1;
}

.na-bear-list-h4 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

@media (min-width: 768px) {
  .na-bear-list-h4 span:before {
    height: 15px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .na-bear-list-desc {
    font-size: 10px;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
今月のイチオシ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-recommend {
  padding-top: 1px;
}

@media (max-width: 767px) {
  .na-recommend {
    padding-bottom: 170px;
  }
}

.na-recommend .na-inner {
  max-width: 1062px;
}

@media (max-width: 767px) {
  .na-recommend .na-inner {
    padding: 0 20px;
  }
}

.na-recommend .na-heading {
  padding-top: 40px;
  margin-top: -102px;
  position: relative;
  z-index: 6;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.na-recommend .na-heading.na-inview-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 768px) {
  .na-recommend .na-heading {
    margin-top: -200px;
  }
}

.na-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
  margin-top: 45px;
}

@media (min-width: 768px) {
  .na-recommend-list {
    margin-top: 100px;
    margin-right: -18px;
    margin-left: -18px;
    margin-bottom: 60px;
  }
}

.na-recommend-list .item {
  padding: 0 6px;
  margin: 0 0 35px;
  width: 100%;
}

@media (min-width: 768px) {
  .na-recommend-list .item {
    padding: 0 18px;
  }
}

.na-recommend-list .item .imgbox {
  text-align: center;
  padding: 0 24px 4px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/home/na-recommend-box01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}

@media (min-width: 768px) {
  .na-recommend-list .item .imgbox {
    display: block;
    padding: 42px 50px 42px 42px;
    min-height: 264px;
  }
}

@media (max-width: 1080px) {
  .na-recommend-list .item .imgbox {
    height: calc((100vw - 40px) * 0.2634);
  }
}

.na-recommend-list .item .imgbox img {
  max-height: 400px;
}

@media (max-width: 1080px) {
  .na-recommend-list .item .imgbox img {
    max-height: 100%;
  }
}

.na-recommend-list .links {
  width: 100%;
  margin: 0 0 4rem;
}
@media (max-width: 767px) {
  .na-recommend-list .links li + li {
    margin: 1rem 0 0;
  }
}
@media (min-width: 768px) {
  .na-recommend-list .links {
    display: flex;
  }
  .na-recommend-list .links li {
    width: 100%;
    margin: 0 .5rem;
  }
  .na-recommend-list .links li a {
    font-size: .95em;
  }
}

.na-recommend-list .item .imgbox-large {
  display: flex;
  text-align: center;
  padding: 16px;
  background-image: url(../img/home/na-recommend-box03.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 950px) {
  .na-recommend-list .item .imgbox-large {
    height: calc((100vw - 40px) * 0.4634);
    background-image: url(../img/home/na-recommend-box04.png);
  }
}
@media (max-width: 700px) {
  .na-recommend-list .item .imgbox-large {
    height: calc((100vw - 40px) * 0.6);
    background-image: url(../img/home/na-recommend-box05.png);
  }
}

@media (min-width: 768px) {
  .na-recommend-list .item .imgbox-large {
    padding: 1.5rem 2.5rem 2rem 2rem;
  }
}


.na-recommend-list .item .imgbox-large .flexbox {
  display: flex;
  margin: 1.5rem 0 0;
  align-items: center;
  justify-content: space-between;
}

.na-recommend-list .item .imgbox-large .flexbox .text h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #ff0a00;
}
@media (min-width: 768px) {
  .na-recommend-list .item .imgbox-large .flexbox .text h3 {
    font-size: 2.5rem;
  }
}

.na-recommend-list .item .imgbox-large .flexbox > img {
  max-width: 15%;
}

.na-recommend-list .item .imgbox-large .flexbox figure > img {
  border: 2px #ff0a00 solid;
}
@media (max-width: 768px) {
  .na-recommend-list .item .imgbox-large .flexbox {
    justify-content: space-around;
  }
  .na-recommend-list .item .imgbox-large .flexbox figure > img {
    max-width: 90%;
    margin: 0 0 .5rem;
  }
  .na-recommend-list .item .imgbox-large .flexbox figure > figcaption {
    line-height: 1.4;
  }
}

.na-recommend-list .item .imgbox-large .flexbox figure figcaption {
  font-size: .75rem;
  font-weight: bold;
}


.na-recommend-list .item .imgbox-large img {
  max-height: 400px;
}

@media (max-width: 1080px) {
  .na-recommend-list .item .imgbox-large img {
    max-height: 100%;
  }
}


.na-recommend-list .item .imgbox-recipe {
  display: flex;
  text-align: center;
  padding: 16px 22px 16px 16px;
  background-image: url(../img/home/na-recommend-box11_1.png?v=1);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 1020px;
}
@media (max-width: 1070px) {
  .na-recommend-list .item .imgbox-recipe {
    height: calc((139vw - 40px) * 0.82);
    background-image: url(../img/home/na-recommend-box11.png?v=1);
  }
}
@media (max-width: 767px) {
  .na-recommend-list .item .imgbox-recipe {
    height: calc((143vw - 40px) * 1.85);
    background-image: url(../img/home/na-recommend-box10.png?v=1);
  }
}
@media (max-width: 700px) {
  .na-recommend-list .item .imgbox-recipe {
    height: calc((114vw - 40px) * 2.8);
    background-image: url(../img/home/na-recommend-box13.png?v=1);
  }
}
@media (max-width: 570px) {
  .na-recommend-list .item .imgbox-recipe {
    height: calc((139vw - 40px) * 2.8);
    background-image: url(../img/home/na-recommend-box8013.png?v=1);
  }
}
.na-recommend-list .item .imgbox-recipe .flexbox a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.na-recommend-list .item .imgbox-recipe .flexbox a figure img {
  margin: 0 0 .5rem;
}
.na-recommend-list .item .imgbox-recipe .flexbox a figure figcaption {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .na-recommend-list .item .imgbox-recipe .flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .na-recommend-list .item .imgbox-recipe .flexbox a {
    margin: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .na-recommend-list .item .imgbox-recipe .flexbox a {
    max-width: 60%;
  }
  .na-recommend-list .item .imgbox-recipe .flexbox a + a {
    margin: 1rem auto 0;
  }
}
/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
購入特典
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-presents {
  border-top: 10px solid #ff0a00;
  padding-top: 0;
  background-color: #6dcbfd;
  position: relative;
}

.na-presents:before, .na-presents:after {
  content: "";
  display: block;
  position: absolute;
  width: 750px;
  height: 100%;
  top: 0;
  z-index: 0;
  background-image: url(../img/home/na-present-cloud.png);
  background-repeat: no-repeat;
  background-size: 690px auto;
}


@media (min-width: 768px) {
  .na-presents:before, .na-presents:after {
    background-size: 1541px auto;
  }
}

.na-presents:before {
  left: -30px;
  background-position: left bottom;
}

.na-presents:after {
  right: -30px;
  background-position: right bottom;
}

.na-presents .na-inner {
  padding: 0 20px;
  margin-top: -88px;
  max-width: 1115px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1400px) {
  .na-presents .na-inner {
    max-width: none;
    padding: 0 190px;
  }
}

.na-presents .na-heading {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.na-presents .na-heading.na-inview-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.na-presents-block {
  background-color: #fbe712;
  border-radius: 15px;
  border: 5px solid #fff;
  padding: 70px 18px 70px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .na-presents-block {
    border: 10px solid #fff;
    padding: 164px 60px 110px;
  }
}

.na-presents-h3 {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: center;
  color: #000;
}

@media (min-width: 768px) {
  .na-presents-h3 {
    font-size: 26px;
    margin-bottom: 36px;
  }
}

.na-presents-imgbox {
  width: 289px;
  height: 264px;
  padding: 42px 42px 0px;
  margin: 25px auto 20px;
  background-image: url(../img/home/na-presents-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.na-presents-imgbox img {
  max-width: 442px;
  width: 100%;
}

@media (min-width: 768px) {
  .na-presents-imgbox {
    width: auto;
    max-width: 618px;
    height: 563px;
    padding: 94px 40px 40px;
    margin: 54px auto 40px;
  }
}

.na-presents-date {
  background-color: #ff0a00;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  line-height: 23px;
  padding: 0 15px;
}

.na-presents-date span {
  font-size: 10px;
}

@media (min-width: 768px) {
  .na-presents-date {
    font-size: 28px;
    padding: 3px 30px 0;
    line-height: 43px;
  }
  .na-presents-date span {
    font-size: 20px;
  }
}

.na-presents-h4 {
  font-size: 14px;
  line-height: 1.3;
  margin: 15px 0 10px;
}

@media (min-width: 768px) {
  .na-presents-h4 {
    font-size: 24px;
    line-height: 1.3;
    margin: 24px 0 16px;
  }
}

.na-presents-txtsm {
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  background-color: #fff589;
  border-radius: 10px;
  line-height: 1.44;
  padding: 4px 12px;
}

@media (max-width: 767px) {
  .na-presents-txtsm {
    margin: 0 -6px;
  }
}

@media (min-width: 768px) {
  .na-presents-txtsm {
    font-size: 16px;
    padding: 4px 16px;
    border-radius: 10px;
  }
}

.na-presents-box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.na-presents-box-heading {
  background-color: #ff7a00;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 0px;
}

@media (min-width: 768px) {
  .na-presents-box-heading {
    font-size: 23px;
    padding: 0px 0px;
  }
}

.na-presents-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 0 8px;
}

.na-presents-box-img {
  width: 50%;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .na-presents-box-img {
    width: 240px;
    /* margin-right: 30px; */
    margin: 0;
  }
}

.na-presents-box-h4 {
  font-size: 11px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .na-presents-box-h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.na-presents-box-txtsm {
  font-size: 9px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .na-presents-box-txtsm {
    font-size: 14px;
    text-indent: -3em;
    padding-left: 3em;
  }
}

.na-presents-hr {
  position: relative;
  font-size: 0;
  text-align: center;
  margin: 16px 0;
}

.na-presents-hr:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .na-presents-hr {
    margin: 50px 0;
  }
  .na-presents-hr:before {
    width: 2px;
    height: 60px;
  }
}

.na-presents-flag {
  position: absolute;
  z-index: 1;
  height: 102px;
}

@media (min-width: 768px) {
  .na-presents-flag {
    height: 291px;
  }
}

.na-presents-flag.left {
  left: -30px;
}

@media (min-width: 1115px) {
  .na-presents-flag.left {
    left: calc((100vw - 1115px) / 2 * -1);
  }
}

@media (min-width: 1400px) {
  .na-presents-flag.left {
    left: 0;
  }
}

.na-presents-flag.right {
  right: -30px;
}

@media (min-width: 1115px) {
  .na-presents-flag.right {
    right: calc((100vw - 1115px) / 2 * -1);
  }
}

@media (min-width: 1400px) {
  .na-presents-flag.right {
    right: 0;
  }
}

@media (min-width: 1115px) {
  .na-presents-flexbox {
    display: flex;
  }
  .na-presents-flexinner {
    width: 50%;
    margin: 0 1rem;
  }
  .na-presents-flexinner .na-presents-imgbox {
    height: auto;
    padding: 2rem 1rem;
  }
  .na-presents-flexinner .na-presents-date {
    display: flex;
    height: 100px;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .na-presents-flexinner .na-presents-h4 {
    font-size: 22px;
  }
  .na-presents-flexinner .na-presents-txtsm {
    min-height: 164px;
    padding: 10px;
    font-size: 14px;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
イベント
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-event {
  padding-top: 90px;
  padding-bottom: 220px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 203, 253, 0.5)), color-stop(20%, rgba(109, 203, 253, 0)), to(rgba(109, 203, 253, 0)));
  background: linear-gradient(to bottom, rgba(109, 203, 253, 0.5) 0%, rgba(109, 203, 253, 0) 20%, rgba(109, 203, 253, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#806dcbfd', endColorstr='#006dcbfd',GradientType=0 );
  /* IE6-9 */
}

@media (min-width: 768px) {
  .na-event {
    padding-top: 150px;
    padding-bottom: 270px;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(109, 203, 253, 0.5)), color-stop(40%, rgba(109, 203, 253, 0)), to(rgba(109, 203, 253, 0)));
    background: linear-gradient(to bottom, rgba(109, 203, 253, 0.5) 0%, rgba(109, 203, 253, 0) 40%, rgba(109, 203, 253, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.na-event:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(../img/home/na-event-cloud.png);
  background-position: center top 440px;
  background-repeat: no-repeat;
}

.na-event .na-inner {
  position: relative;
  z-index: 1;
}

.na-event .na-heading {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.na-event .na-heading.na-inview-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 767px) {
  .na-event .na-home-h3 {
    letter-spacing: 0.05em;
  }
}

.na-event-list {
  border-top: 1px solid #ff0000;
}

.na-event-list .item {
  padding: 28px 28px 50px;
  border-bottom: 1px solid #ff0000;
}

@media (min-width: 768px) {
  .na-event-list .item {
    padding: 60px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.na-event-list .item .imgbox {
  background-color: #fff;
  padding: 5px;
  margin: 0 0 18px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .na-event-list .item .imgbox {
    width: 46%;
    margin: 0 46px 0 0;
    border-radius: 10px;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .na-event-list .item .left {
    max-width: 510px;
    width: 54%;
  }
}

.na-event-list .item .label {
  background-color: #e61816;
  display: inline-block;
  color: #fff;
  line-height: 15px;
  font-weight: 600;
  padding: 0 6px;
  font-size: 9px;
}

@media (min-width: 768px) {
  .na-event-list .item .label {
    font-size: 16px;
    line-height: 25px;
    padding: 0 12px;
  }
}

.na-event-list-h4 {
  font-size: 16px;
  margin: 4px 0 18px;
}

@media (min-width: 768px) {
  .na-event-list-h4 {
    font-size: 28px;
    margin: 12px 0 24px;
  }
}

.na-event-list-data {
  margin: 0 0 24px;
}

.na-event-list-data li {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  line-height: 20px;
  padding-left: 32px;
  margin: 0 0 10px;
  font-size: 11px;
}

.na-event-list-data li.time {
  background-image: url(../img/home/na-event-icon03.png);
}

.na-event-list-data li.place {
  background-image: url(../img/home/na-event-icon02.png);
}

@media (min-width: 768px) {
  .na-event-list-data li {
    margin: 0 0 16px;
    font-size: 16px;
  }
}

.na-event-list-desc {
  margin-bottom: 40px;
}

.na-event-list-desc.sm {
  font-size: 12px;
  margin-top: -35px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .na-event-list-desc.sm {
    font-size: 14px;
  }
}

.na-event-balloon {
  position: absolute;
  top: -100px;
  left: 140px;
}

@media (max-width: 767px) {
  .na-event-balloon {
    top: -40px;
    left: 54px;
    width: 55px;
  }
}

.na-btn.has-arrow.instagram-link {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.na-btn.has-arrow.twitter-link {
  background: #55acee;
}
@media (max-width: 767px) {
  .na-event-links li + li {
    margin: 1rem 0 0;
  }
}
@media (min-width: 768px) {
  .na-event-links {
    display: flex;
  }
  .na-event-links li {
    width: 100%;
    margin: 0 .5rem;
  }
}

.na-haihai-title {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 2.25em;
  color: #e6160b;
}
.na-haihai-movie {
  width: 100%;
  margin: 0 0 1rem;
  aspect-ratio: 16 / 9;
}
.na-haihai-responsive-movie {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.na-haihai-text p {
  margin: 0 0 .8rem !important;
  font-size: 1.25em;
}
.na-haihai-content {
  margin: 2rem 0 3rem;
  padding: 1rem;
  background-color: #A9D18E;
}
.na-haihai-sub-heading {
  width: fit-content;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.25em;
}
.na-haihai-sub-heading span {
  background: linear-gradient(transparent 60%, #ff0 60%);
}
.na-haihai-sub-heading.minheight {
  min-height: 3em;
}
.na-haihai-photo {
  display: flex;
  margin: 0 0 1rem;
  flex-wrap: wrap;
}
.na-haihai-photo img,
.na-haihai-flex-content .na-haihai-photo img {
  width: calc(50% - 1rem);
  margin: .5rem;
}
.na-haihai-btn {
  display: block;
  width: fit-content;
  margin: 0 auto 5rem;
  padding: .5rem 2rem;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  background-color: #5B9BD5;
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .na-haihai-flex {
    display: flex;
  }
  .na-haihai-flex-content {
    width: 50%;
  }
  .na-haihai-photo img {
    width: calc(25% - 1rem);
    margin: .5rem;
  }
  .na-haihai-btn {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .na-haihai-lead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .na-haihai-movie {
    width: 50%;
    margin: 0 1rem;
  }
  .na-haihai-text {
    width: 50%;
    margin: 0 1rem;
  }
}
@media (max-width: 767px) {
  .na-haihai-sub-heading.minheight {
    min-height: unset;
  }
}


/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
90周年の特別
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-aniv {
  background-image: url(../img/home/na-aniv-bg.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  z-index: 3;
  position: revert;
}

.na-aniv .na-inner {
  max-width: 1137px;
}

.na-aniv .na-heading {
  margin-top: -100px;
  position: relative;
  z-index: 6;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.na-aniv .na-heading.na-inview-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 768px) {
  .na-aniv .na-heading {
    margin-top: -170px;
  }
}

.na-aniv-photo-area-wrapper {
  margin: 96px -25px 30px;
}

@media (min-width: 768px) {
  .na-aniv-photo-area-wrapper {
    margin: 150px 0 48px;
  }
}

.na-aniv-photo-area {
  height: 300px;
  background-color: #fff;
  z-index: 0;
  position: relative;
}

@media (min-width: 768px) {
  .na-aniv-photo-area {
    background-color: transparent;
    background-image: url(../img/home/na-aniv-photo-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 17px;
    height: 556px;
  }
}

.na-aniv-visumo {
  text-align: right;
  margin-top: 4px;
  padding-right: 16px;
}

.na-aniv-banner {
  max-width: 900px;
  margin: 75px -25px 0;
}

@media (min-width: 768px) {
  .na-aniv-banner {
    margin: 90px auto 0;
  }
}

.na-aniv-banner-img {
  margin-bottom: 5px;
  display: block;
}

@media (min-width: 768px) {
  .na-aniv-banner-img {
    margin-bottom: 10px;
  }
}

.na-aniv-video-area {
  position: relative;
  margin: 48px 0 50px;
  padding: 0 25px;
}

@media (min-width: 768px) {
  .na-aniv-video-area {
    padding: 0 0;
    margin: 100px 0 110px;
  }
}

.na-aniv-video-area .item {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .na-aniv-video-area .item {
    padding: 10px;
    border-radius: 10px;
  }
}

.na-aniv-video-area .owl-item.active.center .item {
  opacity: 1;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .na-aniv-video-area .owl-item.active.center .item {
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  }
}

.na-aniv-video-area.owl-theme .owl-nav {
  margin: auto;
  padding: 0 19%;
  padding: 0 calc(22% - 60px);
  width: 100%;
  height: 72px;
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .na-aniv-video-area.owl-theme .owl-nav {
    left: 0;
    padding: 0;
    height: 40px;
  }
}

@media (min-width: 1750px) {
  .na-aniv-video-area.owl-theme .owl-nav {
    padding: 0 calc(24% - 60px);
  }
}

.na-aniv-video-area.owl-theme .owl-nav .owl-prev, .na-aniv-video-area.owl-theme .owl-nav .owl-next, .na-aniv-video-area.owl-theme .owl-nav .owl-prev:hover, .na-aniv-video-area.owl-theme .owl-nav .owl-next:hover {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
  border-radius: 50px;
  font-size: 0;
  width: 72px;
  height: 72px;
  margin: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: all;
}

@media (max-width: 767px) {
  .na-aniv-video-area.owl-theme .owl-nav .owl-prev, .na-aniv-video-area.owl-theme .owl-nav .owl-next, .na-aniv-video-area.owl-theme .owl-nav .owl-prev:hover, .na-aniv-video-area.owl-theme .owl-nav .owl-next:hover {
    width: 40px;
    height: 40px;
    background-size: 9px auto;
  }
}

@media (min-width: 768px) {
  .na-aniv-video-area.owl-theme .owl-nav .owl-prev:hover, .na-aniv-video-area.owl-theme .owl-nav .owl-next:hover, .na-aniv-video-area.owl-theme .owl-nav .owl-prev:hover:hover, .na-aniv-video-area.owl-theme .owl-nav .owl-next:hover:hover {
    opacity: 0.7;
  }
}

.na-aniv-video-area.owl-theme .owl-nav .owl-prev, .na-aniv-video-area.owl-theme .owl-nav .owl-prev:hover {
  background-image: url(../img/common/na-arrow-red-left.png);
}

@media (max-width: 767px) {
  .na-aniv-video-area.owl-theme .owl-nav .owl-prev, .na-aniv-video-area.owl-theme .owl-nav .owl-prev:hover {
    margin-left: -20px;
    background-position: right 8px center;
  }
}

.na-aniv-video-area.owl-theme .owl-nav .owl-next, .na-aniv-video-area.owl-theme .owl-nav .owl-next:hover {
  background-image: url(../img/common/na-arrow-red-right.png);
}

@media (max-width: 767px) {
  .na-aniv-video-area.owl-theme .owl-nav .owl-next, .na-aniv-video-area.owl-theme .owl-nav .owl-next:hover {
    margin-right: -20px;
    background-position: 8px center;
  }
}

.na-aniv-video-area.owl-carousel .owl-stage-outer {
  overflow: visible;
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Special タイアップ企画
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-special {
  padding-bottom: 1px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 767px) {
  .na-special {
    min-height: 100px;
  }
}

.na-special:before {
  content: "";
  display: block;
  width: 100%;
  height: 880px;
  top: -150px;
  position: absolute;
  background-image: url(../img/home/na-special-dot.png);
  background-position: center top;
  z-index: -1;
  background-size: 460px auto;
}

@media (min-width: 768px) {
  .na-special:before {
    background-size: auto;
    top: -200px;
    height: 1910px;
  }
}

.na-special .na-inner {
  max-width: 1165px;
}

.na-special .na-heading {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.na-special .na-heading.na-inview-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.na-special-box {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 6px 27px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 27px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000000;
  padding: 74px 0 0;
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .na-special-box {
    padding: 158px 0 0;
    margin-bottom: 380px;
  }
}

.na-special-textbox {
  padding: 0 26px;
}

.na-special-desc {
  font-size: 12px;
  letter-spacing: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .na-special-desc {
    font-size: 20px;
    line-height: 2.1;
    text-align: center;
  }
}

.na-special-video {
  margin: 24px 0 0;
}

.na-special-video img {
  width: 100%;
}

@media (min-width: 768px) {
  .na-special-video {
    margin-top: 70px;
  }
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
ヒストリー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.na-history {
  background-color: #e62112;
  background-image: url(../img/home/na-history-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  color: #fff;
  padding-top: calc( 18.57% - 50px);
}

@media (min-width: 768px) {
  .na-history {
    padding-top: calc( 18.57% - 120px);
  }
}

.na-history .na-inner {
  max-width: 1120px;
}

.na-history-primary {
  max-width: 920px;
  margin: 0 auto;
}

.na-history-logo {
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .na-history-logo {
    margin-bottom: 24px;
  }
  .na-history-logo img {
    width: 94px;
  }
}

.na-history-logo.sm {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .na-history-logo.sm {
    text-align: right;
    margin: -16px 0 -32px;
  }
  .na-history-logo.sm img {
    width: 29px;
    margin-right: -14px;
  }
}

.na-history-h2 {
  font-size: 18px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 200px;
  padding: 10px 40px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .na-history-h2 {
    font-size: 40px;
    border-width: 4px;
    margin-bottom: 52px;
  }
}

.na-history-desc {
  font-weight: 600;
  max-width: 880px;
  margin: 0 auto;
  text-align: justify;
  line-height: 2.1;
  font-size: 13px;
}

@media (min-width: 768px) {
  .na-history-desc {
    font-size: 20px;
  }
}

.na-history-chronology {
  margin: 64px 0 0;
}

@media (min-width: 768px) {
  .na-history-chronology {
    margin: 130px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .na-history-chronology {
    margin: 130px -30px 0;
  }
}

.na-history-year {
  text-align: right;
}

@media (min-width: 768px) {
  .na-history-year {
    text-align: center;
  }
}

.na-history-year img {
  height: 46px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .na-history-year img {
    height: 93px;
  }
}

.na-history-chronology-ul {
  padding: 30px 0 1px;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .na-history-chronology-ul {
    padding: 30px 0;
  }
}

.na-history-chronology-ul:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-color: #fff;
  z-index: 1;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .na-history-chronology-ul:before {
    width: 2px;
    left: 0;
    right: 0;
  }
}

.na-history-chronology-li {
  margin: 0 0 32px;
  position: relative;
}

@media (min-width: 768px) {
  .na-history-chronology-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .forward .na-history-chronology-li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .forward .na-history-chronology-li:nth-child(even) .na-history-chronology-year {
    text-align: right;
  }
  .reverse .na-history-chronology-li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .reverse .na-history-chronology-li:nth-child(odd) .na-history-chronology-year {
    text-align: right;
  }
}

.na-history-chronology-li .txt, .na-history-chronology-li .img {
  padding-right: 30px;
}

@media (min-width: 768px) {
  .na-history-chronology-li .txt, .na-history-chronology-li .img {
    padding: 0 30px;
    max-width: 530px;
    width: 50%;
  }
}

.na-history-chronology-li .txt {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .na-history-chronology-li .txt {
    padding-top: 40px;
  }
}

.na-history-chronology-li .img {
  text-align: center;
}

@media (max-width: 767px) {
  .na-history-chronology-li .img {
    margin-top: 24px;
  }
  .na-history-chronology-li .img img {
    max-width: 260px;
  }
}

@media (min-width: 1080px) {
  .na-history-chronology-li .img.img03 {
    margin: 15px 0 0;
  }
  .na-history-chronology-li .img.img04 {
    margin: 24px 0 0;
  }
  .na-history-chronology-li .img.img05 {
    margin: 20px 0 0;
  }
  .na-history-chronology-li .img.img07 {
    margin: 0 0 40px;
  }
  .na-history-chronology-li .img.img08 {
    margin: -24px 0 40px;
  }
  .na-history-chronology-li .img.img09 {
    margin: -24px 0 40px;
  }
  .na-history-chronology-li .img.img10 {
    margin: -27px 0 40px;
  }
  .na-history-chronology-li .img.img11 {
    margin: -68px 0 40px;
  }
  .na-history-chronology-li .img.img12 {
    margin: -65px 0 0;
  }
  .na-history-chronology-li .img.img14 {
    margin: 0 0 20px;
  }
  .na-history-chronology-li .img.img15 {
    margin: -40px 0 40px;
  }
  .na-history-chronology-li .img.img16 {
    margin: -50px 0 136px;
  }
  .na-history-chronology-li .img.img17 {
    margin: -62px 0 40px;
  }
  .na-history-chronology-li .img.img18 {
    margin: 0 0 20px;
  }
  .na-history-chronology-li .img.img19 {
    margin: -35px 0 94px;
  }
  .na-history-chronology-li .img.img20 {
    margin: -37px 0 40px;
  }
  .na-history-chronology-li .img.img21 {
    margin: -70px 0 20px;
  }
  .na-history-chronology-li .img.img22 {
    margin: -20px 0 60px;
  }
  .na-history-chronology-li .img.img23 {
    margin: -63px 0 40px;
  }
  .na-history-chronology-li .img.img24 {
    margin: -20px 0 0;
  }
  .na-history-chronology-li .img.img25 {
    margin: 8px 0 30px;
  }
  .na-history-chronology-li .img.img26 {
    margin: -60px 0 10px;
  }
  .na-history-chronology-li .img.img27 {
    margin: -64px 0 50px;
  }
  .na-history-chronology-li .img.img28 {
    margin: -90px 0 60px;
  }
  .na-history-chronology-li .img.img29 {
    margin: -60px 0 60px;
  }
  .na-history-chronology-li .img.img30 {
    margin: -60px 0 60px;
  }
  .na-history-chronology-li .img.img31 {
    margin: -20px 0 30px;
  }
  .na-history-chronology-li .img.img32 {
    margin: -30px 0 30px;
  }
  .na-history-chronology-li .img.img33 {
    margin: -30px 0 30px;
  }
  .na-history-chronology-li .img.img34 {
    margin: -20px 0 60px;
  }
  .na-history-chronology-li .img.img35 {
    margin: -75px 0 80px;
  }
  .na-history-chronology-li .img.img36 {
    margin: -36px 0 0;
  }
  .na-history-chronology-li .img.img50 {
    margin: 0 0 150px;
  }
  .na-history-chronology-li .img.img51 {
    margin: -20px 0 0;
  }
  .na-history-chronology-li .img.img52 {
    margin: 0 0 30px;
  }
  .na-history-chronology-li .img.img53 {
    margin: 8px 0 60px;
  }
  .na-history-chronology-li .img.img54 {
    margin: -80px 0 20px;
  }
}

.na-history-chronology-year {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: -10px;
}

.na-history-chronology-year span {
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}

@media (min-width: 768px) {
  .na-history-chronology-year {
    font-size: 26px;
    margin-top: -30px;
  }
  .na-history-chronology-year span {
    font-size: 50px;
  }
}

.na-history-chronology-h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

@media (min-width: 768px) {
  .na-history-chronology-h3 {
    font-size: 18px;
  }
}

@media (min-width: 1080px) {
  .na-history-chronology-h3 {
    font-size: 26px;
  }
}

.na-history-chronology-h3:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/home/na-history-dot.png);
  background-repeat: repeat-x;
  background-size: auto 2px;
  z-index: -1;
  margin-top: 11px;
}

@media (min-width: 768px) {
  .na-history-chronology-h3:before {
    width: calc(100% - 60px);
    background-size: auto 4px;
    height: 4px;
    margin-top: 12px;
  }
}

@media (min-width: 1080px) {
  .na-history-chronology-h3:before {
    margin-top: 17px;
  }
}

.na-history-chronology-h3 span {
  display: inline;
  background-color: #e62112;
  white-space: nowrap;
}

.na-history-chronology-h3 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  margin: auto;
  margin-top: 13px;
  right: -3px;
  border-radius: 6px;
  background-color: #fff;
  z-index: -1;
}

@media (min-width: 768px) {
  .na-history-chronology-h3 span:before {
    width: 12px;
    height: 12px;
    margin-top: 13px;
    left: 0;
    right: 0;
  }
}

.na-history-chronology-p {
  font-size: 10px;
  line-height: 1.9;
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .na-history-chronology-p {
    font-size: 12px;
  }
}

@media (min-width: 1080px) {
  .na-history-chronology-p {
    font-size: 14px;
  }
}

.notice--comment {
  margin: 0 0 1.5rem;
  font-weight: bold;
  color: #f00;
}
/*# sourceMappingURL=home.css.map */