@charset "utf-8";

/* import Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

.about-wrapper {
  padding-top: 0;
}
.about-wrapper .top-image {
  margin-bottom: 80px;
}
.p-a-love-story-index .title {
  color: #cfc29d;
  font-family: "Montserrat_bold";
  font-size: 50px;
  font-weight: normal;
  padding: 40px 0 80px;
}
.about-wrapper h2 {
  text-align: center;
  font-size: 26px;
  line-height: 39.84px;
  font-family: "Noto Serif JP";
  font-weight: normal;
  margin: 0 auto 40px;
  color: #000;
}
.about-wrapper h2 > span {
  display: inline-block;
}
.about-wrapper h2 > span.copy {
  text-align: center;
  padding:0 20px;
}
.about-wrapper h2 > span.frame {
  font-family: "Montserrat";
  color: #cfc29d;
  font-size: 54px;
  vertical-align: middle;
}
.about-wrapper h2 > span.frame.first {
  vertical-align: top;
}
.about-wrapper h2 > span.frame.last {
  vertical-align: bottom;
}
.about-wrapper p {
  align-items: center;
}
.about-wrapper .text{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  width: 44em;
  font-size: 16px;
  line-height: 32px;
}
.about-wrapper .image {
  text-align: center;
  margin-bottom: 42px;
}
.about-wrapper .era {
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat";
  margin-bottom: 26px;
  color: #cfc29d;
}
.about-nav-container {
  height: 230px;
  background-color: #f9f5ea;
  position: relative;
  margin-top: 116px;
}
.about-nav-container a {
  list-style: none;
  text-align: center;
  height: 150px;
  background-color: #f3eedf;
  position: absolute;
  top: 40px;
  width: 100%;
  line-height: 154px;
  font-size: 18px;
  font-family: "Montserrat_bold";
  font-weight: bold;
}
.about-nav-container img {
  margin-right: 18px;
  margin-bottom: 3px;
}
.about-wrapper .era2020 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 106px;
}
.about-wrapper .text-2020{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 44em;
  font-size: 16px;
  line-height: 32px;
}

/* animation */
@-webkit-keyframes card-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY( 500px );
        -ms-transform: translateY( 500px );
            transform: translateY( 500px );
  }
  to {
    opacity: 1;
    -webkit-transform: translateY( 0 );
        -ms-transform: translateY( 0 );
            transform: translateY( 0 );
  }
}

@keyframes card-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY( 500px );
        -ms-transform: translateY( 500px );
            transform: translateY( 500px );
  }
  to {
    opacity: 1;
    -webkit-transform: translateY( 0 );
        -ms-transform: translateY( 0 );
            transform: translateY( 0 );
  }
}
.about-wrapper .has-animation {
  opacity: 0;
}
.about-wrapper .has-animation.slide-animation {
  opacity: 1;
  -webkit-animation: card-animation 1.5s ease forwards;
      -ms-animation: card-animation 1.5s ease forwards;
          animation: card-animation 1.5s ease forwards;
}
.about-wrapper .has-animation.slide-animation.animation-type2 {
  opacity: 1;
  -webkit-animation: card-animation 2s ease forwards;
      -ms-animation: card-animation 2s ease forwards;
          animation: card-animation 2s ease forwards;
}
.about-wrapper .has-animation.slide-animation.animation-type3 {
  opacity: 1;
  -webkit-animation: card-animation 2.5s ease forwards;
      -ms-animation: card-animation 2.5s ease forwards;
          animation: card-animation 2.5s ease forwards;
}
@media (min-width: 768px) and (max-width: 1320px) {
  .about-nav-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    position: unset;
  }
  .about-nav-container a {
    position: unset;
    display: block;
    padding: 0 20px;
    margin: 0 35px;
    width: auto;
  }
}
@media (max-width: 979px) {
  .about-wrapper h2 {
    font-size: 24px;
  }
  .about-wrapper h2 > span.frame {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .p-a-love-story-index .title {
    font-size: 26px;
    font-weight: bold;
    padding: 16px 0 20px;
  }
  .about-wrapper {
    padding-top: 8px;
  }
  .about-wrapper .top-image {
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-wrapper h2 {
    font-size: 19px;
    line-height: 33px;
    margin: 0 auto 40px;
    color: #000;
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-wrapper h2 > span.copy {
    padding:0 6px;
  }
  .about-wrapper h2.third-slogan > span.copy {
    padding: 0;
  }
  .about-wrapper h2.seventh-slogan > span.copy {
    padding:0 0 0 4px;
  }
  .about-wrapper h2 > span.frame {
    font-size: 42px;
  }
  .about-wrapper .text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 63px;
    width: 90%;
    font-size: 12px;
    line-height: 24px;
  }
  .about-wrapper .era {
    margin-top: 32px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about-wrapper .image {
    text-align: center;
    margin-bottom: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-wrapper .era2020 {
    margin-bottom: 40px;
  }
  .about-wrapper .text-2020{
    margin-bottom: 30px;
  }
  .about-nav-container {
    height: 82px;
    background-color: #f9f5ea;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .about-nav-container img {
    vertical-align: middle;
    border: 0;
    margin-right: 8px !important;
    width: 1.5% !important;
    margin-bottom: 2px;
  }
  .about-nav-container {
    height: 82px;
    background-color: #f9f5ea;
    position: relative;
    margin-top: 60px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .about-nav-container a {
    list-style: none;
    text-align: center;
    height: 67px;
    background-color: #f3eedf;
    position: absolute;
    top: 17px;
    line-height: 65px;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    display: block;
    width: unset;
    height: 75px;
    line-height: 75px;
    position: unset;
  }
  .about-nav-container img {
    vertical-align: middle;
    border: 0;
    margin-right: 8px !important;
    width: 1.5% !important;
    margin-bottom: 2px;
  }
  .about-nav-container {
    margin-bottom: 0;
  }
  .image1-text-container {
    box-sizing: border-box;
  }
  .about-nav-container {
    margin-bottom: 0;
    text-align: center;
    padding: 15px 15px 0;
    width: unset;
    height: 73px;
    position: unset;
  }
}
@media (max-width: 374px) {
  .about-wrapper h2 {
    font-size: 15px;
  }
  .about-wrapper h2 > span.frame {
    font-size: 30px;
  }
}

/** 
 * 
 * DH_FRONT_DEPT-6159 レイアウト調整
 * large
*/
@media ( min-width: 768px ) {
  .about-wrapper p {
    font-family: 'Montserrat','Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;;
  }
  .p-a-love-story-index .title {
    padding: 40px 0 82px;
    font-size: 48px;
    letter-spacing: -.52px;
  }
  .about-wrapper .era {
    padding-top: 1px;
    margin-top: -1px;
    margin-bottom: 34px;
    text-indent: 1px;
    letter-spacing: 0.8px;
  }
  .about-wrapper h2.slogan {
    position: relative;
    letter-spacing: 1.175px;
  }
  .about-wrapper .slogan .frame {
    position: relative;
    font-size: 57px;
    line-height: 50%;
  }
  .about-wrapper .slogan .copy {
    line-height: 155%;
  }
  .about-wrapper .slogan .first {
    padding-top: 0;
  }
  .about-wrapper .slogan .last {
    padding-bottom: 0;
  }
  .about-wrapper .text {
    box-sizing: border-box;
    padding: 0 2px;
    margin-bottom: 71px;
    letter-spacing: .4px;
  }
  .about-wrapper .era2020 {
    margin: 106px 0 52px;
  }
  .about-wrapper .text-2020 {
    margin-bottom: 44px;
  }
  .about-wrapper .first-slogan {
    margin-bottom: 41px;
  }
  .about-wrapper .first-slogan .copy {
    margin-top: -3px;
    margin-left: 5px;
    text-indent: 1px;
  }
  .about-wrapper .first-slogan .first {
    top: 6px;
    left: 11px;
  }
  .about-wrapper .first-slogan .last {
    bottom: 13px;
    right: 7px;
  }
  .about-wrapper .second-slogan {
    margin-bottom: 57px;
  }
  .about-wrapper .second-slogan .copy {
    text-indent: 5px;
  }
  .about-wrapper .second-slogan .first {
    top: 6px;
    left: 6px;
  }
  .about-wrapper .second-slogan .last {
    bottom: 13px;
    right: 5px;
  }
  .about-wrapper .third-slogan {
    margin-top: -2px;
    margin-bottom: 43px;
  }
  .about-wrapper .third-slogan .copy {
    text-indent: -1px;
    margin-left: 18px;
  }
  .about-wrapper .third-slogan .first {
    top: 7px;
    left: 22px;
  }
  .about-wrapper .third-slogan .last {
    bottom: 12px;
    right: 20px;
  }
  .about-wrapper .fourth-slogan {
    margin-top: -1px;
    margin-bottom: 41px;
  }
  .about-wrapper .fourth-slogan .copy {
    text-indent: -1px;
    margin-left: 16px;
  }
  .about-wrapper .fourth-slogan .first {
    top: 8px;
    left: 20px;
  }
  .about-wrapper .fourth-slogan .last {
    bottom: 11px;
    right: 22px;
  }
  .about-wrapper .fifth-slogan {
    margin-bottom: 42px;
  }
  .about-wrapper .fifth-slogan .copy {
    margin-left: 4px;
  }
  .about-wrapper .fifth-slogan .first {
    top: 6px;
    left: 6px;
  }
  .about-wrapper .fifth-slogan .last {
    bottom: 12px;
    right: 6px;
  }
  .about-wrapper .sixth-slogan {
    margin-top: -1px;
    margin-bottom: 45px;
  }
  .about-wrapper .sixth-slogan .copy {
    margin-left: 6px;
    letter-spacing: 1px;
  }
  .about-wrapper .sixth-slogan .first {
    top: 7px;
    left: 8px;
  }
  .about-wrapper .sixth-slogan .last {
    bottom: 12px;
    right: 5px;
  }
  .about-wrapper .sixth-slogan + .text {
    padding-right: 0;
    padding-left: 10px;
    width: 45em;
    letter-spacing: .34px;
  }
  .about-wrapper .seventh-slogan {
    margin-top: -3px;
    margin-bottom: 44px;
  }
  .about-wrapper .seventh-slogan .copy {
    margin-left: 17px;
  }
  .about-wrapper .seventh-slogan .first {
    top: 8px;
    left: 21px;
  }
  .about-wrapper .seventh-slogan .last {
    bottom: 10px;
    right: 20px;
  }
  .about-wrapper .eighth-slogan {
    margin-bottom: 42px;
  }
  .about-wrapper .eighth-slogan .copy {
    margin-left: 16px;
    text-indent: 2px;
  }
  .about-wrapper .eighth-slogan .first {
    top: 9px;
    left: 23px;
  }
  .about-wrapper .eighth-slogan .last {
    bottom: 12px;
    right: 21px;
  }
}
/** 
 * 
 * DH_FRONT_DEPT-6159 レイアウト調整
 * small
*/
@media ( max-width: 767px ) {
  .p-a-love-story-index .title {
    font-size: 23px;
    padding: 6px 0 14px;
    letter-spacing: .332px;
  }
  .about-wrapper .top-image {
    margin-bottom: 32px;
  }
  .about-wrapper .image {
    padding: 0 15px;
    width: auto;
  }
  .about-wrapper .era {
    margin-top: 28px;
    font-size: 20px;
    letter-spacing: .332px;
  }
  .about-wrapper .era2020 {
    margin-top: 69px;
    margin-bottom: 32px;
  }
  .about-wrapper .text-2020 {
    margin-bottom: 28px;
  }
  .about-wrapper .slogan {
    position: relative;
    margin-bottom: 26px;
  }
  .about-wrapper .slogan .frame {
    position: relative;
  }
  .about-wrapper .slogan .copy {
    line-height: 150%;
    letter-spacing: -.332px;
  }
  .about-wrapper .slogan .first {
    padding-top: 0;
  }
  .about-wrapper .slogan .last {
    padding-bottom: 0;
  }
  .about-wrapper .text {
    box-sizing: border-box;
    padding: 0 2px;
    margin-bottom: 54px;
  }
  .about-nav-container {
    padding: 20px 15px 0;
    margin-top: 68px;
  }
  .about-wrapper .first-slogan .first {
    top: 3px;
    left: -1px;
  }
  .about-wrapper .first-slogan .last {
    bottom: 6px;
    right: -1px;
  }
  .about-wrapper .second-slogan .copy {
    text-indent: 11px;
  }
  .about-wrapper .second-slogan .first {
    top: 2px;
    left: 1px;
  }
  .about-wrapper .second-slogan .last {
    bottom: 5px;
    right: 1px;
  }
  .about-wrapper .second-slogan + .text {
    margin-bottom: 55px;
  }
  .about-wrapper .third-slogan .copy {
    margin-left: 9px;
    text-indent: -10px;
  }
  .about-wrapper .third-slogan .first {
    top: 1px;
    left: 3px;
  }
  .about-wrapper .third-slogan .last {
    bottom: 7px;
    right: 2px;
  }
  .about-wrapper .third-slogan + .text {
    margin-bottom: 56px;
  }
  .about-wrapper .fourth-slogan {
    margin-bottom: 25px;
  }
  .about-wrapper .fourth-slogan .copy {
    margin-left: 9px;
    margin-top: -1px;
  }
  .about-wrapper .fourth-slogan .first {
    top: 1px;
    left: 9px;
  }
  .about-wrapper .fourth-slogan .last {
    bottom: 5px;
    right: 10px;
  }
  .about-wrapper .fourth-slogan + .text {
    margin-bottom: 55px;
  }
  .about-wrapper .fifth-slogan .first {
    top: 1px;
    left: -2px;
  }
  .about-wrapper .fifth-slogan .last {
    bottom: 6px;
    right: -1px;
  }
  .about-wrapper .fifth-slogan + .text {
    margin-bottom: 55px;
  }
  .about-wrapper .sixth-slogan .first {
    top: 2px;
  }
  .about-wrapper .sixth-slogan .last {
    bottom: 7px;
  }
  .about-wrapper .seventh-slogan {
    margin-bottom: 27px;
  }
  .about-wrapper .seventh-slogan .copy {
    margin-left: 8px;
    text-indent: -4px;
  }
  .about-wrapper .seventh-slogan .first {
    top: 2px;
    left: 9px;
  }
  .about-wrapper .seventh-slogan .last {
    bottom: 5px;
    right: 9px;
  }
  .about-wrapper .eighth-slogan {
    margin-bottom: 25px;
  }
  .about-wrapper .eighth-slogan .copy {
    margin-left: 10px;
    letter-spacing: -.2px;
    text-indent: 4px;
  }
  .about-wrapper .eighth-slogan .first {
    top: 1px;
    left: 8px;
  }
  .about-wrapper .eighth-slogan .last {
    bottom: 6px;
    right: 12px;
  }
}