@charset "UTF-8";

html {
  scroll-padding-top: 60px;
}

body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  /* background-image:
        url(../../img/cat01_moyou_black.png),
        url(../../img/cat02_moyou_white.png),
        url(../../img/cat12_moyou_mike.png),
        url(../../img/cat01_moyou_black.png),
        url(../../img/cat02_moyou_white.png),
        url(../../img/cat12_moyou_mike.png),
        url(../../img/cat01_moyou_black.png),
        url(../../img/cat02_moyou_white.png),
        url(../../img/cat12_moyou_mike.png),
        url(../../img/cat01_moyou_black.png),
        url(../../img/cat02_moyou_white.png),
        url(../../img/cat12_moyou_mike.png),
        url(../../img/cat12_moyou_mike.png);
    background-size: 100px 100px;
    background-position:
        50% 7%,
        80% 28%,
        10% 33%,
        100% 50%,
        20% 25%,
        40% 30%,
        20% 40%,
        40% 45%,
        40% 63%,
        1% 65%,
        80% 70%,
        35% 77%,
        85% 85%;
    background-repeat: no-repeat; */
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

main {
  font-size: 16px;
}

/*

文字の設定

*/
a {
  color: #43a8d6;
  font-size: 11px;
  text-decoration: none;
  display: block;
}

p {
  font-size: 16px;
}

h2 {
  font-size: 6.4rem;
  margin-bottom: 50px;
}

h3 {
  font-size: 4.8rem;
}

h4 {
  font-size: 3.6rem;
}

/*

色の設定

*/
.skybule {
  background-color: #dae2ec;
}

.green {
  background-color: #3aac95;
}

.bule {
  background-color: #43a8d6;
}

/*

共通の設定

*/

/*

Modifier

*/
.flex {
  display: flex;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.btn {
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.text {
  width: 100%;
  line-height: 1.8;
}

header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 10px 20px;
}

.nav-inner {
  gap: 20px;
}

.hamburger {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
  display: none;
}

.hamburger span {
  width: 30px;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  left: 10px;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 15px;
}

.hamburger span:nth-child(2) {
  top: 25px;
}

.hamburger span:nth-child(3) {
  top: 35px;
}

.scroll-bar {
  width: 52px;
  height: 150px;
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: 3;
}

.scroll-bar span {
  border-radius: 2px;
  position: absolute;
  z-index: 4;
  width: 3px;
}

.scroll-bar span:nth-child(1) {
  height: 100px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.scroll-bar span:nth-child(2) {
  height: 35px;
  left: 25%;
  bottom: -5px;
  transform: rotate(-45deg);
}

.scroll-bar span:nth-child(3) {
  height: 35px;
  right: 25%;
  bottom: -5px;
  transform: rotate(45deg);
}

.scroll-bar span:nth-child(4) {
  height: 10px;
  left: 50%;
  bottom: 105px;
  transform: translateX(-50%);
}

.scroll-bar span:nth-child(5) {
  height: 10px;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
}

.scroll-bar span:nth-child(6) {
  height: 10px;
  left: 50%;
  bottom: 135px;
  transform: translateX(-50%);
}

main {
  max-width: 2000px;
  padding: 0 40px;
}

.margin-top {
  margin-top: 200px;
}

section {
  width: 100%;
  margin-bottom: 200px;
}

.section-border {
  width: 100%;
  height: auto;
  padding: 0 20px;
  padding-top: 20px;
  border-radius: 40px;
  background-color: #fff;
}

.sec__head {
  width: 90%;
  transform: translateX(8%);
  text-align: center;
}

/*

カルーセルの設定

*/

.slide {
  width: 100%;
  margin: 0 auto;
}

.slick-prev::before,
.slick-next::before {
  color: #3aac95;
}

.slick-prev,
.slick-next {
  top: unset;
  bottom: -45px;
}

.slick-prev {
  left: unset;
  right: 40px;
  z-index: 100;
}

.slick-next {
  right: 0%;
  z-index: 100;
}

/* .slick-slide {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: scale(.75);
} */

footer {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

@media (max-width: 800px) {
  html {
    font-size: 1.25vw;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 1.56vw;
  }

  nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    margin-top: 50px;
    transition: 0.5s;
    z-index: -2;
  }

  .menu-open nav {
    top: 0;
  }

  .nav-inner {
    display: grid;
    grid-template-columns: 1 / 2;
    grid-template-rows: 1 / 2;
    align-items: center;
    height: 100%;
    overflow: auto;
  }

  .nav-inner a {
    font-size: 16px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 10px 10px -15px rgba(0, 0, 0, 1);
  }

  .hamburger {
    display: block;
  }

  .menu-open .hamburger span:nth-child(1) {
    top: 25px;
    transform: rotate(315deg);
  }

  .menu-open .hamburger span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .menu-open .hamburger span:nth-child(3) {
    top: 25px;
    transform: rotate(-315deg);
  }

  .maincatch_name_first {
    font-size: 64px;
  }

  .maincatch_name_middle {
    font-size: 32px;
  }
}
