@charset "UTF-8";
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*　////////////////////////////////
TOPメイン画像
//////////////////////////////////　*/
body {
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /* ---------- top --------------- */
}
.all-wrapper #top {
  /*　////////////////////////////
  info area
  //////////////////////////////////////////////////////////　*/
}
.all-wrapper #top .main_visual {
  text-align: center;
  margin-bottom: 50px;
}
.all-wrapper #top .main_visual .main_title {
  margin-bottom: 60px;
}
.all-wrapper #top .main_visual .main_img img {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}
.all-wrapper #top .main_visual .main_img .main_txt {
  font-size: clamp(2.4rem, 4.24vw, 4rem);
  font-weight: 500;
}
.all-wrapper #top .top_txt_box {
  max-width: 1000px;
  margin: 0 auto 30px;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .all-wrapper #top .main_visual {
    text-align: center;
    margin-bottom: 80px;
  }
  .all-wrapper #top .main_visual .main_title {
    margin-bottom: 100px;
  }
  .all-wrapper #top .main_visual .since {
    margin-top: 50px;
  }
  .all-wrapper #top .main_visual .main_img img {
    max-width: 240px;
    margin: 0 auto 60px;
  }
  .all-wrapper #top .top_txt_box {
    margin: 0 auto 50px;
    line-height: 2.5;
  }
}
.all-wrapper #top .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.all-wrapper #top .since {
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.6rem, 3.94vw, 3.4rem);
  font-weight: 400;
  letter-spacing: 0.2em;
}
.all-wrapper #top .since span {
  -webkit-animation-name: SinceAnime;
          animation-name: SinceAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.all-wrapper #top .since span:nth-child(1) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
.all-wrapper #top .since span:nth-child(2) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}
.all-wrapper #top .since span:nth-child(3) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}
.all-wrapper #top .since span:nth-child(4) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}
.all-wrapper #top .since span:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.all-wrapper #top .since span:nth-child(6) {
  -webkit-animation-delay: 2.14s;
          animation-delay: 2.14s;
}
.all-wrapper #top .since span:nth-child(7) {
  -webkit-animation-delay: 2.28s;
          animation-delay: 2.28s;
}
.all-wrapper #top .since span:nth-child(8) {
  -webkit-animation-delay: 2.42s;
          animation-delay: 2.42s;
}
.all-wrapper #top .since span:nth-child(9) {
  -webkit-animation-delay: 2.56s;
          animation-delay: 2.56s;
}
.all-wrapper #top .since span:nth-child(10) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
@-webkit-keyframes SinceAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes SinceAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.all-wrapper #top .info_area {
  padding: 50px 0;
}
.all-wrapper #top .info_area .news_title {
  text-align: center;
  font-size: clamp(2.6rem, 3.94vw, 3.4rem);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3em;
  font-weight: 400;
  margin-bottom: 40px;
}
.all-wrapper #top .info_area .news_title .txt {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px;
}
.all-wrapper #top .info_area .news_title .border {
  display: block;
  height: 2px;
  width: 100%;
  background: #664497;
  position: relative;
}
.all-wrapper #top .info_area .news_title .border::before, .all-wrapper #top .info_area .news_title .border::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #664497;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.all-wrapper #top .info_area .news_title .border::before {
  left: 0;
}
.all-wrapper #top .info_area .news_title .border::after {
  right: 0;
}
.all-wrapper #top .info_area .info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wrapper #top .info_area .info_list li {
  width: 100%;
  margin: 0 0 25px;
}
.all-wrapper #top .info_area .info_list li .thumb {
  margin-bottom: 5px;
}
.all-wrapper #top .info_area .info_list li .thumb span {
  display: block;
  height: 240px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.all-wrapper #top .info_area .info_list li .day {
  font-size: clamp(1.5rem, 2.09vw, 1.7rem);
  display: block;
  margin-top: 10px;
}
.all-wrapper #top .info_area .info_list li .title {
  font-size: clamp(1.5rem, 2.09vw, 1.7rem);
}
.all-wrapper #top .info_area li:nth-child(n+6) {
  display: none;
}
.all-wrapper #top .info_area .info_btn {
  text-align: right;
}
.all-wrapper #top .info_area .info_btn .btn_inner {
  padding-right: 30px;
  display: inline-block;
  position: relative;
}
.all-wrapper #top .info_area .info_btn .btn_inner::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 22px;
  background: #664497;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 480px) {
  .all-wrapper #top .info_area .news_title {
    margin-bottom: 50px;
  }
  .all-wrapper #top .info_area .news_title .txt {
    padding: 20px 15px;
  }
  .all-wrapper #top .info_area .info_list {
    gap: 4%;
  }
  .all-wrapper #top .info_area .info_list li {
    width: 48%;
  }
}
@media (min-width: 987px) {
  .all-wrapper #top .info_area .info_list {
    gap: 5%;
  }
  .all-wrapper #top .info_area .info_list li {
    width: 30%;
  }
}