@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  padding-bottom: 60px;
}

#main :where(.section) ~ :where(.section) {
  margin-top: 60px;
}

#main :where(.column) ~ :where(.column) {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #main {
    padding-bottom: 120px;
  }

  #main :where(.section) ~ :where(.section) {
    margin-top: 120px;
  }

  #main :where(.column) ~ :where(.column) {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  padding: 40px 0;
  overflow: hidden;
}

@media screen and (min-width:768px) {

  #lead {
    padding: 80px 0;
  }

}

/**
 * タイトル
 */

#lead .section-title {
  margin-bottom: 40px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead .section-title {
    margin-bottom: 80px;
  }

}

/**
 * 内容
 */

#lead div.content {
  padding-bottom: 30px;
}

#lead div.content .catchcopy {
  width: 100%;
  margin-bottom: 3em;
  letter-spacing: 2px;
  line-height: 2.5;
  font-size: 1.25em;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lead div.content .text {
  line-height: 2.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead div.content {
    line-height: 3;
    padding-bottom: 60px;
  }

}

/**
 * ビジュアル
 */

#lead div.visual {
  max-width: none;
  width: 100vw;
  position: relative;
  z-index: 0;
  left: calc(50% - 50vw);
}

#lead div.visual img {
  width: 100%;
}

#lead div.visual div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

/** ***************************************************************************
 * ロケーション
 * ************************************************************************* */

#location div.body {
  max-width: 1410px;
}

#location section.location ~ section.location {
  margin-top: 40px;
}

@media screen and (min-width:768px) {

  #location section.location {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #location section.location ~ section.location {
    margin-top: 80px;
  }

}

/**
 * 画像
 */

#location section.location div.image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}

#location section.location div.image div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {

  #location section.location div.image {
    width: 48%;
    margin: 0;
    align-self: flex-start;
  }

}

/**
 * 内容
 */

@media screen and (min-width:768px) {

  #location section.location div.content {
    width: 44%;
  }

}

/* タイトル */

#location section.location div.content .location-title {
  margin-bottom: 0.5em;
  font-size: 1.375em;
  font-weight: 500;
}

@media screen and (min-width:768px) {

  #location section.location div.content .location-title {
    margin-bottom: 0.75em;
    font-size: 1.4375em;
  }

}

/* キャッチコピー */

#location section.location div.content div.catchcopy {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}

@media screen and (min-width:768px) {

  #location section.location div.content div.catchcopy {
    margin-bottom: 2em;
    font-size: 1.25em;
  }

}

/* テキスト */

#location section.location div.content div.text {
  font-size: 0.875em;
}

#location section.location div.content div.text .memo {
  margin-top: 1em;
  font-size: 0.714em;
}

@media screen and (min-width:768px) {

  #location section.location div.content div.text {
    line-height: 2.5;
  }

}

/** ***************************************************************************
 * SPORTS & LEISURE
 * ************************************************************************* */

#sports div.body {
  max-width: 1410px;
}

#sports section.location ~ section.location {
  margin-top: 40px;
}

@media screen and (min-width:768px) {

  #sports section.location {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #sports section.location ~ section.location {
    margin-top: 80px;
  }

}

/**
 * タイトル
 */

#sports .section-title {
  margin-bottom: 40px;
}

@media screen and (min-width:768px) {

  #sports .section-title {
    margin-bottom: 80px;
  }

}

/**
 * 画像
 */

#sports section.location div.image {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}

#sports section.location div.image div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {

  #sports section.location div.image {
    width: 48%;
    margin: 0;
    align-self: flex-start;
  }

}

/**
 * 内容
 */

@media screen and (min-width:768px) {

  #sports section.location div.content {
    width: 44%;
  }

}

/* タイトル */

#sports section.location div.content .location-title {
  margin-bottom: 0.5em;
  font-size: 1.375em;
  font-weight: 500;
}

@media screen and (min-width:768px) {

  #sports section.location div.content .location-title {
    margin-bottom: 0.75em;
    font-size: 1.4375em;
  }

}

/* キャッチコピー */

#sports section.location div.content div.catchcopy {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}

@media screen and (min-width:768px) {

  #sports section.location div.content div.catchcopy {
    margin-bottom: 2em;
    font-size: 1.25em;
  }

}

/* テキスト */

#sports section.location div.content div.text {
  font-size: 0.875em;
}

#sports section.location div.content div.text .memo {
  margin-top: 1em;
  font-size: 0.714em;
}

@media screen and (min-width:768px) {

  #sports section.location div.content div.text {
    line-height: 2.5;
  }

}

/** ***************************************************************************
 * LIFE
 * ************************************************************************* */

#main #life-2.life-contents {
  margin-top: 60px;
}

#main .life-contents div.body {
  max-width: 1460px;
}

#main .life-contents .item ~ .item {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #main #life-2.life-contents {
    margin-top: 100px;
  }

  #main .life-contents div.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  #main .life-contents .item {
    width: 49%;
  }

  #main .life-contents .item ~ .item {
    margin-top: 30px;
  }

}

/**
 * 内容
 */

#main .life-contents div.contents {
  height: 90vw;
  max-height: 400px;
  padding: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents {
    height: 40.82vw;
    max-height: 600px;
    padding: 5px 5px 10px;
  }

}

/* 内容 */

#main .life-contents div.contents div.content {
  min-width: 70%;
  min-height: 60%;
  color: #fff;
  transition:
    background-color 0.3s ease-in-out 0.0s,
    backdrop-filter 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0);
}

#main .life-contents div.contents div.content:hover {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

#main .life-contents div.contents div.content a {
  height: 100%;
  padding: 20px;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents div.content a {
    padding: 40px;
  }

}

/* キャッチコピー */

#main .life-contents div.contents div.catchcopy {
  font-size: 1.5em;
  text-align: center;
}

#main .life-contents div.contents div.catchcopy small {
  font-size: 0.5em;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents div.catchcopy {
    font-size: 1.875em;
  }

}

/* リンクボタン */

#main .life-contents div.contents div.button {
  min-width: 90%;
  margin-top: 15px;
  padding: 1em 1em 1.25em;
  font-size: 1.125em;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

#main .life-contents div.contents div.button::after {
  content: '';
  width: 2.25em;
  height: 1.5em;
  margin: 1em auto 0;
  background: url("../_image/_common/icon-arrow-4.png") 0 0 / 100% 100% no-repeat;
  display: block;
}

@media screen and (min-width:768px) {

  #main .life-contents div.contents div.button {
    min-width: 70%;
    font-size: 1.25em;
  }

}

/* ハッシュタグ */

#main .life-contents div.contents ul.hash {
  color: #fff;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#main .life-contents div.contents ul.hash li {
  padding: 5px 10px;
}

/**
 * ロケーションに戻る
 */

#life-back {
  height: 45vw;
  max-height: 200px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:768px) {

  #life-back {
    height: 20.41vw;
    max-height: 300px;
    padding: 5px 5px 10px;
  }

}

/* 内容 */

#life-back div.content {
  min-width: 90%;
  min-height: 60%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.3s ease-in-out 0.0s,
    backdrop-filter 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0);
}

#life-back div.content:hover {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

#life-back div.content a {
  min-height: 3.5em;
  padding: 0.5em 2em;
  color: #fff;
  line-height: 1.5;
  font-size: 1.125em;
  text-decoration: none;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(35, 24, 21, 1.0);
}

#life-back div.content a:hover {
  background-color: rgba(35, 24, 21, 0.8);
}

#life-back div.content a::before {
  content: '';
  width: 1.5em;
  height: 1em;
  margin-right: 1em;
  background: url("../_image/_common/icon-arrow-back-1.png") 0 0 / 100% 100% no-repeat;
}

@media screen and (min-width:768px) {

  #life-back div.content {
    min-width: 70%;
  }

}
