﻿@charset "UTF-8";
/*
html {
  font-size: 10px;
} */

.video_tc {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s, z-index 1s;
}

.video_tc.active {
  z-index: 1000;
  opacity: 1;
}

.video_tc .video_view {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  box-shadow: 0 0 2em 1px #292929;
}

.video_tc video {
  width: 100%;
}

.video_tc .close_view {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  border: none;
  padding: 0.57143em 8px 0.57143em 36px;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  z-index: 9999;
  transition: background-color .3s;
}

.video_tc .close_view:hover {
  background-color: rgba(0, 0, 0, .7);
}

.video_tc .close_view:before {
  transform: rotate(45deg);
}

.video_tc .close_view:after {
  transform: rotate(-45deg);
}

.video_tc .close_view:before,
.video_tc .close_view:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 20px;
  height: 3px;
  margin-top: -2px;
  background-color: #fff;
  will-change: transform;
}

#page_hl {
  position: relative;
  overflow: hidden;
}

* {
  margin: 0;
  border: none;
  padding: 0;
}

.albs-footer {
  margin-top: 0;
}

#main_hl {
  color: #fff;
  display: block;
  line-height: 2;
  /* font-size: 1.6em; */
  /* font-size: 10px; */
  letter-spacing: -.00001em;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
svg {
  display: block;
}

.video-wrap {
  text-align: center;
  position: relative;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
  font-weight: normal;
}

.link-modal-01,
.link-modal-02 {
  position: relative;
  display: inline-block;
}

a {
  color: #08107b;
  text-decoration: none;
}

.link-modal-01>img,
.link-modal-02>img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: -webkit-filter .2s;
  transition: filter .2s;
  will-change: -webkit-filter, filter;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
}

.video-cover,
.video-wrap video {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
}

.video-cover {
  height: 100%;
  background: url(https://www.olympus.com.cn/shared/images/video-cover.png) repeat;
  z-index: 1;
}

#main_hl {
  /* font-family: "Helvetica Neue", Arial, "メイリオ", Meiryo, YuGothicRedifined, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; */
  color: #2e2e2e;
}

.link-modal-01>img,
.link-modal-02>img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: -webkit-filter .2s;
  transition: filter .2s;
  will-change: -webkit-filter, filter;
}

.link-modal-01:hover>img,
.link-modal-01:focus>img,
.link-modal-01:active>img,
.link-modal-02:hover>img,
.link-modal-02:focus>img,
.link-modal-02:active>img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#main_hl .container,
#main_hl .container-fluid,
#main_hl .container-xl,
#main_hl .container-lg,
#main_hl .container-md {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {

  #main_hl .container-md,
  #main_hl .container-sm,
  #main_hl .container {
    max-width: 100%;
  }
}

@media (min-width: 991px) {

  #main_hl .container-lg,
  #main_hl .container-md,
  #main_hl .container-sm,
  #main_hl .container {
    max-width: 1112px;
  }
}

@media (min-width: 1360px) {

  #main_hl .container-xl,
  #main_hl .container-lg,
  #main_hl .container-md,
  #main_hl .container-sm,
  #main_hl .container {
    max-width: 1440px;
  }
}

#main_hl .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

#main_hl .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

#main_hl .no-gutters>.col,
#main_hl .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

#main_hl .col-xl,
#main_hl .col-xl-auto,
#main_hl .col-xl-12,
#main_hl .col-xl-11,
#main_hl .col-xl-10,
#main_hl .col-xl-9,
#main_hl .col-xl-8,
#main_hl .col-xl-7,
#main_hl .col-xl-6,
#main_hl .col-xl-5,
#main_hl .col-xl-4,
#main_hl .col-xl-3,
#main_hl .col-xl-2,
#main_hl .col-xl-1,
#main_hl .col-lg,
#main_hl .col-lg-auto,
#main_hl .col-lg-12,
#main_hl .col-lg-11,
#main_hl .col-lg-10,
#main_hl .col-lg-9,
#main_hl .col-lg-8,
#main_hl .col-lg-7,
#main_hl .col-lg-6,
#main_hl .col-lg-5,
#main_hl .col-lg-4,
#main_hl .col-lg-3,
#main_hl .col-lg-2,
#main_hl .col-lg-1,
#main_hl .col-md,
#main_hl .col-md-auto,
#main_hl .col-md-12,
#main_hl .col-md-11,
#main_hl .col-md-10,
#main_hl .col-md-9,
#main_hl .col-md-8,
#main_hl .col-md-7,
#main_hl .col-md-6,
#main_hl .col-md-5,
#main_hl .col-md-4,
#main_hl .col-md-3,
#main_hl .col-md-2,
#main_hl .col-md-1,
#main_hl .col-sm,
#main_hl .col-sm-auto,
#main_hl .col-sm-12,
#main_hl .col-sm-11,
#main_hl .col-sm-10,
#main_hl .col-sm-9,
#main_hl .col-sm-8,
#main_hl .col-sm-7,
#main_hl .col-sm-6,
#main_hl .col-sm-5,
#main_hl .col-sm-4,
#main_hl .col-sm-3,
#main_hl .col-sm-2,
#main_hl .col-sm-1,
#main_hl .col,
#main_hl .col-auto,
#main_hl .col-12,
#main_hl .col-11,
#main_hl .col-10,
#main_hl .col-9,
#main_hl .col-8,
#main_hl .col-7,
#main_hl .col-6,
#main_hl .col-5,
#main_hl .col-4,
#main_hl .col-3,
#main_hl .col-2,
#main_hl .col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

#main_hl .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

#main_hl .row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

#main_hl .row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

#main_hl .row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

#main_hl .row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

#main_hl .row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

#main_hl .row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

#main_hl .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

#main_hl .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

#main_hl .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

#main_hl .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

#main_hl .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

#main_hl .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

#main_hl .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

#main_hl .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

#main_hl .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

#main_hl .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

#main_hl .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

#main_hl .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

#main_hl .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}

#main_hl .order-first {
  order: -1;
}

#main_hl .order-last {
  order: 13;
}

#main_hl .order-0 {
  order: 0;
}

#main_hl .order-1 {
  order: 1;
}

#main_hl .order-2 {
  order: 2;
}

#main_hl .order-3 {
  order: 3;
}

#main_hl .order-4 {
  order: 4;
}

#main_hl .order-5 {
  order: 5;
}

#main_hl .order-6 {
  order: 6;
}

#main_hl .order-7 {
  order: 7;
}

#main_hl .order-8 {
  order: 8;
}

#main_hl .order-9 {
  order: 9;
}

#main_hl .order-10 {
  order: 10;
}

#main_hl .order-11 {
  order: 11;
}

#main_hl .order-12 {
  order: 12;
}

#main_hl .offset-1 {
  margin-left: 8.3333333333%;
}

#main_hl .offset-2 {
  margin-left: 16.6666666667%;
}

#main_hl .offset-3 {
  margin-left: 25%;
}

#main_hl .offset-4 {
  margin-left: 33.3333333333%;
}

#main_hl .offset-5 {
  margin-left: 41.6666666667%;
}

#main_hl .offset-6 {
  margin-left: 50%;
}

#main_hl .offset-7 {
  margin-left: 58.3333333333%;
}

#main_hl .offset-8 {
  margin-left: 66.6666666667%;
}

#main_hl .offset-9 {
  margin-left: 75%;
}

#main_hl .offset-10 {
  margin-left: 83.3333333333%;
}

#main_hl .offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 640px) {
  #main_hl .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #main_hl .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .row-cols-sm-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  #main_hl .row-cols-sm-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #main_hl .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  #main_hl .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  #main_hl .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  #main_hl .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #main_hl .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #main_hl .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #main_hl .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  #main_hl .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .order-sm-first {
    order: -1;
  }

  #main_hl .order-sm-last {
    order: 13;
  }

  #main_hl .order-sm-0 {
    order: 0;
  }

  #main_hl .order-sm-1 {
    order: 1;
  }

  #main_hl .order-sm-2 {
    order: 2;
  }

  #main_hl .order-sm-3 {
    order: 3;
  }

  #main_hl .order-sm-4 {
    order: 4;
  }

  #main_hl .order-sm-5 {
    order: 5;
  }

  #main_hl .order-sm-6 {
    order: 6;
  }

  #main_hl .order-sm-7 {
    order: 7;
  }

  #main_hl .order-sm-8 {
    order: 8;
  }

  #main_hl .order-sm-9 {
    order: 9;
  }

  #main_hl .order-sm-10 {
    order: 10;
  }

  #main_hl .order-sm-11 {
    order: 11;
  }

  #main_hl .order-sm-12 {
    order: 12;
  }

  #main_hl .offset-sm-0 {
    margin-left: 0;
  }

  #main_hl .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  #main_hl .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  #main_hl .offset-sm-3 {
    margin-left: 25%;
  }

  #main_hl .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  #main_hl .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  #main_hl .offset-sm-6 {
    margin-left: 50%;
  }

  #main_hl .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  #main_hl .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  #main_hl .offset-sm-9 {
    margin-left: 75%;
  }

  #main_hl .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  #main_hl .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  #main_hl .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #main_hl .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .row-cols-md-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  #main_hl .row-cols-md-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #main_hl .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  #main_hl .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  #main_hl .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  #main_hl .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #main_hl .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #main_hl .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #main_hl .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  #main_hl .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .order-md-first {
    order: -1;
  }

  #main_hl .order-md-last {
    order: 13;
  }

  #main_hl .order-md-0 {
    order: 0;
  }

  #main_hl .order-md-1 {
    order: 1;
  }

  #main_hl .order-md-2 {
    order: 2;
  }

  #main_hl .order-md-3 {
    order: 3;
  }

  #main_hl .order-md-4 {
    order: 4;
  }

  #main_hl .order-md-5 {
    order: 5;
  }

  #main_hl .order-md-6 {
    order: 6;
  }

  #main_hl .order-md-7 {
    order: 7;
  }

  #main_hl .order-md-8 {
    order: 8;
  }

  #main_hl .order-md-9 {
    order: 9;
  }

  #main_hl .order-md-10 {
    order: 10;
  }

  #main_hl .order-md-11 {
    order: 11;
  }

  #main_hl .order-md-12 {
    order: 12;
  }

  #main_hl .offset-md-0 {
    margin-left: 0;
  }

  #main_hl .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  #main_hl .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  #main_hl .offset-md-3 {
    margin-left: 25%;
  }

  #main_hl .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  #main_hl .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  #main_hl .offset-md-6 {
    margin-left: 50%;
  }

  #main_hl .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  #main_hl .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  #main_hl .offset-md-9 {
    margin-left: 75%;
  }

  #main_hl .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  #main_hl .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 991px) {
  #main_hl .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #main_hl .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .row-cols-lg-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  #main_hl .row-cols-lg-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #main_hl .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  #main_hl .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  #main_hl .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  #main_hl .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #main_hl .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #main_hl .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #main_hl .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  #main_hl .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .order-lg-first {
    order: -1;
  }

  #main_hl .order-lg-last {
    order: 13;
  }

  #main_hl .order-lg-0 {
    order: 0;
  }

  #main_hl .order-lg-1 {
    order: 1;
  }

  #main_hl .order-lg-2 {
    order: 2;
  }

  #main_hl .order-lg-3 {
    order: 3;
  }

  #main_hl .order-lg-4 {
    order: 4;
  }

  #main_hl .order-lg-5 {
    order: 5;
  }

  #main_hl .order-lg-6 {
    order: 6;
  }

  #main_hl .order-lg-7 {
    order: 7;
  }

  #main_hl .order-lg-8 {
    order: 8;
  }

  #main_hl .order-lg-9 {
    order: 9;
  }

  #main_hl .order-lg-10 {
    order: 10;
  }

  #main_hl .order-lg-11 {
    order: 11;
  }

  #main_hl .order-lg-12 {
    order: 12;
  }

  #main_hl .offset-lg-0 {
    margin-left: 0;
  }

  #main_hl .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  #main_hl .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  #main_hl .offset-lg-3 {
    margin-left: 25%;
  }

  #main_hl .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  #main_hl .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  #main_hl .offset-lg-6 {
    margin-left: 50%;
  }

  #main_hl .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  #main_hl .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  #main_hl .offset-lg-9 {
    margin-left: 75%;
  }

  #main_hl .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  #main_hl .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1360px) {
  #main_hl .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  #main_hl .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .row-cols-xl-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  #main_hl .row-cols-xl-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  #main_hl .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  #main_hl .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  #main_hl .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #main_hl .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  #main_hl .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  #main_hl .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #main_hl .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  #main_hl .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  #main_hl .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  #main_hl .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  #main_hl .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  #main_hl .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #main_hl .order-xl-first {
    order: -1;
  }

  #main_hl .order-xl-last {
    order: 13;
  }

  #main_hl .order-xl-0 {
    order: 0;
  }

  #main_hl .order-xl-1 {
    order: 1;
  }

  #main_hl .order-xl-2 {
    order: 2;
  }

  #main_hl .order-xl-3 {
    order: 3;
  }

  #main_hl .order-xl-4 {
    order: 4;
  }

  #main_hl .order-xl-5 {
    order: 5;
  }

  #main_hl .order-xl-6 {
    order: 6;
  }

  #main_hl .order-xl-7 {
    order: 7;
  }

  #main_hl .order-xl-8 {
    order: 8;
  }

  #main_hl .order-xl-9 {
    order: 9;
  }

  #main_hl .order-xl-10 {
    order: 10;
  }

  #main_hl .order-xl-11 {
    order: 11;
  }

  #main_hl .order-xl-12 {
    order: 12;
  }

  #main_hl .offset-xl-0 {
    margin-left: 0;
  }

  #main_hl .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  #main_hl .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  #main_hl .offset-xl-3 {
    margin-left: 25%;
  }

  #main_hl .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  #main_hl .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  #main_hl .offset-xl-6 {
    margin-left: 50%;
  }

  #main_hl .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  #main_hl .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  #main_hl .offset-xl-9 {
    margin-left: 75%;
  }

  #main_hl .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  #main_hl .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

#main_hl strong {
  color: #fff;
}

#main_hl .ww {
  display: inline-block;
}

#main_hl .video-wrap {
  background: url(../images/bg@2400w.jpg);
  background-size: cover;
}

html:not(.mobile) #main_hl .video-wrap {
  height: 480px;
}

@media (min-width: 991px) {
  html:not(.mobile) #main_hl .video-wrap {
    height: 800px;
  }
}

@media (min-width: 1360px) {
  html:not(.mobile) #main_hl .video-wrap {
    height: 800px;
  }
}

#main_hl .video-wrap video,
#main_hl .video-wrap .video-cover {
  max-width: initial;
}

#main_hl .video-wrap video {
  height: 100%;
  object-fit: cover;
}

#main_hl .video-wrap .video-cover {
  background: rgba(0, 0, 0, 0.2);
}

#main_hl .video-wrap .video-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main_hl .video-controls {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 857px;
  max-width: 75%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#main_hl .ttl-logo {
  width: 100%;
  padding-bottom: 22.24%;
  background-image: url(../images/truetolife-logo@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  font-size: 0;
}

#main_hl .link-modal-movie {
  margin: 30px auto 0;
  width: 80px;
  height: 80px;
  display: inline-block;
}

#main_hl .link-modal-movie:focus {
  outline: none;
}

@media (min-width: 991px) {
  #main_hl .link-modal-movie {
    width: 122px;
    height: 122px;
  }
}

#main_hl .link-modal-movie img {
  width: 100%;
  height: auto;
}

#main_hl .footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #08107b;
}

@media (min-width: 991px) {
  #main_hl .footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

#main_hl .ttl-logo-footer {
  width: 322px;
  /*max-width: 60%;*/
  height: 72px;
  margin: 0 auto;
  /*background-image: url(../images/truetolife-logo-footer@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;*/
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}

@media (min-width: 640px) {
  #main_hl .container {
    min-height: 480px;
    height: 100%;
  }
}

@media (min-width: 991px) {
  #main_hl .container {
    min-height: 800px;
  }
}

@media (min-width: 1360px) {
  #main_hl .container {
    min-height: 800px;
  }
}

#main_hl .container .row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 640px) {
  #main_hl .container .row {
    min-height: 480px;
    height: 100%;
  }
}

@media (min-width: 991px) {
  #main_hl .container .row {
    min-height: 800px;
  }
}

@media (min-width: 1360px) {
  #main_hl .container .row {
    min-height: 800px;
  }
}

@media (min-width: 640px) {
  #main_hl .container .row .col {
    max-width: 42%;
    flex-basis: 42%;
  }
}

@media (min-width: 1360px) {
  #main_hl .container .row .col {
    max-width: 640px;
    flex-basis: 640px;
  }
}

#main_hl .feature {
  padding-top: 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

@media (min-width: 640px) {
  #main_hl .feature {
    min-height: 480px;
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
  }
}

@media (min-width: 991px) {
  #main_hl .feature {
    min-height: 800px;
  }
}

@media (min-width: 1360px) {
  #main_hl .feature {
    min-height: 800px;
  }
}

#main_hl .feature .content {
  margin-top: -30px;
  font-size: 16px;
}

#main_hl .feature .content:lang(ja) {
  font-size: 14px;
}

@media (min-width: 640px) {
  #main_hl .feature .content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 991px) {
  #main_hl .feature .content {
    margin-top: 75px;
    margin-bottom: 75px;
    font-size: 18px;
  }

  #main_hl .feature .content:lang(ja) {
    font-size: 16px;
  }
}

@media (min-width: 1360px) {
  #main_hl .feature .content {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 20px;
  }

  #main_hl .feature .content:lang(ja) {
    font-size: 18px;
  }
}

#main_hl .feature .content>* {
  margin-bottom: 1em;
}

#main_hl .feature .content> :last-child {
  margin-bottom: 0;
}

#main_hl .feature .content h2 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.25;
}

#main_hl .feature .content h2:lang(ja) {
  font-size: 26px;
}

@media (min-width: 991px) {
  #main_hl .feature .content h2 {
    font-size: 40px;
  }

  #main_hl .feature .content h2:lang(ja) {
    font-size: 33px;
  }
}

@media (min-width: 1360px) {
  #main_hl .feature .content h2 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  #main_hl .feature .content h2:lang(ja) {
    font-size: 38px;
  }
}

#main_hl .feature .content p {
  line-height: 1.5;
}

#main_hl .feature .content .blue {
  color: #08107b;
}

#main_hl .feature .content .desktopbreak {
  display: none;
}

@media (min-width: 1360px) {
  #main_hl .feature .content .desktopbreak {
    display: inline-block;
  }
}

#main_hl .feature.feature-1 {
  color: #fff;
  background-color: #356C5B;
  background-image: url(../images/feature-1-mobile@2x.jpg);
}

@media (min-width: 640px) {
  #main_hl .feature.feature-1 {
    background-image: url(../images/feature-1@2400w.jpg);
    background-position: center center;
  }
}

@media (min-width: 1360px) {
  #main_hl .feature.feature-1 {
    background-position: center right;
  }
}

#main_hl .feature.feature-1 .row {
  justify-content: flex-start;
}

#main_hl .feature.feature-2 {
  color: #fff;
  background-color: #0073BA;
  background-image: url(../images/feature-2-mobile@2x.jpg);
}

@media (min-width: 640px) {
  #main_hl .feature.feature-2 {
    color: #2e2e2e;
    background-image: url(../images/feature-2@2400w.jpg);
    background-position: center center;
  }
}

@media (min-width: 1360px) {
  #main_hl .feature.feature-2 {
    background-position: center center;
  }
}

#main_hl .feature.feature-2 .content h2 {
  color: #fff;
}

@media (min-width: 640px) {
  #main_hl .feature.feature-2 .content h2 {
    color: #2e2e2e;
  }
}

#main_hl .feature.feature-2 .row {
  justify-content: flex-start;
}

#main_hl .feature.feature-3 {
  color: #fff;
  background-color: #0B0C0D;
  background-image: url(../images/feature-3-mobile@2x.jpg);
}

@media (min-width: 640px) {
  #main_hl .feature.feature-3 {
    background-image: url(../images/feature-3@2400w.jpg);
    background-position: center center;
  }
}

@media (min-width: 1360px) {
  #main_hl .feature.feature-3 {
    background-position: center right;
  }
}

#main_hl .feature.feature-3 .content h2 {
  color: #fff;
}

#main_hl .feature.feature-3 .row {
  justify-content: flex-start;
}

/*# sourceMappingURL=index.css.map */
@media screen and (max-width: 750px) {
  .video_tc .video_view {
    width: 90%;
  }

  .video_tc .close_view:before,
  .video_tc .close_view:after {
    width: 10px;
    height: 2px;
  }

  .video_tc .close_view {
    padding: 0.5em 8px 0.5em 30px;
    font-size: 12px;
  }
}


#main_hl .bg-grey {
  background: #F8F8F8;
}

#main_hl .hdg-selection-01 .hdg {
  color: #09107B;
  text-align: center;
  font-size: .4rem;
  line-height: 1.25;
}

#main_hl .hdg-selection-center>* {
  text-align: center;
}

#main_hl .hdg-selection-center .hdg {
  font-size: .6rem;
  line-height: 1.25;
}

#main_hl .hdg-selection-center h3 {
  font-size: .25rem;
}

#main_hl .area-content-inner a {
  text-decoration: underline;
}

#main_hl .area-content-inner a:hover {
  text-decoration: none;
}

#main_hl .hdg-selection-row {
  display: block;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

#main_hl .hdg-selection-row.hdg-selection-list {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}

#main_hl .hdg-selection-row.hdg-selection-list li {
  width: 100%;
}

@media (min-width: 768px) {
  #main_hl .hdg-selection-row.hdg-selection-list li {
    width: calc(100% / 3);
  }
}

#main_hl .hdg-selection-row.hdg-selection-list li .hdg-selection-link:hover .story-tile__cta {
  -webkit-transform: translateX(calc(100% - 150px));
  transform: translateX(calc(100% - 150px));
}



@media (min-width: 768px) {
  #main_hl .hdg-selection-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#main_hl .hdg-selection-row li {
  display: block;
  max-width: 100%;
  padding: 0 .1rem;
  border: none;
  background: none;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  #main_hl .hdg-selection-row li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#main_hl .hdg-selection-row li .hdg-selection-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 !important;
  color: #000;
  text-decoration: none;
  background: #FFF;
  transition: all 0.5s ease;
  border: 1px solid #d6d6d6;
}

#main_hl .hdg-selection-row li .hdg-selection-link:hover,
#main_hl .hdg-selection-row li .hdg-selection-link:focus {
  color: #FFF;
  background: #08107A;
  text-decoration: none;
}

#main_hl .hdg-selection-row li .hdg-selection-link:hover .story-tile__cta,
#main_hl .hdg-selection-row li .hdg-selection-link:focus .story-tile__cta {
  color: #FFF;
  -webkit-transform: translateX(calc(100% - 150px));
  transform: translateX(calc(100% - 150px));
}

#main_hl .hdg-selection-row li .hdg-selection-link:hover .story-tile__cta .story-tile__cta-text,
#main_hl .hdg-selection-row li .hdg-selection-link:focus .story-tile__cta .story-tile__cta-text {
  display: inline;
  color: #FFF;
}

#main_hl .hdg-selection-row li .hdg-selection-link:hover .story-tile__cta svg,
#main_hl .hdg-selection-row li .hdg-selection-link:focus .story-tile__cta svg {
  fill: #FFF;
}

#main_hl .hdg-selection-row li .hdg-selection-link img {
  width: 100%;
}

#main_hl .hdg-selection-row li .hdg-selection-link .hdg-selection-block {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .2rem;
  padding-bottom: .6rem;
}

#main_hl .hdg-selection-row li .hdg-selection-link .hdg-selection-block span {
  display: block;
}

#main_hl .hdg-selection-row li .hdg-selection-link .hdg-selection-block .title {
  margin-bottom: .125rem;
  font-size: .24rem;
  font-weight: 700;
  line-height: 1.25;
}

#main_hl .hdg-selection-row li .hdg-selection-link .story-tile__cta {
  bottom: 0;
  display: inline-block;
  font-size: 0.83333em;
  font-weight: 700;
  left: 0;
  line-height: 28px;
  padding: 25px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  width: 100%;
  box-sizing: border-box;
}

#main_hl .hdg-selection-row li .hdg-selection-link .story-tile__cta .story-tile__cta-text {
  display: none;
  margin-right: 5px;
  vertical-align: middle;
}

#main_hl .hdg-selection-row li .hdg-selection-link .story-tile__cta svg {
  display: inline-block;
  fill: #08107a;
  height: 29px;
  vertical-align: middle;
  width: 29px;
}

#main_hl .hdg-selection-row::after {
  content: none;
}



#main_hl .hdg-selection-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

#main_hl .hdg-selection-btn .hdg-selection-link {
  position: relative;
  width: 100%;
  padding-left: 24px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: .02rem;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  will-change: background-color;
}

#main_hl .hdg-selection-btn .hdg-selection-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 3px solid #08107b;
  border-right: 3px solid #08107b;
  -webkit-transition: left .2s;
  transition: left .2s;
  will-change: left;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main_hl .hdg-selection-btn .hdg-selection-link span {
  display: block;
  padding: 15px;
}

#main_hl .hdg-selection-btn .hdg-selection-link:hover {
  background-color: #f2f2f2;
}

#main_hl .hdg-selection-btn .hdg-selection-link:hover::before {
  left: 16px;
}

#main_hl .hdg-helvetica .ttl-logo {
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  #main_hl .hdg-helvetica .ttl-logo {
    max-width: 180px;
    padding-bottom: 55px;
  }
}

#main_hl .area-content {
  padding: 0 30px;
}

#main_hl .area-content>.area-content-inner {
  padding: 2em 0 2.5em 0;
}

#main_hl .area-content>.area-content-inner {
  max-width: 1110px;
  margin: 0 auto;
}

#main_hl .mb-4 {
  margin-bottom: 2em !important;
}

#main_hl .mt-3 {
  margin-top: 1.5em !important;
}

#main_hl .nav-index-01 {
  line-height: 1.6;
  margin-bottom: 0;
  width: 100%;
}

#main_hl .mb-2 {
  margin-bottom: 1em !important;
}

#main_hl .nav-index-01>li {
  margin-bottom: 2em;
}

#main_hl a {
  color: #08107b;
  text-decoration: none;
  font-weight: inherit;
}

#main_hl .mb-0 {
  margin-bottom: 0 !important;
}

#main_hl img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
}

#main_hl .hdg-page-01 {
  line-height: 1.6;
  padding: 0 30px;
  background-color: #08107b;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: .32rem;
  font-weight: bold;
  text-shadow: 0 0 1em rgb(0 0 0 / 80%);
}

[class="hdg-page-01"] {
  text-shadow: none;
}

#main_hl .hdg-page-01>span {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#main_hl .hdg-page-01>span {
  max-width: 1110px;
  margin: 0 auto;
}

#main_hl .hdg-page-01>span>span {
  display: table-cell;
  padding: 1.1em 0;
  text-align: center;
  vertical-align: middle;
  font-feature-settings: "kern", "palt";
  letter-spacing: .0625em;
}

#main_hl .area-content-inner>[class*="hdg-section"]:first-child {
  margin-top: -0.25em;
}

#main_hl .hdg-section-01,
#main_hl .hdg-section-06 {
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  margin: -15px 0 1.14286em 0;
  padding-top: 50px;
  border-bottom: 4px solid #08107b;
  padding-bottom: 0.25em;
  font-size: .28rem;
}

#main_hl .mb-1 {
  margin-bottom: 0.5em !important;
}

#main_hl p {
  margin-bottom: 1.4375em;
}

#main_hl .pgh-notice-01 {
  line-height: 1.8;
  margin-bottom: 1.71429em;
  color: #666;
  font-size: .14rem;
}

#main_hl .mb-6 {
  margin-bottom: 3em !important;
}

#main_hl .pt-0 {
  padding-top: 0 !important;
}
