@charset "UTF-8";
/* --------------------------------
  aging-index css
-------------------------------- */
.aging-index_hero {
  position: relative;
  width: 100vw;
}
@media (min-width: 768px) {
  .aging-index_hero {
    overflow: hidden;
    margin: 0 auto; 
    width: 100%;
  }
}
@media screen and (min-width: 1182px) {
  .aging-index_hero {
    min-width: 1182px; 
    max-width: calc(100% - 48px);
  }
}

.aging-index_hero_bg {
  position: relative;
  width: 100%;
  height: 58.66667vw;
  background: url(../images/hero_bg_sm.jpg) no-repeat left top/100% auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .aging-index_hero_bg {
    height: 37.5vw;
    min-height: 480px;
    max-height: 606px;
    background: url(../images/hero_bg_md.jpg) no-repeat center center/cover;
  }
}

.aging-index_hero_subtitle {
  padding: 15px 0;
  background-color: #f8f8f8; 
  text-align: center;
  color: #483431;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .aging-index_hero_subtitle {
    position: absolute;
    top: 45px;
    left: 25px;
    padding: 0 0 0 1.5em;
    background-color: transparent; 
    text-align: left;
    text-indent: -1.2em;
    font-size: 1.4rem;
  }
}
.aging-index_hero_subtitle_bold {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .aging-index_hero_subtitle_bold {
    font-size: 1.6rem;
  }
}

.aging-index_hero_title {
  display: inline-block;
  position: absolute;
  top: 14%;
  right: 0;
  left: 0;
  margin: auto;
  width: 75.2vw;
}
@media (min-width: 768px) {
  .aging-index_hero_title {
    top: 23%;
    bottom: 63%;
    width: 564px;
  }
}

.aging-index_hero_lead {
  margin-top: 37px;
  padding: 26px 0 20px;
  text-align: center; 
  letter-spacing: 0.085em;
  color: #483431;
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .aging-index_hero_lead {
    margin-top: 90px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.89;
  }
}

@-webkit-keyframes fadeup {
  0% {
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeup {
  0% {
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.aging-index_method {
  margin: 54px 0 62.5px;
}
@media (min-width: 768px) {
  .aging-index_method {
    margin: 90px 0 98px;
  }
}

.aging-index_method_cap {
  text-align: center;
}

.aging-index_method_cap_txt {
  display: inline-block;
  border-bottom: 1px solid #009bb9; 
  letter-spacing: 0.1em;
  color: #009bb9;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .aging-index_method_cap_txt {
    font-size: 3rem;
  }
}

.aging-index_secret {
  margin: 31px 0 0;
}
@media (min-width: 768px) {
  .aging-index_secret {
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 1182px) {
  .aging-index_secret {
    min-width: 1182px; 
    max-width: calc(100% - 48px);
  }
}

.aging-index_secret + .aging-index_secret {
  margin-top: 0;
}
@media (min-width: 768px) {
  .aging-index_secret + .aging-index_secret {
    margin-top: 40px;
  }
}

.aging-index_secret_container {
  background: url(../images/sec_bg_01_sm.jpg) no-repeat left top/cover;
}
@media (min-width: 768px) {
  .aging-index_secret_container {
    padding-top: 70px;
    background: url(../images/sec_bg_01_md.jpg) no-repeat left top/cover;
  }
}

.aging-index_secret_container_inner {
  margin: 0 27.5px;
}
@media (min-width: 768px) {
  .aging-index_secret_container_inner {
    display: flex;
    margin: 0 auto;
    width: 1120px; 

    justify-content: space-between;
  }
}

.aging-index_secret_block.-caption {
  position: relative;
}
@media (min-width: 768px) {
  .aging-index_secret_block.-caption {
    margin: 0;
    max-width: 384px; 

    flex: 0 1 384px;
  }
}

.aging-index_secret_block.-movie {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .aging-index_secret_block.-movie {
    margin: 0;
    max-width: 672px; 

    flex: 0 1 672px;
  }
}

.aging-index_secret_block video {
  width: 100%;
}

.aging-index_secret_caption_number {
  position: absolute;
  top: 71px;
  left: 0;
}
@media (min-width: 768px) {
  .aging-index_secret_caption_number {
    top: 67px;
    left: 0;
  }
}
.aging-index_secret_caption_number.-number01 {
  width: 106.5px;
}
@media (min-width: 768px) {
  .aging-index_secret_caption_number.-number01 {
    width: 142px;
  }
}
.aging-index_secret_caption_number.-number02 {
  width: 137px;
}
@media (min-width: 768px) {
  .aging-index_secret_caption_number.-number02 {
    width: 176px;
  }
}
.aging-index_secret_caption_number.-number03 {
  width: 142px;
}
@media (min-width: 768px) {
  .aging-index_secret_caption_number.-number03 {
    width: 182px;
  }
}
.aging-index_secret_caption_number.-number04 {
  width: 148px;
}
@media (min-width: 768px) {
  .aging-index_secret_caption_number.-number04 {
    width: 189px;
  }
}

.aging-index_secret_caption_tag {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .aging-index_secret_caption_tag {
    margin-top: -10px;
    padding-top: 0;
  }
}
.aging-index_secret_caption_tag img {
  width: 116.5px;
}
@media (min-width: 768px) {
  .aging-index_secret_caption_tag img {
    width: 172px;
  }
}

.aging-index_secret_caption {
  position: relative;
  margin: 70px 0 0;
  padding: 0 0 0.5em 1em;
  text-align: left;
  text-indent: -1em; 
  letter-spacing: 0.12em;
  color: #483431;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .aging-index_secret_caption {
    margin: 105px 0 0;
    padding: 0 0 1em 1em;
    text-align: left;
    white-space: nowrap; 
    font-size: 2.4rem;
  }
}

.aging-index_secret_subcaption {
  position: relative;
  padding-left: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .aging-index_secret_subcaption {
    padding-left: 26px;
    font-size: 1.6rem;
  }
}

.aging-index_secret_btnWrap {
  margin: 20px 0 0;
  padding: 0 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .aging-index_secret_btnWrap {
    margin: 47px 0 0;
    padding: 0 0 55px;
  }
}

.aging-index_secret_btn {
  position: relative;
  padding-right: 17px;
  border: none;
  background: none; 
  letter-spacing: 0.1em;
  color: #009bb9;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .aging-index_secret_btn {
    margin-left: 24px;
    padding-right: 24px;
    letter-spacing: 0.1em; 
    font-size: 1.6rem;
  }
}
.aging-index_secret_btn:focus {
  outline: none;
}
.aging-index_secret_btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 1px;
  background: #009bb9;
}
@media (min-width: 768px) {
  .aging-index_secret_btn:before {
    width: 15px;
  }
}
.aging-index_secret_btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 11px;
  transition: height 0.3s; 
  background: #009bb9;
}
@media (min-width: 768px) {
  .aging-index_secret_btn:after {
    right: 7.5px;
    height: 15px;
  }
}
.is-accordion-open .aging-index_secret_btn:after {
  height: 0px;
}
@media (min-width: 768px) {
  .aging-index_secret_btn {
    font-size: 1.6rem;
  }
}

.aging-index_movie_link {
  display: block;
  transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .aging-index_movie_link:hover {
    opacity: 0.6;
  }
}

.aging-index_movie_pic_slider {
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
  background-position: center;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .aging-index_movie_pic_slider {
    height: 377px;
  }
}
.aging-index_movie_pic_slider:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.6s ease; 
  background: rgba(0, 0, 0, 0.1) url(/common/img/icon_btn_movie.svg) no-repeat center/69px;
}
@media (min-width: 768px) {
  .aging-index_movie_pic_slider:before {
    background-size: 100px;
  }
}
.aging-index_movie_pic_slider.is-movieSlide-ready:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.aging-index_movie_pic_item {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: visibility 0.3s;
}
.aging-index_movie_pic_item.is-jsslide-ready {
  opacity: 1;
  z-index: 1;
}
.aging-index_movie_pic_item.is-active-animate {
  z-index: 2;
  -webkit-transform-origin: center;
          transform-origin: center; 
  -webkit-animation-name: fadeup; 
          animation-name: fadeup;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;

  -webkit-animation-fill-mode: none;

          animation-fill-mode: none;
}
.is-movieSlide-ready .aging-index_movie_pic_item {
  visibility: hidden;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.aging-index_secret_more {
  position: relative;
  padding-top: 10px;
  background: url(../images/sec_open_bg_01_sm.jpg) no-repeat left top/cover;
}
@media (min-width: 768px) {
  .aging-index_secret_more {
    background: url(../images/sec_open_bg_01_md.jpg) no-repeat left top/cover;
  }
}
.aging-index_secret_more:after {
  content: "";
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 441px;
  height: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/sec_open_bg_pattern_sm.png) no-repeat center top/100% auto;
}
@media (min-width: 768px) {
  .aging-index_secret_more:after {
    top: -20px;
    width: 1227px;
    max-width: none;
    height: 30px;
    background: url(../images/sec_open_bg_pattern_md.png) no-repeat left top/100% auto;
  }
}

.aging-index_secret_more_inner_wrap {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 28px 0 47px;
}
@media (min-width: 768px) {
  .aging-index_secret_more_inner_wrap {
    padding: 66px 0 64px;
  }
}
.aging-index_secret_more_inner_wrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100%;
  max-width: 441px;
  height: 373px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/sec_open_bg_pattern_sm.png) no-repeat center top/100% auto;
}
@media (min-width: 768px) {
  .aging-index_secret_more_inner_wrap:after {
    top: -30px;
    width: 1227px;
    max-width: none;
    height: 450px;
    background: url(../images/sec_open_bg_pattern_md.png) no-repeat left top/100% auto;
  }
}

.aging-index_secret_more_inner {
  position: relative;
  margin: 0 auto; 
  width: calc(100% - 55px);
}
@media (min-width: 768px) {
  .aging-index_secret_more_inner {
    margin: auto;
    width: 100%;
    max-width: 1120px;
  }
}

@media (min-width: 768px) {
  .aging-index_secret_more_container {
    display: flex;
  }
}

.aging-index_secret_more_block + .aging-index_secret_more_block {
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .aging-index_secret_more_block + .aging-index_secret_more_block {
    margin-top: 0;
  }
}

.aging-index_secret_more_block.-block01 {
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .aging-index_secret_more_block.-block01 {
    margin: 0 50px 0 0; 

    flex: 0 1 420px;
    justify-content: center;
  }
  .aging-index_secret_more_block.-block01 .aging-index_secret_commentary {
    justify-content: center;
  }
  .aging-index_secret_more_block.-block01 .aging-index_secret_commentary .aging-index_secret_commentary_item {
    max-width: 362px;

    flex: 0 1 362px;
  }
  .aging-index_secret_more_block.-block01 .aging-index_secret_commentary img {
    width: 224px;
  }
}

@media (min-width: 768px) {
  .aging-index_secret_more_block.-block02 {
    flex: 1;
    justify-content: center;
  }
  .aging-index_secret_more_block.-block02 .aging-index_secret_commentary {
    justify-content: center;
  }
  .aging-index_secret_more_block.-block02 .aging-index_secret_commentary_item {
    max-width: 224px;

    flex: 0 1 224px;
  }
}

.aging-index_secret_more_cap {
  display: inline;
  padding-bottom: 5px;
  border-bottom: 1px solid #483431; 
  letter-spacing: 0.12em;
  color: #483431;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .aging-index_secret_more_cap {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff; 
    color: #fff;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.aging-index_secret_more_lead {
  margin: 15px 0 0;
  letter-spacing: 0.12em;
  color: #fff; 
  font-size: 1.3rem;
  line-height: 1.56;
}
@media (min-width: 768px) {
  .aging-index_secret_more_lead {
    margin: 26px 0 0;
    color: #483431; 
    font-size: 1.4rem;
  }
}

/* secret別 css */
.-even .aging-index_secret_container {
  background: url(../images/sec_bg_02_sm.jpg) no-repeat left top/cover;
}
@media (min-width: 768px) {
  .-even .aging-index_secret_container {
    padding-top: 70px;
    background: url(../images/sec_bg_02_md.jpg) no-repeat left top/cover;
  }
}

.-even .aging-index_secret_container_inner {
  flex-direction: row-reverse;
}

.-even .aging-index_secret_caption_number {
  right: 0; 
  left: auto;
}

.-even .aging-index_secret_caption_tag {
  text-align: right;
}