.lcr-dotnav-btn {
    display: block;
    border: 1px solid #8a7149;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    position: relative;
  }
  
  .lcr-dotnav-btn:not(:last-child) {
    margin-bottom: 13px;
  }
  
  .lcr-dotnav-btn.is-active, .lcr-dotnav-btn:hover {
    background: #8a7149;
  }
  
  .lcr-dotnav-btn::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
  
  .lcr-fixed-nav .lcr-dotnav {
    position: fixed;
    z-index: 10;
    top: calc(50vh + 30px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
  }
  
  .lcr-hdotnav {
    display: -webkit-box;
    display: flex;
  }
  
  .lcr-hdotnav-btn {
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    position: relative;
  }
  
  .lcr-hdotnav-btn:not(:last-child) {
    margin-right: 10px;
  }
  
  .lcr-hdotnav-btn.is-active, .lcr-hdotnav-btn:hover {
    border-color: #8a7149;
  }
  
  .lcr-hdotnav-btn::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
  }
  
  .lcr-hdotnav-btn::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #8a7149;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .lcr-fixed-nav .lcr-dotnav {
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  
  .lcr-fixed-nav .lcr-dotnav.is-visible {
    visibility: visible;
    opacity: 1;
  }
  
  .lcr-hero {
    position: relative;
    overflow: hidden;
  }
  
  .lcr-hero--mar .lcr-hero-image-wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    height: 40%;
  }
  
  .lcr-hero--mar .lcr-hero-image-wrap::before {
    content: none;
  }
  
  .lcr-hero--mar .lcr-hero-column-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 60%;
    top: 40%;
  }
  
  .lcr-hero--mar .lcr-hero-column {
    height: 96%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .lcr-hero-image-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .lcr-hero-image-wrap::before {
    display: block;
    content: '';
    padding-top: 100%;
  }
  
  .lcr-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .lcr-hero-image--1 {
    background-image: url(../images/p3-1-sp.jpg);
  }
  
  .lcr-hero-image--2 {
    background-image: url(../images/p3-2-sp.jpg);
  }
  
  .lcr-hero-image--3 {
    background-image: url(../images/p3-3-sp.jpg);
  }
  
  .lcr-hero-image--4 {
    background-image: url(../images/p4-sp.jpg);
    background-position: right;
  }
  
  .lcr-hero-image--5 {
    background-image: url(../images/p6-sp.jpg);
  }
  
  .lcr-hero-text {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 43px 15px;
  }
  
  .lcr-hero-text-body {
    margin-top: 13px;
  }
  
  .lcr-hero-text-body p + p {
    margin-top: 1.5em;
  }
  
  .lcr-hero-text-body p + p.fontS {
    margin-top: 50px;
  }
  
  .lcr-hero-text-btn {
    margin-top: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  .lcr-hero-text-btn a {
    cursor: pointer;
  }
  
  .lcr-hero--t1 {
    color: #8a7149;
  }
  
  .lcr-hero--t1 .lcr-hero-column-wrap {
    background-color: #fff;
  }
  
  .lcr-hero--t1 .cmd-button_box > a.button {
    color: #8a7149 !important;
    border-color: #8a7149 !important;
  }
  
  .lcr-hero--t1 .cmd-button_box > a.button:hover {
    background-color: #8a7149 !important;
    color: #fff !important;
  }
  
  .lcr-hero--t2 {
    color: #8a7149;
  }
  
  .lcr-hero--t2 .lcr-hero-column-wrap {
    background-color: #fff;
  }
  
  .lcr-hero--t2 .cmd-button_box > a.button {
    color: #8a7149 !important;
    border-color: #8a7149 !important;
  }
  
  .lcr-hero--t2 .cmd-button_box > a.button:hover {
    background-color: #8a7149 !important;
    color: #fff !important;
  }
  
  .lcr-hero--t3 {
    color: #8a7149;
  }
  
  .lcr-hero--t3 .lcr-hero-column-wrap {
    background-color: #fff;
  }
  
  .lcr-hero--t3 .cmd-button_box > a.button {
    color: #8a7149 !important;
    border-color: #8a7149 !important;
  }
  
  .lcr-hero--t3 .cmd-button_box > a.button:hover {
    background-color: #8a7149 !important;
    color: #fff !important;
  }
  
  .lcr-hero--t4 {
    color: #8a7149;
    background-color: #fff;
  }
  
  .lcr-hero--t4 .lcr-hero-column-wrap {
    background-color: #fff;
  }
  
  .lcr-hero--t5 {
    color: #8a7149;
    background-color: #f0f1ec;
  }
  
  .lcr-hero .lcr-hero-image-wrap canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
  }
  
  .lcr-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    visibility: hidden;
    opacity: 0;
  }
  
  .lcr-modal.is-active {
    visibility: visible;
    opacity: 1;
  }
  
  .lcr-modal-page {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    min-height: 100vh;
  }
  
  .lcr-modal-page::after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  
  .lcr-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
  }
  
  .lcr-modal-window {
    position: relative;
    margin: 40px auto;
    width: calc(100% * 690 / 750);
    max-width: 1000px;
    padding-top: 50px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.3);
  }
  
  .lcr-modal-window--t1 {
    color: #fff;
    background: #412e03;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    background-image: url(../images/p3-1-m-sp.jpg);
  }
  
  .lcr-modal-window--t2 {
    color: #8a7149;
    background: #e9eff4;
  }
  
  .lcr-modal-window--t3 {
    color: #8a7149;
    background: #fff;
  }
  
  .lcr-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    margin: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg fill='%238a7149'%3E%3Cpath d='M0 1.246L1.246 0 35.994 34.75l-1.246 1.245z'/%3E%3Cpath d='M0 34.754L34.754 0 36 1.246 1.246 36z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
    cursor: pointer;
  }
  
  .lcr-modal-window--t1 .lcr-modal-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg fill='%23fff'%3E%3Cpath d='M0 1.246L1.246 0 35.994 34.75l-1.246 1.245z'/%3E%3Cpath d='M0 34.754L34.754 0 36 1.246 1.246 36z'/%3E%3C/g%3E%3C/svg%3E");
  }
  
  .lcr-modal-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 780px;
    padding: 0 30px;
    margin-bottom: 44px;
  }
  
  .lcr-modal-window--t1 .lcr-modal-text {
    margin-bottom: 223px;
  }
  
  .lcr-modal-text a {
    color: inherit;
  }
  
  .lcr-modal-text-ttl {
    margin-bottom: 13px;
  }
  
  .lcr-modal-text-body p + p {
    margin-top: 1.5em;
  }
  
  .lcr-modal-text-body p + p.fontS {
    margin-top: 50px;
  }
  
  .lcr-modal-text-btn {
    margin-top: 26px;
  }
  
  .lcr-modal-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .lcr-p2 > div:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  
  .lcr-p2 > div:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  
  .lcr-p2-fig {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% * 300 / 750);
    max-width: 308px;
    position: relative;
  }
  
  .lcr-p2-fig-cap {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .lcr-p2-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px;
    max-width: 610px;
    padding-top: 46px;
    padding-bottom: 20px;
  }
  
  .lcr-p2-text-subttl {
    margin-bottom: 0px;
  }
  
  .lcr-p2-text-ttl {
    margin-bottom: 10px;
  }
  
  .lcr-p2-text-body {
    margin-bottom: 20px;
  }
  
  .lcr-p2-text-btn {
    position: relative;
    z-index: 1;
  }
  
  .lcr-p3 {
    position: relative;
    height: 750vh;
  }
  
  .lcr-p3-sticky-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
  }
  
  .lcr-p3-sticky-item > div:not(:first-child) {
    -webkit-transition: visibility 1s, -webkit-transform 1s;
    transition: visibility 1s, -webkit-transform 1s;
    transition: transform 1s, visibility 1s;
    transition: transform 1s, visibility 1s, -webkit-transform 1s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
  }
  
  .lcr-p3-sticky-item > div:not(:first-child).is-visible {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
  }
  
  .lcr-p3 .lcr-p1-image {
    position: absolute;
    top: -131px;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/p1-sp.jpg);
  }
  
  .lcr-p3 .lcr-p2-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
    background: #fff;
  }
  
  .lcr-p3 .lcr-p2-wrap .lcr-p2 {
    width: 100%;
  }
  
  .lcr-p3-hero-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    overflow: hidden;
  }
  
  .lcr-p3-hero-wrap--bgw {
    background: #fff;
  }
  
  .lcr-p3 .lcr-hero {
    width: 100%;
    height: 100%;
  }
  
  .lcr-p5 {
    padding-bottom: 50px;
  }
  
  .lcr-p5-image {
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  
  .lcr-p5-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .lcr-p5-text {
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
  }
  
  .lcr-p5-text-ttl {
    margin-bottom: 36px;
  }
  
  .lcr-p5-text-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 38px;
  }
  
  .lcr-p5-text-btn .cmd-button_box > a.button {
    color: #8a7149 !important;
    border-color: #8a7149 !important;
  }
  
  .lcr-p5-text-btn .cmd-button_box > a.button:hover {
    background-color: #8a7149 !important;
    color: #fff !important;
  }
  
  .lcr-p7-inner {
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  
  .lcr-p7-fig {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% * 600 / 750);
    max-width: 500px;
    margin-bottom: 43px;
  }
  
  .lcr-p7-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px;
    max-width: 530px;
  }
  
  .lcr-p7-text-ttl {
    margin-bottom: 12.5px;
  }
  
  .lcr-p7-text-body > p {
    margin-bottom: 1.5em;
  }
  
  .lcr-p8 {
    margin-bottom: 75px;
  }
  
  .lcr-p8-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 15px;
    max-width: 830px;
    margin-bottom: 36px;
  }
  
  .lcr-p8-text-ttl {
    margin-bottom: 13px;
  }
  
  .lcr-hist-year {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 150px;
  }
  
  .lcr-hist-year::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background: #8a7149;
    right: 5px;
  }
  
  .lcr-hist-year-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 150px;
    font-size: 3.4rem;
  }
  
  [lang='en'] .lcr-hist-year-item,
  [lang='fr'] .lcr-hist-year-item {
    font-family: Chronicle Display, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  }
  
  .lcr-hist-year-item::after {
    content: '';
    display: block;
    border-radius: 50%;
    background: #8a7149;
    margin-left: auto;
    width: 10px;
    height: 10px;
  }
  
  .lcr-hist-image {
    position: relative;
    width: calc(100% * 372 / 650);
    max-width: 300px;
    margin-bottom: -6%;
    margin-left: calc(100% * 14 / 650);
  }
  
  .lcr-hist-image::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  
  .lcr-hist-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .lcr-hist-text {
    position: relative;
    width: 100%;
  }
  
  .lcr-hist-text-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  .lcr-hist-text-item,
  .lcr-hist-image-item {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
  }
  
  .lcr-hist-text-item.is-active,
  .lcr-hist-image-item.is-active {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    opacity: 1;
  }
  
  .lcr-hist {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% * 650 / 750);
    flex-wrap: wrap;
  }
  
  .lcr-hist .lcr-hdotnav {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  
  .lcr-hist-sticky-parent {
    position: relative;
    height: 640vh;
  }
  
  .lcr-hist-sticky-item {
    width: 100%;
  }
  
  .lcr-p9 {
    position: relative;
    height: 900vh;
  }
  
  .lcr-p9-sticky-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px + 1px);
    overflow: hidden;
    color: #fff;
    background: #000;
  }
  
  .lcr-p9-p10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background: #fff;
  }
  
  .lcr-p9-p10 .lcr-p10 {
    width: 100%;
  }
  
  .lcr-p9-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  .lcr-p9-slide-text {
    position: relative;
    max-width: 800px;
    padding: 0 15px;
    text-align: center;
  }
  
  .lcr-p9-slide-text .cmd-title-section._h3 {
    margin-top: 27px;
  }
  
  [lang] .lcr-p9-slide-text p {
    letter-spacing: 0.08em;
  }
  
  [lang='en'] .lcr-p9-slide-text p,
  [lang='fr'] .lcr-p9-slide-text p {
    letter-spacing: 0.02em;
  }
  
  .lcr-p9-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .lcr-p9-slide-image--1 {
    background-image: url(../images/p9-1-sp.jpg);
  }
  
  .lcr-p9-slide-image--2 {
    background-image: url(../images/p9-2-sp.jpg);
  }
  
  .lcr-p9-slide-image--3 {
    background-image: url(../images/p9-3-sp.jpg);
  }
  
  .lcr-p9-slide-image--4 {
    background-image: url(../images/p9-4-sp.jpg);
  }
  
  .lcr-p9-slide-image--5 {
    background-image: url(../images/p9-5-sp.jpg);
  }
  
  .lcr-p9-ttl {
    position: absolute;
    top: 60px;
    left: 60px;
    display: none;
  }
  
  .lcr-p9-ttl > p:first-child {
    margin-bottom: 13px;
  }
  
  .lcr-p10-image {
    text-align: center;
  }
  
  .lcr-p10-image img {
    width: calc(100% * 350 / 750);
    max-width: 300px;
  }
  
  .lcr-p10-text {
    color: #081f2c;
    text-align: center;
    margin-top: -10px;
    padding: 0 15px;
  }
  
  .lcr-p10-text-ttl {
    margin-bottom: 13px;
  }
  
  .lcr-p10-text-body {
    margin-bottom: 29px;
  }
  
  .lcr-p10-text-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  @media screen and (min-width: 993px) {
    .lcr-p2, .lcr-p7-inner {
      padding-left: 80px;
      padding-right: 80px;
      max-width: 1320px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: flex;
    }
    .lcr-p2 > div, .lcr-p7-inner > div {
      -webkit-box-flex: 0;
              flex: 0 0 50%;
      min-width: 0;
      max-width: 50%;
      word-wrap: break-word;
    }
    .lcr-dotnav-btn {
      width: 10px;
      height: 10px;
    }
    .lcr-dotnav-btn:not(:last-child) {
      margin-bottom: 20px;
    }
    .lcr-fixed-nav .lcr-dotnav {
      right: 50px;
    }
    .lcr-hdotnav-btn:not(:last-child) {
      margin-right: 10px;
    }
    .lcr-hero--mar .lcr-hero-image-wrap {
      height: 100%;
    }
    .lcr-hero--mar .lcr-hero-column-wrap {
      top: 0;
      height: 100%;
    }
    .lcr-hero-image-wrap::before {
      padding-top: 50%;
    }
    .lcr-hero-image--1 {
      background-image: url(../images/p3-1.jpg);
    }
    .lcr-hero-image--2 {
      background-image: url(../images/p3-2.jpg);
    }
    .lcr-hero-image--3 {
      background-image: url(../images/p3-3.jpg);
    }
    .lcr-hero-image--4 {
      background-image: url(../images/p4.jpg);
    }
    .lcr-hero-image--5 {
      background-image: url(../images/p6.jpg);
    }
    .lcr-hero-column-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      padding-left: 40px;
      padding-right: 40px;
      width: 100%;
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto;
    }
    .lcr-hero-column {
      width: 50%;
      height: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      opacity: 1 !important;
    }
    .lcr-hero-column--right {
      margin-left: auto;
    }
    .lcr-hero-text {
      padding: 0;
    }
    .lcr-hero-text--w1 {
      max-width: 460px;
    }
    .lcr-hero-text-body {
      margin-top: 23px;
    }
    .lcr-hero-text-btn {
      margin-top: 40px;
    }
    .lcr-hero--t1 {
      color: #fff;
    }
    .lcr-hero--t1 .lcr-hero-column-wrap {
      background-color: transparent;
    }
    .lcr-hero--t1 .cmd-button_box > a.button {
      color: #fff !important;
      border-color: #fff !important;
    }
    .lcr-hero--t1 .cmd-button_box > a.button:hover {
      background-color: #fff !important;
      color: #412e03 !important;
    }
    .lcr-hero--t2 .lcr-hero-column-wrap {
      background-color: transparent;
    }
    .lcr-hero--t3 {
      color: #fff;
    }
    .lcr-hero--t3 .lcr-hero-column-wrap {
      background-color: transparent;
    }
    .lcr-hero--t3 .cmd-button_box > a.button {
      color: #fff !important;
      border-color: #fff !important;
    }
    .lcr-hero--t3 .cmd-button_box > a.button:hover {
      background-color: #fff !important;
      color: #081f2c !important;
    }
    .lcr-hero--t4 {
      color: #fff;
    }
    .lcr-hero--t4 .lcr-hero-column-wrap {
      background-color: transparent;
    }
    .lcr-hero--t5 .lcr-hero-image-wrap {
      min-height: 600px;
    }
    .lcr-modal-window {
      padding-top: 93px;
    }
    .lcr-modal-close {
      width: 36px;
      height: 36px;
      margin: 40px;
    }
    .lcr-modal-text {
      padding: 0 40px;
      margin-bottom: 96px;
    }
    .lcr-modal-window--t1 .lcr-modal-text {
      margin-bottom: 434px;
    }
    .lcr-modal-text-ttl {
      margin-bottom: 18px;
    }
    .lcr-modal-text-btn {
      margin-top: 35px;
    }
    .lcr-p2 {
      padding-top: 100px;
    }
    .lcr-p2-fig {
      width: calc(100% * 308 / 580);
      margin-top: 50px;
    }
    .lcr-p2-text {
      padding: 0;
      max-width: 580px;
      padding-top: 0;
      padding-bottom: 0;
    }
    .lcr-p2-text-subttl {
      margin-bottom: 10px;
    }
    .lcr-p2-text-ttl {
      margin-bottom: 25px;
    }
    .lcr-p2-text-body {
      margin-bottom: 44px;
    }
    .lcr-p3 .lcr-p1-image {
      top: 0;
      background-image: url(../images/p1.jpg);
    }
    .lcr-p3 .lcr-hero {
      height: auto;
    }
    .lcr-p3 .lcr-hero::before {
      content: '';
      display: block;
      padding-top: 50%;
    }
    .lcr-p5 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
    .lcr-p5-image {
      padding: 0 80px;
      max-width: 1400px;
      margin-bottom: 90px;
    }
    .lcr-p5-text {
      padding: 0 200px;
      max-width: 1400px;
    }
    .lcr-p5-text-ttl {
      margin-bottom: 36px;
    }
    .lcr-p5-text-btn {
      margin-bottom: 50px;
    }
    .lcr-p7-inner {
      padding-top: 150px;
      padding-bottom: 150px;
    }
    .lcr-p7-inner {
      -webkit-box-align: center;
              align-items: center;
    }
    .lcr-p7-fig {
      width: calc(100% * 500 / 580);
      margin-bottom: 0;
    }
    .lcr-p7-text {
      padding: 0 40px;
      max-width: 580px;
    }
    .lcr-p7-text-ttl {
      margin-bottom: 23px;
    }
    .lcr-p8 {
      margin-bottom: 150px;
    }
    .lcr-p8-text {
      padding: 0 40px;
      max-width: 880px;
      margin-bottom: 100px;
    }
    .lcr-p8-text-ttl {
      margin-bottom: 28px;
    }
    .lcr-hist-year {
      width: 168px;
      height: 300px;
      margin-right: 37px;
    }
    .lcr-hist-year::before {
      right: 7.5px;
    }
    .lcr-hist-year-item {
      height: 300px;
      font-size: 4.5rem;
    }
    .lcr-hist-year-item::after {
      width: 15px;
      height: 15px;
    }
    .lcr-hist-image {
      width: 300px;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 5px;
    }
    .lcr-hist-text {
      width: 300px;
    }
    .lcr-hist-text-item {
      height: 100%;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
              align-items: center;
    }
    .lcr-hist {
      width: 930px;
    }
    .lcr-p9-slide-text .cmd-title-section._h3 {
      margin-top: 40px;
    }
    .lcr-p9-slide-image--1 {
      background-image: url(../images/p9-1.jpg);
    }
    .lcr-p9-slide-image--2 {
      background-image: url(../images/p9-2.jpg);
    }
    .lcr-p9-slide-image--3 {
      background-image: url(../images/p9-3.jpg);
    }
    .lcr-p9-slide-image--4 {
      background-image: url(../images/p9-4.jpg);
    }
    .lcr-p9-slide-image--5 {
      background-image: url(../images/p9-5.jpg);
    }
    .lcr-p9-ttl {
      display: block;
    }
    .lcr-p9-wrap::after {
      content: '';
      display: block;
      height: calc(100px - 0.5 * (100vh - (60px + 550px)));
      min-height: 0;
    }
    .lcr-p10-image img {
      max-width: initial;
      height: calc(100vh - 60px - 200px);
      max-height: 398px;
      width: auto;
    }
    .lcr-p10-text {
      padding: 0 40px;
    }
    .lcr-p10-text-ttl {
      margin-bottom: 6px;
    }
    .lcr-p10-text-body {
      margin-bottom: 23px;
    }
  }
  
  @media screen and (min-width: 415px) {
    .lcr-hero-text--w1 {
      max-width: 490px;
    }
    .lcr-modal-window {
      box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.3);
    }
    .lcr-modal-window--t1 {
      background-image: url(../images/p3-1-m.jpg);
    }
    .lcr-p9-slide-text {
      padding: 0;
      width: 80vw;
    }
  }
  
  @media screen and (min-width: 415px) and (max-width: 992.98px) {
    .lcr-modal-window--t1 .lcr-modal-text {
      margin-bottom: 340px;
    }
  }
  
  @media screen and (max-width: 414.98px) {
    .lcr-hist-text-item p {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 992.98px) {
    .lcr-p9-slide-text .cmd-title-section._h3 > h3 {
      font-size: 1.6rem !important;
    }
  }