html{
  scroll-behavior: smooth;
}
body{
  width: 100%;
  margin: 0;
  color:#000;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* background-color: #f2f2f2; */
}
body.modal-open{
  height: 100vh;
  overflow-y: hidden;
}
main{
  /* 画面縦 - フッターの高さ */
  min-height: calc(100vh - 1.6vw);
}@media screen and (max-width: 1024px){
  main{
    min-height: calc(100vh - 4vw);
}}
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }
.wrap {
	overflow: hidden;
}
/*------------共通-------------*/
.lower h2, .lower h3{
  font-family: 'Shrikhand', Kanteiryu, cursive;
  text-align: center;
  font-size: 4vw;
  line-height: 1.5em;
  color: #fff;
  text-shadow: 0.2vw 0.2vw 0.3vw #000;
}@media screen and (max-width: 1024px){
  .lower h2, .lower h3{
    font-size: 10vw;
}}
.lower .main_visual{
  position: relative;
  width: 100vw;
  height: 31.25vw;
  padding: 0;
  background: #aaa;
  margin-top: 3.2vw;
}@media screen and (max-width: 1024px){
  .lower .main_visual{
    height: 50vw;
    margin-top: 14vw;
}}
.lower .main_visual::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: -2vw;
  transform: skewX(30deg);
  width: 30vw;
  height: 4vw;
  background: #f2f2f2;
}
.lower .main_visual > h2{
  position: absolute;
  bottom: -2vw;
  left: 0;
  width: 27vw;
  color: #000;
  text-shadow: none;
}@media screen and (max-width: 1024px){
  .lower .main_visual > h2{
    font-size: 4vw;
}}
.lower > section{
  padding: 3vw 10vw;
}@media screen and (max-width: 1024px){
  .lower > section{
    padding: 3vw 5vw;
}}
.lower > section > h3{
  font-size: 3vw;
  text-align: left;
  transform: translateX(-1vw);
}@media screen and (max-width: 1024px){
  .lower > section > h3{
    font-size: 6vw;
    line-height: 2em;
}}
.lower > section > p{
  font-weight: bold;
  line-height: 1.5em;
}
/*------------下層共通設定-------------*/
