@charset "UTF-8";

/*
**************************************************************************
*  nitto 100th 100th.css
**************************************************************************/

/* --------------------------------------------------
    base
-------------------------------------------------- */
.section {
  background-color: #ffffff;
}
.pp-easing {
  transition-duration: 0.7s;
}
.pp-easing.active {
  transform: none !important;
}
.modCts-left .modBox-inr {
  display: table;
  width: 60%;
  height: 100%;
  padding: 150px 3.66300% 150px 17.58242%;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.6);
}
@media (max-width: 1327px) {
  .modCts-left .modBox-inr {
    padding-left: 230px;
  }
}

.modBox-left {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}
.modSec-label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 25px;
  width: 54px;
  height: 100%;
  overflow: hidden;
}
.modSec-label img {
  position: relative;
  top: calc(50% - 20px);
  max-height: calc(100% - 400px);
}
.modText-cover {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60%;
  height: 150px;
  pointer-events: none;
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 30%, rgba(255,255,255,0));
  background: linear-gradient(to top, rgba(255,255,255,1) 30%, rgba(255,255,255,0));
}
.modText-box p {
  margin-top: 2.0em;
}

@media (max-width: 767px) {
  html, body {
    overflow: auto;
  }
  html.isSpNav-open {
    overflow: hidden;
  }
  .ancher {
    padding-top: 70px;
    margin-top: -70px;
  }
  .section {
    position: relative;
    background-color: transparent;
  }
  .modSec-image {
    position: relative;
  }
  .modSec-title {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    font-size: 1.4rem;
    line-height: 1.0;
    color: #000000;
    padding-left: 10px;
    border-left: 3px solid #073190;
  }
  .modBox-inr {
    position: relative;
    padding: 0 15px;
  }
  .modCts-left .modBox-inr {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 15px;
    background-color: #cccccc;
  }
  .modBox-left {
    padding: 30px 0 50px;
    display: block;
  }
  .modSec-label {
    display: none;
  }
  .modText-cover {
    display: none;
  }
  .modText-box p {
    margin-top: 2.0em;
  }
}


/* --------------------------------------------------
    loader
-------------------------------------------------- */
.loader {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.loader-box {
  position: absolute;
  top: 48%;
  /* top: 50%; */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.loader-image {
  width: 680px;
  width: 53.75vw;
  height: 243px;
  height: 37.5vh;
  /* width: 523px;
  width: 40.5vw;
  height: 180px;
  height: 28vh; */
  max-width: none;
  margin-top: 57px;
  margin-bottom: 30px;
  /* width: 600px;
  height: 200px;
  max-width: none;
  margin-bottom: 30px; */
}
.loader-bar span {
  background-color: #06318f;
  width: 8px;
  height: 8px;
  border-radius: 50% 50%;
  margin: 0 4px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.loader-bar span:nth-child(1) {
  animation: scale 1s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader-bar span:nth-child(2) {
  animation: scale 1s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.loader-bar span:nth-child(3) {
  animation: scale 1s -0.00s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
@keyframes scale {
  0%  { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 1.0; }
  45% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: 0.7; }
  80% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 1.0; }
}

@media (max-width: 767px) {
  .loader-image {
    width: 200px;
    margin-bottom: 20px;
  }
}


/* --------------------------------------------------
    opening
-------------------------------------------------- */


.opening {
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.opening video {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.opening .skip {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  transition: color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.opening .skip:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
}



/* --------------------------------------------------
    header
-------------------------------------------------- */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 30px 30px;
  box-sizing: border-box;
  display: none;
}
.header-logo {
  width: 180px;
  margin-bottom: 30px;
}
.header-logo img {
  width: 100%;
}
.header-nav li a {
  position: relative;
  line-height: 2.4;
  transition: color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.header-nav li a.active,
.header-nav li a:hover {
  color: #0b318f;
}
.header-nav li a.active:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  height: calc(100% - 4px);
  border-left: 3px solid #0b318f;
}

.comingsoon {
  width: 160px;
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  .header {
    top: -70px;
    padding: 18px 18px;
    display: block;
    width: 100%;
    background-color: #ffffff;
  }
  .header-logo {
    width: 170px;
    margin-bottom: 0;
  }
  .header-toggle {
    position: absolute;
    top:  15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .header-toggle:before,
  .header-toggle:after {
    content: "";
    position: absolute;
    display: block;
    left: 3px;
    width: 34px;
    height: 3px;
    border-radius: 2px 2px;
    background-color: #073190;
    transition: top .4s cubic-bezier(0.215,0.61,0.355,1),
          left .4s cubic-bezier(0.215,0.61,0.355,1),
          transform .4s cubic-bezier(0.215,0.61,0.355,1);
  }
  .header-toggle:before {
    top: 10px;
  }
  .header-toggle:after {
    top: 28px;
  }
  .header-toggle span {
    position: absolute;
    display: block;
    top: 19px;
    left: 3px;
    width: 34px;
    height: 3px;
    border-radius: 2px 2px;
    background-color: #073190;
    transition: opacity .6s cubic-bezier(0.215,0.61,0.355,1);
  }
  .header-toggle.active:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-toggle.active:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header-toggle.active span {
    opacity: 0;
  }
  .header-box {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    overflow: hidden;
  }
  .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    display: none;
  }
  .header-inr {
    padding: 20px 20px;
  }
  .header-nav li {
    position: relative;
    opacity: 0;
    left: 60px;
  }
  .header-nav li a {
    font-size: 1.4rem;
    display: block;
    padding: 2px 10px;
  }
  .header-nav li a:hover {
    color: #333333;
  }
  .header-nav li a.active:before {
    top: 11px;
    left: 0;
    height: calc(100% - 22px);
  }

  .header-nav li a.comingsoon {
    /* font-size: 1em;
    line-height: 1.7em;
    padding: 6px 8px 8px;
    margin: 10px 0 0 0; */
    width: 200px;
  }
}


/* --------------------------------------------------
    visual
-------------------------------------------------- */
.visual {
  background-image: url(../img/bg_top.jpg);
  background-position: center center;
  background-size: cover;
}
.visual-box {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-bottom: 60px;
}
.visual-lead {
  width: 680px;
  margin: 60px auto;
  /* line-height: 1.4; */
  /* font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 30px; */
}
.visual-title {
  width: 680px;
  margin: 0 auto;
}
.visual-title img {
  width: 100%;
}
.visual-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.news-list {
  position: absolute;
  z-index: 5;
  bottom: calc(5% + 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news-list li a {
  transition: color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.news-list li a:hover {
  color: #0b318f;
}
.news-list li span {
  padding-right: 0.5em;
}
.visual-next {
  position: absolute;
  z-index: 5;
  bottom: 5%;
  left: 50%;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.visual-next:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  transform: translateX(-50%) rotate(-135deg);
  transition: border-color .4s cubic-bezier(0.215,0.61,0.355,1);
  animation: scroll 2s ease 0s infinite;
}
@keyframes scroll {
   0%  { opacity: 0; top: -9px; }
   1%  { opacity: 0; top: -15px; }
  20%  { opacity: 1; top: -15px; }
  60%  { opacity: 1; top: -9px; }
  90%  { opacity: 0; top: -9px; }
  100% { opacity: 0; top: -9px; }
}
.visual-next:hover {
  color: #0b318f;
}
.visual-next:hover:before {
  border-color: #0b318f;
}
.visualMovie-button {
  position: absolute;
  z-index: 10;
  display: block;
  font-size: 1.3rem;
  bottom: calc(5% + 130px);
  right: 30px;
  color: #ffffff;
  padding: 4px 20px 4px 30px;
  border-radius: 25px 25px;
  background-color: #073190;
  border: 1px solid #073190;
  transition: color .4s cubic-bezier(0.215,0.61,0.355,1),
        background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.visualMovie-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  border-top: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ffffff;
  transform: translateY(-50%);
  transition: border-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.visualMovie-button:hover {
  color: #073190;
  background-color: transparent;
}
.visualMovie-button:hover:before {
  border-left-color: #073190;
}
.visualNitto-button {
  position: absolute;
  z-index: 5;
  bottom: calc(5% + 80px);
  right: 30px;
  font-size: 1.3rem;
  transition: color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.visualNitto-button:hover {
  color: #073190;
}
.mfp-visual .mfp-content {
  padding: 40px 0;
  max-width: 980px;
}
.mfp-visual .mfp-close,
.mfp-visual .mfp-close:active {
  top: 0;
}

@media (max-width: 767px) {
  video {
    width: 100%;
  }
  .visual {
    background-image: url(../img/bg_top.jpg);
  }
  .visual .modBox-inr {
    padding: 0 0;
    display: table;
    width: 100%;
    height: 100%;
  }
  .visual-box {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
  }
  .visual-lead {
    width: 70%;
    font-size: 1.6rem;
    font-size: 4.26667vw;
    margin: 20px auto 60px;
    /* font-size: 1.6rem;
    font-size: 4.26667vw;
    margin-bottom: 15px; */
  }
  .visual-title {
    width: 85.33333%;
  }
  .news-list {
    bottom: 22%;
  }
  .news-list li a:hover {
    color: #333333;
  }
  .visual-next {
    bottom: 15px;
  }
  .visual-next:hover {
    color: #333333;
  }
  .visual-next:hover:before {
    border-color: #333333;
  }
  .visualMovie-button {
    bottom: 13%;
    right: 50%;
    font-size: 1.2rem;
    padding: 8px 15px 8px 30px;
    line-height: 1.5;
    border-radius: 25px;
  }
  .visualMovie-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    border-top: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ffffff;
    transform: translateY(-50%);
  }
  .visualMovie-button:hover {
    color: #ffffff;
    background-color: #073190;
  }
  .visualMovie-button:hover:before {
    border-left-color: #ffffff;
  }
  .visualNitto-button {
    bottom: calc(13% + 6px);
    right: auto;
    left: calc(50% + 20px);
    font-size: 1.0rem;
    line-height: 1.4;
  }
  .visualNitto-button:hover {
    color: #ffffff;
  }

  @media screen and (orientation: landscape) {
    .visual {
      min-height: 500px;
    }
    .news-list {
      bottom: 80px;
    }
  }
}


/* --------------------------------------------------
    statement
-------------------------------------------------- */
.statement {
  background-image: url(../img/statement_01.png),
            url(../img/bg_01.png);
  background-position: center center;
  background-size: cover;
}
.statement-sub {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000000;
}
.statement-title {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}
.statement-name {
  font-size: 1.6rem;
}
.statement-name span {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .statement {
    background-image: none;
  }
  .statement-sub {
    font-size: 1.6rem;
  }
  .statement-title {
    font-size: 3.4rem;
  }
  .statement-name {
    font-size: 1.4rem;
  }
  .statement-name span {
    font-size: 1.1rem;
  }

  #statement img.sign {
    width: 150px;
  }
}


/* --------------------------------------------------
    symbol
-------------------------------------------------- */
.symbol {
  background-image: url(../img/symbol_01.png),
            url(../img/bg_01.png);
  background-position: center center;
  background-size: cover;
}
.symbol-title {
  /* max-width: 345px; */
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .symbol {
    background-image: none;
  }
  .symbol .modSec-image:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 140px;
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 30%, rgba(245,245,245,0));
    background: linear-gradient(to bottom, rgba(245,245,245,1) 30%, rgba(245,245,245,0));
  }
}


/* --------------------------------------------------
    history
-------------------------------------------------- */
.history {
  background-image: url(../img/bg_01.png);
  background-position: center center;
  background-size: cover;
}
.history .modBox-inr {
  width: 100%;
}
.history-title {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}
.history .modText-cover {
  width: 100%;
}
.history-list > li {
  position: relative;
  margin-top: 50px;
  background-color: rgba(255,255,255,0.6);
  background-image: url(../img/history_04.png);
  background-repeat: no-repeat;
  background-position: right top;
  border: 10px solid #ffffff;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.history-list > li:last-child {
  margin-bottom: 180px;
}
.history-button2 {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  cursor: pointer;
}
.active > .history-button2 {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.history-button {
  position: relative;
  display: block;
  padding: 20px 20px;
}
.history-list .year {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px 0 10px;
  font-size: 1.6rem;
  background-color: #ffffff;
  width: 105px;
  text-align: center;
  box-sizing: border-box;
}
.history-list .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-right: 150px;
}
.history-list .title span {
  font-size: 1.6rem;
}
.history-list .note {
  margin-top: 2.0em;
  font-size: 1.2rem;
}
.history-box {
  display: none;
}
.history-boxInr {
  padding: 0 20px 30px;
}
.history-boxInr .modText-box {
  float: left;
  width: 54%;
}
.history-boxInr .modText-box p:first-child {
  padding-top: 10px;
  margin-top: 0;
}
.history-image {
  float: right;
  width: 44%;
  padding-left: 25px;
  box-sizing: border-box;
}
.history-image .image {
  margin: 0 -4px;
}
.history-image .image img {
  float: left;
  width: 50%;
  padding: 10px 4px 0;
  box-sizing: border-box;
}
@media (max-width: 1017px) {
  .history-image .image img {
    float: none;
    width: 100%;
  }
}
.history-image .note {
  margin-top: 2.0em;
  line-height: 1.6;
}
.history-image .note li {
  text-indent: -1.0em;
  margin-left: 1.0em;
}

@media (max-width: 767px) {
  .history {
    background-image: none;
  }
  .history .modSec-image {
    padding-top: 20px;
    background-color: #cccccc;
  }
  .history .modSec-title {
    position: relative;
    top: 0;
  }
  .history-title {
    max-width: none;
  }
  .history-list > li {
    margin-top: 30px;
    background-size: 240px auto;
    border-width: 4px;
    padding-bottom: 20px;
  }
  .history-list > li:after {
    bottom: 8px;
    width: 15px;
    height: 15px;
  }
  .history-button {
    padding: 20px 15px;
  }
  .history-list .year {
    padding: 4px 0;
    font-size: 1.2rem;
    width: 85px;
  }
  .history-list .title {
    font-size: 1.8rem;
    padding-right: 0;
    padding-top: 20px;
  }
  .history-list .title span {
    font-size: 1.4rem;
  }
  .history-list .note {
    font-size: 1.0rem;
  }
  .history-boxInr {
    padding: 0 15px 20px;
  }
  .history-boxInr .modText-box {
    float: none;
    width: 100%;
  }
  .history-image {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .history-image .image {
    margin-top: 15px;
  }
  .history-image .image img {
    float: left;
    width: 50%;
  }
}

.comingsoon_bottom {
  margin: 50px 0 20px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #073190;
  padding: 10px 10px 12px 10px;
}

@media (max-width: 767px) {
  .comingsoon_bottom {
    font-size: 1.2em;
    margin: 50px 0 20px;
    padding: 10px 10px 12px 10px;
  }
}


/* --------------------------------------------------
    change
-------------------------------------------------- */
.change {
  background-image: url(../img/bg_01.png);
  background-position: center center;
  background-size: cover;
}
.change .modBox-inr {
  width: 100%;
}
.change-title {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}
.change .modText-cover {
  width: 100%;
}
.change-list > li {
  position: relative;
  margin-top: 50px;
  background-color: rgba(255,255,255,0.6);
  border: 10px solid #ffffff;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.change-list > li:first-child {
  background-image: url(../img/change_e01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.change-list > li:first-child a {
  color: #0B308E;
}
.change-list > li:nth-child(2) {
  color: #fff;
  background-image: url(../img/change_e02.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.change-list > li:nth-child(2) a {
  color: #fff;
}
.change-list > li:nth-child(3) {
  background-image: url(../img/change_e03.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.change-list > li:nth-child(3) a {
  color: #0B308E;
}
.change-list > li.change-off {
  position: relative;
  margin-top: 30px;
  background-color: rgba(249,249,249,1);
  background-image: none;
  background-size: cover;
  border: 10px solid #ffffff;
  box-sizing: border-box;
  padding-bottom: 30px; */
}
.change-list > li.change-off a {
  pointer-events: none;
}
.change-button2 {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  cursor: pointer;
}

.change-episode {
  position: relative;
  width: 60%;
  max-width: 640px;
  max-height: 400px;
  background: #fff;
  padding: 40px;
  overflow: scroll;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  color: #333;
}
.active .change-button2 {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.change-button {
  position: relative;
  display: block;
  padding: 90px 20px 0 20px;
}
.change-off .change-button {
  padding: 20px 20px 30px 20px;
}
.change-list .year {
  font-family: 'Ubuntu Condensed', sans-serif;
  position: absolute;
  bottom: -15px;
  right: 20px;
  /* color: #0B308E; */
  font-size: 3rem;
  text-align: right;
  box-sizing: border-box;
}
.change-list .change-off .year {
  position: absolute;
  bottom: -25px;
  color: #ccc;
}
.change-list .year span {
  font-weight: bold;
}
.change-list .title {
  font-size: 2.4rem;
  /* color: #0B308E; */
  font-weight: bold;
  line-height: 1;
  padding-right: 150px;
}
.change-list .change-off .title {
  font-size: 2.4rem;
  color: #cccccc;
  font-weight: bold;
  line-height: 1;
  padding-right: 150px;
}
.change-list .title span {
  font-size: 1.2rem;
}
.change-list .note {
  margin-top: 2.0em;
  font-size: 1.2rem;
}
.change-box {
  display: none;
}
.change-boxInr {
  padding: 0 20px 30px;
}
.change-boxInr .modText-box {
  float: left;
  width: 54%;
}
.change-boxInr .modText-box p:first-child {
  padding-top: 10px;
  margin-top: 0;
}
.change-image {
  float: right;
  width: 44%;
  padding-left: 25px;
  box-sizing: border-box;
}
.change-image .image {
  margin: 0 -4px;
}
.change-image .image img {
  float: left;
  width: 50%;
  padding: 10px 4px 0;
  box-sizing: border-box;
}
@media (max-width: 1017px) {
  .history-image .image img {
    float: none;
    width: 100%;
  }
}
.history-image .note {
  margin-top: 2.0em;
  line-height: 1.6;
}
.history-image .note li {
  text-indent: -1.0em;
  margin-left: 1.0em;
}

@media (max-width: 767px) {
  .change {
    background: -moz-linear-gradient(top, #ccc, #fff);
    background: -webkit-linear-gradient(top, #ccc, #fff);
    background: linear-gradient(to bottom, #ccc, #fff);
  }
  .change .modSec-image {
    padding-top: 20px;
  }
  .change .modBox-inr {
    background-color: transparent;
  }
  .change .modSec-title {
    position: relative;
    top: 0;
  }
  .change-title {
    font-size: 4em;
    line-height: 1.2em;
    font-weight: normal;
    max-width: none;
  }
  .change-list > li {
    margin-top: 30px;
    background-size: cover;
    border-width: 4px;
    padding-bottom: 10px;
  }
  .change-list > li:after {
    bottom: 8px;
    width: 15px;
    height: 15px;
  }
  .change-list > li.change-off {
    border: 4px solid #ffffff;
  }
  .change-button {
    padding: 20px 15px;
  }
  .change-list .year {
    padding: 4px 0;
    font-size: 1.2rem;
    width: 85px;
  }
  .change-list .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-right: 0;
    padding-top: 20px;
  }
  .change-list .title span {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .change-list .note {
    font-size: 1.0rem;
  }
  .change-boxInr {
    padding: 0 15px 20px;
  }
  .change-boxInr .modText-box {
    float: none;
    width: 100%;
  }
  .change-image {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .change-image .image {
    margin-top: 15px;
  }
  .change-image .image img {
    float: left;
    width: 50%;
  }
  .change .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

#change .comingsoon_bottom {
  margin: 50px 0 20px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #073190;
  padding: 10px 10px 12px 10px;
}

@media (max-width: 767px) {
  .change {
    font-size: 1.2em;
    margin: 0 0 20px;
    padding: 30px 10px 12px 10px;
  }
  .change-button {
    padding: 40px 15px 0 15px;
  }
  .change-off .change-button {
    padding: 40px 15px 0px 15px;
  }
  .change-list .year {
    position: absolute;
    top: 20px;
    font-size: 1.5rem;
    left: -12px;
  }
  .change-list .change-off .year {
    position: absolute;
    bottom: 30px;
    left: -12px;
  }
  .change-list .change-off .title {
    padding-right: 0;
  }
}

/* --------------------------------------------------
    change01
-------------------------------------------------- */

#change-ep1 {
  background: #f0f0f0;
}

#change-ep1 .wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.change_pc {
  display: block;
}

.change_sp {
  display: none;
}

#change-ep1 .contentwrapper {
  height: 100%;
}
#change-ep1 .visual-next {
  position: fixed;
  bottom: 10px;
}
#change-ep1 a.visual-next {
}

#change-ep1.viewing-page-9 .visual-next {
  display: none;
}

#change-ep1 .content01_bg {background-color: #F0F0F0;}
#change-ep1 .content02_bg {background-image: url(../img/change_e01_2.png);background-size:cover;}
#change-ep1 .content03_bg {background-color: #88bfb6;}
#change-ep1 .content04_bg {background-image: url(../img/change_e01_3.png);background-size:cover;}
#change-ep1 .content05_bg {background-color: #B6D6DA;}
#change-ep1 .content06_bg {background-image: url(../img/change_e01_4.png);background-size:cover;}
#change-ep1 .content07_bg {background-color: #DBF6FE;}
#change-ep1 .content08_bg {background-image: url(../img/change_e01_5.png);background-size:cover;}
#change-ep1 .content09_bg {background-color: #f1fbfb; height: 0%;}
#change-ep1 .content10_bg {background-color: #f1fbfb;}

.change_textarea {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition:       all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.change_title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 2;
  margin: 0 auto 10px auto;
}
.change_title span {
  color: #0B308E;
  font-size: 3rem;
  font-weight: 600;
}
.change_pageTitle {
  border: 2px solid #333;
  border-radius: 30px;
  padding: 0px 0px 2px 0;
  font-size: 1.4rem;
  letter-spacing: .3px;
  font-weight: 600;
  width: 28rem;
  margin: 0 auto 40px auto;
  text-align: center;
}
.change_footertitle {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.change_modal_text {
  position: relative;
  width: 50%;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: left;
}
.change_modal_text p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.change_modal_image {
 position: relative;
 width: 50%;
 text-align: right;
}
.change_modal_image img {
 width: 80%;
}

.change_textarea_01.change_textarea,
.change_textarea_02.change_textarea,
.change_textarea_03.change_textarea,
.change_textarea_04.change_textarea,
.change_textarea_05.change_textarea,
.change_textarea_06.change_textarea,
.change_textarea_07.change_textarea,
.change_textarea_08.change_textarea,
.change_textarea_09.change_textarea,
.change_textarea_10.change_textarea {
 opacity: 0;
}
.change_textarea_01.change_textarea {
 position: fixed;
 top: 45%;
 display: block;
 width: 100%;
}
.change_textarea_02.change_textarea {
 display: flex;
 flex-flow: row-reverse;
}
.change_textarea_03.change_textarea {
 display: flex;
}
.change_textarea_03 .change_modal_image {
 text-align: left;
}
.change_textarea_04.change_textarea {
 display: flex;
 width: 90%;
}
.change_textarea_04 .change_modal_text {
 letter-spacing: -0.5px;
}
.change_textarea_04 .change_modal_image img {
 width: 95%;
}
#change-ep1 .change_textarea_05.change_textarea {
 display: block;
 width: 100%;
 line-height: 3.6rem;
}
.viewing-page-1 .change_textarea_01.change_textarea {
 opacity: 1;
}
.viewing-page-3 .change_textarea_02.change_textarea {
 opacity: 1;
}
.viewing-page-5 .change_textarea_03.change_textarea {
 opacity: 1;
}
.viewing-page-7 .change_textarea_04.change_textarea {
 opacity: 1;
}
.viewing-page-9 .change_textarea_05.change_textarea {
 opacity: 1;
}

.mfp-iframe-scaler iframe {
  box-shadow: 0 0 0 0 !important;
}

#change-ep1 .trigger02,
#change-ep1 .trigger03,
#change-ep1 .trigger04,
#change-ep1 .trigger05,
#change-ep1 .trigger06,
#change-ep1 .trigger07,
#change-ep1 .trigger08,
#change-ep1 .trigger09,
#change-ep1 .trigger10 {
  width: 100%;
  display: block;
  height: 1px;
  text-indent: -9999px;
}

.change_closeSp {
  display: none;
}

@media (max-width: 767px) {

  #change-ep1 .wrap {
    padding: 0px 0px;
    box-sizing: border-box;
  }
  .change_pc {
    display: none;
  }
  .change_sp {
    display: block;
  }

  .change_closeSp {
    display: block;
    position: relative;
  }

  .change_closeSp a {
    color: #999999;
    font-size: 4rem;
    display: block;
    position: fixed;
    right: 8px;
    top: -15px;
    font-weight: 100;
    z-index: 10;
  }

  #change-ep1 .visual-next {
      position: fixed;
  }

  .change_title {
    line-height: 1.5;
    font-size: 3rem;
    margin: 40px auto;
  }
  .change_title span {
    line-height: 8rem;
  }
  .change_pageTitle {
    font-size: 1.2rem;
  }

  .change_contents {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .content02_bg.change_contents,
  .content03_bg.change_contents,
  .content05_bg.change_contents,
  .content06_bg.change_contents,
  .content09_bg.change_contents,
  .content10_bg.change_contents {
    height: 60%;
  }

  .change_textarea_01.change_textarea,
  .change_textarea_02.change_textarea,
  .change_textarea_03.change_textarea,
  .change_textarea_04.change_textarea,
  .change_textarea_05.change_textarea,
  .change_textarea_06.change_textarea,
  .change_textarea_07.change_textarea,
  .change_textarea_08.change_textarea,
  .change_textarea_09.change_textarea,
  .change_textarea_10.change_textarea {
    opacity: 1;
    position: relative;
  }

  .change_textarea_02.change_textarea,
  .change_textarea_03.change_textarea,
  .change_textarea_04.change_textarea {
    background: none;
  }

  .change_textarea .change_modal_text p {
    position: relative;
    top:0;
    left: 0;
    font-size: 1.4rem;
    line-height: 2.8rem;
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
  }

  .change_textarea_01.change_textarea {
    display: block;
    width: 95%;
  }
  .change_textarea_01 p {
    text-align: left;
    font-size: 1.4rem;
  }
  #change-ep1 .change_textarea_02.change_textarea {
    display: block;
    top: 40%;
  }
  .change_textarea_02.change_textarea .change_modal_image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .change_textarea_02.change_textarea .change_modal_image img {
    width: 100%;
  }
  .change_textarea_02.change_textarea .change_modal_text {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  #change-ep1 .change_textarea_03.change_textarea {
    display: block;
    top: 40%;
  }
  .change_textarea_03.change_textarea .change_modal_image {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .change_textarea_03.change_textarea .change_modal_image img {
    width: 100%;
  }
  .change_textarea_03.change_textarea .change_modal_text {
    width: 100%;
  }
  #change-ep1 .change_textarea_04.change_textarea {
    display: block;
    top: 40%;
  }
  .change_textarea_04.change_textarea .change_modal_image {
    width: 100%;
  }
  .change_textarea_04.change_textarea .change_modal_image img {
    width: 100%;
  }
  .change_textarea_04.change_textarea .change_modal_text {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .change_textarea_05.change_textarea {
    width: 80%;
  }
  .change_textarea_05.change_textarea p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.8rem;
    padding: 10px;
  }
  .change_footertitle {
    line-height: 5rem;
  }
}

@media (max-width: 321px) {

  .change_title {
    font-size: 3rem;
  }
  .change_title {
    line-height: 1.3;
    margin: 0 auto 30px auto;
  }
  .change_pageTitle {
    font-size: 1.2rem;
    width: 22rem;
    margin: 0 auto 30px auto;
  }
  .change_footertitle {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}

@media (max-width: 321px) {
}



/* back to top button */

.backtop {
  position: absolute;
  right: 50px;
  bottom: -350px;
  font-family: 'Ubuntu Condensed', sans-serif;
  line-height: 2em;
  z-index: 100000;
  padding-top: 30px;
}

.backtop span {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  cursor: pointer;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}


@media (max-width: 767px) {
  .backtop {
    right: 10px;
    bottom: 10px;
  }
}
