@charset "UTF-8";
/* ----------------------------------------------------------------
Setting
---------------------------------------------------------------- */
html {
  height: 100%;
  overflow: auto;
  font-size: 16px;
}
img {
  vertical-align: bottom;
    max-width: 100%;
}
ol, ul {
  list-style-type: none;
}
a{
  text-decoration: none;
        transition: .4s;
}
@media screen and (min-width: 850px) {
  /*PCのみ*/
a img {
  transition: opacity 0.2s ease-out;
}
a:hover{
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}
a:hover {
    transition: .4s;
    text-decoration: none;
    opacity: 0.7;
}
}
body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
  overflow: hidden;
}
/*--ここから記述--*/
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.sp, .pc {
  display: none !important;
}
@media screen and (min-width: 851px) {
  /*PCのみ*/
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 850px) {
  /*Spのみ*/
  .sp {
    display: block !important;
  }
}

/* ----------------------------------------------------------------
contents
---------------------------------------------------------------- */
#contents > .wrap > section{
        width: 100%;
    position: relative;
}
#contents > .wrap > section > .inner{
    max-width: 1026px;
    margin: 0 auto;
        padding: 0 40px;
        width: 100%;
}
#contents > .wrap > section > .inner.parts_bg{
    max-width: none;
        padding: 0;
}
#contents > .wrap > section > .inner.parts_bg .inner_box{
    max-width: 1026px;
    margin: 0 auto;
        padding: 0 40px;
        position: relative;
    z-index: 1;
}
.img_area{
    position: relative;
}
.link-container a.overlay-link {
    position: absolute;
    bottom: -6%;
    left: 0;
    right: 0;
    width: 41%;
    margin: auto;
}
@media screen and (max-width: 850px) {
#contents > .wrap > section > .inner,
    #contents > .wrap > section > .inner.parts_bg .inner_box{
    padding: 0 20px;
}
.link-container a.overlay-link {
    width: 53%;
    max-width: 300px;
    bottom: -11vw;
}
}
/* ----------------------------------------------------------------
fixedList
---------------------------------------------------------------- */
.fixedList {
    position: fixed;
    left: 0;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.fixedList li {
    width: calc(100% / 3);
        height: 95px;
}
.fixedList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.fixedList li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 12px;
}
.fixedList li:nth-child(1) a::after {
  background: linear-gradient(90deg, #41bef0 50%, #fad214 50%);
  --border-width: 6px; 
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: var(--border-width);
  box-sizing: border-box;
}
.fixedList li:nth-child(3) a::after {
  background: linear-gradient(90deg, #82d23c 50%, #41bef0 50%);
  --border-width: 6px; 
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: var(--border-width);
  box-sizing: border-box;
}
.fixedList li:nth-child(2) a::after {
  background: linear-gradient(90deg, #fad214 50%, #82d23c 50%);
  --border-width: 6px; 
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: var(--border-width);
  box-sizing: border-box;
}
.fixedList li:nth-child(1) a{
    background:url("../img/page_bottom_btn01_bg.png")center center no-repeat;
    background-size: cover;
}
.fixedList li:nth-child(2) a{
    background:url("../img/page_bottom_btn02_bg.png")center center no-repeat;
    background-size: cover;
}
.fixedList li:nth-child(3) a{
    background:url("../img/page_bottom_btn03_bg.png")center center no-repeat;
    background-size: cover;
}
.fixedList li img{
    display: block;
    width: 180px;
}
@media screen and (max-width: 850px) {
.fixedList li a {
    border-radius: 3px;
}
    .fixedList li {
    height: 60px;
}
.fixedList li img {
        width: auto;
        height: 55%;
}
.fixedList li:nth-child(1) a::after {
  background: linear-gradient(90deg, #41bef0 50%, #fad214 50%);
  --border-width: 3px; 
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: var(--border-width);
  box-sizing: border-box;
}
.fixedList li:nth-child(3) a::after {
  background: linear-gradient(90deg, #82d23c 50%, #41bef0 50%);
  --border-width: 3px; 
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: var(--border-width);
  box-sizing: border-box;
}
.fixedList li:nth-child(2) a::after {
  background: linear-gradient(90deg, #fad214 50%, #82d23c 50%);
  --border-width: 3px; 
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: var(--border-width);
  box-sizing: border-box;
}
.fixedList li a::after {
  border-radius: 3px;
}
}
/* ----------------------------------------------------------------
footer
---------------------------------------------------------------- */
footer {
    max-width: 1026px;
    margin: 0 auto;
    padding: 40px 40px 130px;
    width: 100%;
}
footer .logo{
    max-width: 610px;
    margin: 0 auto 40px;
}
footer .footer_txt{
        line-height: 1.314;
    font-size: 14px;
    font-weight: 500;
}
.fixedBtn {
    position: fixed;
    right: 20px;
    bottom:110px;
    width: 100px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .35s ease, transform .35s ease;
    z-index: 10;
}
.fixedBtn.is-show {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 850px) {
.fixedBtn {
    right: 5%;
    bottom: 70px;
    width: 70px;
}
footer {
    max-width: 100%;
    padding: 30px 20px 150px;
}
footer .logo {
    margin: 0 auto 20px;
    width: 80%;
}
footer .footer_txt {
    font-size: 10px;
}
}
/* ----------------------------------------------------------------
fv
---------------------------------------------------------------- */
#contents > .wrap > section#fv > .inner{
        padding: 0;
    max-width: none;
    position: relative;
}
#fv .txt_area {
    position: absolute;
    top: 5vw;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 685px;
    padding: 0 40px;
        text-align: center;
}
#fv .txt_area img{
        display: block;
    margin: auto;
}
#fv .txt_area .img01{
    max-width: 685px;
    width: 30vw;
}
#fv .txt_area .img02 {
    max-width: 475px;
    margin: 2vw auto;
    width: 25vw;
}
#fv .txt_area .img03{
        max-width: 430px;
     width: 23vw;
}
@media screen and (max-width: 850px) {
    #fv .txt_area {
    padding: 0 20px;
}
#fv .txt_area .img01 {
    width: 100%;
}
#fv .txt_area .img02 {
    width: 75%;
}
#fv .txt_area .img03 {
    width: 85%;
}
#fv .txt_area .img04 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 94%;
    bottom: -40%;
}
}
/* ----------------------------------------------------------------
sec01
---------------------------------------------------------------- */
#sec01 {
    background: url("../img/sec01_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0 95px;
}
#contents > .wrap > section#sec01 > .inner{
    max-width: 920px;
}
@media screen and (max-width: 850px) {
#contents > .wrap > section > .inner {
    padding: 0 20px;
}
#sec01 {
    background: url("../img/sec01_bg_sp.jpg") center center;
    background-size: cover;
    padding: 35px 0 45px;
}
}
/* ----------------------------------------------------------------
sec02
---------------------------------------------------------------- */
#sec02 {
    background: url("../img/sec02-05_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0 115px;
}
#sec02:before,
#sec02:after,
#sec02 > .inner:before,
#sec02 > .inner:after{
    position: absolute;
    content: "";
}
#sec02:before {
    background: url("../img/sec02_parts01.png")left top no-repeat;
    background-size: contain;
    width: 20vw;
    aspect-ratio: 554 / 972;
    max-width: 277px;
    top: 20px;
    left: 0;
}
#sec02:after {
    background: url("../img/sec02_parts02.png")right top no-repeat;
    background-size: contain;
    width: 20vw;
aspect-ratio: 698 / 1041;
    max-width: 363px;
    top: 0;
    right: 0;
}
#sec02 > .inner:before {
    background: url("../img/sec02_parts03.png")left top no-repeat;
    background-size: contain;
    width: 23vw;
    aspect-ratio: 876 / 1019;
    max-width: 438px;
    bottom: -1px;
    left: 0;
}
#sec02 > .inner:after {
    background: url("../img/sec02_parts04.png")left top no-repeat;
    background-size: contain;
    width: 23vw;
    aspect-ratio: 840 / 1123;
    max-width: 420px;
    bottom: -1px;
    right: 0;
}
.page_link_btn_list{
    margin-bottom: 65px;
}
.page_link_btn_list ul {
    display: flex;
    gap: 0.5vw;
}
.page_link_btn_list ul li:nth-child(even){
   padding-top: 50px; 
}
@media screen and (max-width: 850px) {
.page_link_btn_list {
    margin-bottom: 35px;
}
.page_link_btn_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
.page_link_btn_list li {
    width: calc(96% / 2);
}
#sec02 {
    padding: 35px 0 75px;
}
}
/* ----------------------------------------------------------------
sec03
---------------------------------------------------------------- */
#sec03 {
    background: url("../img/sec03_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0 140px;
}
#sec03:before,
#sec03:after{
    position: absolute;
    content: "";
}
#sec03:before {
    background: url("../img/sec03_parts01.png")left top no-repeat;
    background-size: contain;
    width: 20vw;
    aspect-ratio: 675 / 950;
    max-width: 340px;
    top: 130px;
    left: 0;
}
#sec03:after {
    background: url("../img/sec03_parts02.png")right top no-repeat;
    background-size: contain;
    width: 20vw;
aspect-ratio: 840 / 1104;
    max-width: 420px;
    top: 50%;
    right: 0;
}
@media screen and (max-width: 850px) {
#sec03 {
    padding: 35px 0 75px;
}
#sec03:before {
    width: 20vw;
}
#sec03:after {
    width: 20vw;
    bottom: 20px;
}
}
/* ----------------------------------------------------------------
sec04
---------------------------------------------------------------- */
#sec04 {
    background: url("../img/sec04_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 110px;
}
@media screen and (max-width: 850px) {
#sec04 {
    padding: 40px 0 60px;
}
}
/* ----------------------------------------------------------------
sec05
---------------------------------------------------------------- */
#sec05 {
    background: url("../img/sec02-05_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0 110px;
}
#sec05:before,
#sec05:after{
    position: absolute;
    content: "";
}
#sec05:before {
    background: url("../img/sec05_parts01.png")left top no-repeat;
    background-size: contain;
    width: 40vw;
    aspect-ratio: 1305 / 1142;
    max-width: 650px;
    bottom: 20px;
    left: 0;
}
#sec05:after {
    background: url("../img/sec05_parts02.png")right top no-repeat;
    background-size: contain;
    width: 20vw;
aspect-ratio: 575 / 1120;
    max-width: 280px;
    top: 120px;
    right: 0;
}
@media screen and (max-width: 850px) {
#sec05 {
    padding: 40px 0 60px;
}
#sec05:before {
    bottom: -50px;
}
#sec05:after {
    top: 25px;
}
}
/* ----------------------------------------------------------------
sec06
---------------------------------------------------------------- */
#sec06 {
    background: url("../img/sec06_bg_pc.jpg") top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0 190px;
}
#sec06:before {
    position: absolute;
    content: "";
    background: url("../img/sec06_parts01.png")left bottom;
    background-size: contain;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background-repeat: repeat-x;
    opacity: 0.6;
}
@media screen and (max-width: 850px) {
#sec06 {
    padding: 40px 0 60px;
    background: url("../img/sec06_bg_sp.jpg") top center;
    background-size: cover;
}

}
/* ----------------------------------------------------------------
sec07
---------------------------------------------------------------- */
#sec07 {
    background: url("../img/sec07_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0 300px;
}
#contents > .wrap > section#sec07 > .inner{
    position: relative;
}
#sec07 .img_area{
    position: absolute;
        left: 0;
    top: 0;
    width: 100%;
}
#sec07 .element_area{
    position: relative;
        padding:100px 50px;
        margin-left: 3vw;
}
#sec07 .chara{
    position: absolute;
    z-index: 1;
    width: 315px;
    right: 0;
    bottom: -19%;
}
#sec07 .element_area .tl{
    width: 80%;
    margin: 0 auto 30px;
}
#sec07 .note_box{
    margin-top: 30px;
    color: #00005a;
        font-size: 13px;
}
#sec07 .note_box .note{
    margin-bottom: 20px;
}
#sec07 .note_box  span{
    color: #e60012;
}
@media screen and (max-width: 1080px) {
        #sec07 .note_box{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 850px) {
    #sec07 {
    padding: 40px 6% 30vw 2%;
    background: url("../img/sec07_bg_sp.jpg") top center;
    background-size: cover;
}
    #sec07 .note_box{
        font-size:2.3vw;
                margin-top: 20px;
    }
    #sec07 .element_area {
    padding: 35px 5vw;
    margin-left: 4vw;
}
    #sec07 .element_area .tl {
    margin: 0 auto 20px;
}
#sec07 .chara {
    min-width: 100px;
    width: 23vw;
    bottom: -24vw;
}
}
/* ----------------------------------------------------------------
sec08
---------------------------------------------------------------- */
#sec08 {
    background: url("../img/sec08_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0 0;
}
#contents > .wrap > section#sec08 > .inner.parts_bg .inner_box{
    padding-bottom: 100px;
}
#sec08:before,
#sec08:after{
    position: absolute;
    content: "";
}
#sec08:before{
    background: url("../img/sec08_parts02.png")left top no-repeat;
    background-size: contain;
    width: 25vw;
    aspect-ratio: 1011 / 1302;
    max-width: 506px;
    top: 50px;
    left: 0;
}
#sec08:after {
    background: url("../img/sec08_parts03.png")right top no-repeat;
    background-size: contain;
    width: 25vw;
aspect-ratio: 1109 / 1477;
    max-width: 550px;
    top: 50%;
    right: 0;
}
#sec08 .inner_box:before {
    position: absolute;
    content: "";
    background: url("../img/sec08_parts01.png")left top no-repeat;
    background-size: contain;
    width: 370px;
    aspect-ratio: 940 / 727;
    bottom: 0;
    left: -130px;
    z-index: 1;
}
#sec08 .txt_area{
    color: #fff;
    text-align: center;
    margin-top: 115px;
}
    #contents > .wrap > section#sec08 > .inner.parts_bg{
            z-index: 1;
    position: relative;
    }
@media screen and (max-width: 1080px) {
#sec08 .inner_box:before {
    width: 177px;
    left: -36px;
}
}
@media screen and (max-width: 850px) {
#sec08 {
    padding: 40px 0 0;
}
#contents > .wrap > section#sec08 > .inner.parts_bg .inner_box {
    padding-bottom: 140px;
}
#sec08 .txt_area {
    margin-top: 14vw;
    font-size: 11px;
}
    #sec08 .inner_box:before {
    width: 150px;
    left: 20px;
}
}
/* ----------------------------------------------------------------
sec09
---------------------------------------------------------------- */
#sec09 {
    background: url("../img/sec09_bg_pc.jpg") center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 113px 0;
}
#sec09 .txt_img{
    width: 80%;
    margin: 50px auto 0;
    display: block;
}
@media screen and (max-width: 850px) {
    #sec09 {
    padding: 40px 0 60px;
}
    #contents > .wrap > section#sec09 > .inner{
        padding: 0;
    }
    #sec09 .txt_img {
    width: 90%;
    margin: 30px auto 0;
}
}
/* ----------------------------------------------------------------
slides
---------------------------------------------------------------- */
.ntp__slides {
    position: relative;
        width: 90%;
    margin: 20px auto 0;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-prev, .slick-next {
    position: absolute;
        width: 40px;
    z-index: 1;
    display: block;
    height: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev {
    left: -23px;
}
.slick-next {
    right: -23px;
    left: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (max-width: 1080px) {
.slick-prev, .slick-next {
    width: 24px;
}
.slick-prev, .slick-next{
    left: -13px;
}
.slick-next {
    right: -13px;
    left: auto;
}
}
/* ----------------------------------------------------------------
feed
---------------------------------------------------------------- */
/* --- 前回の共通設定（省略していません） --- */
.feedin_item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.feed_box.is-active .feedin_01 { transition-delay: 0.5s; }
.feed_box.is-active .feedin_02 { transition-delay: 0.7s; }
.feed_box.is-active .feedin_03 { transition-delay: 0.9s; }
.feed_box.is-active .feedin_04 { transition-delay: 1.1s; }
.feed_box.is-active .feedin_05 { transition-delay: 1.3s; }
.feed_box.is-active .feedin_06 { transition-delay: 1.5; }
.feed_box.is-active .feedin_07 { transition-delay: 1.7s; }
.feed_box.is-active .feedin_08 { transition-delay: 1.9s; }

/* 各要素の元のディレイをカスタムプロパティ（変数）として再定義します */
#fv .feed_box.is-active .feedin_01 { transition-delay: 0s; }
#fv .feed_box.is-active .feedin_02 { transition-delay: 0.2s; }
#fv .feed_box.is-active .feedin_03 { transition-delay: 0.4s; }
#fv .feed_box.is-active .feedin_04 { transition-delay: 0.6s; }

/* フェードイン後の状態 */
.feed_box.is-active .feedin_item {
  opacity: 1;
  transform: translateY(0);
}