@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(../fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(../fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Regular";
  src: url(../fonts/Oswald/Oswald-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald-SemiBold";
  src: url(../fonts/Oswald/Oswald-SemiBold.woff) format("woff");
  font-display: swap;
}
/*=======*/
/* index */
/*=======*/
.index {
  /* 共通
  -----------------------------------*/
  /* メイン
  -----------------------------------*/
  /* about
  -----------------------------------*/
  /* genre-sec
  -----------------------------------*/
  /* news
  -----------------------------------*/
  /* link
  -----------------------------------*/
  /* photo
  -----------------------------------*/
}
.index .heading01 span {
  display: block;
  font-size: 28px;
}
@media (max-width: 599px) {
  .index .heading01 span {
    font-size: 18px;
  }
}
.index .main-sec {
  position: relative;
}
.index .main-sec::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 54px;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(180deg, white 0%, transparent 100%);
  z-index: 1;
}
@media (max-width: 599px) {
  .index .main-sec::before {
    content: none;
  }
}
.index .main-sec .h-main {
  background-color: #FFC905;
  text-align: center;
}
@media (max-width: 599px) {
  .index .main-sec .bg-area02 {
    padding-bottom: 24px;
  }
}
.index .about-sec {
  position: relative;
}
.index .about-sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background: #FFC905 url(../images/index/about_bg01.png);
  background-size: 100% 100%;
  background-position: top center;
}
@media (max-width: 599px) {
  .index .about-sec::before {
    height: 32px;
  }
}
.index .about-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background: #FFF8E6 url(../images/index/about_bg02.png);
  background-size: 100% 100%;
  background-position: top center;
}
@media (max-width: 599px) {
  .index .about-sec::after {
    height: 36px;
  }
}
.index .about-sec .bg-area01 {
  padding: 0;
  background-image: url(../images/index/about_bg03.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
@media (max-width: 599px) {
  .index .about-sec .bg-area01 {
    padding: 56px 0;
    background-image: url(../images/index/about_bg03_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }
}
.index .about-sec .heading01 {
  padding-top: 56px;
  padding-left: 24px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 32px;
  margin-left: -24px;
  background: url(../images/common/header_bg01.svg) no-repeat;
  background-size: 100% auto;
  text-align: left;
}
@media (max-width: 599px) {
  .index .about-sec .heading01 {
    min-height: 88px;
    margin: 0 0 24px;
    padding: 0;
    background-size: 80% auto;
    background-position: center center;
    text-align: center;
  }
}
.index .about-sec .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 599px) {
  .index .about-sec .wrap {
    display: block;
  }
}
.index .about-sec .wrap .txt {
  width: 50%;
}
@media (max-width: 599px) {
  .index .about-sec .wrap .txt {
    width: 100%;
  }
}
.index .about-sec .wrap .txt p {
  max-width: 480px;
  line-height: 1.75;
}
.index .about-sec .wrap figure {
  width: 46%;
}
@media (max-width: 599px) {
  .index .about-sec .wrap figure {
    width: 100%;
  }
}
.index .about-sec .wrap figure img {
  width: 138%;
  max-width: initial;
}
@media (max-width: 599px) {
  .index .about-sec .wrap figure img {
    width: 100%;
  }
}
.index .genre-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background: #FFF8E6 url(../images/index/jenre_bg01.png);
  background-size: 100% 100%;
  background-position: top center;
}
@media (max-width: 599px) {
  .index .genre-sec::after {
    height: 36px;
  }
}
.index .genre-sec .list-jenre {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre {
    gap: 10px 4px;
  }
}
.index .genre-sec .list-jenre li {
  width: 158px;
  padding-bottom: 4px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: #FFC905;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre li {
    width: 106px;
    padding-bottom: 3px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.index .genre-sec .list-jenre li .inner {
  height: 94px;
  padding: 24px 4px;
  border: 1px solid #333;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: #FFF;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre li .inner {
    height: 68px;
    padding: 16px 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.index .genre-sec .list-jenre li .title {
  margin-bottom: 0;
  text-align: center;
  color: #1AC69D;
  line-height: 1;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre li .title {
    font-size: 11px;
  }
}
.index .genre-sec .list-jenre li .title span {
  display: block;
  margin-bottom: 8px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 18px;
  color: #333;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre li .title span {
    font-size: 13px;
  }
}
.index .genre-sec .list-jenre li.min-box .inner {
  padding: 12px 0;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre li.min-box .inner {
    padding: 8px 2px;
  }
}
.index .genre-sec .list-jenre li.min-box .title {
  font-size: 15px;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre li.min-box .title {
    font-size: 10px;
  }
}
.index .genre-sec .list-jenre li.min-box .title span {
  font-size: 15px;
}
@media (max-width: 599px) {
  .index .genre-sec .list-jenre li.min-box .title span {
    font-size: 10px;
  }
}
.index .genre-sec .list-menu {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .index .genre-sec .list-menu {
    margin: 32px 0 56px;
  }
}
.index .genre-sec .list-menu li a {
  display: block;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s all;
}
.index .genre-sec .list-menu li a:hover {
  box-shadow: none;
  transform: translateY(2px);
}
.index .genre-sec .list-menu li a:hover img {
  opacity: 1 !important;
}
.index .news-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background: #FFC905 url(../images/index/news_bg01.png);
  background-size: 100% 100%;
  background-position: top center;
}
@media (max-width: 599px) {
  .index .news-sec::after {
    height: 36px;
  }
}
.index .news-sec .bg-area01 {
  padding-bottom: 24px;
}
@media (max-width: 599px) {
  .index .news-sec .bg-area01 {
    padding-bottom: 40px;
  }
}
.index .link-sec .link01 {
  padding-bottom: 32px;
}
@media (max-width: 599px) {
  .index .link-sec .link01 {
    padding-bottom: 40px;
  }
}
.index .link-sec .link01 .txt {
  margin-top: -17%;
}
@media (max-width: 599px) {
  .index .link-sec .link01 .txt {
    margin-top: -25%;
  }
}
.index .link-sec .link01 .txt .inner {
  border-radius: 16px;
}
@media (max-width: 599px) {
  .index .link-sec .link01 .txt .inner {
    border-radius: 8px;
  }
}
.index .link-sec .link01 .txt .heading01 {
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 599px) {
  .index .link-sec .link01 .txt .heading01 {
    margin-bottom: 16px;
  }
}
.index .link-sec .link01 .txt p {
  line-height: 1.5;
}
@media (max-width: 599px) {
  .index .link-sec .link01 .txt p {
    font-size: 14px;
  }
}
.index .link-sec .link01 .txt .btn {
  margin-top: 32px;
}
@media (max-width: 599px) {
  .index .link-sec .link01 .txt .btn {
    margin-top: 16px;
    text-align: center;
  }
  .index .link-sec .link01 .txt .btn .com-bt {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
}
.index .link-sec .link02::before {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background: #FFC905 url(../images/index/link02_bg01.png);
  background-size: 100% 100%;
  background-position: top center;
}
@media (max-width: 599px) {
  .index .link-sec .link02::before {
    height: 36px;
  }
}
.index .link-sec .link02 .bn {
  margin: 64px 0 100px;
}
@media (max-width: 599px) {
  .index .link-sec .link02 .bn {
    margin: 32px 0 56px;
  }
}
.index .link-sec .link02 .bn a {
  display: block;
  border-radius: 18px;
  box-shadow: 12px 3px 6px 3px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
}
.index .link-sec .link02 .bn a:hover {
  background-color: transparent;
  box-shadow: none;
  transform: translateY(2px);
}
.index .link-sec .link02 .bn a:hover img {
  opacity: 1 !important;
}
.index .link-sec .link03 {
  position: relative;
  height: 100%;
  background: #F8F9FD url(../images/index/link03_ph01.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 599px) {
  .index .link-sec .link03 {
    padding-bottom: 83.7333%;
    background: url(../images/index/link03_ph01_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }
  .index .link-sec .link03::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 24.9333%;
    background: url(../images/index/link03_bg01_sp.png) no-repeat;
    background-size: auto 100%;
  }
}
.index .link-sec .link03 .txt-inner {
  max-width: 864px;
  min-height: 500px;
  padding-top: 56px;
  padding-bottom: 8px;
  padding-left: 214px;
  padding-right: 104px;
  margin-left: -214px;
  background: url(../images/index/link03_bg01.png) no-repeat;
  background-size: auto 100%;
}
@media (max-width: 599px) {
  .index .link-sec .link03 .txt-inner {
    min-height: initial;
    padding: 0;
    margin: 0;
    background: none;
  }
}
@media (max-width: 599px) {
  .index .link-sec .link03 .txt-img {
    width: 90%;
    margin: 0 auto 16px;
  }
}
.index .link-sec .link03 .link03-txt {
  margin-bottom: 16px;
}
.index .link-sec .link03 .link03-txt dt {
  margin-bottom: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 40px;
  color: #FD8B7C;
  line-height: 1.3;
  letter-spacing: -0.1em;
}
@media (max-width: 599px) {
  .index .link-sec .link03 .link03-txt dt {
    font-size: 24px;
    text-align: center;
  }
}
.index .link-sec .link03 .link03-txt dd {
  line-height: 1.5;
}
.index .link-sec .link03 .list-bt {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .index .link-sec .link03 .list-bt {
    max-width: 250px;
    margin: 24px auto 0;
  }
}
.index .link-sec .link03 .list-bt li {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .index .link-sec .link03 .list-bt li {
    margin-bottom: 16px;
  }
}
.index .link-sec .link03 .list-bt .com-bt {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}
.index .link-sec .link04 .heading01 {
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 599px) {
  .index .link-sec .link04 .heading01 {
    margin-bottom: 16px;
  }
}
.index .link-sec .link04 .txt {
  margin-top: -18%;
}
@media (max-width: 599px) {
  .index .link-sec .link04 .txt {
    margin-top: -28%;
  }
}
.index .link-sec .link04 .txt p {
  line-height: 1.5;
}
.index .link-sec .link04 .txt .btn {
  margin-top: 32px;
}
@media (max-width: 599px) {
  .index .link-sec .link04 .txt .btn {
    margin-top: 16px;
    text-align: center;
  }
  .index .link-sec .link04 .txt .btn .com-bt {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
}
.index .photo-sec .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .index .photo-sec .wrap {
    display: block;
  }
}
.index .photo-sec .wrap .heading01 {
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 599px) {
  .index .photo-sec .wrap .heading01 {
    text-align: center;
  }
}
.index .photo-sec .slide-wrap {
  display: flex;
  margin-bottom: 72px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .index .photo-sec .slide-wrap {
    margin-bottom: 16px;
  }
}
.index .photo-sec .slide-wrap .slide {
  display: flex;
  width: min-content;
  margin: auto;
  animation: 120s linear infinite sliderAnimation;
}
.index .photo-sec .slide-wrap .slide li {
  width: 470px;
  margin-right: 24px;
}
.index .photo-sec .slide-wrap .slide li img {
  aspect-ratio: 4/3;
  object-fit: cover;
  height: auto;
}
@media (max-width: 599px) {
  .index .photo-sec .slide-wrap .slide li {
    width: 250px;
    margin-right: 16px;
  }
}
@media (max-width: 599px) {
  .index .photo-sec .btn {
    text-align: right;
  }
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

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