html, body, h1, h2, h3, h4, a, p, span, em, small, strong, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  color: #666;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#top {
  color: #fff;
  background-color: #f5c0d7;
}
header {
  text-align: center;
  width: 100vw;
}
main {
  margin: 0;
  padding: 0;
}
#top main {
  width: 100vw;
  position: relative;
}
a {
  color: #69ced0;
  text-decoration: none;
}
.bg-slider {
  width: 100vw;
  height: 60vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
#top header p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, 'Sawarabi Mincho', sans-serif;
  position: absolute;
  width: 100vw;
  font-size: clamp(2.4rem,3vw,4rem);
  line-height: 2em;
  top: 75%;
}
footer {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  width: 100vw;
  margin: 0;
}
#top footer {
  position: fixed;
  bottom: 10px;
  color: #FFF;
}
.pc {
  display: none;
}
.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f5c0d7;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
nav {
  width: 100vw;
  height: 100vh;
  background-color: rgb(105, 206, 208, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(100%);
  transition: all .5s;
  overflow-y: scroll;
}
nav.open {
  transform: translateZ(0);
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  padding: 1em;
  border-bottom: 1px solid #A1DBD9;
}
nav .ibj {
  border-bottom: none;
  padding-top: 20px;
}
nav a {
  color: #FFF;
}
nav a:hover {
  color: #f5c0d7;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 9999;
  padding: 8px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: #CCC;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: 0.7;
  pointer-events: auto;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}
footer ul {
  display: none;
}
@media screen and (max-width: 960px) and (min-width: 481px) {
  .bg-slider {
    width: 100vw;
    height: 100vh;
  }
  h1 {
    top: 0;
    left: 10px;
    transform: translateX(0%);
    text-align: left;
  }
  #top header p {
    top: 55%;
  }
  #top main {
    width: 100vw;
    height: 100vh;
  }
  #top footer {
    z-index: 1;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
  .pc {
    display: inline;
  }
  body {
    background-color: #FFF;
  }
  #top {
    background-color: transparent;
  }
  .bg-slider {
    height: 100vh;
  }
  header {
    text-align: left;
    position: relative;
  }
  h1 {
    width: 100vw;
    max-width: 1200px;
    top: 10px;
    margin: auto;
  }
  h2 {
    width: 100vw;
    max-width: 1200px;
    margin: auto;
    padding-top: 140px;
  }

  #top header p {
    position: absolute;
    width: calc(100vw - 140px);
	max-width: 1060px;
    /*font-size: 4rem;*/
    line-height: 1.8em;
    top: 48px;
	right: 0;
	left: 0;
    text-shadow: 2px 2px 2px #999;
	margin: auto;
	white-space: nowrap;
	padding-left: 140px;
  }
  nav {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100vw;
    display: flex;
    flex-direction: row;
    transform: translateX(0);
    background-color: transparent;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    overflow-y: auto;
  }
  #top nav {
    text-shadow: 2px 2px 2px #999;
  }
  nav a {
    color: #f5c0d7;
  }
  nav a:hover {
    color: #69ced0;
  }
  #top nav a {
    color: #FFF;
  }
  #top nav a:hover {
    color: #f5c0d7;
  }
  .overlay, .menu-trigger {
    display: none;
  }
  nav ul {
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  nav li {
    padding: 0 1em;
    border-bottom: none;
  }
  footer {
    padding-top: 20px;
  }
  #top footer {
    position: absolute;
    bottom: 10px;
    background: none;
    color: #FFF;
    z-index: 20;
  }
  footer ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    list-style: none;
  }
  footer li {
    margin: 0 10px;
  }
  footer li a {
    display: block;
    line-height: 60px;
  }
  #top footer a {
    color: #FFF;
  }
  #top footer a:hover {
    color: #f5c0d7;
  }
}