@charset "UTF-8";
/* CSS (home.css) */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ============================================
 contents
============================================ */
#content_area {
  padding: 0;
  padding-top: 100px;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
}

main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10% 0%;
  min-height: 74vh;
  height: auto;
}
main .mainvisual {
  position: relative;
  width: 80%;
  margin: 5% auto 5%;
  animation-fill-mode: forwards;
}

/*---------- vertical tab nav */
#vertical_tab_nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30%;
  padding-right: 23%;
}
#vertical_tab_nav h2 {
  position: absolute;
  right: 4%;
  top: -4%;
  width: 12%;
}

#vertical_tab_nav .vertical_tab_nav_wrap {
  display: flex;
  margin: 0 0 20px;
  padding: 0px;
  list-style: none;
  overflow: initial;
  width: 100%;
}

#vertical_tab_nav .vertical_tab_nav_wrap li {
  text-align: left;
  padding: 0px;
  width: 40%;
}

#vertical_tab_nav .vertical_tab_nav_wrap li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
}

#vertical_tab_nav .vertical_tab_nav_wrap li a {
  display: block;
  font-size: 30px;
  font-size: 8vw;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 2%;
  background: -webkit-linear-gradient(top, rgba(68, 68, 68, 0.48), rgba(51, 51, 51, 0.75));
  background: -moz-linear-gradient(top, rgba(68, 68, 68, 0.45), rgba(51, 51, 51, 0.71));
  text-align: center;
}

#vertical_tab_nav .vertical_tab_nav_wrap li a.selected {
  background: rgb(228, 234, 124);
  background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 47%, rgb(131, 209, 113) 98%, rgb(131, 209, 113) 100%);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  font-size: 8vw;
}

#vertical_tab_nav .vertical_tab_inner {
  display: block;
  width: 100%;
  min-height: 360px;
  padding: 10px 0% 3% 1%;
}

#vertical_tab_nav .vertical_tab_inner article {
  display: none;
  margin: 0px;
  color: #555;
}

.archive_list {
  min-height: 200px;
}
.archive_list .more {
  text-align: right;
  margin-top: 30px;
}
.archive_list .more a {
  background: rgba(0, 0, 0, 0.5);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding: 2px 10px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.archive_list ul li {
  position: relative;
  margin: 5px 0;
}
.archive_list ul li:nth-child(4) {
  display: none;
}
.archive_list ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  width: 110%;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #fff 15%, #fff 85%, transparent);
  background-image: linear-gradient(to right, transparent, #fff 15%, #fff 85%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}
.archive_list ul li a {
  display: block;
  align-items: center;
  padding: 15px 0 15px;
  color: #fff;
}
.archive_list ul li a:hover {
  text-decoration: none;
}
.archive_list ul li .tag-premium {
  top: 1.3em;
  left: 7em;
  position: absolute;
  color: yellow;
}
.archive_list ul li .date {
  position: relative;
  margin-bottom: 3px;
  font-weight: 900;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw;
}
.archive_list ul li .date .new {
  margin-left: 10px;
  color: #d9352d;
}
.archive_list ul li .tit {
  position: relative;
  font-size: 13px;
  font-size: 3.4666666667vw;
  width: 100%;
  padding-left: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  padding-right: 34px;
}
.archive_list ul li .tit:before {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  content: "";
  left: -2px;
  top: 50%;
  margin-top: -28px;
  width: 1px;
  height: 50px;
  background: #c2c2c2;
  border-radius: 3px;
  transform: rotate(45deg);
}
.archive_list ul li .tit:after {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #fff;
  font-size: 20px;
  font-size: 5.3333333333vw;
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  content: "\f054";
  font-weight: 300;
}
.archive_list ul li:first-child a {
  padding-top: 0;
}
.archive_list .cs {
  text-align: center;
  padding: 90px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  font-size: 4.2666666667vw;
}

#video {
  padding: 0;
}
#video h2 {
  padding: 0 25px;
  text-align: left;
}
#video h2 img {
  width: 60%;
}
#video .video_area {
  position: relative;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.45);
}
#video .video_wrap {
  margin: 0 auto;
}
#video .video_wrap .video {
  position: relative;
  width: 100%;
  padding-top: 58.25%;
}
#video .video_wrap .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#video_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#video_slick .slick-dots {
  display: none !important;
}
#video_slick .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#video_slick .slick-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  width: 300px;
  padding: 0 20px;
}
#video_slick .slick-next {
  right: 50%;
  top: 50%;
  margin-right: -172px;
  display: flex;
  margin-top: -10px;
  padding: 20px;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}
#video_slick .slick-next:before {
  content: "▶︎";
  color: rgba(0, 177, 64, 0.89);
}
#video_slick .slick-prev {
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  margin-left: -172px;
  margin-top: -5px;
  padding: 20px;
  z-index: 1;
}
#video_slick .slick-prev:before {
  content: "◀︎";
  color: rgba(0, 177, 64, 0.89);
}

.video_slide {
  margin: 0;
}

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

#video_slick_next {
  right: -35px;
}

#video_slick_preview {
  left: -35px;
}

.video_tit {
  margin-top: 5px;
  text-align: center;
}

.video_btn {
  text-align: center;
  margin: 25px auto 0;
}
.video_btn img {
  max-width: 90px;
}

.video_slide_inner a {
  display: block;
  position: relative;
}

#gcc {
  padding: 0;
  margin-bottom: 0;
}
#gcc h2 {
  padding: 0 0px;
  margin-bottom: 30px;
  text-align: center;
}
#gcc h2 img {
  width: 100%;
}
#gcc .gcc-list {
  padding: 30px 25px;
  background: rgb(0, 170, 167);
  background: linear-gradient(103deg, rgba(0, 170, 167, 0.464044993) 0%, rgba(131, 209, 193, 0.4752494748) 56%, rgba(0, 84, 106, 0.4696472339) 100%);
}
#gcc .gcc-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#gcc .gcc-list ul li {
  position: relative;
  margin: 0 2.5% 5%;
  width: 40%;
}
#gcc .gcc-list ul li a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border: solid 3px yellow;
}
#gcc .gcc-list ul li a p {
  font-size: 26px;
  font-size: 6.9333333333vw;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #969696;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.8px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.3em;
}
#gcc .gcc-list ul li a p small {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
#gcc .gcc-list ul li a p img {
  position: relative;
  top: 10px;
}
#gcc .gcc-list ul li time {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-weight: 900;
  padding-left: 5px;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#gcc .gcc-list ul li .new {
  font-size: 11px;
  font-size: 0.9166666667rem;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  left: -15px;
  top: -15px;
  position: absolute;
}
#gcc .gcc-list ul li.premium a {
  border-color: #f8f846;
  background: #f8f846;
}
#gcc .gcc-list ul li.premium a img {
  top: 0;
}
#gcc .gcc-list ul li.premium.oneday {
  position: relative;
  margin: 0 0 5%;
  width: 85%;
}
#gcc .gcc-list ul li.premium.oneday p {
  margin: 0;
  height: auto;
  font-size: 1rem;
}
#gcc .gcc-list ul li.premium.oneday a {
  border: none;
  background: transparent;
}
#gcc .gcc-list .gcc-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
}
#gcc .gcc-list .gcc-footer span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 1.3em;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
  background: rgba(0, 0, 0, 0.63);
}
#gcc .gcc-list .gcc-footer span:first-child {
  background: #cc0027;
  width: 100%;
  color: #fff;
}
#gcc .gcc-list .gcc-footer.blank span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#gcc .gcc-list .gcc-footer.blank span:first-child {
  background: #fff;
  width: 100%;
  color: #000;
}
#gcc .other-list {
  padding: 30px 25px;
}
#gcc .other-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#gcc .other-list ul li {
  position: relative;
  margin: 0 2.5% 5%;
  width: 40%;
}
#gcc .other-list ul li a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: rgb(185, 142, 191);
  background: linear-gradient(180deg, rgb(185, 142, 191) 0%, rgb(0, 165, 177) 65%, rgb(184, 210, 231) 100%);
  border: solid 3px yellow;
}
#gcc .other-list ul li a p {
  font-size: 26px;
  font-size: 6.9333333333vw;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #969696;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.8px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3.3em;
}
#gcc .other-list ul li a p small {
  font-size: 20px;
  font-size: 5.3333333333vw;
}
#gcc .other-list ul li a p img {
  position: relative;
  top: 10px;
}
#gcc .other-list ul li time {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-weight: 900;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#gcc .other-list ul li .new {
  font-size: 11px;
  font-size: 0.9166666667rem;
  background: red;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  border-radius: 50%;
  padding: 0;
  width: 35px;
  height: 35px;
  left: -15px;
  top: -15px;
  position: absolute;
}
#gcc .other-list ul li.premium a {
  border-color: #f8f846;
  background: #f8f846;
}
#gcc .other-list ul li.premium a img {
  top: 0;
}
#gcc .other-list .gcc-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
}
#gcc .other-list .gcc-footer span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 1.3em;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
  background: transparent;
}
#gcc .other-list .gcc-footer span:first-child {
  background: transparent;
  width: 100%;
  color: #fff;
}
#gcc .other-list .gcc-footer.blank span {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}
#gcc .other-list .gcc-footer.blank span:first-child {
  background: transparent;
  width: 100%;
  color: #000;
}

#slick {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}
#slick .slider {
  transition: opacity 0.3s linear;
  opacity: 0;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
#slick .slider.slick-initialized {
  opacity: 1;
}
#slick .slider-img {
  margin: 0;
}
#slick .slider-img img {
  height: auto;
  width: 100%;
}
#slick .slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
#slick .prev-arrow {
  width: 20px;
  border-left: 0;
  background: transparent;
  height: 100%;
  left: -34px;
  top: 0%;
  font-size: 25px;
  font-size: 6.6666666667vw;
}
#slick .next-arrow {
  font-size: 25px;
  font-size: 6.6666666667vw;
  width: 20px;
  border-right: 0;
  background: transparent;
  height: 100%;
  right: -34px;
  top: 0%;
}
#slick button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.slick-prev, .slick-next {
  top: 30%;
  display: block;
  width: 20px;
  height: 20px;
}
.information-banner {
  margin: 20px auto;
  width: 80%;
}
.information-banner a {
  font-size: 10px;
  font-size: 2.6666666667vw;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  line-height: 1.3;
  width: 100%;
  padding: 7px 10px;
  border: 4px solid #000;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

section {
  position: relative;
  margin: 100px 0;
  padding: 25px;
}
section h2 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #464646;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 3.3333333333rem;
}
section .inner {
  position: relative;
}

.btn-24now {
  display: none;
  position: fixed;
  top: 11px;
  left: 90px;
  z-index: 1000;
}
.btn-24now.active {
  display: block;
}
.btn-24now .btn-24now-wrapper {
  text-align: center;
  padding: 0px 0;
}
.btn-24now .btn-24now-wrapper p {
  position: absolute;
  width: 100%;
  top: -5px;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: #fff;
  font-size: 10px;
  font-size: 0.8333333333rem;
  white-space: nowrap;
}
.btn-24now .btn-24now-wrapper p span {
  letter-spacing: 0.5px;
  font-size: 11px;
  font-size: 0.9166666667rem;
}
.btn-24now .btn-24now-wrapper .tag-wrap {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -10px;
}
.btn-24now .btn-24now-wrapper .tag-wrap .tag {
  width: 80%;
  border: solid 1px #00b140;
  background: #00b140;
  color: #fff;
  display: inline-block;
  margin: 0 0px 0 0;
  padding: 0px 5px;
  border-radius: 5px;
  line-height: 1.3;
  min-width: 0;
  text-align: center;
  font-weight: 900;
  font-size: 10px;
  font-size: 0.8333333333rem;
}
.btn-24now .circle-grad {
  display: inline-block;
  width: 55px;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.1);
}
.btn-24now .circle-grad::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid transparent;
  background: linear-gradient(120deg, #16a157, #c0dd22, #d55de8) border-box;
  background-size: 250% 250%;
  animation: gradient 10s ease infinite;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: padding-box, border-box;
  mask-composite: exclude;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-composite: destination-out;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-24now .circle-inner {
  overflow: hidden;
  width: 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  position: relative;
}

/* ============================================
Media Queries
============================================ */
@media screen and (min-width: 900px) {
  /* ============================================
   contents
  ============================================ */
  #content_area {
    padding: 90px 0 0;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
  }
  main {
    position: relative;
    width: 100%;
    padding: 7%;
    height: 100vh;
    height: 100dvh;
  }
  main .mainvisual {
    text-align: center;
    width: 100%;
    margin: 0 auto 80px;
    max-width: 510px;
    animation-fill-mode: forwards;
  }
  .information-banner {
    margin: 20px auto 150px;
    width: 80%;
    max-width: 890px;
  }
  .information-banner a {
    font-size: 16px;
    font-size: 1.3333333333rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    line-height: 1.3;
    width: 100%;
    padding: 10px 15px;
    border: 4px solid #000;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  section {
    position: relative;
    margin: 80px auto;
    padding: 25px;
    max-width: 1000px;
  }
  section h2 {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #464646;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-size: 3.3333333333rem;
  }
  section .inner {
    position: relative;
  }
  #slick {
    width: 80%;
    margin-bottom: 50px;
    margin-top: -50px;
  }
  #slick .slider {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
  }
  #slick .slider-img {
    margin: 0 7px;
  }
  #slick .slider-img img {
    height: auto;
    width: 100%;
  }
  #slick .slide-arrow {
    background-color: #333;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  #slick .prev-arrow {
    width: 20px;
    border-left: 0;
    background: transparent;
    height: 100%;
    left: -34px;
    top: 0%;
    font-size: 25px;
    font-size: 2.0833333333rem;
  }
  #slick .next-arrow {
    font-size: 25px;
    font-size: 2.0833333333rem;
    width: 20px;
    border-right: 0;
    background: transparent;
    height: 100%;
    right: -34px;
    top: 0%;
  }
  #slick button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }
  .slick-prev, .slick-next {
    top: 30%;
    display: block;
    width: 20px;
    height: 20px;
  }
  /*---------- vertical tab nav */
  #vertical_tab_nav {
    /* display: flex; */
    /* flex-direction: row; */
    align-items: baseline;
    width: 100%;
    margin-top: 7%;
    padding-right: 0%;
    padding-left: 0%;
  }
  #vertical_tab_nav h2 {
    position: absolute;
    right: 2%;
    top: -8%;
    width: 79px;
  }
  #vertical_tab_nav .vertical_tab_nav_wrap {
    /* display: block; */
    margin: 0px;
    /* display: block; */
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    /* min-height: 250px; */
    padding-top: 0;
    width: 50%;
    padding-left: 6%;
  }
  #vertical_tab_nav .vertical_tab_nav_wrap li {
    text-align: left;
    padding: 0px;
    width: 100%;
  }
  #vertical_tab_nav .vertical_tab_nav_wrap li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
  #vertical_tab_nav .vertical_tab_nav_wrap li a {
    display: block;
    font-size: 42px;
    font-size: 3.5rem;
    text-align: center;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    padding: 1%;
    background: -webkit-linear-gradient(top, rgba(68, 68, 68, 0.48), rgba(51, 51, 51, 0.75));
    background: -moz-linear-gradient(top, rgba(68, 68, 68, 0.45), rgba(51, 51, 51, 0.71));
  }
  #vertical_tab_nav .vertical_tab_nav_wrap li a.selected {
    background: rgb(228, 234, 124);
    background: linear-gradient(103deg, rgb(228, 234, 124) 0%, rgb(131, 209, 113) 47%, rgb(131, 209, 113) 98%, rgb(131, 209, 113) 100%);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 42px;
    font-size: 3.5rem;
  }
  #vertical_tab_nav .vertical_tab_inner {
    display: block;
    width: 100%;
    min-height: 450px;
    padding: 10px 20% 3% 6%;
  }
  #vertical_tab_nav .vertical_tab_inner article {
    display: none;
    margin: 0px;
    color: #555;
  }
  .archive_list {
    min-height: 200px;
  }
  .archive_list .cs {
    text-align: center;
    padding: 90px 0;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .archive_list .more {
    text-align: right;
    margin-top: 40px;
  }
  .archive_list .more a {
    background: rgba(0, 0, 0, 0.5);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    padding: 2px 15px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .archive_list ul li {
    position: relative;
    margin: 15px 0;
  }
  .archive_list ul li a {
    display: block;
    align-items: center;
    padding: 15px 0 15px;
    color: #000;
  }
  .archive_list ul li a:hover {
    text-decoration: none;
  }
  .archive_list ul li .tag-premium {
    top: 1.3em;
    left: 7em;
    position: absolute;
    color: yellow;
  }
  .archive_list ul li .date {
    position: relative;
    margin-bottom: 3px;
    font-weight: 900;
    width: 100%;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .archive_list ul li .date .new {
    margin-left: 10px;
    color: #d9352d;
  }
  .archive_list ul li .tit {
    position: relative;
    font-size: 18px;
    font-size: 1.5rem;
    width: 100%;
    padding-left: 0;
    font-weight: 900;
    line-height: 1.3;
    padding-right: 34px;
  }
  .archive_list ul li .tit:before {
    display: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    content: "";
    left: -2px;
    top: 50%;
    margin-top: -28px;
    width: 1px;
    height: 50px;
    background: #c2c2c2;
    border-radius: 3px;
    transform: rotate(45deg);
  }
  .archive_list ul li .tit:after {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 30px;
    font-size: 2.5rem;
    font: var(--fa-font-solid);
    content: "\f054";
    font-weight: 300;
  }
  .archive_list ul li:first-child a {
    padding-top: 0;
  }
  #video {
    margin-top: 10%;
    padding: 0;
    max-width: none;
  }
  #video h2 {
    padding: 0 0px;
    text-align: left;
    max-width: 960px;
    margin: 0 auto 40px;
    position: relative;
    left: 0px;
  }
  #video h2 img {
    width: 320px;
  }
  #video .video_area {
    padding: 70px 0;
    background: rgba(255, 255, 255, 0.45);
  }
  #video .video_wrap {
    position: relative;
    margin: 0 auto;
  }
  #video .video_wrap .video {
    position: relative;
    width: 100%;
    padding-top: 58.25%;
  }
  #video .video_wrap .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #video_slick {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: none;
  }
  #video_slick .slick-dots {
    display: none !important;
  }
  #video_slick .slick-slide {
    width: 650px;
    padding: 0 40px; /* ガター */
  }
  #video_slick .slick-next {
    right: 50%;
    top: 50%;
    margin-right: -348px;
    display: flex;
    margin-top: -10px;
    padding: 20px;
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
  }
  #video_slick .slick-next:before {
    content: "▶︎";
    font-size: 50px;
  }
  #video_slick .slick-prev {
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -348px;
    margin-top: -5px;
    padding: 20px;
    z-index: 1;
  }
  #video_slick .slick-prev:before {
    content: "◀︎";
    font-size: 50px;
  }
  .video_slide {
    margin: 0 10px;
  }
  .video_slide_inner {
    width: 500px;
  }
  .video_slide_inner a {
    display: block;
    position: relative;
  }
  #video_slick_next, #video_slick_preview {
    position: absolute;
    display: block;
    height: 60px;
    width: 35px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }
  #video_slick_next {
    right: 31.5%;
  }
  #video_slick_preview {
    left: 31.5%;
  }
  .video_btn {
    text-align: center;
    margin: 40px auto 0;
  }
  .video_btn img {
    max-width: 140px;
  }
  #gcc {
    padding: 0;
    max-width: none;
  }
  #gcc h2 {
    margin: 50px auto;
    padding: 0 40px;
    text-align: center;
    max-width: 960px;
  }
  #gcc h2 img {
    width: 100%;
  }
  #gcc .gcc-list {
    padding: 10px 25px 30px;
    background: rgb(0, 170, 167);
    background: linear-gradient(103deg, rgba(0, 170, 167, 0.52) 0%, rgba(131, 209, 193, 0.52) 56%, rgba(0, 84, 106, 0.55) 100%);
  }
  #gcc .gcc-list ul {
    position: relative;
    max-width: 960px;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
  }
  #gcc .gcc-list ul li {
    margin: 0 0 3% 0;
    width: 25%;
    padding: 0 15px;
  }
  #gcc .gcc-list ul li a {
    display: block;
    border-radius: 10px;
    background: #fff;
    border: solid 5px yellow;
  }
  #gcc .gcc-list ul li a p {
    font-size: 38px;
    font-size: 3.1666666667rem;
    letter-spacing: -1px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #969696;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.7em;
  }
  #gcc .gcc-list ul li a p small {
    font-size: 29px;
    font-size: 2.4166666667rem;
  }
  #gcc .gcc-list ul li time {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    font-size: 1.25rem;
  }
  #gcc .gcc-list ul li .new {
    font-size: 14px;
    font-size: 1.1666666667rem;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    left: -5px;
    top: -15px;
    position: absolute;
  }
  #gcc .gcc-list ul li.premium.oneday {
    position: relative;
    margin: 0 0 5%;
    width: 100%;
  }
  #gcc .gcc-list ul li.premium.oneday a {
    border: none;
    background: transparent;
  }
  #gcc .gcc-list .gcc-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
  }
  #gcc .gcc-list .gcc-footer span {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    height: 1.3em;
    font-size: 18px;
    font-size: 1.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.63);
  }
  #gcc .gcc-list .gcc-footer span:first-child {
    background: #cc0027;
    color: #fff;
  }
  #gcc .other-list {
    padding: 60px 25px 30px;
  }
  #gcc .other-list ul {
    position: relative;
    max-width: 960px;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
  }
  #gcc .other-list ul li {
    margin: 0 0 3% 0;
    width: 25%;
    padding: 0 15px;
  }
  #gcc .other-list ul li a {
    display: block;
    border-radius: 10px;
    border: solid 5px yellow;
  }
  #gcc .other-list ul li a p {
    font-size: 38px;
    font-size: 3.1666666667rem;
    letter-spacing: -1px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #969696;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.7em;
  }
  #gcc .other-list ul li a p small {
    font-size: 29px;
    font-size: 2.4166666667rem;
  }
  #gcc .other-list ul li time {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    font-size: 1.25rem;
  }
  #gcc .other-list ul li .new {
    font-size: 14px;
    font-size: 1.1666666667rem;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    border-radius: 50%;
    padding: 0;
    width: 35px;
    height: 35px;
    left: -5px;
    top: -15px;
    position: absolute;
  }
  #gcc .other-list .gcc-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #gcc .other-list .gcc-footer span {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    height: 1.3em;
    font-size: 18px;
    font-size: 1.5rem;
    text-align: center;
    background: transparent;
  }
  #gcc .other-list .gcc-footer span:first-child {
    background: transparent;
    color: #fff;
  }
  footer {
    margin-top: 10px;
  }
  .btn-24now {
    position: fixed;
    top: 134px;
    left: 31px;
  }
  .btn-24now .btn-24now-wrapper {
    text-align: center;
    padding: 0px 0;
  }
  .btn-24now .btn-24now-wrapper p {
    position: absolute;
    width: 100%;
    top: -8px;
    text-align: center;
    font-weight: 900;
    letter-spacing: -1.3px;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .btn-24now .btn-24now-wrapper p span {
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .btn-24now .btn-24now-wrapper .tag-wrap {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -10px;
  }
  .btn-24now .btn-24now-wrapper .tag-wrap .tag {
    width: 80%;
    border: solid 1px #00b140;
    background: #00b140;
    color: #fff;
    display: inline-block;
    margin: 0 0px 0 0;
    padding: 0px 5px;
    border-radius: 5px;
    line-height: 1.3;
    min-width: 0;
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    font-size: 1rem;
  }
  .btn-24now .circle-grad {
    display: inline-block;
    width: 75px;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 50%;
    box-shadow: 3px 3px 11px 0px rgba(0, 0, 0, 0.1);
  }
  .btn-24now .circle-grad::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid transparent;
    background: linear-gradient(120deg, #1cc269, #b5d603, #ef9dfc) border-box;
    background-size: 350% 350%;
    animation: gradient 6s ease infinite;
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-clip: padding-box, border-box;
    mask-composite: exclude;
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-clip: padding-box, border-box;
    -webkit-mask-composite: destination-out;
  }
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .btn-24now .circle-inner {
    overflow: hidden;
    width: 65px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    position: relative;
  }
}

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