.lifestyle .wrap .inner {
  max-width: 1300px;
  width: 90%;
  margin: auto;
}
.lifestyle .wrap a {
  transition: 0.3s;
}
.lifestyle .wrap figure {
  position: relative;
}
.lifestyle .wrap figure figcaption {
  position: absolute;
  font-size: 1rem;
  z-index: 2;
}
.lifestyle .wrap .mv {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .mv {
    margin-bottom: 10%;
  }
}
.lifestyle .wrap .mv h2 {
  order: 2;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.1;
  color: #fff;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .lifestyle .wrap .mv h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .mv h2 {
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    margin-top: -24%;
  }
}
.lifestyle .wrap .mv h2 span {
  display: block;
  font-family: "cormorant-garamond", serif;
  font-size: 13rem;
  color: #807A6B;
}
@media screen and (max-width: 1500px) {
  .lifestyle .wrap .mv h2 span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .mv h2 span {
    font-size: 13vw;
    margin-top: 5%;
    letter-spacing: 0;
  }
}
.lifestyle .wrap .mv figure {
  order: 1;
}
.lifestyle .wrap .mv figure figcaption {
  color: #fff;
  left: 3px;
  bottom: 3px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .mv figure figcaption {
    font-size: 1rem;
  }
}
.lifestyle .wrap .mv figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .mv figure:after {
    height: 55%;
  }
}
.lifestyle .wrap .mv p {
  order: 3;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .mv p {
    margin-top: 7.5%;
    font-size: 3.5vw;
  }
}
.lifestyle .wrap nav {
  max-width: 1300px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav {
    width: 80%;
  }
}
.lifestyle .wrap nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul {
    flex-direction: column;
  }
}
.lifestyle .wrap nav ul li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.lifestyle .wrap nav ul li a {
  display: flex;
  flex-direction: column;
  background-color: #233B3C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul li a {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.lifestyle .wrap nav ul li a:hover {
  opacity: 0.9;
}
.lifestyle .wrap nav ul li a:hover span img {
  transform: translateX(10px);
}
.lifestyle .wrap nav ul li a p {
  padding: 30px 25px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul li a p {
    padding: 5%;
  }
}
.lifestyle .wrap nav ul li a p img {
  width: 98px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap nav ul li a p img {
    width: 65px;
  }
}
.lifestyle .wrap nav ul li a dl {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul li a dl {
    padding: 5% 5% 5% 0;
  }
}
.lifestyle .wrap nav ul li a dl dt {
  font-family: "cormorant-garamond", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap nav ul li a dl dt {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul li a dl dt {
    font-size: 2.5vw;
  }
}
.lifestyle .wrap nav ul li a dl dd {
  font-size: 2rem;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap nav ul li a dl dd {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap nav ul li a dl dd {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul li a dl dd {
    font-size: 3.5vw;
  }
}
.lifestyle .wrap nav ul li a span {
  margin: 30px 0 15px 0;
  padding: 0 25px;
  font-family: "futura-pt", sans-serif;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap nav ul li a span {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap nav ul li a span {
    font-size: 3vw;
    margin: 0;
    padding: 0 5% 3% 32%;
  }
}
.lifestyle .wrap nav ul li a span img {
  max-width: 120px;
  margin-left: 13px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap nav ul li a span img {
    width: 45%;
  }
}
.lifestyle .wrap .area .amv {
  width: 88.5%;
}
.lifestyle .wrap .area .amv figcaption {
  left: 3px;
  bottom: 3px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .amv figcaption {
    bottom: auto;
    top: 3px;
  }
}
.lifestyle .wrap .area .title {
  background-color: rgba(35, 59, 60, 0.9);
  width: 58%;
  margin: -13.5% 0 70px auto;
  padding: 40px 80px;
  color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .title {
    width: 95%;
    padding: 5%;
    margin-bottom: 11%;
    margin-top: -25%;
  }
}
.lifestyle .wrap .area .title p {
  width: 135px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area .title p {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .title p {
    width: 30%;
  }
}
.lifestyle .wrap .area .title h3 {
  font-size: 3rem;
  margin-left: 50px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area .title h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .title h3 {
    font-size: 4.5vw;
    margin-left: 5%;
  }
}
.lifestyle .wrap .area .title dl {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .title dl {
    margin-top: 5%;
  }
}
.lifestyle .wrap .area .title dl dt {
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area .title dl dt {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .title dl dt {
    font-size: 5vw;
  }
}
.lifestyle .wrap .area .title dl dt:after {
  content: "";
  width: calc(100% - 3em);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
.lifestyle .wrap .area .title dl dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area .title dl dd {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .title dl dd {
    font-size: 3vw;
    line-height: 1.5;
  }
}
.lifestyle .wrap .area .aa1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .aa1 {
    display: block;
    margin-bottom: 10%;
  }
}
.lifestyle .wrap .area .aa1 figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .aa1 figure {
    width: 100%;
    margin-top: 7.5%;
  }
}
.lifestyle .wrap .area .aa1 figure figcaption {
  color: #fff;
  right: 3px;
  bottom: 3px;
}
.lifestyle .wrap .area .aa1 figure figcaption.is-left {
  left: 3px;
  right: auto;
}
.lifestyle .wrap .area .aa1 dl {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area .aa1 dl {
    width: 100%;
  }
}
.lifestyle .wrap .area dl.tl dt {
  font-size: 3.6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area dl.tl dt {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area dl.tl dt {
    font-size: 6vw;
  }
}
.lifestyle .wrap .area dl.tl dt span {
  display: block;
  font-family: "cormorant-garamond", serif;
  font-size: 3rem;
  color: #233B3C;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area dl.tl dt span {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area dl.tl dt span {
    font-size: 5vw;
    letter-spacing: 0.1em;
  }
}
.lifestyle .wrap .area dl.tl dt.db5 {
  margin-bottom: 0.5em;
}
.lifestyle .wrap .area dl.tl dt.dt2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area dl.tl dt.dt2 {
    display: block;
  }
}
.lifestyle .wrap .area dl.tl dt.dt2 span {
  margin: 0 2em 0 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area dl.tl dt.dt2 span {
    margin: 0;
  }
}
.lifestyle .wrap .area dl.tl dd {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .lifestyle .wrap .area dl.tl dd {
    line-height: 1.8;
  }
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area dl.tl dd {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area dl.tl dd {
    font-size: 3.5vw;
  }
}
.lifestyle .wrap .area dl.tl dd span {
  font-size: 1.1rem;
  transform: translateY(-5px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area dl.tl dd span {
    font-size: 1rem;
  }
}
.lifestyle .wrap .area1 {
  background-color: #f1f0ec;
  padding-top: 20%;
  margin-top: -10%;
}
.lifestyle .wrap .area1 .fig1 {
  margin: 0 0 75px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .fig1 {
    margin-bottom: 10%;
  }
}
.lifestyle .wrap .area1 .slide1 {
  margin: 50px 0 70px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .slide1 {
    margin: 5% 0;
  }
}
.lifestyle .wrap .area1 .a1a {
  background-color: rgba(186, 180, 162, 0.5);
  padding: 100px 0 70px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a {
    padding: 10% 0;
  }
}
.lifestyle .wrap .area1 .a1a .slide1 {
  margin-bottom: 0;
}
.lifestyle .wrap .area1 .a1a .a1b {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 50px 50px 75px;
  border-left: 10px solid #233B3C;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a .a1b {
    margin: 7.5% 0;
    padding: 5%;
    border-left-width: 5px;
    display: block;
  }
}
.lifestyle .wrap .area1 .a1a .a1b dl {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a .a1b dl {
    width: 100%;
    margin-bottom: 7.5%;
  }
}
.lifestyle .wrap .area1 .a1a .a1b dl dt {
  color: #233B3C;
  font-size: 2.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area1 .a1a .a1b dl dt {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a .a1b dl dt {
    font-size: 4.5vw;
  }
}
.lifestyle .wrap .area1 .a1a .a1b dl dt span {
  display: block;
  font-family: "cormorant-garamond", serif;
  font-size: 3rem;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area1 .a1a .a1b dl dt span {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a .a1b dl dt span {
    font-size: 5vw;
  }
}
.lifestyle .wrap .area1 .a1a .a1b dl dt span:after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background-color: #283A3C;
  margin: 25px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a .a1b dl dt span:after {
    width: 40px;
    margin: 20px 0;
  }
}
.lifestyle .wrap .area1 .a1a .a1b dl dd {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area1 .a1a .a1b dl dd {
    font-size: 1.4vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a .a1b dl dd {
    font-size: 3.5vw;
  }
}
.lifestyle .wrap .area1 .a1a .a1b figure {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .a1a .a1b figure {
    width: 100%;
  }
}
.lifestyle .wrap .area1 h4 {
  font-size: 2.8rem;
  margin: 50px 0;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area1 h4 {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 h4 {
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin: 12.5% 0 2.5% 0;
  }
}
.lifestyle .wrap .area1 .slide1 ul .slick-track {
  display: flex;
}
.lifestyle .wrap .area1 .slide1 ul .slick-slide {
  height: auto !important;
}
.lifestyle .wrap .area1 .slide1 ul li.slide {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .slide1 ul li.slide {
    padding: 15px;
  }
}
.lifestyle .wrap .area1 .slide1 ul li.slide dl {
  margin-bottom: 25px;
}
.lifestyle .wrap .area1 .slide1 ul li.slide dl dt {
  font-size: 2.2rem;
  color: #233B3C;
  border-bottom: 1px solid #233B3C;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area1 .slide1 ul li.slide dl dt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .slide1 ul li.slide dl dt {
    font-size: 4vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.lifestyle .wrap .area1 .slide1 ul li.slide dl dt span {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .slide1 ul li.slide dl dt span {
    font-size: 3vw;
  }
}
.lifestyle .wrap .area1 .slide1 ul li.slide dl dd {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area1 .slide1 ul li.slide dl dd {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .slide1 ul li.slide dl dd {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.lifestyle .wrap .area1 .slide1 ul li.slide figure {
  margin: auto 0 0 0;
}
.lifestyle .wrap .area1 .slide1 ul li.slide figure figcaption {
  right: 2px;
  bottom: 1px;
  font-size: 1rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .slide1 ul li.slide figure figcaption {
    right: 3px;
    bottom: 0px;
  }
}
.lifestyle .wrap .area1 .slide1 ul li.slide figure figcaption.dk {
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  padding: 0 5px;
}
.lifestyle .wrap .area1 .slide1 ul .slick-dots {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area1 .slide1 ul .slick-dots {
    margin-top: 10px;
  }
}
.lifestyle .wrap .area1 .slide1 ul .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.lifestyle .wrap .area2 {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 {
    padding: 15% 0 7.5% 0;
  }
}
.lifestyle .wrap .area2 .ul1 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .ul1 {
    display: block;
    margin: 5% 0 15% 0;
  }
}
.lifestyle .wrap .area2 .ul1 li {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .ul1 li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.lifestyle .wrap .area2 .ul1 li figcaption {
  background-color: #233B3C;
  color: #fff;
  left: 0;
  bottom: 0;
  font-size: 1.8rem;
  padding: 2px 15px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area2 .ul1 li figcaption {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .ul1 li figcaption {
    padding: 2px 5px;
    font-size: 1.2rem;
  }
}
.lifestyle .wrap .area2 .ul1 li figcaption span {
  font-size: 1.4rem;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area2 .ul1 li figcaption span {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .ul1 li figcaption span {
    font-size: 1rem;
  }
}
.lifestyle .wrap .area2 .aa1:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .aa1:nth-of-type(2) {
    margin-bottom: 2.5%;
  }
}
.lifestyle .wrap .area2 .aa1:nth-of-type(2) figure {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .aa1:nth-of-type(2) figure {
    width: 100%;
  }
}
.lifestyle .wrap .area2 .aa1:nth-of-type(2) dl {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .aa1:nth-of-type(2) dl {
    width: 100%;
  }
}
.lifestyle .wrap .area2 .ul2 {
  display: flex;
  justify-content: space-between;
}
.lifestyle .wrap .area2 .ul2 li {
  width: 32%;
}
.lifestyle .wrap .area2 .ul2 li figcaption {
  position: static;
  font-size: 2.2rem;
  color: #233B3C;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area2 .ul2 li figcaption {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area2 .ul2 li figcaption {
    font-size: 4vw;
    line-height: 1.2;
    margin-left: 1em;
    text-indent: -1em;
  }
}
.lifestyle .wrap .area2 .ul2 li p {
  position: relative;
}
.lifestyle .wrap .area2 .ul2 li p span {
  position: absolute;
  font-size: 1.1rem;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 5px;
}
.lifestyle .wrap .area3 {
  background-color: rgba(186, 180, 162, 0.2);
  padding-top: 7.5%;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 {
    padding: 10% 0 15% 0;
  }
}
.lifestyle .wrap .area3 .title {
  margin-top: -17%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .title {
    margin-top: -25%;
  }
}
.lifestyle .wrap .area3 .fig1 {
  max-width: 940px;
  margin: auto;
}
.lifestyle .wrap .area3 ul.ul1 {
  margin: 45px 0 95px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 ul.ul1 {
    margin: 5% 0 15% 0;
  }
}
.lifestyle .wrap .area3 ul.ul1 li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 ul.ul1 li {
    width: 50%;
  }
}
.lifestyle .wrap .area3 ul.ul1:after {
  content: "all image photo";
  display: block;
  font-size: 1.1rem;
  text-align: right;
  width: 100%;
}
.lifestyle .wrap .area3 .aa1 {
  flex-direction: row-reverse;
}
.lifestyle .wrap .area3 .aa1 dl {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .aa1 dl {
    width: 100%;
  }
}
.lifestyle .wrap .area3 .aa1 figure {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .aa1 figure {
    width: 100%;
  }
}
.lifestyle .wrap .area3 .a3a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .a3a {
    margin-bottom: 10%;
    display: block;
  }
}
.lifestyle .wrap .area3 .a3a dl {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .a3a dl {
    width: 100%;
    margin-top: 5%;
  }
}
.lifestyle .wrap .area3 .a3a dl dt {
  position: relative;
}
.lifestyle .wrap .area3 .a3a dl dt span {
  font-family: "futura-pt", sans-serif;
  font-size: 5rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area3 .a3a dl dt span {
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .a3a dl dt span {
    bottom: 0;
    left: 5px;
    font-size: 8vw;
  }
}
.lifestyle .wrap .area3 .a3a dl dt figure figcaption {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .a3a dl dt figure figcaption {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0px 5px;
  }
}
.lifestyle .wrap .area3 .a3a dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area3 .a3a dl dd {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .a3a dl dd {
    font-size: 3.5vw;
  }
}
.lifestyle .wrap .area3 .a3a dl dd span {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: top;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .a3a dl dd span {
    font-size: 1rem;
  }
}
.lifestyle .wrap .area3 .a3a dl dd em {
  font-style: normal;
  display: block;
  font-size: 2rem;
  margin: 10px 0;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area3 .a3a dl dd em {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .a3a dl dd em {
    font-size: 4vw;
    margin: 10px 0 2px 0;
  }
}
.lifestyle .wrap .area3 .fig2 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area3 .fig2 {
    margin-top: 5%;
  }
}
.lifestyle .wrap .area4 {
  padding-top: 130px;
  padding-bottom: 10px;
  color: #fff;
  background: rgb(74, 69, 58);
  background: -moz-linear-gradient(-45deg, rgb(74, 69, 58) 0%, rgb(18, 17, 16) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(74, 69, 58) 0%, rgb(18, 17, 16) 100%);
  background: linear-gradient(135deg, rgb(74, 69, 58) 0%, rgb(18, 17, 16) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4a453a", endColorstr="#121110",GradientType=1 );
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 {
    padding: 15% 0;
  }
}
.lifestyle .wrap .area4 .title {
  background-color: rgba(21, 18, 15, 0.9);
}
.lifestyle .wrap .area4 dl.tl dt span {
  color: #BAB4A2;
}
.lifestyle .wrap .area4 .fig1 {
  margin-bottom: 75px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 .fig1 {
    margin: 5% 0 15% 0;
  }
}
.lifestyle .wrap .area4 .fig1 figcaption {
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.6);
  padding: 0 5px;
}
.lifestyle .wrap .area4 .aa1 figure {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 .aa1 figure {
    width: 100%;
  }
}
.lifestyle .wrap .area4 .aa1 dl {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 .aa1 dl {
    width: 100%;
  }
}
.lifestyle .wrap .area4 .aa1:nth-of-type(2) {
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 .aa1:nth-of-type(2) {
    margin-top: 15%;
    margin-bottom: 0;
  }
}
.lifestyle .wrap .area4 .aa1:nth-of-type(2) figure {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 .aa1:nth-of-type(2) figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 .aa1:nth-of-type(2) figure figcaption {
    left: 0;
  }
}
.lifestyle .wrap .area4 .aa1:nth-of-type(2) dl {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area4 .aa1:nth-of-type(2) dl {
    width: 100%;
  }
}
.lifestyle .wrap .slide1 {
  overflow: hidden;
  padding-left: calc((100% - 1300px) / 2);
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .slide1 {
    padding-left: 5%;
  }
}
.lifestyle .wrap .slide1 .inns {
  padding-left: calc((100% - 1300px) / 2);
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .slide1 .inns {
    padding-left: 5%;
  }
}
.lifestyle .wrap .slide1 ul {
  overflow: hidden;
}
.lifestyle .wrap .slide1 ul li {
  margin-right: 20px;
}
.lifestyle .wrap .slide1 ul li span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .slide1 ul li span {
    font-size: 3.5vw;
  }
}
.lifestyle .wrap .slide1 ul li span span {
  margin: 0;
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .slide1 ul li span span {
    font-size: 3vw;
  }
}
.lifestyle .wrap .slide1 ul li span em {
  display: inline-block;
  font-style: normal;
}
.lifestyle .wrap .slide1 ul .slick-list {
  overflow: visible;
  padding-right: 15%;
}
.lifestyle .wrap .slide1 ul .slick-dots {
  position: static;
  bottom: 0;
  text-align: left;
}
.lifestyle .wrap .slide1 ul .slick-dots li {
  margin: 0 1px 0 0;
}
.lifestyle .wrap .slide1 ul .slick-dots li button:before {
  transition: 0.3s;
}
.lifestyle .wrap .slide1 ul .slick-dots li button:hover:before {
  color: #807A6B;
}
.lifestyle .wrap .slide1 ul .slick-dots li.slick-active button:before {
  color: #807A6B;
  opacity: 1;
}
.lifestyle .wrap .slide3 {
  overflow: hidden;
  padding-left: calc((100% - 1300px) / 2);
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .slide3 {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .slide3 {
    padding-left: 10%;
  }
}
.lifestyle .wrap .slide3 .slick-num {
  color: #BAB4A2;
  font-family: "futura-pt", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .slide3 .slick-num {
    font-size: 4vw;
  }
}
.lifestyle .wrap .slide3 .slick-num:after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #BAB4A2;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .slide3 .slick-num:after {
    width: 35px;
  }
}
.lifestyle .wrap .slide3 ul {
  overflow: hidden;
}
.lifestyle .wrap .slide3 ul li {
  margin-right: 20px;
}
.lifestyle .wrap .slide3 ul li span {
  display: block;
  font-size: 1.8rem;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .slide3 ul li span {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .slide3 ul li span {
    font-size: 3.5vw;
    line-height: 1.3;
    margin-top: 10px;
  }
}
.lifestyle .wrap .slide3 ul .slick-list {
  overflow: visible;
  padding-right: 18%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .slide3 ul .slick-list {
    padding-right: 40%;
  }
}
.lifestyle .wrap .slide3 ul .slick-dots {
  position: absolute;
  bottom: auto;
  top: 0px;
  left: 100px;
  justify-content: space-between;
  width: 45px;
  height: 1px;
}
.lifestyle .wrap .slide3 ul .slick-dots li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #ccc;
  overflow: hidden;
}
.lifestyle .wrap .slide3 ul .slick-dots li button:before {
  content: none;
}
.lifestyle .wrap .slide3 ul .slick-dots li.slick-active button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #080ae4;
  animation: progress 5.5s linear 0s forwards;
  z-index: 1;
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.lifestyle .wrap .area5 {
  background-color: #807A6B;
  color: #fff;
  padding: 75px 0 55px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area5 {
    padding: 10% 0 15% 0;
  }
}
.lifestyle .wrap .area5 h3 {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  font-size: 3rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area5 h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area5 h3 {
    font-size: 5vw;
    width: 80%;
    margin-bottom: 5%;
  }
}
.lifestyle .wrap .area5 h3 span {
  display: block;
  font-family: "cormorant-garamond", serif;
  text-transform: uppercase;
  font-size: 3rem;
  color: #BAB4A2;
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area5 h3 span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area5 h3 span {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
.lifestyle .wrap .area5 ul li p {
  position: relative;
}
.lifestyle .wrap .area5 ul li p em {
  font-style: normal;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 3px;
}
.lifestyle .wrap .area6 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 {
    flex-direction: column;
  }
}
.lifestyle .wrap .area6 .fig1 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 .fig1 {
    width: 100%;
  }
}
.lifestyle .wrap .area6 .fig1 figcaption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 0 5px;
}
.lifestyle .wrap .area6 .a6a {
  width: 50%;
  background-image: url(../img/lifestyle/area6b.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 .a6a {
    width: 100%;
    padding: 10% 0;
  }
}
.lifestyle .wrap .area6 .a6a figure {
  max-width: 540px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area6 .a6a figure {
    max-width: 400px;
    margin-bottom: 15px;
  }
}
.lifestyle .wrap .area6 .a6a p {
  color: #807A6B;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area6 .a6a p {
    font-size: 2vw;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 .a6a p {
    font-size: 5vw;
  }
}
.lifestyle .wrap .area6 .a6a dl dt img {
  display: block;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area6 .a6a dl dt img {
    max-width: 230px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 .a6a dl dt img {
    max-width: 180px;
  }
}
.lifestyle .wrap .area6 .a6a dl dt span {
  font-size: 4.8rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area6 .a6a dl dt span {
    font-size: 3vw;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area6 .a6a dl dt span {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 .a6a dl dt span {
    font-size: 6vw;
  }
}
.lifestyle .wrap .area6 .a6a dl dd ul {
  max-width: 530px;
  width: 90%;
  margin: auto;
}
.lifestyle .wrap .area6 .a6a dl dd ul li {
  margin-top: 25px;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area6 .a6a dl dd ul li {
    margin-top: 15px;
  }
}
.lifestyle .wrap .area6 .a6a dl dd ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0em;
  color: #fff;
  padding: 10px 70px;
}
@media screen and (max-width: 1400px) {
  .lifestyle .wrap .area6 .a6a dl dd ul li a {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 1100px) {
  .lifestyle .wrap .area6 .a6a dl dd ul li a {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 .a6a dl dd ul li a {
    font-size: 4vw;
    padding: 10px 20px;
  }
}
.lifestyle .wrap .area6 .a6a dl dd ul li a:hover {
  opacity: 0.6;
}
.lifestyle .wrap .area6 .a6a dl dd ul li a span {
  width: 60px;
  height: 1px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .area6 .a6a dl dd ul li a span {
    width: 40px;
  }
}
.lifestyle .wrap .area6 .a6a dl dd ul li a span:after {
  content: "";
  animation: pathmove 2s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
@keyframes pathmove {
  0% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.lifestyle .wrap .area6 .a6a dl dd ul li:nth-of-type(1) a {
  background: rgb(103, 101, 89);
  background: -moz-linear-gradient(left, rgb(103, 101, 89) 0%, rgb(128, 122, 107) 100%);
  background: -webkit-linear-gradient(left, rgb(103, 101, 89) 0%, rgb(128, 122, 107) 100%);
  background: linear-gradient(to right, rgb(103, 101, 89) 0%, rgb(128, 122, 107) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#676559", endColorstr="#807a6b",GradientType=1 );
}
.lifestyle .wrap .area6 .a6a dl dd ul li:nth-of-type(2) a {
  background: rgb(0, 38, 37);
  background: -moz-linear-gradient(left, rgb(0, 38, 37) 0%, rgb(0, 68, 71) 59%, rgb(0, 38, 37) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 38, 37) 0%, rgb(0, 68, 71) 59%, rgb(0, 38, 37) 100%);
  background: linear-gradient(to right, rgb(0, 38, 37) 0%, rgb(0, 68, 71) 59%, rgb(0, 38, 37) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002625", endColorstr="#002625",GradientType=1 );
}
.lifestyle .wrap .inner.exp {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .lifestyle .wrap .inner.exp {
    padding: 20px 0;
  }
}
.lifestyle .life-reserve-section {
  background: url(../img/lifestyle/life-reserve-bg.jpg) no-repeat bottom center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .lifestyle .life-reserve-section.general-section .inner {
    padding: 40px 0;
  }
}
.lifestyle .life-reserve-section figure {
  margin: 0 auto 24px;
  max-width: 500px;
  width: 100%;
}
.lifestyle .life-reserve-section .tertiary-heading {
  margin-bottom: 1.2em;
}
.lifestyle .life-reserve-btn {
  background: rgb(0, 38, 37);
  background: -moz-linear-gradient(left, rgb(0, 38, 37) 0%, rgb(0, 68, 71) 59%, rgb(0, 38, 37) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 38, 37) 0%, rgb(0, 68, 71) 59%, rgb(0, 38, 37) 100%);
  background: linear-gradient(to right, rgb(0, 38, 37) 0%, rgb(0, 68, 71) 59%, rgb(0, 38, 37) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002625", endColorstr="#002625",GradientType=1 );
  margin: 0 auto;
  max-width: 530px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0em;
  color: #fff;
  padding: 10px 70px;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .lifestyle .life-reserve-btn {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 1100px) {
  .lifestyle .life-reserve-btn {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px) {
  .lifestyle .life-reserve-btn {
    font-size: 4vw;
    padding: 10px 20px;
  }
}
.lifestyle .life-reserve-btn:hover {
  opacity: 0.6;
}
.lifestyle .life-reserve-btn span {
  width: 60px;
  height: 1px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lifestyle .life-reserve-btn span {
    width: 40px;
  }
}
.lifestyle .life-reserve-btn span::after {
  content: "";
  animation: pathmove 2s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}/*# sourceMappingURL=lifestyle.css.map */