@charset "UTF-8";
/*　最大幅設定　*/
.con-feature > .inner .box-feature .item .wrap-experience {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .con-feature > .inner .box-feature .item .wrap-experience {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience {
    width: 90%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*　　　IE対策
-------------------------------------*/
html.ie .con-info .box-graph {
  width: 70%;
}

/*===================================
    animations
=====================================*/
@-webkit-keyframes aniCloudMove_left01 {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@keyframes aniCloudMove_left01 {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@-webkit-keyframes aniCloudMove_left01_sp {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
@keyframes aniCloudMove_left01_sp {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
/*　　　common
-------------------------------------*/
.con-feature,
.con-pickup,
.con-magazine,
.con-news,
.con-gallery {
  background-color: #fff;
}

/*　　　con-mv
-------------------------------------*/
.con-mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
}
@media screen and (max-width: 600px) {
  .con-mv {
    height: calc(100vh - 50px);
  }
}
.con-mv .box-main-movie {
  position: fixed;
  z-index: -101;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (max-width: 1199px) {
  .con-mv .box-main-movie {
    width: 1600px;
    height: 100vh;
    max-width: none;
  }
}
@media screen and (max-width: 999px) {
  .con-mv .box-main-movie {
    width: 1400px;
  }
}
@media screen and (max-width: 600px) {
  .con-mv .box-main-movie {
    width: 1400px;
  }
}
@media only screen and (max-width: 480px) {
  .con-mv .box-main-movie {
    width: 1200px;
  }
}
.con-mv .box-main-movie::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
}
.con-mv .box-main-movie #main-movie {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.con-mv h1 {
  opacity: 0;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.con-mv h1 a,
.con-mv h1 span {
  display: block;
  width: 337px;
}
@media screen and (max-width: 767px) {
  .con-mv h1 a,
  .con-mv h1 span {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  .con-mv h1 a,
  .con-mv h1 span {
    width: 162px;
  }
}
/*　　　con-about
-------------------------------------*/
.con-about {
  padding-top: 288px;
  padding-bottom: 320px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .con-about {
    padding-top: 140px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 600px) {
  .con-about {
    padding-top: 40px;
    padding-bottom: 90px;
    width: 81.2%;
  }
}
.con-about h2 {
  margin-bottom: 58px;
}
@media screen and (max-width: 600px) {
  .con-about h2 {
    margin-bottom: 28px;
  }
}
.con-about h2 span {
  display: block;
  text-align: center;
}
.con-about h2 span.en {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 4rem;
  line-height: 0.8;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .con-about h2 span.en {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 600px) {
  .con-about h2 span.en {
    margin-bottom: 18px;
    font-size: 2.3rem;
  }
}
.con-about h2 span.jp {
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.83;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .con-about h2 span.jp {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .con-about h2 span.jp {
    font-size: 1.4rem;
  }
}
.con-about p.txt-desc {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con-about p.txt-desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .con-about p.txt-desc {
    font-size: 1.1rem;
  }
}
.con-about p.btn-link {
  margin-top: 44px;
}
@media screen and (max-width: 600px) {
  .con-about p.btn-link {
    margin-top: 28px;
  }
}
.con-about p.btn-link a {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 292px;
  height: 78px;
  border-radius: 39px;
  background-color: #5fccaa;
  max-width: 100%;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .con-about p.btn-link a:hover {
    opacity: 1;
    background-color: #000;
  }
  .con-about p.btn-link a:hover::after {
    -webkit-transform: translateX(4px) translateY(-50%);
            transform: translateX(4px) translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .con-about p.btn-link a {
    width: 204px;
    height: 55px;
  }
}
.con-about p.btn-link a span {
  margin-top: -2px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .con-about p.btn-link a span {
    padding-top: 0.25em;
    font-size: 1.2rem;
  }
}
.con-about p.btn-link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../img/common/icn_link_button_w.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 600px) {
  .con-about p.btn-link a::after {
    right: 23px;
    width: 15px;
    height: 15px;
  }
}

/*　　　con-info
-------------------------------------*/
.con-info {
  background-color: #63bb9f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .con-info {
    display: block;
  }
}
.con-info .box-graph {
  padding: 143px 0 143px 11.25%;
  width: 68.3125%;
  background: #fff url(../img/sora_terrace/bg_info.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clip-path: polygon(0 0, 100% 0%, 85.45% 100%, 0% 100%);
}
@media only screen and (max-width: 1339px) {
  .con-info .box-graph {
    padding: 90px 0 90px 5%;
  }
}
@media screen and (max-width: 999px) {
  .con-info .box-graph {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .con-info .box-graph {
    padding: 90px 0 70px;
    width: 100%;
    clip-path: none;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-graph {
    padding: 60px 0 40px;
  }
}
.con-info .box-graph .wrap-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .con-info .box-graph .wrap-graph {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .con-info .box-graph .wrap-graph {
    display: block;
    width: 81.2%;
    margin: 0 auto;
  }
}
.con-info .box-graph .wrap-graph .block-detail {
  padding-top: 5px;
  padding-right: 150px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 1339px) {
  .con-info .box-graph .wrap-graph .block-detail {
    padding-right: 100px;
  }
}
@media screen and (max-width: 999px) {
  .con-info .box-graph .wrap-graph .block-detail {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .con-info .box-graph .wrap-graph .block-detail {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-graph .wrap-graph .block-detail {
    padding: 0;
  }
}
.con-info .box-graph .wrap-graph .block-detail h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.95;
  letter-spacing: 0.16em;
  color: #000000;
}
@media only screen and (max-width: 1339px) {
  .con-info .box-graph .wrap-graph .block-detail h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .con-info .box-graph .wrap-graph .block-detail h3 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-graph .wrap-graph .block-detail h3 {
    margin-bottom: 18px;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 600px) and (max-width: 767px) {
  .con-info .box-graph .wrap-graph .block-detail h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1339px) {
  .con-info .box-graph .wrap-graph .block-detail h3 {
    font-size: 1.5rem;
  }
}
.con-info .box-graph .wrap-graph .block-detail h3 span {
  position: relative;
}
.con-info .box-graph .wrap-graph .block-detail h3 span::after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/sora_terrace/bg_wave_orange.png) repeat-x;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .con-info .box-graph .wrap-graph .block-detail h3 span::after {
    bottom: -7px;
    height: 7px;
  }
}
.con-info .box-graph .wrap-graph .block-detail p.txt {
  padding-right: 7.5%;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .con-info .box-graph .wrap-graph .block-detail p.txt {
    padding: 0;
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-graph .wrap-graph .block-detail p.txt {
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
  }
}
.con-info .box-graph .wrap-graph .block-image {
  width: 278px;
  margin-right: 52px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1339px) {
  .con-info .box-graph .wrap-graph .block-image {
    width: 240px;
  }
}
@media screen and (max-width: 999px) {
  .con-info .box-graph .wrap-graph .block-image {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .con-info .box-graph .wrap-graph .block-image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-graph .wrap-graph .block-image {
    padding-top: 30px;
    width: 220px;
  }
}
.con-info .box-graph .wrap-graph .block-image p.txt-caption {
  padding-top: 17px;
  font-size: 1.5rem;
  line-height: 2.13;
  letter-spacing: 0.04em;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .con-info .box-graph .wrap-graph .block-image p.txt-caption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-graph .wrap-graph .block-image p.txt-caption {
    padding-top: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
}
.con-info .box-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .con-info .box-info {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.con-info .box-info .wrap-info {
  width: 246px;
  margin-left: 10.6930693069%;
}
@media only screen and (max-width: 1339px) {
  .con-info .box-info .wrap-info {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info {
    margin: 0 auto;
  }
}
.con-info .box-info .wrap-info h3 {
  margin-bottom: 24px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 9px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info h3 {
    margin-bottom: 18px;
    padding: 6px 0;
  }
}
.con-info .box-info .wrap-info h3 span {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info h3 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info h3 span {
    font-size: 1.6rem;
  }
}
.con-info .box-info .wrap-info span.txt-title {
  padding-right: 15px;
  font-weight: 600;
  font-size: 1.9rem;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info span.txt-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info span.txt-title {
    padding-right: 10px;
    font-size: 1.4rem;
  }
}
.con-info .box-info .wrap-info p.date {
  text-align: center;
}
.con-info .box-info .wrap-info p.date span {
  font-weight: 600;
  font-size: 3rem;
  color: #000000;
  font-family: "Barlow", sans-serif;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info p.date span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.date span {
    font-size: 2.6rem;
  }
}
.con-info .box-info .wrap-info p.weather {
  padding-top: 26px;
  padding-left: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather {
    padding-left: 27%;
    padding-top: 18px;
  }
}
.con-info .box-info .wrap-info p.weather > span {
  display: block;
}
.con-info .box-info .wrap-info p.weather > span.txt-title {
  padding-top: 0.4em;
  width: 38%;
}
.con-info .box-info .wrap-info p.weather > span.icon svg .cls-1 {
  fill: #000;
}
.con-info .box-info .wrap-info p.weather > span.icon.sun svg {
  width: 58px;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather > span.icon.sun svg {
    width: 41.22px;
  }
}
.con-info .box-info .wrap-info p.weather > span.icon.sun_cloud svg {
  width: 73px;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather > span.icon.sun_cloud svg {
    width: 52px;
  }
}
.con-info .box-info .wrap-info p.weather > span.icon.sun_cloud svg .cls-1 {
  fill: #000;
}
.con-info .box-info .wrap-info p.weather > span.icon.cloud svg {
  width: 77px;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather > span.icon.cloud svg {
    width: 54.95px;
  }
}
.con-info .box-info .wrap-info p.weather > span.icon.cloud_rain svg {
  width: 73px;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather > span.icon.cloud_rain svg {
    width: 51.9px;
  }
}
.con-info .box-info .wrap-info p.weather > span.icon.rain svg {
  width: 66px;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather > span.icon.rain svg {
    width: 47.32px;
  }
}
.con-info .box-info .wrap-info p.weather > span.icon.snow svg {
  width: 66px;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather > span.icon.snow svg {
    width: 47.32px;
  }
}
.con-info .box-info .wrap-info p.temperature {
  padding-top: 19px;
  padding-left: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.temperature {
    padding-top: 12px;
    padding-left: 27%;
  }
}
.con-info .box-info .wrap-info p.temperature > span {
  display: block;
}
.con-info .box-info .wrap-info p.temperature > span.txt-title {
  padding-top: 0.58em;
  width: 38%;
}
.con-info .box-info .wrap-info p.temperature > span.txt {
  padding-left: 6%;
  font-weight: 600;
  font-size: 2.7rem;
  color: #000000;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info p.temperature > span.txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.temperature > span.txt {
    font-size: 1.7rem;
  }
}
.con-info .box-info .wrap-info p.temperature > span.txt span.big {
  padding-right: 0.15em;
  font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info p.temperature > span.txt span.big {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.temperature > span.txt span.big {
    font-size: 3.8rem;
  }
}
.con-info .box-info .wrap-info p.info {
  margin-top: 23px;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 12px;
  text-align: center;
}
.con-info .box-info .wrap-info p.info span {
  padding-top: 0.1em;
  font-size: 1.9rem;
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info p.info span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.info span {
    font-size: 1.5rem;
  }
}
.con-info .box-info .wrap-info p.weather-forecast {
  margin-top: 28px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather-forecast {
    margin-top: 20px;
  }
}
.con-info .box-info .wrap-info p.weather-forecast a {
  position: relative;
  display: inline-block;
  padding-right: 28px;
}
@media screen and (min-width: 1100px) {
  .con-info .box-info .wrap-info p.weather-forecast a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather-forecast a {
    padding-right: 22px;
  }
}
.con-info .box-info .wrap-info p.weather-forecast a::after {
  position: absolute;
  content: "";
  top: 42%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../img/sora_terrace/icn_external_b.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather-forecast a::after {
    width: 15px;
    height: 15px;
  }
}
.con-info .box-info .wrap-info p.weather-forecast a span {
  font-size: 1.9rem;
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .con-info .box-info .wrap-info p.weather-forecast a span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .con-info .box-info .wrap-info p.weather-forecast a span {
    font-size: 1.4rem;
  }
}

/*　　　Features
=================================================================================================*/
/*　　　con-feature
-------------------------------------*/
.con-feature {
  position: relative;
  padding-top: 150px;
  padding-bottom: 135px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .con-feature {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
.con-feature::before {
  position: absolute;
  content: "";
  top: 120px;
  right: -6.875%;
  width: 1015px;
  height: 388px;
  background: url(../img/sora_terrace/bg_feature01.png) no-repeat;
  background-size: contain;
  -webkit-animation: 7.5s infinite aniCloudMove_left01;
          animation: 7.5s infinite aniCloudMove_left01;
}
@media screen and (max-width: 600px) {
  .con-feature::before {
    top: 60px;
    right: -12.5%;
    width: 360px;
    height: 138px;
    -webkit-animation: 7.5s infinite aniCloudMove_left01_sp;
            animation: 7.5s infinite aniCloudMove_left01_sp;
  }
}
.con-feature > .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
}
.con-feature > .inner h2 {
  margin-bottom: 95px;
  padding-left: 12.625%;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner h2 {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner h2 {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner h2 {
    margin-bottom: 30px;
  }
}
.con-feature > .inner h2 span {
  display: block;
}
.con-feature > .inner h2 span.en {
  margin-bottom: 12px;
  font-size: 10.1rem;
  color: #000000;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner h2 span.en {
    text-align: center;
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner h2 span.en {
    font-size: 3rem;
  }
}
.con-feature > .inner h2 span.jp {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.21;
  letter-spacing: 0.12em;
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner h2 span.jp {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner h2 span.jp {
    font-size: 1.2rem;
  }
}
.con-feature > .inner .box-feature .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item {
    padding-bottom: 40px;
  }
}
.con-feature > .inner .box-feature .item:not(:last-child) {
  margin-bottom: 165px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(1) {
    background-color: #e0f5ee;
  }
}
.con-feature > .inner .box-feature .item:nth-child(1) .wrap-feature .block-detail {
  padding-bottom: 35px;
}
.con-feature > .inner .box-feature .item:nth-child(1) .wrap-feature .block-detail .bg-after {
  position: absolute;
  content: "";
  top: 55px;
  right: 0;
  width: calc(100% + 30.1204819277%);
  height: 339%;
  background-color: #e0f5ee;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(2) {
    background-color: #f2f2ec;
  }
}
.con-feature > .inner .box-feature .item:nth-child(2) .wrap-feature .block-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.con-feature > .inner .box-feature .item:nth-child(2) .wrap-feature .block-detail {
  padding-left: 10.9375%;
  padding-right: 5%;
  padding-bottom: 107px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1339px) {
  .con-feature > .inner .box-feature .item:nth-child(2) .wrap-feature .block-detail {
    padding-left: 6.25%;
  }
}
.con-feature > .inner .box-feature .item:nth-child(2) .wrap-feature .block-detail p.style-btn-link01 {
  margin-top: 34px;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item:nth-child(2) .wrap-feature .block-detail p.style-btn-link01 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item:nth-child(2) .wrap-feature .block-detail p.style-btn-link01 a {
    margin-inline: auto;
  }
}
.con-feature > .inner .box-feature .item:nth-child(2) .wrap-feature .block-detail .bg-after {
  position: absolute;
  content: "";
  top: 55px;
  left: 0;
  width: calc(100% + 26.3554216867%);
  height: 105%;
  background-color: #f2f2ec;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(3) {
    background-color: #e0f5ee;
  }
}
.con-feature > .inner .box-feature .item:nth-child(3) .wrap-feature .block-detail {
  padding-left: 5%;
  padding-right: 10.9375%;
  padding-bottom: 107px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 1339px) {
  .con-feature > .inner .box-feature .item:nth-child(3) .wrap-feature .block-detail {
    padding-right: 6.25%;
  }
}
.con-feature > .inner .box-feature .item:nth-child(3) .wrap-feature .block-detail .bg-after {
  position: absolute;
  content: "";
  top: 55px;
  right: 0;
  width: calc(100% + 26.3554216867%);
  height: 105%;
  background-color: #f2f2ec;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(4) {
    background-color: #f2f2ec;
  }
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .bg-after {
  position: absolute;
  content: "";
  top: 88px;
  left: 0;
  width: calc(100% + 30.1204819277%);
  height: 108%;
  background-color: #f2f2ec;
  z-index: -1;
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number {
    display: block;
    margin-bottom: 0;
  }
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number p.txt-number {
  padding-top: 33px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number p.txt-number {
    padding-top: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number p.txt-number {
    margin-bottom: 10px;
  }
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number p.logo {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number p.logo {
    display: none;
  }
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail .wrap-number p.logo img {
  width: 158px;
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail p.logo-sp {
  display: none;
  position: absolute;
  bottom: 8px;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail p.logo-sp {
    display: block;
  }
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail p.logo-sp img {
  width: 112px;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail p.logo-sp img {
    width: 72px;
  }
}
.con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail p.style-btn-link01 {
  margin-top: 34px;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item:nth-child(4) .wrap-feature .block-detail p.style-btn-link01 {
    margin-top: 25px;
  }
}
.con-feature > .inner .box-feature .item .wrap-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-feature {
    padding-top: 30px;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-feature {
    padding-top: 22px;
  }
}
.con-feature > .inner .box-feature .item .wrap-feature .block-image {
  position: relative;
  z-index: 1;
  width: 58.5%;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-image {
    margin-bottom: 22px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-image {
    margin-bottom: 18px;
  }
}
.con-feature > .inner .box-feature .item .wrap-feature .block-image .image {
  padding-bottom: 60.6837606838%;
  background-position: center center;
  background-size: cover;
}
.con-feature > .inner .box-feature .item .wrap-feature .block-detail {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10.9375%;
  padding-right: 5%;
}
@media only screen and (max-width: 1339px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail {
    padding-left: 6.25%;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
.con-feature > .inner .box-feature .item .wrap-feature .block-detail p.txt-number {
  margin-bottom: 44px;
  font-size: 10.1rem;
  color: #4CB191;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail p.txt-number {
    margin-bottom: 16px;
    font-size: 7.7rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail p.txt-number {
    margin-bottom: 10px;
    font-size: 5.4rem;
  }
}
.con-feature > .inner .box-feature .item .wrap-feature .block-detail h3 {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail h3 {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail h3 {
    font-size: 1.7rem;
  }
}
.con-feature > .inner .box-feature .item .wrap-feature .block-detail p.txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail p.txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail p.txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-feature .block-detail .bg-after {
    display: none;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience {
    padding-top: 70px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience {
    padding-top: 70px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience {
    display: block;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li {
    width: 44%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li {
    width: 76%;
    margin: 0 auto;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li:not(:nth-child(2n)) {
    margin-right: 12%;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li:not(:nth-child(2n)) {
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li:not(:last-child) {
    margin-bottom: 44px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a {
  display: block;
}
@media screen and (min-width: 1100px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a:hover {
    opacity: 1;
  }
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a:hover .block-image2 .image {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-filter: contrast(110%) saturate(135%);
            filter: contrast(110%) saturate(135%);
  }
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a:hover .block-detail2 h4 span::after {
    -webkit-transform: translateX(4px) translateY(-50%);
            transform: translateX(4px) translateY(-50%);
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-image2 {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-image2 .image {
  background-position: center center;
  background-size: cover;
  padding-bottom: 100%;
  -webkit-transition: 0.65s ease-out;
  transition: 0.65s ease-out;
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-image2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  opacity: 0;
  z-index: 1;
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 {
    padding-top: 18px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 h4 {
  margin-bottom: 27px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 h4 {
    margin-bottom: 14px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 h4 span {
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  position: relative;
  display: inline-block;
  padding-right: 31px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.45;
  letter-spacing: 0.18em;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 h4 span {
    padding-right: 26px;
    font-size: 1.5rem;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 h4 span::after {
  position: absolute;
  content: "";
  top: 49%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../img/common/icn_link_button_b.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 h4 span::after {
    width: 20px;
    height: 20px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 p.txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience ul.list-experience li a .block-detail2 p.txt {
    font-size: 1.1rem;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace {
    margin-top: 46px;
    margin-right: 10px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a {
  position: relative;
  display: block;
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a::after {
  position: absolute;
  content: "";
  bottom: -19px;
  right: -19px;
  width: 100%;
  height: 100%;
  background-color: #b3ded0;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a::after {
    bottom: -10px;
    right: -10px;
  }
}
@media screen and (min-width: 1100px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a:hover {
    opacity: 0.9;
  }
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a:hover::after {
    bottom: -25px;
    right: -25px;
  }
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a:hover .wrap-link-sora-terrace {
    background-color: #fff;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #000;
  background-color: #a3c0d6;
  z-index: 1;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace {
    display: block;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-image3 {
  width: 49.8%;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-image3 {
    width: 100%;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-image3 .image {
  padding-bottom: 40.1606425703%;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-image3 .image {
    padding-bottom: 48.1927710843%;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-image3 .image {
    padding-bottom: 40.1606425703%;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3 {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3 {
    padding: 20px 5% 22px 10%;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3 {
    padding: 12px 5% 14px 10%;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3 p.txt {
  padding-top: 0.2em;
  font-weight: 600;
  font-size: 2.45rem;
  line-height: 2.02;
  letter-spacing: 0.2em;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3 p.txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3 p.txt {
    font-size: 1.5rem;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 46px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: url(../img/common/icn_link_button_b.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3::after {
    right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-sora-terrace a .wrap-link-sora-terrace .block-detail3::after {
    right: 23px;
    width: 30px;
    height: 30px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping {
    margin-top: 46px;
    margin-right: 10px;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a {
  position: relative;
  display: block;
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a::after {
  position: absolute;
  content: "";
  bottom: -19px;
  right: -19px;
  width: 100%;
  height: 100%;
  background-color: #b3ded0;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a::after {
    bottom: -10px;
    right: -10px;
  }
}
@media screen and (min-width: 1100px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a:hover {
    opacity: 0.9;
  }
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a:hover::after {
    bottom: -25px;
    right: -25px;
  }
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a:hover .wrap-link-glamping {
    background-color: #fff;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #000;
  background-color: #a3c0d6;
  z-index: 1;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping {
    display: block;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-image3 {
  width: 43.6%;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-image3 {
    width: 100%;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-image3 .image {
  padding-bottom: 45.871559633%;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-image3 .image {
    padding-bottom: 55.0458715596%;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-image3 .image {
    padding-bottom: 45.871559633%;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 {
    padding: 20px 5% 22px 10%;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 {
    padding: 12px 5% 14px 10%;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt {
  padding-top: 0.2em;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 2.02;
  letter-spacing: 0.2em;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}
@media only screen and (max-width: 1030px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt {
    font-size: 1.5rem;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt span.jp {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt span.en {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3 p.txt span.en {
    letter-spacing: 0.02em;
  }
}
.con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 46px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: url(../img/common/icn_link_button_b.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media only screen and (max-width: 1030px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3::after {
    right: 40px;
  }
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3::after {
    right: 20px;
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3::after {
    right: 46px;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner .box-feature .item .wrap-experience .link-glamping a .wrap-link-glamping .block-detail3::after {
    right: 23px;
    width: 30px;
    height: 30px;
  }
}

/*　　　con-links
-------------------------------------*/
.con-links {
  padding-top: 120px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .con-links {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .con-links {
    padding-top: 75px;
  }
}
.con-links > .inner .box-link p.btn-link:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .con-links > .inner .box-link p.btn-link:not(:last-child) {
    margin-bottom: 25px;
  }
}
.con-links > .inner .box-link p.btn-link a {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
  height: 78px;
  border-radius: 39px;
  border: 1px solid #5fccaa;
  max-width: 100%;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .con-links > .inner .box-link p.btn-link a:hover {
    opacity: 1;
    background-color: #5fccaa;
  }
  .con-links > .inner .box-link p.btn-link a:hover span {
    color: #fff;
  }
  .con-links > .inner .box-link p.btn-link a:hover::after {
    background-image: url(../img/common/icn_link_button_w.svg);
    -webkit-transform: translateX(4px) translateY(-50%);
            transform: translateX(4px) translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .con-links > .inner .box-link p.btn-link a {
    width: 250px;
    height: 55px;
  }
}
.con-links > .inner .box-link p.btn-link a span {
  padding-top: 0.05em;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #5fccaa;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 600px) {
  .con-links > .inner .box-link p.btn-link a span {
    padding-top: 0.25em;
    font-size: 1.4rem;
  }
}
.con-links > .inner .box-link p.btn-link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../img/common/icn_link_button_green.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 600px) {
  .con-links > .inner .box-link p.btn-link a::after {
    right: 23px;
    width: 15px;
    height: 15px;
  }
}

/*　　　PICK UP
=================================================================================================*/
/*　　　con-pickup
-------------------------------------*/
.con-pickup {
  padding-top: 114px;
}
@media screen and (max-width: 767px) {
  .con-pickup {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .con-pickup {
    padding-top: 85px;
  }
}
/*　　　PICK UP
=================================================================================================*/
/*　　　SORA MAGAZINE
-------------------------------------*/
.con-magazine {
  padding-top: 145px;
}
@media screen and (max-width: 767px) {
  .con-magazine {
    padding-top: 180px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .con-magazine {
    padding-top: 82px;
  }
}