html {
  scroll-behavior: smooth;
}

.contents {
  overflow: visible;
}

.contents * {
  font-weight: 500;
}

.container {
  max-width: 1380px;
}

.hero {
  position: relative;
}

.hero-bg {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/ldm/jettowel/30th/img/bg_circle.gif) center top/auto no-repeat;
}

.hero .hero__img {
  margin: 0 auto 26px;
}

.hero .hero__img {
  margin-right: 24px;
}

.hero .hero__heading {
  margin-bottom: 55px;
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

.hero .hero__heading span,
.hero .hero__heading span em {
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #0080cc;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

.hero .hero__heading span em {
  font-size: 46px;
  font-weight: 700;
}

.hero .txt_large {
  font-feature-settings: "palt";
  font-weight: 700;
}

.anchor__banner {
  width: 100%;
  max-width: 960px;
  margin: 75px auto;
  background-color: #fff;
  border: 1px solid #d5d7de;
  padding: 7px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.anchor__banner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.2s ease;
}

.anchor__banner a:hover {
  opacity: 0.7;
}

.anchor__banner .anchor__banner__left {
  width: 50%;
}

.anchor__banner .anchor__banner__left img {
  display: block;
  max-width: auto;
}

.anchor__banner .anchor__banner__right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
}

.anchor__banner .anchor__banner__right::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 53px;
  height: 56px;
  background: url(/ldm/jettowel/30th/img/icon_banner_header.png) 0 0 no-repeat transparent;
  background-size: cover;
}

.anchor__banner .anchor__banner__right::after {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(/ldm/jettowel/30th/img/icon_banner_arrow.png) 0 0 no-repeat transparent;
  background-size: cover;
}

.anchor__banner .anchor__banner__right span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #0047a6;
  font-feature-settings: "palt";
  margin-right: 18px;
}

.movie {
  margin: 60px auto 70px;
  width: 100%;
  max-width: 1000px;
}

.movie .movie__heading {
  margin-bottom: -30px;
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  z-index: 5;
  font-weight: 700;
}

.movie .movie__body {
  padding: 80px 140px;
  width: 100%;
  background-color: rgba(225, 228, 237, 0.5);
}

.movie .movie__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie .movie__body .inner {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}

.movie .inner * {
  color: #fff;
  font-weight: 400;
}

.chronology {
  margin: 70px auto -52px;
}

.chronology .chronology__heading {
  margin-bottom: -1%;
  font-size: 32px;
  font-weight: 700;
}

.main {
  position: relative;
}

.main-bg {
  top: 145px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/ldm/jettowel/30th/img/bg_main.jpg) center top/auto no-repeat;
}

.main .main__heading {
  margin-top: 20px;
  margin-bottom: 54.5%;
  color: #0047a6;
  font-size: 50px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 5px;
}

.main .img_spec {
  margin-bottom: 4.8%;
}

.product-info {
  padding-bottom: 100px;
}

.case {
  padding-bottom: 70px;
  position: relative;
}

.case .case__head {
  padding: 70px 0;
  background: url(/ldm/jettowel/30th/common/img/bg_case_head.jpg) center top/cover no-repeat;
}

.case .case__heading {
  margin: 0 auto;
  width: 506px;
}

.case .case__summary {
  margin: 50px auto;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.case .case__item .case__item--title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}

.case .case__item .case__item--title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  font-feature-settings: "palt";
}

.case .case__item .case__item--txt {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.case .case__item .img-wrap {
  margin: 35px auto 60px;
  display: flex;
  justify-content: space-between;
}

.case .case__item .img-wrap .case__item--img {
  width: calc((310/640) *100%);
  position: relative;
}

.case .case__item .img-wrap .case__item--img img {
  vertical-align: bottom;
}

.case .case__item .img-wrap .case__item--img .note {
  position: absolute;
  right: 0;
  margin: 0;
}

.case .case__item .case__item--btn a {
  background: #0047a6;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 16px 5px;
  font-weight: 700;
  font-feature-settings: "palt";
  box-shadow: none;
}

.case .case__item .case__item--btn a::before {
  content: "";
  display: inline-block;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
@media print, screen and (max-width: 1040px) and (min-width: 768px) {
  .chronology {
    margin: 100px auto -5.3%;
  }

  .img-arr {
    width: 17.3%;
    margin: 0 auto;
  }

  .main-bg {
    top: 6.3%;
  }
}
@media print, screen and (max-width: 960px) {
  .anchor__banner { width: calc(100% - 20px); }
}
@media print, screen and (max-width: 919px) {
  .case .case__item {
    width: 100%;
  }

  .case .case__item a {
    justify-content: flex-start;
  }

  .anchor__banner .anchor__banner__right span {
    font-size: 16px;
  }

  .anchor__banner .anchor__banner__right::before {
    margin-right: 4px;
  }

  .anchor__banner .anchor__banner__right::after {
    right: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .hero {
    padding-top: 110px;
  }

  .case .case__item {
    margin-bottom: 70px;
  }

  .case .case__item a:hover {
    opacity: 0.7;
  }

  .case .case__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc((-30/1340) *100%);
    margin-left: calc((-30/1340) *100%);
    overflow: hidden;
  }

  .case .case__list .case__item {
    width: calc((640/1400) *100%);
    margin-right: calc((30/1400) *100%);
    margin-left: calc((30/1400) *100%);
    display: flex;
    flex-direction: column;
  }

  .case .case__list .case__item .case__item--txt {
    flex-grow: 1;
  }
}
@media print, screen and (max-width: 767px) {
  .hero {
    padding-top: 40px;
  }

  .hero-bg {
    background: url(/ldm/jettowel/30th/img/bg_circle_sp.gif) center top/100% no-repeat;
  }

  .hero .hero__img {
    width: 185px;
    margin: 0 auto 20px;
  }

  .hero .hero__heading {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
  }

  .hero .hero__heading span,
  .hero .hero__heading span em {
    font-size: 24px;
    letter-spacing: normal;
  }

  .hero .hero__heading span em {
    font-size: 24px;
    letter-spacing: normal;
  }

  .hero .txt_large {
    text-align: left;
  }

  .anchor__banner {
    width: calc(100% - 20px);
    margin: 37px auto;
    background-color: #fff;
    border: 1px solid #d5d7de;
    padding: 3px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }

  .anchor__banner .anchor__banner__left {
    width: 50%;
  }

  .anchor__banner .anchor__banner__left img {
    max-width: 100%;
    width: auto;
    display: block;
  }

  .anchor__banner .anchor__banner__right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
  }

  .anchor__banner .anchor__banner__right::before {
    margin-right: 4px;
    width: calc(53px * 0.35);
    height: calc(56px * 0.35);
  }

  .anchor__banner .anchor__banner__right::after {
    right: 4px;
    width: 15px;
    height: 15px;
  }

  .anchor__banner .anchor__banner__right span {
    font-size: 10px;
    margin-right: 12px;
  }

  .movie {
    margin: 40px auto;
  }

  .movie .container {
    padding: 0 10px;
  }

  .movie .movie__heading {
    margin-bottom: -15px;
    font-size: 24px;
  }

  .movie .movie__body {
    padding: 40px 20px;
  }

  .chronology {
    margin: 40px auto -3.3%;
  }

  .chronology .container {
    padding: 0 10px;
  }

  .chronology .chronology__heading {
    font-size: 20px;
    line-height: 2;
  }

  .img-arr {
    margin: 0 -10px;
  }

  .img-arr .sp {
    width: 20.972222%;
  }

  .main .main__heading {
    margin: 2.6% -20px 79%;
    font-size: 24px;
    letter-spacing: 3px;
  }

  .main-bg {
    top: 85px;
    background: url(/ldm/jettowel/30th/img/bg_main_sp.jpg) center top/100% no-repeat;
  }

  .main .img_spec {
    margin: 0 -10px 5.8%;
  }

  .product-info {
    padding-bottom: 60px;
  }

  .case {
    padding: 0 0 60px;
  }

  .case .case__head {
    padding: 40px 0 30px;
    background: url(/ldm/jettowel/30th/common/img/bg_case_head_sp.jpg) center center/cover no-repeat;
  }

  .case .case__heading {
    margin: 0 auto;
    width: 264px;
  }

  .case .case__summary {
    margin: 30px auto 40px;
    font-size: 14px;
    line-height: calc(21/14);
    text-align: left;
  }

  .case .case__list .case__item + .case__item {
    margin-top: 45px;
  }

  .case .case__item .case__item--title {
    font-size: 18px;
    text-align: left;
  }

  .case .case__item .case__item--title span {
    margin-left: 5px;
    font-size: 14px;
  }

  .case .case__item .case__item--txt {
    font-size: 14px;
    text-align: left;
  }

  .case .case__item .img-wrap {
    margin: 18px auto 20px;
  }

  .case .case__item .img-wrap .case__item--img .note {
    position: relative;
  }

  .case .case__item .case__item--btn a {
    font-size: 14px;
    padding: 10px 3px;
  }

  .case .case__item .case__item--btn a::before {
    top: calc(50% - 5px);
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
