img {
  vertical-align: bottom;
}

.figure {
  position: relative;
}

.figure img {
  width: 100%;
}

.caption {
  max-width: calc(100vw - 100px);
  display: inline-block;
  margin-top: -20px;
  background-color: #003d8c;
  padding: 20px 30px;
  color: #fff;
  font-size: 17px;
  line-height: calc(27/17);
}

.caption * {
  color: #fff !important;
}

.normal_txt {
  font-size: 17px;
  line-height: calc(32/17);
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
}

.normal_txt + .normal_txt {
  margin-top: 12px;
}

.annotation {
  margin-top: 35px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 14px;
}

.slider {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.slider .slider__item .caption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.slider img {
  width: 100%;
  object-fit: cover;
}

.slider .slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  pointer-events: auto;
}

.slider .slick-dots li {
  font-size: 0;
  line-height: 0;
}

.slider .slick-dots li.slick-active button {
  background-color: #003d8c;
}

.slider .slick-dots button {
  background-color: #bfbfbf;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.slider .slick-dots button + button {
  display: none;
}

.mv {
  padding: 35px 0 10px;
  background: url(/ldm/jettowel/30th/common/img/bg_case_head.jpg) center top/cover no-repeat;
}

.mv .mv__heading {
  margin: 0 auto;
  width: 549px;
}

.bg_wrap {
  position: relative;
}

.bg_circle {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  position: absolute;
  background: url(/ldm/jettowel/30th/case/img/bg_circle.gif) center top/100% no-repeat;
}

.container {
  max-width: 1240px;
}

.lead {
  padding: 60px 0 40px;
}

.lead p {
  font-size: 20px;
  text-align: center;
  line-height: calc(42/20);
  font-weight: 500;
  font-feature-settings: "palt";
}

.outline {
  padding: 40px 0 100px;
  position: relative;
}

.outline::before {
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(241, 246, 252);
  background: linear-gradient(0deg, rgba(241, 246, 252, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
}

.outline .outline__head {
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
  z-index: 5;
  font-size: 22px;
  line-height: calc(42/22);
  text-align: center;
  font-weight: 400;
}

.outline .outline__head span {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: calc(42/36);
  color: #003d8c;
  font-weight: 500;
}

.outline .outline__head span::before,
.outline__head span::after {
  content: "";
  display: block;
  top: 50%;
  width: 100vw;
  height: 2px;
  position: absolute;
  background-color: #003d8c;
}

.outline .outline__head span::before {
  right: calc(100% + 20px);
}

.outline .outline__head span::after {
  left: calc(100% + 20px);
}

.outline .outline__img--main {
  position: relative;
}

.outline .outline__img--main .note {
  position: absolute;
  bottom: 0;
  right: 0;
}

.outline .outline__title {
  margin: 40px auto 45px;
  width: 84%;
  font-size: 35px;
  line-height: calc(62/35);
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.outline .outline__title::before,
.outline .outline__title::after {
  display: inline-block;
  font-size: 158px;
  line-height: 0.8;
  color: #003d8c;
}

.outline .outline__title::before {
  content: "“";
}

.outline .outline__title::after {
  content: "”";
  display: flex;
  flex-direction: column-reverse;
  line-height: 0;
}

.outline .outline__summary {
  font-size: 18px;
  line-height: calc(40/18);
  text-align: center;
  letter-spacing: 0.045em;
  font-feature-settings: "palt";
}

.outline .img_wrap .outline__img--sub .note {
  padding-bottom: 0;
}

.interview {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.interview .interview_parts + .interview_parts {
  margin-top: 90px;
}

.interview .talk {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.interview .talk .talk__q {
  position: relative;
}

.interview .talk .talk__q span {
  color: #003d8c;
  font-size: 34px;
  line-height: calc(48/34);
  font-weight: 700;
}

.interview .talk .talk__a {
  margin: 40px auto 70px;
  max-width: 994px;
  padding: 0 20px;
}

.interview .talk .talk__a.talk__a--wide {
  max-width: 1017px;
}

.interview .talk .talk__a.talk__a--border {
  position: relative;
}

.interview .talk .talk__a.talk__a--border::after {
  content: '';
  display: inline-block;
  border-bottom: solid 1px #e2e2e2;
  width: 100%;
  margin: 0 auto;
}

.interview .interview_aside {
  padding: 0 20px;
}

.interview .interview_aside .aside__body {
  background-color: #e5ebf3;
  padding: 15px;
}

.interview .interview_aside .aside__body .aside__tag {
  background-color: #003d8c;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.interview .interview_aside .aside__img {
  width: 100%;
}

.interview .interview_aside .aside__body {
  width: 100%;
}

.interview .interview_aside .aside__body .aside__tag {
  width: 100%;
}

.interview .interview_aside .aside__body .aside__txt {
  text-align: center;
  font-weight: 700;
}

.postscript {
  margin: 140px auto 0;
  border-top: solid 4px #003d8c;
  border-bottom: solid 4px #003d8c;
  padding: 65px 80px;
}

.postscript .postscript__heading {
  margin-top: 30px;
  width: 300px;
  font-size: 34px;
  line-height: calc(48/34);
  font-weight: 700;
}

.product-info {
  padding-top: 80px;
}

.product-info .figure {
  margin: 0 auto 95px;
  max-width: 1200px;
}

.btn-back a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 0 15px 40px;
  background-color: #fff;
  font-size: 24px;
  height: 100%;
  position: relative;
  box-shadow: none;
  border: solid 1px #0047a6;
}

.btn-back {
  margin: 20px auto 90px;
}

.btn-back a {
  background: #fff;
  color: #003d8c;
  font-size: 28px;
  text-align: center;
  padding: 25px 5px;
  font-weight: 700;
}

.btn-back a::before {
  content: "";
  display: inline-block;
  top: calc(50% - 7px);
  left: 35px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #003d8c;
  border-right: 3px solid #003d8c;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
}

@media print, screen and (min-width: 1241px) {
  .word-nowrap {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 1601px) {
  .interview .talk .talk__a .figure--half {
    margin-right: -323px;
  }
}
@media print, screen and (max-width: 1600px) and (min-width: 994px) {
  .interview .talk .talk__a .figure--half {
    margin-right: calc((-100vw + 954px)/2);
  }
}
@media print, screen and (max-width: 994px) and (min-width: 768px) {
  .interview .talk .talk__a .figure--half {
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .figure .txt-wrap {
    display: flex;
    justify-content: space-between;
  }

  .slider .slick-dots {
    margin-top: 20px;
  }

  .slider .slick-dots button {
    margin: 0 4px;
    width: 12px;
    height: 12px;
  }

  .slider .slick-dots button:hover {
    background-color: #003d8c;
  }

  .outline .img_wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }

  .outline .img_wrap.img_wrap_center {
    justify-content: center;
  }

  .outline .img_wrap .outline__img--sub {
    width: calc(50% - 25px);
  }

  .interview .talk .talk__q {
    padding: 0 100px;
  }

  .interview .talk .talk__q::before {
    content: "";
    display: inline-block;
    top: calc(50% - 1px);
    right: calc(100% - 65px);
    width: 100vw;
    height: 1px;
    position: absolute;
    background: #003d8c;
  }

  .interview .talk .talk__a.talk__a--2col {
    display: flex;
    justify-content: space-between;
  }

  .interview .talk .talk__a .txt--half {
    width: calc((532/954) *100%);
    margin-right: 20px;
  }

  .interview .talk .talk__a .txt--half_wide {
    width: calc((541/954) *100%);
  }

  .interview .talk .talk__a .figure--half {
    width: calc((655/954) *100%);
  }

  .interview .figure.figure--full img {
    width: 100vw;
    height: 40.625vw;
    max-height: 650px;
    object-fit: cover;
  }

  .interview .figure.figure--full .txt-wrap {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 20px 0 30px;
  }

  .interview .figure.figure--full .txt-wrap .caption {
    padding-left: 0;
    position: relative;
    margin-right: 10px;
  }

  .interview .figure.figure--full .txt-wrap .caption::before {
    content: "";
    display: inline-block;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: #003d8c;
  }

  .interview .talk .talk__a.talk__a--border {
    margin-bottom: 55px;
  }

  .interview .talk .talk__a.talk__a--border::after {
    padding-bottom: 50px;
  }

  .interview .interview_aside {
    max-width: 780px;
    width: calc(100% - 40px);
    margin: 0 auto 155px;
    display: flex;
  }

  .interview .interview_aside .aside__img {
    max-width: 322px;
  }

  .interview .interview_aside .aside__body .aside__tag {
    font-size: 19px;
    line-height: calc(32/19);
  }

  .interview .interview_aside .aside__body .aside__txt {
    margin-top: 30px;
    font-size: 20px;
    line-height: calc(35/20);
  }

  .postscript {
    display: flex;
  }

  .postscript .postscript__heading {
    flex-shrink: 0;
    width: 300px;
  }

  .btn-back a:hover {
    background: #0595d3 !important;
    color: #fff;
    border-color: #0595d3;
  }

  .btn-back a:hover::before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .caption {
    margin-top: -10px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: calc(18/13);
  }

  .annotation {
    margin-top: 10px;
    font-size: 10px;
  }

  .normal_txt {
    font-size: 14px;
    line-height: calc(21/14);
  }

  .normal_txt + .normal_txt {
    margin-top: 7px;
  }

  .normal_txt br.sp {
    display: block;
    content: "";
    margin-top: 8px;
  }

  .mv {
    padding: 19px 0 18px;
    background: url(/ldm/jettowel/30th/common/img/bg_case_head_sp.jpg) center center/cover no-repeat;
  }

  .mv .mv__heading {
    width: 280px;
  }

  .bg_circle {
    background: url(/ldm/jettowel/30th/case/img/bg_circle_sp.gif) center top/contain no-repeat;
  }

  .lead {
    padding: 30px 0 15px;
  }

  .lead p {
    font-size: 15px;
    line-height: calc(26/15);
    font-feature-settings: "palt";
  }

  .outline {
    padding: 15px 0 35px;
  }

  .outline .outline__head {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: calc(21/13);
  }

  .outline .outline__head span {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: calc(21/20);
  }

  .outline .outline__head span::before,
  .outline__head span::after {
    height: 1px;
  }

  .outline .outline__head span::before {
    right: calc(100% + 10px);
  }

  .outline .outline__head span::after {
    left: calc(100% + 10px);
  }

  .outline .outline__title {
    position: relative;
    margin: 25px auto 20px;
    font-size: 20px;
    line-height: calc(35/20);
    text-align: left;
    width: 100%;
  }

  .outline .outline__title::before,
  .outline .outline__title::after {
    display: none;
  }

  .outline .outline__summary {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: calc(24/14);
    text-align: left;
  }

  .outline .img_wrap .outline__img--sub {
    margin-bottom: 30px;
  }

  .slider .slick-dots {
    margin-top: 17px;
  }

  .slider .slick-dots button {
    margin: 0 3px;
    width: 9px;
    height: 9px;
  }

  .outline .outline__img--main {
    margin: 0 -20px;
  }

  .outline .outline__img--main .note {
    bottom: 5px;
    right: 20px;
    font-size: 10px;
  }

  .interview {
    padding-top: 40px;
  }

  .interview .interview_parts + .interview_parts {
    margin-top: 45px;
  }

  .interview .talk .talk__q {
    padding: 0 20px;
  }

  .interview .talk .talk__q span {
    font-size: 18px;
    line-height: calc(24/18);
  }

  .interview .talk .talk__a {
    margin: 15px auto 30px;
  }

  .interview .interview_parts .figure {
    margin-top: 30px;
  }

  .interview .figure.figure--full .note {
    margin-right: 20px;
  }

  .interview .talk .talk__a.talk__a--border {
    margin-bottom: 35px;
  }

  .interview .talk .talk__a.talk__a--border::after {
    padding-bottom: 40px;
  }

  .interview .interview_aside {
    width: 100%;
    max-width: 670px;
    margin: 0 auto 55px;
  }

  .interview .interview_aside .aside__body .aside__tag {
    font-size: 15px;
    line-height: calc(16/15);
  }

  .interview .interview_aside .aside__body .aside__txt {
    margin: 15px auto;
    font-size: 16px;
  }

  .postscript {
    margin: 50px auto 0;
    border-top: solid 2px #003d8c;
    border-bottom: solid 2px #003d8c;
    padding: 35px 0;
  }

  .product-info {
    padding-top: 40px;
  }

  .product-info .figure {
    margin-bottom: 25px;
  }

  .postscript .postscript__heading {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: calc(24/18);
  }

  .btn-back {
    margin: 0 auto 60px;
  }

  .btn-back a {
    font-size: 18px;
    padding: 15px 3px;
  }

  .btn-back a::before {
    top: calc(50% - 7px);
    left: 22px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #003d8c;
    border-right: 2px solid #003d8c;
  }
}
