@charset "utf-8";

/*共通*/
html {
  font-size: 62.5%;
}

html.expansion {
  font-size: 75%;
}

body {
  background: #fff;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2f367b;
}


body.dark {
  background: #2f367b;
  color: #fff;
}

main {
  position: relative;
  top: 80px;
}

section {
  position: relative;
  height: calc(100vh - 120px);
}

p {
  line-height: 2;
}

img,
figure {
  max-width: 100%;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

.svg {
  display: flex;
}

body.dark a {
  color: #2f367b;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  transition: ease-in-out all 0.5s;
}

li {
  list-style: none;
}

input,
textarea {
  width: 100%;
  border: #2f367b 1px solid;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
}

.dark input,
.dark textarea {
  color: #2f367b;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

h2 {
  margin: 0 auto 10vh;
  padding-bottom: 10px;
  border-bottom: 2px solid #2f367b;
  display: inline-block;
  font-size: 2.4rem;
}

body.dark h2 {
  border-bottom: 2px solid #fff;
}

p {
  font-size: 1.6rem;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.spOnly {
  display: none;
}

.pcOnly {
  display: block;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mb5px {
  margin-bottom: 5px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2vh !important;
}

.mb5 {
  margin-bottom: 5vh !important;
}

.mb10 {
  margin-bottom: 10vh !important;
}

.textc {
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}


.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w250p {
  width: 250px;
}

.relative {
  position: relative;
}

@media screen and (max-width: 1080px) {
  .inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  main {
    position: relative;
    top: 60px;
  }

  section {
    position: relative;
    height: calc(100vh - 100px);
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  html.expansion {
    font-size: 70%;
  }

  body {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.4rem;
  }

  h2 {
    margin: 0 auto 5vh;
    font-size: 1.8rem;
  }

  section {
    position: relative;
    height: calc(100dvh - 100px);
  }
}

/*ヘッダー*/
header {
  background: #2f367b;
  color: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
}

body.dark header {
  background: #f2d949;
  color: #2f367b;
}

header nav {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headerLogo {
  width: 100%;
}

#headerLogo .st0 {
  fill: #fff;
}

body.dark #headerLogo .st0 {
  fill: #2f367b;
}

#headerLogo .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.921;
  stroke-miterlimit: 10;
}

body.dark #headerLogo .st1 {
  stroke: #2f367b;
}

a.button01 {
  color: #2f367b;
  background: #fff;
  padding: 2px 5px;
  margin-right: 5px;
  cursor: pointer;
}

a.button02 {
  border: 1px solid #fff;
  color: #fff;
  background: #2f367b;
  padding: 2px 5px;
  cursor: pointer;
}

body.dark a.button02 {
  color: #fff;
}

a.button03 {
  color: #2f367b;
  background: #fff;
  padding: 2px 5px;
  margin-right: 5px;
  cursor: pointer;
}

a.button04 {
  border: 1px solid #fff;
  color: #fff;
  background: #2f367b;
  padding: 2px 5px;
  cursor: pointer;
}

body.dark a.button04 {
  color: #fff;
}

.spHeader {
  display: none;
}

@media screen and (max-width: 1080px) {
  #headerLogo {
    width: 200px;
  }

  header nav {
    width: 90%;
  }

  header nav ul li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }

  .pcMenu {
    display: none;
  }

  .spHeader {
    align-items: center;
    height: 100%;
    padding: 10px;
    display: flex;
  }

  .spMenu {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .spMenu span {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s ease-in-out;
  }

  .dark .spMenu span {
    background-color: #2f367b;
  }

  .spMenu span:nth-child(1) {
    top: 5px;
  }

  .spMenu span:nth-child(2) {
    top: 17px;
  }

  .spMenu span:nth-child(3) {
    top: 30px;
  }

  .spMenu.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    transform: rotate(-45deg);
  }

  .spMenu.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(100px);
  }

  .spMenu.active span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg);
  }

  .menuWrap {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    color: #2f367b;
    z-index: 903;
    opacity: 1;
    display: block;
    transition: 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .menuWrap.active {
    visibility: visible;
    transition: 1.2s ease-in-out;
    opacity: 1;
  }

  .dark .menuWrap.active {
    color: #fff;
  }

  .menuWrap ul {
    width: 90%;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menuWrap ul li p {
    font-size: 2rem;
  }

  .menuWrap ul a {
    color: #2f367b;
  }

  .dark .menuWrap ul a {
    color: #fff;
  }

  .menuWrap ul a.button01 {
    color: #2f367b;
    border: #2f367b solid 1px;
    padding: 5px 10px;
    margin-right: 20px;
  }

  .menuWrap ul a.button02,
  .menuWrap ul a.button04 {
    color: #fff;
    padding: 5px 10px;
  }

  .menuWrap a.button03 {
    border: #2f367b solid 1px;
    color: #2f367b;
    padding: 5px 10px;
    margin-right: 20px;
  }

  .dark .menuWrap a.button03 {
    border: #2f367b solid 1px;
    color: #2f367b;
  }

  #headerLogo {
    width: 300px;
  }

  .circle {
    position: fixed;
    z-index: 900;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: scale(0);
    right: -50px;
    top: -50px;
    transition: ease-in-out 0.6s;
  }

  .circle.active {
    transform: scale(50);
  }

  .circle01 {
    background: #2f367b;

  }

  .circle02 {
    z-index: 901;
    background: #f72b2b;
    transition-delay: 0.2s;
  }

  .circle03 {
    z-index: 902;
    background: #fff;
    transition-delay: 0.4s;
  }

  .circle03:not(.active) {
    transition-delay: 0s;
  }
  
  
  .circle01:not(.active) {
    transition-delay: 0.4s;
  }

  .dark .circle01 {
    background: #fff;

  }

  .dark .circle02 {
    z-index: 901;
    background: #f2d949;
    transition-delay: 0.2s;
  }

  .dark .circle03 {
    z-index: 902;
    background: #2f367b;
    transition-delay: 0.4s;
  }

  .dark .circle03:not(.active) {
    transition-delay: 0s;
  }
  
  
  .dark .circle01:not(.active) {
    transition-delay: 0.4s;
  }
}

@media screen and (max-width: 480px) {
  .menuWrap {
    height: 100dvh;
  }
}

/*トップページ*/
section.home h1 figure {
  width: 300px;
  margin: 0 auto;
}

.slider {
  position: relative;
  z-index: 1;
  height: calc(100vh - 120px);
  pointer-events: none;
}

.slider li img {
  height: calc(100vh - 120px);
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.slider .cover01 {
  background: rgb(30, 156, 118);
  background: linear-gradient(0deg,
      rgba(30, 156, 118, 0.3) 0%,
      rgba(27, 242, 200, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: calc(100vh - 120px);
  width: 100%;
}

.slider .cover02 {
  background: rgb(51, 72, 205);
  background: linear-gradient(0deg,
      rgba(51, 72, 205, 0.3) 0%,
      rgba(178, 202, 236, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: calc(100vh - 120px);
  width: 100%;
}

.slider .cover03 {
  background: rgb(58, 42, 35);
  background: linear-gradient(0deg,
      rgba(58, 42, 35, 0.3) 0%,
      rgba(255, 163, 2, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: calc(100vh - 120px);
  width: 100%;
}

.slider .cover04 {
  background: rgb(224, 53, 53);
  background: linear-gradient(0deg,
      rgba(224, 53, 53, 0.3) 0%,
      rgba(230, 133, 174, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: calc(100vh - 120px);
  width: 100%;
}

@media screen and (max-width: 768px) {
  section.home h1 figure {
    width: 200px;
  }

  .slider {
    height: calc(100vh - 100px);
  }

  .slider li img {
    height: calc(100vh - 100px);
  }

  .slider .cover01,
  .slider .cover02,
  .slider .cover03,
  .slider .cover04 {
    height: calc(100vh - 100px);
  }
}

@media screen and (max-width: 480px) {
  section.home h1 figure {
    width: 200px;
  }

  .slider {
    height: calc(100dvh - 100px);
  }

  .slider li img {
    height: calc(100dvh - 100px);
  }

  .slider .cover01,
  .slider .cover02,
  .slider .cover03,
  .slider .cover04 {
    height: calc(100dvh - 100px);
  }
}

/*私について*/
.about {
  position: relative;
  top: 80px;
}

.sentence {
  width: calc(1080px - 250px);
}

.sentence .sns {
  width: 180px;
}

.clip {
  overflow: hidden;
  height: calc(100vh - 80px);
  z-index: 10;
}

.sticky {
  position: sticky;
  top: 80px;
  height: calc(100vh - 120px);
}

.sticky p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 3.6rem;
  width: 90%;
  text-align: center;
}

.scrolldownWrap {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 800;
}

.scrollDown {
  animation: scrolldown 2s ease-in-out infinite;
  opacity: 0;
  width: 20px;
}

@keyframes scrolldown {
  0% {
    transform: translate(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}

.line01 {
  width: 100%;
  height: 35px;
  background: #2f367b;
  transform: rotate(-45deg);
  top: -10vw;
  left: -33vw;
  z-index: -1;
  position: absolute;
}

.line02 {
  width: 100%;
  height: 35px;
  background: #f72b2b;
  transform: rotate(-45deg);
  top: -4vw;
  left: -33vw;
  z-index: -1;
  position: absolute;
}

.line03 {
  width: 100%;
  height: 35px;
  background: #2f367b;
  transform: rotate(-45deg);
  bottom: -19vw;
  right: -18vw;
  z-index: -1;
  position: absolute;
}

.line04 {
  width: 100%;
  height: 35px;
  background: #f72b2b;
  transform: rotate(-45deg);
  bottom: -19vw;
  right: -24vw;
  z-index: -1;
  position: absolute;
}

body.dark .line01 {
  background: #f2d949;
}

body.dark .line02 {
  background: #fff;
}

body.dark .line03 {
  background: #f2d949;
}

body.dark .line04 {
  background: #fff;
}

.bg01 {
  background: no-repeat center url("./images/about01.jpg");
  background-size: cover;
  z-index: 100;
}

.bg01 .cover01 {
  background: rgb(8, 8, 114);
  background: linear-gradient(0deg,
      rgba(8, 8, 114, 0.3) 0%,
      rgba(252, 238, 33, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  height: calc(100vh - 120px);
  width: 100%;
}

.sticky.bg01 p.anime2 {
  z-index: 102;
  overflow: hidden;
}



.sticky.bg01 p.anime2 span {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.1s;
  transform: translateY(100%);
  opacity: 0;
}

.sticky.bg01 p.anime2.animeActive span {
  transform: translateY(0);
  opacity: 1;
}




.bg02 {
  background: no-repeat center url("./images/about02.jpg");
  background-size: cover;
  z-index: 200;
}

.bg02 .cover02 {
  background: rgb(34, 238, 33);
  background: linear-gradient(0deg,
      rgba(34, 238, 33, 0.3) 0%,
      rgba(8, 119, 114, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 201;
  height: calc(100vh - 120px);
  width: 100%;
}

.sticky.bg02 p.anime {
  z-index: 202;
  overflow: hidden;
}

.sticky.bg02 p.anime span {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 1.6s;
  transform: translateX(-200%);
  opacity: 0;
}

.sticky.bg02 p.anime.animeActive span {
  transform: translateX(0);
  opacity: 1;
}




.bg03 {
  background: no-repeat center url("./images/about03.jpg");
  background-size: cover;
  z-index: 300;
}

.bg03 .cover03 {
  background: rgb(233, 0, 13);
  background: linear-gradient(0deg,
      rgba(233, 0, 13, 0.3) 0%,
      rgba(209, 119, 114, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 301;
  height: calc(100vh - 120px);
  width: 100%;
}

.sticky.bg03 p {
  z-index: 302;
  overflow: hidden;
}

.sticky.bg03 p.anime span {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 2.1s;
  transform: translateY(-100%);
  opacity: 0;
}

.sticky.bg03 p.anime.animeActive span {
  transform: translateY(0);
  opacity: 1;
}

.bg04 {
  background: #fff;
  z-index: 400;
}

.dark .bg04 {
  background: #2f367b;
}

img.shadow.anime {
  transition-property: box-shadow;
  box-shadow: 0px 0px 0 #2f367b;
  transition: 0.5s all 2.6s ease-out;
}

img.shadow.animeActive {
  box-shadow: 20px 20px 0 #2f367b;
}

.dark img.shadow.anime {
  box-shadow: 0px 0px 0 #f2d949;

}

.dark img.shadow.animeActive {
  box-shadow: 20px 20px 0 #f2d949;
}


@media screen and (max-width: 1080px) {
  .sentence {
    width: calc(95% - 250px);
  }

  .line01 {
    top: 3vw;
  }

  .line02 {
    top: 15vw;
  }

  .line03 {
    bottom: -13vw;
  }

  .line04 {
    bottom: -17vw;
  }
}

@media screen and (max-width: 768px) {
  .about {
    top: 60px;
  }

  .sticky {
    top: 60px;
  }

  .clip {
    height: calc(100vh - 40px);
    top: -40px;
  }

  .bg01 .cover01,
  .bg02 .cover02,
  .bg03 .cover03 {
    height: calc(100vh - 100px);
  }

  .wrap .flex {
    display: block;
  }

  .w250p {
    margin: 0 auto 5vh;
    width: 200px;
  }

  .sentence {
    width: 100%;
  }

  .sns.flex {
    display: flex;
  }

  .line01 {
    top: -2vw;
  }

  .line02 {
    top: 15vw;
  }

  .line03 {
    bottom: -2vw;
  }

  .line04 {
    bottom: -15vw;
  }

  .sticky p {
    font-size: 2.4rem;

  }
}

@media screen and (max-width: 480px) {
  .clip {
    height: calc(100dvh - 40px);
  }

  #hraderLogo {
    width: 250px;
  }

  .sticky p {
    top: 40%;
    font-size: 1.8rem;
    text-align: left;
    line-height: 3;
  }

  .sentence P {
    font-size: 1.2rem;
  }

  .bg01 {
    background: no-repeat center url("./images/about01-sp.jpg");
    background-size: cover;
  }

  .bg02 {
    background: no-repeat center url("./images/about02-sp.jpg");
    background-size: cover;
  }

  .bg03 {
    background: no-repeat center url("./images/about03-sp.jpg");
    background-size: cover;
  }

  .bg01 .cover01,
  .bg02 .cover02,
  .bg03 .cover03 {
    height: calc(100dvh - 100px);
  }


}

/*お問い合わせ*/

input.formButton {
  height: 100%;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.submit {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  height: 60px;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #2f367b;
  background: rgb(47, 54, 123);
  background: linear-gradient(0deg,
      rgba(47, 54, 123, 1) 87%,
      rgba(39, 111, 206, 1) 100%);
  transition: ease-in-out all 0.5s;
}

.submit:hover {
  color: #2f367b;
  background: #fff;
  transform: scale(1.1);
}

.dark .submit {
  color: #2f367b;
  border: 2px solid #f2d949;
  background: rgb(242, 217, 73);
  background: linear-gradient(0deg,
      rgba(242, 217, 73, 1) 87%,
      rgba(215, 196, 82, 1) 100%);
}

.dark .submit:hover {
  color: #f2d949;
  background: #2f367b;
  transform: scale(1.1);
}

.dark .submit:hover input {
  color: #fff;
}

.back {
  max-width: 300px;
  height: 60px;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #f72b2b;
  background: rgb(223, 64, 64);
  background: linear-gradient(0deg,
      rgba(223, 64, 64, 1) 87%,
      rgba(231, 24, 24, 1) 100%);
  transition: ease-in-out all 0.5s;
}

.dark .back input {
  color: #fff;
}

.back:hover {
  color: #f72b2b;
  background: #fff;
  transform: scale(1.1);
}

.dark .back:hover input {
  color: #f72b2b;
}

.choice .submit,
.choice .back {
  width: 300px;
}

.error {
  color: #f72b2b;
  font-size: 1.4rem;
}

.grecaptcha-badge {
  position: relative;
  z-index: 1000;
}

.confirm h2 {
  margin-bottom: 5vh;
}

.confirm dl.mb5 {
  margin-bottom: 2vh !important;
}

@media screen and (max-width: 768px) {
  form .flex {
    display: block;
  }

  form .flex .w40,
  form .flex .w50 {
    width: 100%;
  }

  .error {
    font-size: 1.2rem;
  }

  .submit {
    height: 50px;
    max-width: 200px;
  }
  .confirm h2 {
    margin-bottom: 2vh;
  }

}

/*404*/
.page404 {
  background: no-repeat center url("./images/404.jpg");
  background-size: cover;
  z-index: 100;
}

.page404 .cover04 {
  background: rgba(59, 121, 183, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  height: calc(100vh - 120px);
  width: 100%;
}

.page404Logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
}

.page404Logo h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page404Logo {
    width: 90%;
  }

  .page404Logo h3 {
    font-size: 1.6rem;
  }

  .page404 .cover04 {
    height: calc(100vh - 100px);
  }
}

/*フッター*/
footer {
  background: #2f367b;
  color: #fff;
  position: fixed;
  height: 40px;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

body.dark footer {
  background: #f2d949;
  color: #2f367b;
}

footer p small {
  font-size: 80%;
}

/*スマホ横*/
@media (orientation: landscape) and (max-width: 896px) {
  h2 {
    font-size: 1.6rem;
    margin-bottom: 2vh;
  }

  p,
  li,
  label,
  input {
    font-size: 1.2rem;
  }

  textarea {
    font-size: 1.2rem;
    height: 100px;
  }

  header {
    height: 60px;
  }

  .pcMenu {
    display: none;
  }

  .spHeader {
    align-items: center;
    height: 100%;
    padding: 10px;
    display: flex;
  }

  .spMenu {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }

  .spMenu span {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s ease-in-out;
  }

  .dark .spMenu span {
    background-color: #2f367b;
  }

  .spMenu span:nth-child(1) {
    top: 5px;
  }

  .spMenu span:nth-child(2) {
    top: 17px;
  }

  .spMenu span:nth-child(3) {
    top: 30px;
  }

  .spMenu.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    transform: rotate(-45deg);
  }

  .spMenu.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(100px);
  }

  .spMenu.active span:nth-child(3) {
    top: 20px;
    transform: rotate(45deg);
  }

  .menuWrap {
    visibility: visible;
    position: fixed;
    top: 60px;
    background-color: #fff;
    height: calc(100vh - 100px);
    width: 100%;
    color: #2f367b;
    z-index: 900;
    opacity: 1;
    display: block;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .menuWrap.active {
    visibility: visible;
    opacity: 1;
  }

  .dark .menuWrap.active {
    background-color: #2f367b;
    color: #fff;
  }

  .menuWrap ul {
    width: 90%;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
  }

  .menuWrap ul li p {
    font-size: 1.2rem;
  }

  .menuWrap ul a {
    color: #2f367b;
  }

  .dark .menuWrap ul a {
    color: #fff;
  }

  .menuWrap ul a.button01 {
    color: #2f367b;
    border: #2f367b solid 1px;
    padding: 5px 10px;
    margin-right: 20px;
  }

  .menuWrap ul a.button02,
  .menuWrap ul a.button04 {
    color: #fff;
    padding: 5px 10px;
  }

  .menuWrap a.button03 {
    border: #2f367b solid 1px;
    color: #2f367b;
    padding: 5px 10px;
    margin-right: 20px;
  }

  .dark .menuWrap a.button03 {
    border: #2f367b solid 1px;
    color: #2f367b;
  }

  #headerLogo {
    width: 300px;
  }

  main {
    top: 60px;
  }

  section {
    height: calc(100vh - 100px);
  }

  .slider {
    height: calc(100vh - 100px);
  }

  .slider li img {
    height: calc(100vh - 100px);
  }

  .slider .cover01,
  .slider .cover02,
  .slider .cover03,
  .slider .cover04 {
    height: calc(100vh - 100px);
  }

  .about,
  .sticky {
    top: 60px;
  }

  .sticky p {
    font-size: 2.4rem;
  }

  .bg01 {
    background: no-repeat center url("./images/about01-sp2.jpg");
    background-size: cover;
  }

  section.home h1 figure {
    width: 50%;
    margin: 0 auto;
  }

  section.contact,
  section.confirm,
  section.thanks {
    height: 100dvh;
  }

  form .flex {
    display: flex;
  }

  form .mb5 {
    margin-bottom: 2vh !important;
  }

  form .flex .w30,
  form .flex .w50 {
    width: 45%;
  }

  .submit {
    height: 50px;
  }

  .bg01 .cover01,
  .bg02 .cover02,
  .bg03 .cover03 {
    height: calc(100vh - 100px);
  }

  .bg04 {
    top: -40px;
  }

  .w250p {
    width: 20%;
  }

  .sentence {
    width: 70%;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
  }

  .sentence .pcOnly {
    display: none;
  }

  .sentence .spOnly {
    display: block;
  }

  .dark .sentence {
    background: rgba(47, 54, 123, 0.5);
  }

  .scrolldownWrap {
    bottom: 80px;
  }

  .wrap .flex {
    display: flex;
  }

  .page404 .cover04 {
    height: calc(100vh - 100px);
  }
}