@charset "UTF-8";
/* ==========================================================================
 *
 * story
 *
========================================================================== */
/* -------------------------------------------
	Variables
------------------------------------------- */
/* ==========================================================================
 *
 * Variables
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Extends - font-antialiase
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - calculate-vw-size
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - strip-unit
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - zero-padding
 * 数値をゼロパディングする
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - clearfix
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - font-smoothing
 * OSX 向けフォントレンダリングの調整
 * http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden-text
 * sprite などのお供に
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden
 * display: none せずに要素を隠す
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - iconfont
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - layout
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - opacity
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - placeholder
 * プレースホルダーの色を設定する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - pre-wrap
 * テキストの改行を pre 的な振る舞いに設定
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-button
 * button 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-input
 * input 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-select
 * select 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - sprite
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - tategaki
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - text-ellipsis
 * テキストを ... で省略する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - header
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - toppan-masking-triangle
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - toppan-tag
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - white-space
	- normal
	- nowrap
	- pre-wrap
 *
========================================================================== */
/* -------------------------------------------
	Story
------------------------------------------- */
/* ==========================================================================
 *
 * Blocks - .story
 *
========================================================================== */
.story {
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.story .storyDetail__content__imgTxt__img img {
  width: 100%;
}
.story .storyDetail__content__imgs img {
  width: 100%;
}

/* ==========================================================================
 *
 * Blocks - .-storyGlobal
 *
========================================================================== */
.page.-storyGlobal a:hover .storyGlobal__section__image__inner {
  transform: scale(1.03, 1.03);
}
.page.-storyGlobal .maskAnim {
  overflow: hidden;
}
.page.-storyGlobal .maskAnim span {
  position: relative;
  transform: translateX(-100%);
  transition: transform 600ms 500ms cubic-bezier(0.82, 0.08, 0.09, 0.96);
}
.page.-storyGlobal .maskAnim span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0068b5;
  position: absolute;
}
.page.-storyGlobal .maskAnim span::after {
  top: 0;
  right: 0;
}
.page.-storyGlobal .-show .maskAnim span {
  transform: translateX(0%);
}
.page.-storyGlobal .-show .maskAnim span::after {
  width: 0;
  transition: width 600ms 1200ms cubic-bezier(0.82, 0.08, 0.09, 0.96);
}
.page.-storyGlobal .-show.storyGlobal__section__image {
  transform: translateY(0);
  opacity: 1;
}
.storyGlobal__content {
  padding-bottom: 44px;
}

.storyGlobal__header__inner {
  max-width: 1020px;
  margin: 138px auto 116px;
  border-left: 8px solid #0068b5;
  padding-left: 52px;
}
.storyGlobal__header__inner h1 {
  font-size: 48px;
  line-height: .8;
  color: #0068b5;
  margin-bottom: 18px;
}
.storyGlobal__header__inner p {
  font-size: 16px;
  line-height: 1.5;
}

.storyGlobal__text {
  width: 1020px;
  margin: 0 auto;
}

.storyGlobal__section {
  position: relative;
  min-height: 440px;
}
.storyGlobal__section h2 {
  font-weight: 500;
  font-size: 32px;
}
.storyGlobal__section h2 span {
  position: relative;
  background-color: #fff;
  display: inline-block;
  line-height: 1.1;
}
.storyGlobal__section .storyGlobal__section__image {
  width: 68.75%;
  min-width: 880px;
  height: 440px;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: opacity 400ms 100ms linear, transform 400ms 100ms cubic-bezier(0.18, 0.62, 0.38, 0.78);
  opacity: 0;
  transform: translateY(40px);
}
.storyGlobal__section .storyGlobal__section__image__inner {
  width: 100%;
  height: 100%;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
}
.storyGlobal__section.-imgRight {
  margin-bottom: 80px;
}
.storyGlobal__section.-imgRight .storyGlobal__section__image {
  right: 0;
}
.storyGlobal__section.-imgLeft {
  position: relative;
}
.storyGlobal__section.-imgLeft::before {
  content: "";
  display: block;
  width: calc(50% + 510px);
  height: 503px;
  background-color: #f0f0f0;
  position: absolute;
  top: 80px;
  right: 0;
}
.storyGlobal__section.-imgLeft .storyGlobal__section__image {
  left: 0;
}
.storyGlobal__section.-imgLeft .storyGlobal__text {
  margin-bottom: 66px;
  overflow: auto;
}
.storyGlobal__section.-imgLeft .storyGlobal__text::after {
  content: "";
  clear: both;
  display: block;
}
.storyGlobal__section.-imgLeft .storyGlobal__text .-right {
  margin-top: 377px;
}
.storyGlobal__section:nth-child(odd) .storyGlobal__text {
  padding-top: 120px;
}
.storyGlobal__section:nth-child(even) .storyGlobal__text {
  padding-left: 160px;
}
.storyGlobal__section.-section1 .storyGlobal__section__image__inner {
  background: url(../../../assets/en/img/story/story1/img_1.jpg) no-repeat center center;
  background-size: cover;
}
.storyGlobal__section.-section2 .storyGlobal__section__image__inner {
  background: url(../../../assets/en/img/story/story2/img_1.jpg) no-repeat center center;
  background-size: cover;
}
.storyGlobal__section.-section3 .storyGlobal__section__image__inner {
  background: url(../../../assets/en/img/story/story3/img_1.jpg) no-repeat center center;
  background-size: cover;
}
.storyGlobal__section.-section4 .storyGlobal__section__image__inner {
  background: url(../../../assets/en/img/story/story4/img_1.jpg) no-repeat center center;
  background-size: cover;
}
.storyGlobal__section.-section5 .storyGlobal__section__image__inner {
  background: url(../../../assets/en/img/story/story5/img_1.jpg) no-repeat center center;
  background-size: cover;
}

.storyGlobal__section__inner {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.storyGlobal__text h2 {
  color: #000;
}

.storySection__viewButton {
  margin-top: 48px;
}
@media (max-width: 750px) {
  .storyGlobal__content {
    padding-bottom: 27px;
  }

  .storyGlobal__header {
    padding: 0 20px;
  }

  .storyGlobal__header__inner {
    border-left: 4px solid #0068b5;
    margin: 46px auto 48px;
    padding-left: 27px;
  }
  .storyGlobal__header__inner h1 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .storyGlobal__header__inner p {
    font-size: 12px;
  }

  .storyGlobal__text {
    width: 100%;
  }

  .storyGlobal__section {
    min-height: 220px;
  }
  .storyGlobal__section h2 {
    font-size: 16px;
  }
  .storyGlobal__section .storyGlobal__section__image {
    width: auto;
    min-width: auto;
  }
  .storyGlobal__section.-imgRight {
    margin-bottom: 33px;
  }
  .storyGlobal__section.-imgRight .storyGlobal__section__image {
    width: 285px;
    height: 220px;
  }
  .storyGlobal__section.-imgLeft::before {
    width: calc(100vw - 15px);
    height: 247px;
    top: 50px;
  }
  .storyGlobal__section.-imgLeft .storyGlobal__section__image {
    width: 285px;
    height: 220px;
  }
  .storyGlobal__section.-imgLeft .storyGlobal__text {
    margin-bottom: 37px;
  }
  .storyGlobal__section.-imgLeft .storyGlobal__text .-right {
    margin-top: 189px;
  }
  .storyGlobal__section:nth-child(odd) .storyGlobal__text {
    padding-top: 58px;
  }
  .storyGlobal__section:nth-child(even) .storyGlobal__text {
    padding-left: 30px;
  }
  .storyGlobal__section.-section1 .storyGlobal__section__image__inner {
    background: url(../../../assets/en/img/story/story1/img_1_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .storyGlobal__section.-section2 .storyGlobal__section__image__inner {
    background: url(../../../assets/en/img/story/story2/img_1_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .storyGlobal__section.-section3 .storyGlobal__section__image__inner {
    background: url(../../../assets/en/img/story/story3/img_1_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .storyGlobal__section.-section4 .storyGlobal__section__image__inner {
    background: url(../../../assets/en/img/story/story4/img_1_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .storyGlobal__section.-section5 .storyGlobal__section__image__inner {
    background: url(../../../assets/en/img/story/story5/img_1_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .storyGlobal__section__inner {
    max-width: 100%;
    padding: 0 20px;
  }

  .storySection__viewButton {
    margin-top: 20px;
  }
  .storySection__viewButton > span {
    padding: 7px 35px 7px 28px;
    font-size: 12px;
  }
  .storySection__viewButton > span i {
    right: 15px;
    font-size: 20px;
  }
}

/* ==========================================================================
 *
 * Blocks - .-storyGlobalDetail
 *
========================================================================== */
.page.-storyGlobalDetail img {
  width: 100%;
}
.page.-storyGlobalDetail figcaption {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.6;
}
.page.-storyGlobalDetail h1 {
  font-size: 32px;
  margin-bottom: 28px;
}
.page.-storyGlobalDetail h2 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.page.-storyGlobalDetail .-line {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 32px;
}
.page.-storyGlobalDetail .-thumb {
  text-align: center;
  padding-bottom: 40px;
}
.page.-storyGlobalDetail .-thumb small {
  font-style: italic;
  font-size: 12px;
  color: #000;
  opacity: .4;
  display: block;
  margin-top: 30px;
}
.page.-storyGlobalDetail .-thumb h4 {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 10px;
}
.page.-storyGlobalDetail .-thumb p {
  font-size: 14px;
}
.page.-storyGlobalDetail .-thumb .section1-thumb__list {
  display: flex;
  justify-content: space-between;
}
.page.-storyGlobalDetail .-thumb .section1-thumb__list li {
  width: 164px;
}
.page.-storyGlobalDetail .-thumb .section1-thumb__list figcaption {
  font-size: 16px;
  padding-top: 12px;
  line-height: 1.2;
}
.page.-storyGlobalDetail .-thumb .section1-thumb__list figcaption span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
}
.page.-storyGlobalDetail .-thumb .-imgTitle {
  padding-bottom: 27px;
  font-size: 16px;
}
.page.-storyGlobalDetail .-discover img {
  width: 50%;
}
.page.-storyGlobalDetail .-discover .pageLinkList__title p {
  color: #000;
  margin-top: 4px;
}
.page.-storyGlobalDetail .storyDetail__info {
  border-top: none;
}
.page.-storyGlobalDetail .storyDetail__info__share {
  text-align: left;
}
.storyGlobalDetail {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-left: 20px;
  display: flex;
}

.storyGlobalDetail__left {
  width: 740px;
}

.storyGlobalDetail__right {
  background-color: #f0f0f0;
  width: 270px;
  margin-left: 50px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.storyGlobalDetail__right__back {
  padding-top: 20px;
}
.storyGlobalDetail__right__back a {
  color: #0068b5;
  border: 2px solid #0068b5;
  display: block;
  padding: 14px 0;
  font-weight: 700;
  font-size: 18px;
}
.storyGlobalDetail__right__back .toppanIcon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: normal;
  vertical-align: -5px;
  border: 2px solid #0068b5;
  border-radius: 50%;
  position: relative;
}
.storyGlobalDetail__right__back .toppanIcon::before {
  content: "\f109";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.storyGlobalDetail__Section {
  line-height: 1.8;
  font-size: 16px;
  color: #484848;
}
.storyGlobalDetail__Section em {
  color: #000;
}
.storyGlobalDetail__Section p {
  padding-bottom: 27px;
}
.storyGlobalDetail__Section p.storyGlobalDetail__boldText {
  padding-bottom: 55px;
}
.storyGlobalDetail__Section h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 34px;
}
.storyGlobalDetail__Section > small {
  font-style: italic;
  font-size: 12px;
  padding-bottom: 27px;
  display: block;
}

.storyGlobalDetail__mainImg {
  margin-bottom: 32px;
}

.storyGlobalDetail__col2::after {
  content: "";
  clear: both;
  display: block;
}
.storyGlobalDetail__col2.-imgLeft figure {
  display: inline-block;
  float: left;
  width: 50%;
  margin-right: 30px;
}
.storyGlobalDetail__col2.-imgRight figure {
  display: inline-block;
  float: right;
  width: 50%;
  margin-left: 30px;
}
.storyGlobalDetail__col2.-txtShort figure {
  padding-bottom: 27px;
}

.storyGlobalDetail__otherList li {
  margin-bottom: 24px;
}
.storyGlobalDetail__otherList img {
  margin-bottom: 14px;
}
.storyGlobalDetail__otherList figcaption {
  text-decoration: underline;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 750px) {
  .page.-storyGlobalDetail h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .page.-storyGlobalDetail h2 {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .page.-storyGlobalDetail .-line {
    margin-bottom: 22px;
  }
  .page.-storyGlobalDetail .-thumb {
    padding-bottom: 24px;
  }
  .page.-storyGlobalDetail .-thumb small {
    font-size: 9px;
    margin-top: 19px;
  }
  .page.-storyGlobalDetail .-thumb h4 {
    font-size: 14px;
    padding-top: 0px;
  }
  .page.-storyGlobalDetail .-thumb p {
    font-size: 10px;
  }
  .page.-storyGlobalDetail .-thumb .section1-thumb__list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .page.-storyGlobalDetail .-thumb .section1-thumb__list li {
    width: 50%;
    max-width: 156px;
    padding: 0 16px;
  }
  .page.-storyGlobalDetail .-thumb .section1-thumb__list li:nth-child(1), .page.-storyGlobalDetail .-thumb .section1-thumb__list li:nth-child(2) {
    margin-bottom: 19px;
  }
  .page.-storyGlobalDetail .-thumb .section1-thumb__list figcaption {
    font-size: 12px;
    padding-top: 12px;
  }
  .page.-storyGlobalDetail .-thumb .section1-thumb__list figcaption span {
    font-size: 9px;
  }
  .page.-storyGlobalDetail .-thumb .-imgTitle {
    padding-bottom: 17px;
    font-size: 10px;
  }
  .page.-storyGlobalDetail .-discover img {
    width: 100%;
  }
  .page.-storyGlobalDetail .-discover h2 {
    padding: 0;
    margin-top: 40px;
  }
  .page.-storyGlobalDetail .-discover .pageLinkList__title p {
    color: #fff;
    margin-top: 2px;
  }
  .page.-storyGlobalDetail .storyDetail__info__share {
    text-align: left;
  }
  .page.-storyGlobalDetail .storyDetail__info__share .-line {
    margin-bottom: 0;
  }
  .storyGlobalDetail {
    max-width: none;
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .storyGlobalDetail::after {
    content: "";
    clear: both;
    display: block;
  }

  .storyGlobalDetail__left {
    float: none;
    width: 100%;
    padding: 0 20px;
  }

  .storyGlobalDetail__right {
    float: none;
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #e4e4e4;
    margin-top: 39px;
    padding-top: 33px;
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
  }

  .storyGlobalDetail__right__back {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .storyGlobalDetail__right__back a {
    padding: 14px 0;
    font-size: 18px;
    margin: 0 auto;
    width: calc(100vw - 40px);
  }
  .storyGlobalDetail__right__back .toppanIcon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: normal;
    vertical-align: -5px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
  }

  .storyGlobalDetail__Section {
    font-size: 13px;
  }
  .storyGlobalDetail__Section p {
    padding-bottom: 17px;
  }
  .storyGlobalDetail__Section p.storyGlobalDetail__boldText {
    padding-bottom: 29px;
  }
  .storyGlobalDetail__Section h3 {
    font-size: 17px;
    margin-bottom: 14px;
    padding-top: 28px;
  }
  .storyGlobalDetail__Section > small {
    font-size: 9px;
    padding-bottom: 17px;
  }

  .storyGlobalDetail__mainImg {
    margin-bottom: 17px;
  }

  .storyGlobalDetail__col2.-imgLeft figure, .storyGlobalDetail__col2.-imgRight figure {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 14px;
  }
  .storyGlobalDetail__col2.-txtShort figure {
    padding-bottom: 17px;
  }

  .storyGlobalDetail__otherList {
    text-align: center;
    margin-bottom: 50px;
  }
  .storyGlobalDetail__otherList li {
    width: 42%;
    margin: 0 10px 0;
  }
  .storyGlobalDetail__otherList img {
    margin-bottom: 12px;
  }
  .storyGlobalDetail__otherList figcaption {
    font-size: 12px;
    line-height: 1.4;
  }
  .storyGlobalDetail__otherList .carousel__prev {
    left: 0;
  }
  .storyGlobalDetail__otherList .carousel__next {
    right: 0;
  }
}

/* ==========================================================================
 *
 * Blocks - .page.-story
 *
========================================================================== */
.page.-story .page__header {
  height: auto;
  padding: 60px 0;
}
.page.-story .page__title {
  color: #000;
  font-size: 25px;
  position: relative;
  top: auto;
  transform: none;
}
.page.-story .page__text {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.857142857;
}
.page.-story .page__content {
  width: 100%;
}
@media (max-width: 750px) {
  .page.-story .page__header {
    padding: 40px;
  }
  .page.-story .page__title {
    font-size: 22px;
  }
  .page.-story .page__text {
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.636363636;
  }
}

/* ==========================================================================
 *
 * Blocks - .storyDetail
 *
========================================================================== */
.page.-story {
  overflow: hidden;
}
.page.-story .pageLinkList__title {
  color: #000;
}
.page.-story .storyDetail .page__header {
  height: 770px;
  position: relative;
}
.page.-story .storyDetail .page__header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.page.-story .storyDetail .page__header.-section1 {
  background-image: url(../../../assets/en/img/bg_2.jpg);
}
.page.-story .storyDetail .page__header.-section2 {
  background-image: url(../../../assets/en/img/bg_3.jpg);
}
.page.-story .storyDetail .page__header.-section3 {
  background-image: url(../../../assets/en/img/bg_4.jpg);
}
.page.-story .storyDetail .page__header.-section4 {
  background-image: url(../../../assets/en/img/bg_5.jpg);
}
.page.-story .storyDetail .page__header.-section5 {
  background-image: url(../../../assets/en/img/bg_6.jpg);
}
.page.-story .storyDetail .page__header.-section6 {
  background-image: url(../../../assets/en/img/bg_7.jpg);
}
.page.-story .storyDetail .page__header.-section7 {
  background-image: url(../../../assets/en/img/bg_8.jpg);
}
.page.-story .storyDetail .page__header.-section8 {
  background-image: url(../../../assets/en/img/bg_13.jpg);
}
.page.-story .storyDetail .page__header.-section9 {
  background-image: url(../../../assets/en/img/bg_14.jpg);
}
.page.-story .storyDetail .page__header.-section10 {
  background-image: url(../../../assets/en/img/bg_15.jpg);
}
.page.-story .storyDetail .page__header.-section10::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.page.-story .storyDetail .page__header.-section11 {
  background-image: url(../../../assets/en/img/bg_16.jpg);
}
.page.-story .storyDetail .page__header.-section12 {
  background-image: url(../../../assets/en/img/bg_17.jpg);
}
.page.-story .storyDetail .page__header.-section13 {
  background-image: url(../../../assets/en/img/bg_18.jpg);
}
.page.-story .storyDetail .page__header.-section14 {
  background-image: url(../../../assets/en/img/bg_19.jpg);
}
.page.-story .storyDetail h1 {
  color: #fff;
  width: 100%;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.page.-story .storyDetail h1 > span:not([data-toppan-wp-letter]) {
  padding-left: .06em;
  letter-spacing: .06em;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.page.-story .storyDetail h2.page__title {
  text-align: center;
  margin-bottom: 30px;
}
.page.-story .storyDetail h4.page__title {
  margin-bottom: 30px;
}
.page.-story .storyDetail figcaption {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 8px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.page.-story .storyDetail figcaption.-right {
  text-align: right;
}
.page.-story .storySection {
  height: 400px;
}
.storyDetail__title, .storyDetail__content .storyDetail__title {
  font-size: 20px;
  line-height: 1.75;
  font-weight: bold;
  text-align: left;
}

.storyDetail__info {
  margin-top: 24px;
  padding: 28px 0;
  text-align: left;
  border-top: 1px solid #d6d6d6;
}
.storyDetail__info::after {
  content: "";
  clear: both;
  display: block;
}

.storyDetail__info__share {
  font-size: 0;
  text-align: center;
}

.storyDetail__info__shareBtn {
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}
.storyDetail__info__shareBtn .fb-like > span {
  vertical-align: top !important;
}

.storyDetail__content {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.storyDetail__content p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.storyDetail__content .storyDetail__content__sub > *:not(.storyDetail__content__title):not(.storyDetail__content__description) {
  margin-bottom: 30px;
  line-height: 2;
}
.storyDetail__content .storyDetail__content__sub > *:not(.storyDetail__content__title):not(.storyDetail__content__description):first-child, .storyDetail__content .storyDetail__content__sub > *:not(.storyDetail__content__title):not(.storyDetail__content__description).-mt0 {
  margin-top: 0;
}
.storyDetail__content > p:not(.storyDetail__content__title):not(.storyDetail__content__description).-right {
  text-align: right;
}
.storyDetail__content > p:not(.storyDetail__content__title):not(.storyDetail__content__description).-center {
  text-align: center;
}

.storyDetail__content__sub {
  margin-top: 80px;
}

.storyDetail__content__img.-main {
  text-align: center;
}
.storyDetail__content__img.-main img {
  max-width: 100%;
}

.storyDetail__content__imgs {
  font-size: 0;
}
body.-en .storyDetail__content__imgs {
  letter-spacing: 0;
}
body.-en .storyDetail__content__imgs > * {
  letter-spacing: .03em;
}
.storyDetail__content__imgs .storyDetail__caption {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 8px;
  width: 100%;
}
.storyDetail__content__imgs.-col1 .storyDetail__content__img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.storyDetail__content__imgs.-col1 figure {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.storyDetail__content__imgs.-col2 .storyDetail__content__img {
  max-width: none;
  width: 50%;
  vertical-align: top;
  display: inline-block;
}
.storyDetail__content__imgs.-col2 .storyDetail__content__img:nth-child(1) {
  padding-right: 20px;
}
.storyDetail__content__imgs.-col2 .storyDetail__content__img:nth-child(2) {
  padding-left: 20px;
}
.storyDetail__content__imgs.-col2 figure {
  width: auto;
  display: block;
}

.storyDetail__content__title {
  padding: 20px 0 20px 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.storyDetail__content__title::before {
  content: "";
  width: 4px;
  display: block;
  background-color: #0068b5;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
}
@media (max-width: 750px) {
  .storyDetail__content__title {
    padding: 14px 0 14px 10px;
    font-size: 13px;
  }
  .storyDetail__content__title::before {
    width: 3px;
    top: 14px;
    bottom: 14px;
  }
}

.storyDetail__content__description {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}
.storyDetail__content__description + p, .storyDetail__content__description + .storyDetail__content__table {
  margin-top: 0 !important;
}

.storyDetail__content__imgTxt__img + .storyDetail__content__imgTxt__img {
  margin-top: 20px;
}

.storyDetail__content__imgText::after {
  content: "";
  clear: both;
  display: block;
}
.storyDetail__content__imgText + h2.page__title {
  padding-top: 40px;
}
.storyDetail__content__imgText.-imgLeft .storyDetail__content__imgTxt__img {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  text-align: left;
}
.storyDetail__content__imgText.-imgRight .storyDetail__content__imgTxt__img {
  float: right;
  margin-left: 20px;
  padding-left: 20px;
  text-align: right;
}
.storyDetail__content__imgText.-floating .storyDetail__content__imgTxt__text {
  overflow: visible;
}

.storyDetail__content__imgTxt__img {
  width: 50%;
}
.storyDetail__content__imgTxt__img img {
  max-width: 100%;
}

.storyDetail__content__imgTxt__text {
  overflow: auto;
}
.storyDetail__content__imgTxt__text p {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .page.-story .pageLinkList__title {
    color: #fff;
  }
  .page.-story .pageLinkList__title.-nopadding {
    padding: 0;
  }
  .page.-story .pageLinkList__title p {
    background-color: #fff;
    color: #000;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    border-right: 1px solid #bababa;
    padding: 5px 15px 5px 15px;
  }
  .page.-story .pageLinkList__title__head {
    padding: 5px 15px 5px 15px;
  }
  .page.-story .storyDetail .page__header {
    height: 200px;
    padding: 0 20px;
  }
  .page.-story .storyDetail h1 {
    width: calc(100% - 40px);
    font-size: 17px;
  }
  .page.-story .storyDetail h2.page__title {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .page.-story .storyDetail h2.page__title > span {
    font-size: 17px;
  }
  .page.-story .storyDetail h4.page__title {
    margin-bottom: 15px;
    font-size: 17px;
    margin-top: 17px;
  }
  .page.-story .storyDetail h4.page__title > span {
    font-size: 17px;
  }
  .page.-story .storySection {
    height: auto;
  }
  .storyDetail__title {
    font-size: 14px !important;
    line-height: 1.5555555;
  }
  .storyDetail__title, .storyDetail__content .storyDetail__title {
    font-size: 15px;
    line-height: 1.5;
  }

  .storyDetail__info {
    margin-top: 20px;
    padding: 5px 0 0;
  }

  .storyDetail__info__share {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .storyDetail__info__shareBtn {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .storyDetail__content {
    margin-top: 18px;
  }
  .storyDetail__content p {
    font-size: 11px;
  }
  .storyDetail__content .storyDetail__content__sub > *:not(.storyDetail__content__title):not(.storyDetail__content__description) {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.727272727;
  }
  .storyDetail__content > p:not(.storyDetail__content__title):not(.storyDetail__content__description) + p:not(.storyDetail__content__title):not(.storyDetail__content__description) {
    margin-top: 10px;
  }

  .storyDetail__content__sub {
    margin-top: 0;
  }

  .storyDetail__content__img.-main {
    margin-left: -20px;
    margin-right: -20px;
  }

  .storyDetail__content__imgs {
    margin: 15px 0;
  }
  .storyDetail__content__imgs.-col1 .storyDetail__content__img {
    max-width: 100%;
    width: 100%;
  }
  .storyDetail__content__imgs.-col1 figure {
    width: 100%;
    display: block;
  }
  .storyDetail__content__imgs.-col1 figure img {
    max-width: 100%;
  }
  .storyDetail__content__imgs.-col2 .storyDetail__content__img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .storyDetail__content__imgs.-col2 .storyDetail__content__img:nth-child(1) {
    padding-right: 0;
  }
  .storyDetail__content__imgs.-col2 .storyDetail__content__img:nth-child(2) {
    padding-left: 0;
  }
  .storyDetail__content__imgs.-col2 .storyDetail__content__img + .storyDetail__content__img {
    margin-top: 10px;
  }

  .storyDetail__content__title {
    margin-top: 20px;
  }

  .storyDetail__content__description {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.555555556;
  }

  .storyDetail__content__imgText.-imgLeft .storyDetail__content__imgTxt__img {
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
  .storyDetail__content__imgText.-imgRight .storyDetail__content__imgTxt__img {
    float: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
  }

  .storyDetail__content__imgTxt__img {
    width: 100%;
  }
  .storyDetail__content__imgTxt__img + .storyDetail__content__imgTxt__img {
    margin-top: 10px;
  }
  .storyDetail__content__imgTxt__img img {
    width: 100%;
  }

  .storyDetail__content__imgTxt__text {
    margin-top: 10px;
    overflow: visible;
  }
  .storyDetail__content__imgTxt__text p + p {
    margin-top: 10px;
  }
}

/* ==========================================================================
 *
 * Blocks - .storySection
 *
========================================================================== */
.storySection {
  width: 100%;
  height: calc(100vh - 90px);
  min-height: 60vh;
  background: none no-repeat center center;
  background-size: cover;
  position: relative;
}
.storySection.-section1 {
  background-image: url(../../../assets/en/img/bg_2.jpg);
}
.storySection.-section2 {
  background-image: url(../../../assets/en/img/bg_3.jpg);
}
.storySection.-section3 {
  background-image: url(../../../assets/en/img/bg_4.jpg);
}
.storySection.-section4 {
  background-image: url(../../../assets/en/img/bg_5.jpg);
}
.storySection.-section5 {
  background-image: url(../../../assets/en/img/bg_6.jpg);
}
.storySection.-section6 {
  background-image: url(../../../assets/en/img/bg_7.jpg);
}
.storySection.-section7 {
  background-image: url(../../../assets/en/img/bg_8.jpg);
}
.storySection.-section8 {
  background-image: url(../../../assets/en/img/bg_13.jpg);
}
.storySection.-section9 {
  background-image: url(../../../assets/en/img/bg_14.jpg);
}
.storySection.-section10 {
  background-image: url(../../../assets/en/img/bg_15.jpg);
}
.storySection.-section11 {
  background-image: url(../../../assets/en/img/bg_16.jpg);
}
.storySection.-section12 {
  background-image: url(../../../assets/en/img/bg_17.jpg);
}
.storySection.-section13 {
  background-image: url(../../../assets/en/img/bg_18.jpg);
}
.storySection.-section14 {
  background-image: url(../../../assets/en/img/bg_19.jpg);
}
.storySection__next {
  position: absolute;
  bottom: 60px;
  left: -20px;
  transform: rotate(-90deg);
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.storySection__next p {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
}
.storySection__next p i {
  position: absolute;
  font-weight: normal;
  font-size: 24px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.storySection__pager {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
}
.storySection__pager p::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.15s ease-in-out;
}
.storySection__pager p.-active::before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  border: 0px solid #fff;
  background: #fff;
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.storySection__pager p {
  position: relative;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 2.0;
  color: #fff;
}

.storySection__text {
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  background-color: rgba(0, 70, 155, 0.9);
  padding: 50px 75px;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.storySection__text.-right {
  right: 100px;
}
.storySection__text.-left {
  left: 100px;
}
.storySection__text.-active {
  top: 50%;
  opacity: 1;
  transition: opacity 0.4s ease-in-out, width 0.4s ease-in-out, top 0.4s ease-in-out;
}
.storySection__text.-active h2 span:nth-child(1) {
  width: 100%;
  opacity: 1;
  transition: width 0.4s 0.2s ease-in-out,opacity 0.4s 0.2s ease-in-out;
}
.storySection__text.-active h2 span:nth-child(2) {
  width: 100%;
  opacity: 1;
  transition: width 0.4s 0.4s ease-in-out, opacity 0.4s 0.4s ease-in-out;
}
.storySection__text.-active h2 span:nth-child(3) {
  width: 100%;
  opacity: 1;
  transition: width 0.4s 0.6s ease-in-out,opacity 0.4s 0.6s ease-in-out;
}
.storySection__text.-active h2 span:nth-child(4) {
  width: 100%;
  opacity: 1;
  transition: width 0.4s 0.8s ease-in-out,opacity 0.4s 0.8s ease-in-out;
}
.storySection__text.-active h2 span:nth-child(5) {
  width: 100%;
  opacity: 1;
  transition: width 0.4s 1.0s ease-in-out,opacity 0.4s 1.0s ease-in-out;
}
.storySection__text.-active h2 span:nth-child(6) {
  width: 100%;
  opacity: 1;
  transition: width 0.4s 1.0s ease-in-out,opacity 0.4s 1.0s ease-in-out;
}
.storySection__text.-active h2 span:nth-child(7) {
  width: 100%;
  opacity: 1;
  transition: width 0.4s 1.0s ease-in-out,opacity 0.4s 1.0s ease-in-out;
}
.storySection__text.-active p {
  opacity: 1;
  transition: all 0.4s 0.9s ease-in-out;
}
.storySection__text.-active > div {
  opacity: 1;
  transition: all 0.4s 1.0s ease-in-out;
}
.storySection__text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.45;
  letter-spacing: 1px;
  transform: translate3d(0, 0, 0);
}
.storySection__text h2 span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  opacity: 0;
}
.storySection__text p {
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
  opacity: 0;
}
.storySection__text > div {
  opacity: 0;
}
@media (max-width: 750px) {
  .storySection {
    height: auto;
    min-height: auto;
  }
  .storySection::before {
    content: "";
    width: 100%;
    height: 0;
    padding-top: 71.6%;
    background: none no-repeat top center transparent;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 0;
  }
  .storySection.-section1, .storySection.-section2, .storySection.-section3, .storySection.-section4, .storySection.-section5, .storySection.-section6, .storySection.-section7, .storySection.-section8, .storySection.-section9, .storySection.-section10, .storySection.-section11, .storySection.-section12, .storySection.-section13, .storySection.-section14 {
    background: none;
  }
  .storySection.-section1::before {
    background-image: url(../../../assets/en/img/bg_sp_2.jpg);
  }
  .storySection.-section2::before {
    background-image: url(../../../assets/en/img/bg_sp_3.jpg);
  }
  .storySection.-section3::before {
    background-image: url(../../../assets/en/img/bg_sp_4.jpg);
  }
  .storySection.-section4::before {
    background-image: url(../../../assets/en/img/bg_sp_5.jpg);
  }
  .storySection.-section5::before {
    background-image: url(../../../assets/en/img/bg_sp_6.jpg);
  }
  .storySection.-section6::before {
    background-image: url(../../../assets/en/img/bg_sp_7.jpg);
  }
  .storySection.-section7::before {
    background-image: url(../../../assets/en/img/bg_sp_8.jpg);
  }
  .storySection.-section8::before {
    background-image: url(../../../assets/en/img/bg_sp_13.jpg);
  }
  .storySection.-section9::before {
    background-image: url(../../../assets/en/img/bg_sp_14.jpg);
  }
  .storySection.-section10::before {
    background-image: url(../../../assets/en/img/bg_sp_15.jpg);
  }
  .storySection.-section11::before {
    background-image: url(../../../assets/en/img/bg_sp_16.jpg);
  }
  .storySection.-section12::before {
    background-image: url(../../../assets/en/img/bg_sp_17.jpg);
  }
  .storySection.-section13::before {
    background-image: url(../../../assets/en/img/bg_sp_18.jpg);
  }
  .storySection.-section14::before {
    background-image: url(../../../assets/en/img/bg_sp_19.jpg);
  }
  .storySection__next {
    display: none;
  }

  .storySection__pager {
    display: none;
  }

  .storySection__text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    transform: translate(0, 0);
    padding: 30px 40px;
    background-color: #00469b;
    width: 100%;
  }
  .storySection__text.-right {
    right: auto;
    bottom: auto;
  }
  .storySection__text.-left {
    left: auto;
    bottom: auto;
  }
  .storySection__text h2 {
    font-size: 20px;
  }
  .storySection__text h2 span {
    width: auto;
    opacity: 1;
    display: inline;
    overflow: inherit;
    white-space: normal;
  }
  .storySection__text p {
    opacity: 1;
    margin-top: 10px;
    font-size: 11px;
  }
  .storySection__text > div {
    opacity: 1;
  }
}
