@charset "UTF-8";
/*======================================================================
 * ホーム
======================================================================*/
body {
  background-image: none;
  background-color: #f2f0ed;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.g-container {
  padding-top: 113px;
}
@media screen and (max-width: 768px) {
  .g-container {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .g-footer {
    margin-top: 6.25em;
  }
}

.mv-video-container .mv-video {
  position: relative;
  width: 100%;
  padding: 0 6.25em;
}
.mv-video-container .mv-video .inner {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  background: #000;
  z-index: -1;
}
.mv-video-container .mv-video .inner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-video-container .mv-video .inner.-iframe-api iframe {
  top: -60px;
  height: calc(100% + 120px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.mv-video-container .mv-video .inner.-iframe-api.-js-video-loaded iframe {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .mv-video-container .mv-video {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .mv-video-container .mv-video .inner {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv-video-container {
    position: relative;
    display: flex;
    align-items: center;
    height: calc(100vh - 60px);
    border-bottom: 3px solid #CECDC2;
  }
  .mv-video-container .mv-video {
    width: 100%;
    margin: 0;
  }
  .mv-video-container .icon-scroll {
    position: absolute;
    left: calc(50% - 7px);
    bottom: 0;
    max-width: 16px;
  }
}

.gug-section {
  padding: 6.25em 0 12.5em;
  border-bottom: 3px solid #C9C8BC;
}
@media screen and (max-width: 768px) {
  .gug-section {
    padding: 70px 0 75px;
  }
}
.gug-section > .adjust-width {
  position: relative;
  max-width: 1450px;
}
.gug-section > .adjust-width .section-title-sub {
  position: absolute;
  top: 0;
  left: -80px;
}
.gug-section > .adjust-width .section-title-main {
  margin: 0 0 100px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 1700px) {
  .gug-section > .adjust-width {
    max-width: 1250px;
  }
  .gug-section > .adjust-width .section-title-sub {
    left: -90px;
  }
}
@media screen and (max-width: 1450px) {
  .gug-section > .adjust-width .section-title-sub {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .gug-section > .adjust-width {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1330px) {
  .gug-section > .adjust-width {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .gug-section > .adjust-width .section-title-main {
    margin-bottom: 20px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.gug-section.-story {
  position: relative;
  height: 3829px;
  padding: 200px 0 175px;
  background: url(../images/bg-story.png) no-repeat center top;
}
@media screen and (max-width: 1700px) {
  .gug-section.-story {
    height: 3579px;
    padding: 200px 0 170px;
  }
}
@media screen and (max-width: 1330px) {
  .gug-section.-story {
    height: auto;
    padding: 75px 0 0;
    background: none;
  }
}
.gug-section.-story > .adjust-width .section-title-sub {
  width: 26px;
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .station-container {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 190px;
    padding-bottom: 100px;
    background: url(../images/bg-station-container-sp.png) no-repeat center top;
    background-size: contain;
  }
}
@media screen and (max-width: 540px) {
  .gug-section.-story .station-container {
    padding-top: 125px;
  }
}
.gug-section.-story .story-block {
  position: absolute;
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block {
    position: static;
  }
}
.gug-section.-story .story-block.-title {
  top: 0;
  left: 0;
}
.gug-section.-story .story-block.-title .tagline-en {
  display: block;
}
.gug-section.-story .story-block.-title .tagline-en img {
  display: block;
  max-width: 500px;
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-title {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 13.3333vw;
  }
  .gug-section.-story .story-block.-title .tagline-en img {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gug-section.-story .story-block.-title .tagline-en img {
    max-width: 214px;
  }
}
.gug-section.-story .story-block.-statement {
  top: 170px;
  right: 0;
  max-width: 560px;
  padding: 15px 0 0 15px;
  background: #F2F0ED;
}
@media screen and (max-width: 1366px) {
  .gug-section.-story .story-block.-statement {
    max-width: 600px;
  }
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-statement {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 13.3333vw 40px;
    background: transparent;
  }
}
.gug-section.-story .story-block.-statement .tagline-jp {
  display: block;
  margin-bottom: 30px;
}
.gug-section.-story .story-block.-statement .tagline-jp img {
  display: block;
  max-width: 474px;
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-statement .tagline-jp {
    margin: 42px 0 36px;
  }
  .gug-section.-story .story-block.-statement .tagline-jp img {
    max-width: 314px;
  }
}
@media screen and (max-width: 768px) {
  .gug-section.-story .story-block.-statement .tagline-jp img {
    max-width: 157px;
  }
}
.gug-section.-story .story-block.-statement .statement {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.1578947368;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1366px) {
  .gug-section.-story .story-block.-statement .statement {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .gug-section.-story .story-block.-statement .statement {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.gug-section.-story .story-block.-station-ikejiri {
  top: 553px;
  left: 0;
  max-width: 540px;
  margin-left: 0;
}
.gug-section.-story .story-block.-station-ikejiri .station-name {
  max-width: 227px;
}
.gug-section.-story .story-block.-station-ikejiri .station-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D99152;
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-station-ikejiri {
    top: auto;
    max-width: 360px;
    margin-left: auto;
  }
  .gug-section.-story .story-block.-station-ikejiri .station-name {
    max-width: 283px;
  }
}
@media screen and (max-width: 540px) {
  .gug-section.-story .story-block.-station-ikejiri {
    max-width: 250px;
    margin-bottom: 215px;
  }
  .gug-section.-story .story-block.-station-ikejiri .station-name {
    max-width: 154px;
    top: -65px;
    left: -80px;
    z-index: 0;
    padding-top: 10px;
    background: #F2F0ED;
  }
}
@media screen and (max-width: 374px) {
  .gug-section.-story .story-block.-station-ikejiri .station-name {
    top: -85px;
    left: -60px;
  }
}
.gug-section.-story .story-block.-station-sancha {
  top: 420px;
  right: 0;
}
.gug-section.-story .story-block.-station-sancha .station-name {
  max-width: 202px;
  right: 0;
  left: auto;
}
.gug-section.-story .story-block.-station-sancha .station-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EACC5D;
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-station-sancha {
    top: auto;
    margin-left: 0;
  }
  .gug-section.-story .story-block.-station-sancha .station-name {
    max-width: 250px;
  }
}
@media screen and (max-width: 540px) {
  .gug-section.-story .story-block.-station-sancha .station-name {
    max-width: 125px;
  }
}
.gug-section.-story .story-block.-station-komazawa {
  top: 473px;
  left: -100px;
  margin-left: 0;
}
.gug-section.-story .story-block.-station-komazawa .station-name {
  max-width: 340px;
}
.gug-section.-story .story-block.-station-komazawa .station-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8DC98F;
}
@media screen and (max-width: 1700px) {
  .gug-section.-story .story-block.-station-komazawa {
    left: 0;
  }
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-station-komazawa {
    top: auto;
    margin-left: auto;
  }
  .gug-section.-story .story-block.-station-komazawa .station-name {
    max-width: 426px;
  }
}
@media screen and (max-width: 540px) {
  .gug-section.-story .story-block.-station-komazawa {
    margin-bottom: 215px;
  }
  .gug-section.-story .story-block.-station-komazawa .station-name {
    max-width: 213px;
  }
}
.gug-section.-story .story-block.-station-sakura {
  top: 520px;
  right: -100px;
}
.gug-section.-story .story-block.-station-sakura .station-name {
  max-width: 324px;
  right: 0;
  left: auto;
}
.gug-section.-story .story-block.-station-sakura .station-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ED7961;
}
@media screen and (max-width: 1700px) {
  .gug-section.-story .story-block.-station-sakura {
    right: 0;
  }
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-station-sakura {
    top: auto;
    margin-left: 0;
  }
  .gug-section.-story .story-block.-station-sakura .station-name {
    max-width: 403px;
  }
}
@media screen and (max-width: 540px) {
  .gug-section.-story .story-block.-station-sakura .station-name {
    max-width: 201px;
  }
}
.gug-section.-story .story-block.-station-yoga {
  top: 369px;
  left: 0;
  max-width: 540px;
  margin-left: 0;
}
.gug-section.-story .story-block.-station-yoga .station-name {
  max-width: 124px;
}
.gug-section.-story .story-block.-station-yoga .station-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #71B3CA;
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .story-block.-station-yoga {
    top: auto;
    max-width: 360px;
    margin-left: auto;
  }
  .gug-section.-story .story-block.-station-yoga .station-name {
    max-width: 154px;
  }
}
@media screen and (max-width: 540px) {
  .gug-section.-story .story-block.-station-yoga {
    max-width: 250px;
  }
  .gug-section.-story .story-block.-station-yoga .station-name {
    max-width: 77px;
  }
}
.gug-section.-story .story-block {
  /* アニメーション設定 */
}
.gug-section.-story .story-block.js-wp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.gug-section.-story .story-block.js-wp.-js-wp-animate {
  opacity: 1;
  transform: translateY(0);
}
.gug-section.-story .station-slider-block {
  position: relative;
  max-width: 720px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1700px) {
  .gug-section.-story .station-slider-block {
    max-width: 600px;
  }
}
@media screen and (max-width: 1330px) {
  .gug-section.-story .station-slider-block {
    max-width: 476px;
    margin-bottom: 185px;
  }
  .gug-section.-story .station-slider-block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .gug-section.-story .station-slider-block {
    max-width: 322px;
  }
}
@media screen and (max-width: 374px) {
  .gug-section.-story .station-slider-block {
    max-width: 280px;
  }
}
.gug-section.-story .station-slider-block .station-name {
  position: absolute;
  top: -110px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  .gug-section.-story .station-slider-block .station-name {
    top: -85px;
  }
}
.gug-section.-story .station-slider-block .station-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.gug-section.-story .station-slider-block .station-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  border-radius: 50%;
  background: #C9C8BC;
  cursor: pointer;
}
.gug-section.-story .station-slider-block .station-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D99152;
}
@media screen and (max-width: 768px) {
  .gug-section.-story .station-slider-block .station-slider .swiper-pagination {
    margin-top: 10px;
  }
  .gug-section.-story .station-slider-block .station-slider .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 4px;
  }
}
.gug-section.-sns-post > .adjust-width .section-title-sub {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .gug-section.-sns-post > .adjust-width {
    padding: 0 13.3333vw;
  }
}
.gug-section.-news > .adjust-width .section-title-sub {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .gug-section.-news > .adjust-width {
    padding: 0 13.3333vw;
  }
}

.gug-more-button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .gug-more-button {
    margin-top: 20px;
  }
}
.gug-more-button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #C1BFBE;
  background: #F0F1F1;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.gug-more-button .button .arrow {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.gug-more-button .button .arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .gug-more-button .button {
    max-width: 200px;
    height: 20px;
    font-size: 1.4rem;
  }
  .gug-more-button .button .arrow:before {
    top: -2px;
    left: -2px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}

@media screen and (max-width: 768px) {
  .m-sns-post {
    max-width: 61.33333vw;
    margin: 0 auto;
  }
}
.m-sns-post .contents {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-sns-post .contents {
    display: block;
  }
}
.m-sns-post .contents .post-item {
  width: calc(25% - 60px);
}
.m-sns-post .contents .post-item:not(:nth-child(4n)) {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .m-sns-post .contents .post-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .m-sns-post .contents .post-item:last-child {
    margin-bottom: 0;
  }
}
.m-sns-post .contents .post-item > a {
  display: block;
  text-decoration: none;
}
.m-sns-post .contents .post-item .image {
  position: relative;
  margin: 0;
}
.m-sns-post .contents .post-item .image .inner {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.m-sns-post .contents .post-item .image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .m-sns-post .contents .post-item > a:hover {
    opacity: 0.6;
  }
}

.m-select-gug-news {
  padding: 3.125em 0;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .m-select-gug-news {
    padding: 0;
    background: none;
  }
}
.m-select-gug-news .news-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .m-select-gug-news .news-list {
    display: block;
  }
}
.m-select-gug-news .news-list .news-item {
  width: 33.333%;
  margin-bottom: 20px;
  padding: 20px 70px 30px;
}
@media screen and (max-width: 1024px) {
  .m-select-gug-news .news-list .news-item {
    width: 100%;
    padding: 38px 25px;
    background: #FFF;
  }
}
.m-select-gug-news .news-list .news-item:not(:nth-child(3n)) {
  border-right: 1px solid #C8C5C4;
}
@media screen and (max-width: 768px) {
  .m-select-gug-news .news-list .news-item:not(:nth-child(3n)) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .m-select-gug-news .news-list .news-item:last-child {
    margin-bottom: 0;
  }
}
.m-select-gug-news .news-list .news-item a {
  display: block;
  color: #1a2c44;
  text-decoration: none;
}
.m-select-gug-news .news-list .news-item .image {
  position: relative;
  margin: 0;
  width: 100%;
}
.m-select-gug-news .news-list .news-item .image .inner {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 62.375%;
}
.m-select-gug-news .news-list .news-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-select-gug-news .news-list .news-item .date {
  margin: 20px 0;
  color: #1a2c44;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .m-select-gug-news .news-list .news-item .date {
    margin: 10px 0;
    font-size: 1.2rem;
  }
}
.m-select-gug-news .news-list .news-item .title {
  margin: 10px 0;
  color: #1a2c44;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-select-gug-news .news-list .news-item .title {
    font-size: 1.5rem;
  }
}
.m-select-gug-news .news-list .news-item .station {
  color: #1a2c44;
  font-size: 1.8rem;
}
.m-select-gug-news .news-list .news-item .station:before {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .m-select-gug-news .news-list .news-item .station {
    font-size: 1.4rem;
  }
  .m-select-gug-news .news-list .news-item .station:before {
    margin-top: 4px;
  }
}