/* misekai CSS (home.css) */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ============================================
 main_visual
============================================ */
/* ============================================
 slider
============================================ */
#main_slick {
  padding-top: 50px;
  padding-bottom: 0;
  max-width: 700px;
  margin: 0 auto;
  background: #000 url("../../images/main-bg.png") no-repeat center 10%;
  background-size: cover;
}
#main_slick .wrapper {
  width: 100%;
  padding: 0;
}
#main_slick .illust {
  position: absolute;
  right: 0px;
  bottom: -1.6rem;
  font-size: 8px;
  font-size: 2.5vw;
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  color: #5a6161;
}
#main_slick .logo-ico {
  width: 25%;
  margin: 0 auto 9%;
}
#main_slick h1 {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 20%;
  margin: 0 auto;
  padding-bottom: 60%;
}
#main_slick h1 img {
  width: 100%;
}

.slick_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#slick_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
#slick_bg div {
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  background-size: cover;
}
#slick_bg div:first-child {
  height: 100%;
  width: 100vw;
  background-size: cover;
}

#slick_next, #slick_preview {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#slick_next {
  right: 0;
}

#slick_preview {
  left: 0;
}

.slick-dots {
  bottom: -30px;
}

.slick-slide, .slide_selector > div {
  pointer-events: none;
}

.slick-dotted.slick-slider {
  margin: 0;
}

/* ============================================
 contents
============================================ */
#main {
  width: 100%;
  margin-top: 30px;
}

section {
  border-top: 1px solid #757575;
  position: relative;
  margin: 0px auto;
  width: 92%;
  padding: 25px 0 35px;
}
section h2 {
  position: relative;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #fff;
  border: solid 1px #fff;
  font-size: 18px;
  font-size: 5.625vw;
  font-family: "felix-titling", "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.5rem 0rem;
  margin-bottom: 20px;
}
section h2 span {
  font-family: "Noto Serif JP", sans-serif;
}
section h2 img {
  width: 80%;
}
section h3 {
  position: relative;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 16px;
  font-size: 5vw;
  font-family: "felix-titling", "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 2rem 0rem 0.3em;
  margin-bottom: 5px;
}
section h3:before {
  content: "";
  position: absolute;
  opacity: 1;
  bottom: -5%;
  left: -10%;
  right: 0;
  width: 120%;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #016b85 15%, #016b85 85%, transparent);
  background-image: linear-gradient(to right, transparent, #016b85 15%, #016b85 85%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}
section .state {
  padding: 1.5rem 0;
  letter-spacing: -0.2px;
}
section .state h4 {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 10px;
  border: solid 1px #fff;
}
section .state h4 span {
  display: inline-block;
  font-size: 12px;
  font-size: 3.75vw;
  padding: 0.5rem 1rem;
  line-height: 1;
}
section .state p {
  text-align: left;
  font-size: 10.5px;
  font-size: 3.28125vw;
}
section .state p strong {
  font-size: 13px;
  font-size: 4.0625vw;
}

.bg {
  position: relative;
  width: 100%;
  height: auto;
}
.bg.bg00 {
  background: #000;
}
.bg.bg01 {
  background: #d5e3e6;
  margin-top: 0;
}
.bg.bg01 h2 {
  text-align: center;
  background: #1a1a1a;
  padding: 20px 0;
}
.bg.bg01 h2 img {
  width: 80%;
}
.bg.bg01 h3 img {
  width: 100%;
}
.bg.bg02 {
  background: #000 url(https://d20dfxyuz7q532.cloudfront.net/soraru/2024/bg02.jpg) no-repeat center top;
  background-size: cover;
}
.bg.bg04 {
  background: #000 url(https://d20dfxyuz7q532.cloudfront.net/soraru/2024/bg02.jpg) no-repeat center top;
  background-size: cover;
}
/*-----------------------------------------------------------------
  news
------------------------------------------------------------------*/
#news {
  position: relative;
  padding-top: 60px;
  border-top: none;
}
#news .inner {
  margin: 0 auto;
  width: 82%;
}

.news_list .caution {
  font-size: 10px;
  font-size: 3.125vw;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.news_list ul li {
  margin-bottom: 30px;
}
.news_list ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 0 7px;
  padding-top: 0;
  letter-spacing: 1px;
  color: #fff;
}
.news_list ul li a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.news_list ul li a:hover button {
  letter-spacing: 2.5px;
}
.news_list ul li button {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  letter-spacing: 1px;
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 4.375vw;
  text-align: center;
  outline: 0;
  border: solid 1px #8f8f8f;
  color: #fff;
  border-radius: 0;
  background: #011415;
  background: linear-gradient(180deg, rgb(1, 20, 21) 0%, rgb(3, 108, 134) 50%, rgb(1, 20, 21) 100%);
}
.news_list ul li .news_tit {
  letter-spacing: -0.2px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
  color: #e9fbff;
  font-weight: 200;
  font-size: 13px;
  font-size: 4.0625vw;
}

.attention {
  margin-top: 30px;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.11);
  text-align: left;
}
.attention p {
  font-size: 10px;
  font-size: 3.125vw;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.attention ul li {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 10px;
  font-size: 3.125vw;
  text-indent: -1em;
  padding-left: 1em;
}
.attention ul li a {
  color: #c6c6c6;
  text-decoration: underline;
}
.attention ul li a:hover {
  text-decoration: none;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 900px) {
  /* ============================================
   main_visual
  ============================================ */
  #main_visual .illust {
    font-size: 12px;
    font-size: 1rem;
    text-align: right;
    padding-right: 5px;
  }
  h1 {
    text-align: center;
    position: relative;
  }
  h1 img {
    width: 100%;
  }
  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-top: 90px;
    padding-bottom: 0;
    max-width: 900px;
    margin: 0 auto;
    background: #000 url("../../images/main-bg.png") no-repeat center 20%;
    background-size: cover;
  }
  #main_slick .wrapper {
    width: 100%;
    padding: 0;
  }
  #main_slick .illust {
    position: absolute;
    right: 0px;
    bottom: -1.6rem;
    font-size: 8px;
    font-size: 2.5vw;
    padding-right: 10px;
    padding-top: 5px;
    text-align: right;
    color: #5a6161;
  }
  #main_slick .slick_wrapper {
    margin: 0 auto;
    max-width: 850px;
  }
  #main_slick .logo-ico {
    width: 180px;
    margin: 0 auto 70px;
  }
  #main_slick h1 {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 120px;
    margin: 0 auto;
    padding-bottom: 450px;
  }
  #main_slick h1 img {
    width: 100%;
  }
  /* ============================================
   contents
  ============================================ */
  #main {
    width: 100%;
    margin-top: 30px;
  }
  section {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    padding: 60px 25px;
  }
  section h2 {
    position: relative;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 38px;
    font-size: 3.1666666667rem;
    padding: 1.5rem 1rem;
    margin-bottom: 40px;
  }
  section h2 img {
    width: 80%;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
  }
  section h3 {
    position: relative;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 36px;
    font-size: 3rem;
    font-family: "felix-titling", "Noto Serif JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 4rem 0rem 0.1em;
    margin-bottom: 5px;
  }
  section h3:before {
    content: "";
    position: absolute;
    opacity: 1;
    bottom: -5%;
    left: -10%;
    right: 0;
    width: 120%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #016b85 15%, #016b85 85%, transparent);
    background-image: linear-gradient(to right, transparent, #016b85 15%, #016b85 85%, transparent);
    background-position: center;
    background-repeat: no-repeat;
  }
  section .state {
    padding: 1.5rem 0;
    letter-spacing: -0.2px;
    color: #fff;
  }
  section .state h4 {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 10px;
    border: solid 1px #fff;
  }
  section .state h4 span {
    display: inline-block;
    font-size: 24px;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    line-height: 1;
  }
  section .state p {
    text-align: left;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  section .state p strong {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  .bnr-area {
    margin: 0 auto;
    width: 86%;
    padding: 50px 0;
    max-width: 800px;
  }
  .bnr-area div {
    margin: 30px auto;
  }
  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news {
    position: relative;
    padding-top: 80px;
    border-top: none;
  }
  #news .inner {
    margin: 0 auto;
    width: 82%;
  }
  .news_list .caution {
    font-size: 16px;
    font-size: 1.3333333333rem;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  .news_list ul li {
    margin-bottom: 30px;
  }
  .news_list ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0 7px;
    padding-top: 0;
    letter-spacing: 1px;
    color: #fff;
  }
  .news_list ul li a:hover {
    text-decoration: none !important;
    opacity: 0.8;
  }
  .news_list ul li a:hover button {
    letter-spacing: 2.5px;
  }
  .news_list ul li button {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: 1px;
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-size: 1.8333333333rem;
    text-align: center;
    outline: 0;
    border: solid 1px #8f8f8f;
    color: #fff;
    border-radius: 0;
    background: #011415;
    background: linear-gradient(180deg, rgb(1, 20, 21) 0%, rgb(3, 108, 134) 50%, rgb(1, 20, 21) 100%);
  }
  .news_list ul li .news_tit {
    letter-spacing: -0.2px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
    color: #e9fbff;
    font-weight: 200;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .attention {
    margin-top: 50px;
    padding: 55px 40px;
    background: rgba(255, 255, 255, 0.11);
  }
  .attention p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
  }
  .attention ul li {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.1666666667rem;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
  }
  .attention ul li a {
    color: #c6c6c6;
    text-decoration: underline;
  }
  .attention ul li a:hover {
    text-decoration: none;
  }
}

/*# sourceMappingURL=home.css.map */
