@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  background: #fff;
  position: relative;
  z-index: 2;
}

#main :where(.column) ~ :where(.column) {
  margin-top: 40px;
}

@media screen and (min-width:768px) {

  #main :where(.column) ~ :where(.column) {
    margin-top: 80px;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  padding-bottom: 164.5333333333333%;
  position: relative;
  z-index: 0;
}

#visual iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

@media screen and (min-width:768px) {

  #visual {
    padding-bottom: 41.66666666666667%;
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead {
  overflow: hidden;
}

#lead div.body {
  max-width: 1220px;
}

/**
 * 告知
 */

#lead div.announce {
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
}

#lead div.announce::after {
  content: '';
  max-width: none;
  width: 100vw;
  height: 100%;
  background: url("../_image/index/lead-announce-bg.jpg") 0 0 / cover no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
}

#lead div.announce div.text-1 {
  line-height: 2.5;
  letter-spacing: 2px;
  font-size: 1.375em;
  text-align: center;
}

#lead div.announce div.text-2 {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 1.25em;
  text-align: center;
}

#lead div.announce div.text-2 em {
  letter-spacing: 4px;
  font-size: 1.3em;
}

#lead div.announce div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  transform: translateX(-100%);
  position: absolute;
  z-index: 1;
  left: calc(50% + 50vw);
  bottom: 0;
}

@media screen and (min-width:768px) {

  #lead div.announce {
    padding: 80px 0 100px;
  }

  #lead div.announce div.text-1 em {
    line-height: 2.5;
    letter-spacing: 6px;
    font-size: 1.625em;
  }

  #lead div.announce div.text-2 {
    margin-top: 50px;
  }

}

/**
 * メリット
 */

#lead div.merit {
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

#lead div.merit ul.list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

#lead div.merit ul.list li {
  width: calc(100% / 2 - 2.034%);
  margin: 0 1.017% 2.034%;
  padding: 15px 15px;
  border: 1px solid rgba(197, 197, 197, 0.5);
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.03);
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width:768px) {

  #lead div.merit {
    margin-top: -35px;
  }

  #lead div.merit ul.list li {
    width: calc(100% / 4 - 2.034%);
    margin: 0 1.017% 2.034%;
    padding: 15px 25px;
  }

}

/**
 * 紹介文
 */

#lead div.lead {
  padding: 40px 0 80px;
}

#lead div.lead div.catchcopy {
  letter-spacing: 2px;
  line-height: 2;
  font-size: 1.375em;
  text-align: center;
}

#lead div.lead div.text {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead div.lead {
    padding: 50px 0 120px;
  }

  #lead div.lead div.text {
    margin-top: 60px;
  }

}

/**
 * おしらせ
 */

#information {
  padding: 30px 0 70px;
}

@media screen and (min-width:768px) {

  #information {
    padding: 60px 0 140px;
  }

}

/* タイトル */

#information .section-title {
  margin-bottom: 15px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #information .section-title {
    margin-bottom: 20px;
  }

}

/* おしらせ */

#information div.information {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

#information div.information table.list {
  font-size: 0.875em;
  border-collapse: collapse;
}

#information div.information table.list td {
  border-top: 1px dotted #7f7f7f;
  border-bottom: 1px dotted #7f7f7f;
  vertical-align: top;
}

#information div.information table.list td a {
  color: inherit;
  text-decoration: none;
  display: block;
}

@media screen and (min-width:768px) {

  #information div.information table.list td:nth-child(1) {
    padding-left: 2em;
    padding-right: 1em;
  }

  #information div.information table.list td:nth-child(2) {
    padding-left: 1em;
    padding-right: 2em;
  }

  #information div.information table.list td:only-child {
    padding-left: 2em;
    padding-right: 2em;
  }

}

/** ***************************************************************************
 * エントリー
 * ************************************************************************* */

#entry {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#entry div.body {
  max-width: none;
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) {

  #entry div.body {
    padding: 160px 0;
    background-attachment: fixed;
  }

}

/**
 * 下部波模様
 */

#entry svg.background {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -2px;
}

/**
 * 内容
 */

#entry div.content {
  min-width: 730px;
  padding: 60px 6%;
  background-color: rgba(255, 255, 255, 0.65);
}

#entry div.content div.text {
  line-height: 2.5;
  text-align: center;
}

#entry div.content div.button {
  margin-top: 30px;
  text-align: center;
}

#entry div.content div.button a {
  min-width: 300px;
  padding: 20px 30px;
  border-radius: 9999px;
  border: 1px solid;
  display: inline-block;
  transition:
    border-color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.0);
}

#entry div.content div.button a:hover {
  border-color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.5);
}

#entry div.content div.button img {
  max-width: 60px;
}

@media screen and (min-width:768px) {

  #entry div.content {
    padding: 90px 6%;
  }

  #entry div.content div.button {
    margin-top: 50px;
  }

  #entry div.content div.button img {
    max-width: 100%;
  }

}

/**
 * キャプション
 */

#entry div.caption {
  padding: 5px 15px;
  line-height: 1.5;
  font-size: 0.625em;
  text-align: right;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -5px;
}

@media screen and (min-width:768px) {

  #entry div.caption {
    bottom: 1.33vw;
  }

}

/** ***************************************************************************
 * コンセプト
 * ************************************************************************* */

#concept {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#concept::after {
  content: '';
  width: 100%;
  height: calc(100% - 40vw);
  background-color: #f5f4f3;
  position: absolute;
  z-index: -1;
  top: 40vw;
  left: 0;
}

#concept div.body {
  max-width: 1240px;
}

@media screen and (min-width:768px) {

  #concept {
    padding: 90px 0;
  }

  #concept::after {
    height: calc(100% - 37vw);
    top: 37vw;
  }

}

/**
 * 波模様
 */

#concept div.background {
  width: 100%;
  height: 50vw;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 0;
}

#concept div.background .wave-1 {
  max-width: none;
  width: 130%;
  position: absolute;
  z-index: 2;
  left: -15%;
  bottom: 0;
}

#concept div.background .wave-2 {
  max-width: none;
  width: 130%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {

  #concept div.background {
    height: 37vw;
  }

  #concept div.background .wave-1 {
    width: 120%;
    left: 0;
  }

  #concept div.background .wave-2 {
    width: 102%;
  }

}

/**
 * 内容
 */

#concept div.contents {
  line-height: 2;
}

#concept div.contents .catchcopy {
  line-height: 2;
  font-size: 1.375em;
  text-align: center;
}

#concept div.contents .banner {
  text-align: center;
}

#concept div.contents .itonami {
  text-align: center;
}

@media screen and (min-width:768px) {

  #concept div.contents {
    line-height: 3;
    text-align: center;
  }

  #concept div.contents .catchcopy {
    font-size: 1.875em;
  }

}

/**
 * エントリー
 */

#concept div.entry {
  max-width: 840px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 5% 40px;
  background-color: rgba(255, 255, 255, 0.7);
}

#concept div.entry div.text {
  line-height: 2;
}

#concept div.entry div.button {
  margin-top: 30px;
  text-align: center;
}

#concept div.entry div.button a {
  min-width: 300px;
  padding: 15px 30px;
  font-size: 0.75em;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid;
  display: inline-block;
  transition:
    color 0.3s ease-in-out 0.0s,
    border-color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.0);
  background-color: #6d6a65;
}

#concept div.entry div.button a:hover {
  color: inherit;
  border-color: #6d6a65;
  background-color: rgba(0, 0, 0, 0.0);
}

#concept div.entry div.button a img {
  max-width: 60px;
  transition: filter 0.3s ease-in-out 0.0s;
  filter: brightness(0) invert(1);
}

#concept div.entry div.button a:hover img {
  filter: brightness(1) invert(0);
}

@media screen and (min-width:768px) {

  #concept div.entry {
    margin-top: 60px;
    padding: 60px 5% 70px;
  }

  #concept div.entry div.text {
    line-height: 2.5;
    text-align: center;
  }

  #concept div.entry div.button a img {
    max-width: 100%;
  }

}

/** ***************************************************************************
 * itonami
 * ************************************************************************* */

#itonami {
  padding: 60px 0 40px;
  background: url("../_image/index/itonami-bg.jpg") center top / cover no-repeat;
}

#itonami div.body {
  max-width: 1280px;
}

@media screen and (min-width:768px) {

  #itonami {
    padding: 100px 0;
    background-attachment: fixed;
  }

}

/**
 * ロゴ
 */

#itonami .section-title {
  margin-bottom: 30px;
  text-align: center;
}

/**
 * 紹介文
 */

#itonami div.lead {
  color: #fff;
  font-size: 0.875em;
  line-height: 2;
  text-align: center;
}

@media screen and (min-width:768px) {

  #itonami div.lead {
    font-size: 1em;
  }

}

/**
 * 街区案内
 */

#itonami div.itonami {
  margin-top: 40px;
  position: relative;
  z-index: 0;
}

@media screen and (min-width:768px) {

  #itonami div.itonami {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

}

/**
 * more ボタン
 */

#itonami div.itonami div.button {
  margin-top: 40px;
  text-align: center;
}

#itonami div.itonami div.button a {
  color: inherit;
  text-decoration: none;
  border-radius: 9999px;
  display: inline-block;
  overflow: hidden;
}

@media screen and (min-width:768px) {

  #itonami div.itonami div.button {
    display: none;
  }

}

/**
 * 案内図
 */

#itonami div.map {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: sticky;
  z-index: 2;
  top: 110px;
}

@media screen and (min-width:768px) {

  #itonami div.map {
    width: 38%;
    margin-bottom: 0;
    display: block;
    top: 9.896vw;
  }

}

/* 街区図 */

#itonami div.map div.image {
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (min-width:768px) {

  #itonami div.map div.image {
    width: auto;
  }

}

/* キャプション */

#itonami div.map 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;
}

/* ピン */

#itonami div.map div.image div.pin {
  width: 4.86%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  transform-origin: center bottom;
  transition: transform 0.3s ease-in-out 0.0s;
  transform: translate(-50%, -100%) scale(1.0);
}

#itonami div.map div.image div.pin.active {
  transform: translate(-50%, -100%) scale(1.5);
}

#itonami div.map div.image div.pin:nth-child(1) {
  top: 16.5%;
  left: 52.67%;
}

#itonami div.map div.image div.pin:nth-child(2) {
  top: 18.16%;
  left: 88.67%;
}

#itonami div.map div.image div.pin:nth-child(3) {
  top: 62.86%;
  left: 16.67%;
}

#itonami div.map div.image div.pin:nth-child(4) {
  top: 46.12%;
  left: 29.33%;
}

#itonami div.map div.image div.pin:nth-child(5) {
  top: 41.84%;
  left: 62.67%;
}

/**
 * more ボタン
 */

#itonami div.map div.more {
  margin-top: 30px;
  display: none;
}

#itonami div.map div.more a {
  color: inherit;
  text-decoration: none;
  border-radius: 9999px;
  display: inline-block;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(255, 255, 255, 0.0);
}

#itonami div.map div.more a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width:768px) {

  #itonami div.map div.more {
    display: block;
  }

}

/**
 * 街区紹介
 */

#itonami div.area div.item {
  background-color: rgba(255, 255, 255, 1.0);
  overflow: hidden;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

#itonami div.area div.item ~ div.item {
  margin-top: 30px;
}

@media screen and (min-width:768px) {

  #itonami div.area {
    width: 58%;
  }

  #itonami div.area div.item ~ div.item {
    margin-top: 100px;
  }

}

/* 内容 */

#itonami div.area div.content {
  padding: 20px 25px 30px;
  position: relative;
  z-index: 0;
}

#itonami div.area div.content div.title {
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 500;
}

#itonami div.area div.content div.title small {
  font-size: 0.71em;
}

#itonami div.area div.content div.title img {
  vertical-align: text-bottom;
}

#itonami div.area div.content div.text {
  font-size: 0.84em;
}

#itonami div.area div.content div.text small {
  margin-top: 0.75em;
  font-size: 0.77em;
  display: block;
}

/* キャプション */

#itonami div.area div.content 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: 100%;
}

/** ***************************************************************************
 * ニュース
 * ************************************************************************* */

#news div.body {
  max-width: none;
  padding: 0;
}

#news div.contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr) 4fr repeat(2, 1fr);
  position: relative;
  z-index: 0;
}

@media screen and (min-width:768px) {

  #news div.contents {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

}

/**
 * 画像
 */

#news div.contents div.image {
  padding-bottom: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#news div.contents div.image.displayed {
  animation: news-image 1.0s ease-in-out forwards;
}

#news div.contents :nth-last-child(1 of .image) {
  display: none;
}

#news div.contents :nth-last-child(2 of .image) {
  display: none;
}

@keyframes news-image {
  0% {
    filter: saturate(100%) contrast(100%);
  }
  50% {
    filter: saturate(180%) contrast(140%);
  }
  100% {
    filter: saturate(100%) contrast(100%);
  }
}

@media screen and (min-width:768px) {

  #news div.contents div.image {
    padding-bottom: 100%;
  }

  #news div.contents :nth-last-child(1 of .image) {
    display: block;
  }

  #news div.contents :nth-last-child(2 of .image) {
    display: block;
  }

}

/**
 * ニュース
 */

#news div.contents div.news {
  padding: 60px 20px;
  color: #fff;
  background-color: #7f7e79;
  grid-area: 3 / 1 / 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

#news div.contents div.news div.news-list {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width:768px) {

  #news div.contents div.news {
    padding: 40px 20px;
    grid-area: 2 / 1 / 4 / 2;
  }

}

/* テキスト */

#news div.contents div.news div.text {
  font-size: 1.3125em;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

/* ニュース */

#news div.contents div.news ul.list {
  margin-right: 2em;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

#news div.contents div.news ul.list li {
  padding-top: 6px;
  position: relative;
  z-index: 1;
}

#news div.contents div.news ul.list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 1em;
}

#news div.contents div.news ul.list li a {
  padding: 0.5em 0.375em;
  text-decoration: none;
  display: block;
}

/* エントリー */

#news div.contents div.news div.button {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

#news div.contents div.news div.button a {
  min-width: 300px;
  padding: 15px 30px;
  font-size: 0.75em;
  text-decoration: none;
  border-radius: 9999px;
  display: inline-block;
  transition:
    color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  color: #fff;
  background-color: #6d6a65;
}

#news div.contents div.news div.button a:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 1.0);
}

#news div.contents div.news div.button a img {
  transition: filter 0.3s ease-in-out 0.0s;
  filter: brightness(0) invert(1);
}

#news div.contents div.news div.button a:hover img {
  filter: brightness(1) invert(0);
}

#news div.contents div.news div.button img {
  max-width: 60px;
}

@media screen and (min-width:768px) {

  #news div.contents div.news div.button img {
    max-width: 100%;
  }

}

/**
 * キャプション
 */

#news div.contents div.caption {
  position: absolute;
  z-index: 0;
  right: 10px;
  bottom: -2em;
}

/** ***************************************************************************
 * ロケーション
 * ************************************************************************* */

#location {
  padding: 60px 0 30px;
  overflow: hidden;
}

#location div.body {
  max-width: 1540px;
}

@media screen and (min-width:768px) {

  #location {
    padding: 120px 0 60px;
  }

}

/**
 * タイトル
 */

#location .section-title {
  margin-bottom: 30px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #location .section-title {
    margin-bottom: 60px;
  }

}

/**
 * 街区図
 */

#location div.areamap {
  max-width: none;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  left: calc(50% - 50vw);
}

#location div.areamap div.item {
  position: relative;
  z-index: 0;
}

#location div.areamap div.item img {
  width: 100%;
}

#location div.areamap div.item 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 div.areamap {
    flex-direction: row;
  }

  #location div.areamap div.item {
    width: 50%;
  }

}

/**
 * 内容
 */

#location div.contents {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#location div.contents div.content ~ div.content {
  margin-top: 30px;
}

#location div.contents div.content div.title {
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 1.125em;
  position: relative;
  z-index: 0;
}

#location div.contents div.content div.title::before {
  content: '―';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

#location div.contents div.content div.text {
  font-size: 0.875em;
  text-align: justify;
  text-justify: inter-character;
}

@media screen and (min-width:768px) {

  #location div.contents {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }

  #location div.contents div.content {
    width: calc(100% / 3);
    padding: 2%;
  }

  #location div.contents div.content ~ div.content {
    margin-top: 0;
  }

}

/**
 * moreボタン
 */

#location div.more {
  margin-top: 30px;
  text-align: center;
}

#location div.more a {
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(102, 119, 136, 0.0);
}

#location div.more a:hover {
  background-color: rgba(102, 119, 136, 1.0);
}

#location div.more img {
  transition: filter 0.3s ease-in-out 0.0s;
  filter: brightness(1) invert(0);
}

#location div.more a:hover img {
  filter: brightness(0) invert(1);
}

/** ***************************************************************************
 * アクセス
 * ************************************************************************* */

#access {
  padding: 30px 0 60px;
  overflow: hidden;
}

#access div.body {
  max-width: 1540px;
}

@media screen and (min-width:768px) {

  #access {
    padding: 60px 0 120px;
  }

}

/**
 * タイトル
 */

#access .section-title {
  margin-bottom: 30px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #access .section-title {
    margin-bottom: 60px;
  }

}

/**
 * ビジュアル
 */

#access div.visual {
  max-width: none;
  width: 100vw;
  position: relative;
  z-index: 0;
  left: calc(50% - 50vw);
}

#access div.visual img {
  width: 100%;
}

#access 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;
}

/**
 * 内容
 */

#access div.contents {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#access div.contents div.content ~ div.content {
  margin-top: 30px;
}

#access div.contents div.content div.title {
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 1.125em;
  position: relative;
  z-index: 0;
}

#access div.contents div.content div.title::before {
  content: '―';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

#access div.contents div.content div.text {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 0.875em;
  text-align: justify;
  text-justify: inter-character;
}

@media screen and (min-width:768px) {

  #access div.contents {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }

  #access div.contents div.content {
    width: calc(100% / 3);
    padding: 2%;
  }

  #access div.contents div.content ~ div.content {
    margin-top: 0;
  }

}

/**
 * moreボタン
 */

#access div.more {
  margin-top: 30px;
  text-align: center;
}

#access div.more a {
  border-radius: 9999px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(102, 119, 136, 0.0);
}

#access div.more a:hover {
  background-color: rgba(102, 119, 136, 1.0);
}

#access div.more img {
  transition: filter 0.3s ease-in-out 0.0s;
  filter: brightness(1) invert(0);
}

#access div.more a:hover img {
  filter: brightness(0) invert(1);
}
