@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  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-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* 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; }

/* mixin */
/*	common
---------------------------------*/
body {
  font-family: "Noto Sans JP"; }

/* link */
a {
  color: #000;
  text-decoration: none;
  transition: .4s; }
  a:hover {
    transition: .4s;
    text-decoration: none;
    opacity: 0.7; }

a:active, a:focus {
  outline: none; }

/* figure */
img {
  max-width: 100%;
  height: auto;
  display: block; }

/* heading */
/* fadein */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.fadein2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block !important; }
  @media screen and (max-width: 850px) {
    .block_p {
      display: none !important; } }

.block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .block_s {
      display: block !important; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 850px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline_s {
      display: inline !important; } }

.inline-block_p {
  display: inline-block !important; }
  @media screen and (max-width: 850px) {
    .inline-block_p {
      display: none !important; } }

.inline-block_s {
  display: none !important; }
  @media screen and (max-width: 850px) {
    .inline-block_s {
      display: inline-block !important; } }

.anc {
  margin-top: -0px;
  padding-top: 0px; }
  @media screen and (max-width: 850px) {
    .anc {
      margin-top: -0px;
      padding-top: 0px; } }

.wrapper {
  position: relative;
  overflow: hidden; }

.mv {
  position: relative;
  background: url("../img/bg_gaiyou2.jpg") left bottom -5px repeat-x;
  background-size: 35px; }
  .mv__bg {
    position: relative; }
  .mv__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .mv__inner img {
      display: block;
      width: 100%;
      opacity: 0;
      transform: translateY(60px);
      animation: fadeUp 1s cubic-bezier(0.16, 0.84, 0.44, 1) 0.5s forwards; }
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.gaiyou {
  position: relative;
  padding-top: 20px;
  background-image: url("../img/bg_gaiyou.png"), url("../img/bg_gaiyou2.jpg");
  background-repeat: no-repeat, repeat;
  background-size: 1366px, 35px;
  background-position: center bottom, left bottom;
  min-height: 450px; }
  @media screen and (max-width: 850px) {
    .gaiyou {
      min-height: auto;
      background: none;
      padding: 0; } }
  .gaiyou__inner {
    max-width: 617.9574px;
    margin: auto; }
    @media screen and (max-width: 850px) {
      .gaiyou__inner {
        max-width: 100%; } }

.reveal {
  position: absolute;
  overflow: hidden;
  width: 100%; }

.reveal__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* 最初はクリップで非表示にする */
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.5s cubic-bezier(0.22, 0.61, 0.36, 1); }

.reveal.is-revealed .reveal__img {
  clip-path: inset(0 0 0 0);
  /* 全面表示 */ }

.event {
  position: relative;
  background: url("../img/bg_event.png") left top repeat;
  background-size: 420px;
  padding-top: 45px;
  /*&__li1 {
    max-width: 247.9442px;
  }
  &__li2 {
    max-width: 250.8854px;
  }
  &__li3 {
    max-width: 238.1378px;
  }
  &__li4 {
    max-width: 234.4445px;
  }*/ }
  @media screen and (max-width: 850px) {
    .event {
      background: url("../img/bg_event.png") left top repeat;
      background-size: 210px; } }
  .event__list {
    margin: 0 auto 20px;
    max-width: 1080px;
    padding: 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 850px) {
      .event__list {
        padding: 0 20px; } }
  .event__li {
    width: calc(100%/4); }
    @media screen and (max-width: 850px) {
      .event__li {
        width: calc(100%/2);
        margin-bottom: 10px; } }
  .event__link {
    display: block;
    position: relative;
    z-index: 1; }
    .event__link img {
      position: relative; }
  .event__linkInner {
    display: block;
    position: absolute;
    bottom: 78px;
    left: calc(50% - 220px);
    width: 440px;
    transition: .4s; }
    @media screen and (max-width: 1080px) {
      .event__linkInner {
        bottom: 7vw;
        left: calc(50% - 20.4vw);
        width: 40.8vw; } }
  .event__linkInner:hover {
    transition: .4s;
    opacity: 0.6; }
  .event__box {
    padding-bottom: 80px; }
    @media screen and (max-width: 850px) {
      .event__box {
        padding-bottom: 40px; } }
  .event__boxInner {
    position: relative;
    margin: auto;
    max-width: 1080px;
    padding: 0 40px; }
  .event__link {
    display: block;
    position: relative; }
  .event__link2 {
    left: -12px;
    width: calc(100% + 13px); }
    @media screen and (max-width: 850px) {
      .event__link2 {
        left: auto;
        width: 100%; } }
  .event__link3 {
    width: calc(100% + 24px);
    left: 1px; }
    @media screen and (max-width: 850px) {
      .event__link3 {
        left: auto;
        width: 100%; } }
  .event__link4 {
    left: 1px; }

.inner {
  position: relative;
  margin: auto;
  max-width: 1080px;
  padding: 0 40px; }
  @media screen and (max-width: 850px) {
    .inner {
      padding: 0 20px; } }

.ntp {
  position: relative;
  background: url("../img/bg_ntp.png") left top repeat;
  background-size: 96.5px;
  padding: 130px 0 200px; }
  @media screen and (max-width: 850px) {
    .ntp {
      background: url("../img/bg_ntp.png") left top repeat;
      background-size: 50px;
      padding: 40px 0; } }
  .ntp__ttl {
    position: relative; }
  .ntp__wrap {
    max-width: 1080px;
    padding: 0 40px;
    margin: auto; }
    @media screen and (max-width: 1080px) {
      .ntp__wrap {
        padding: 0 4.5vw; } }
    @media screen and (max-width: 850px) {
      .ntp__wrap {
        max-width: calc(100% - 40px);
        margin: auto;
        padding: 2vw;
        background: #2B6629;
        background: linear-gradient(90deg, #2b6629 0%, #50a854 42%, #377e32 100%); } }
  .ntp__bg {
    position: absolute;
    width: 100;
    left: 0;
    top: 0; }
  .ntp__slides {
    position: relative;
    margin-top: 20px; }
  .ntp__inner {
    padding: 95px;
    position: relative; }
    @media screen and (max-width: 1080px) {
      .ntp__inner {
        padding: 8.8vw; } }
    @media screen and (max-width: 850px) {
      .ntp__inner {
        background: #FFF;
        padding: 20px; } }
  .ntp .slick-prev {
    left: -15px; }
    @media screen and (max-width: 850px) {
      .ntp .slick-prev {
        left: -40px; } }
  .ntp .slick-next {
    right: -15px; }
    @media screen and (max-width: 850px) {
      .ntp .slick-next {
        right: -40px; } }
  .ntp .slick-prev,
  .ntp .slick-next {
    width: 40px;
    z-index: 1; }
    @media screen and (max-width: 850px) {
      .ntp .slick-prev,
      .ntp .slick-next {
        width: 35px; } }
    .ntp .slick-prev:before,
    .ntp .slick-next:before {
      content: none; }
  .ntp__txt {
    font-size: 13px;
    line-height: 1.429;
    font-weight: 500;
    position: relative;
    margin-top: 30px; }
    @media screen and (max-width: 1080px) {
      .ntp__txt {
        font-size: 1.2vw;
        margin-top: 2.2vw; } }
    @media screen and (max-width: 850px) {
      .ntp__txt {
        font-size: 10px;
        margin-top: 20px; } }
  .ntp__txtLast {
    max-width: 590px; }
    @media screen and (max-width: 1080px) {
      .ntp__txtLast {
        max-width: 56.5vw; } }
    @media screen and (max-width: 850px) {
      .ntp__txtLast {
        max-width: 100%; } }
  .ntp__red {
    color: #d0382b; }
  .ntp__blue {
    color: #1da3dc; }
  .ntp__rockey {
    position: absolute;
    position: absolute;
    bottom: -180px;
    width: 389px;
    right: -65px; }
    @media screen and (max-width: 1080px) {
      .ntp__rockey {
        width: 36.019vw;
        right: -6vw;
        bottom: -16.6vw; } }
    @media screen and (max-width: 850px) {
      .ntp__rockey {
        position: static;
        margin: 20px auto 0; } }

.zaiko {
  position: relative;
  background: url("../img/bg_zaiko.png") left top repeat;
  background-size: 100px;
  padding: 130px 0; }
  @media screen and (max-width: 850px) {
    .zaiko {
      padding: 40px 0; } }
  .zaiko__wrap {
    max-width: 1080px;
    padding: 0 40px;
    margin: auto; }
    @media screen and (max-width: 1080px) {
      .zaiko__wrap {
        padding: 0 4.5vw; } }
  .zaiko__img {
    position: relative;
    display: block; }
    @media screen and (max-width: 1080px) {
      .zaiko__img {
        position: relative; } }
  .zaiko__imgInner {
    position: relative; }
  .zaiko__btn {
    display: block;
    position: absolute;
    bottom: 112px;
    left: calc(50% - 220px);
    width: 440px;
    transition: .4s; }
    @media screen and (max-width: 1080px) {
      .zaiko__btn {
        bottom: 10vw;
        left: calc(50% - 20.4vw);
        width: 40.8vw; } }
    @media screen and (max-width: 850px) {
      .zaiko__btn {
        bottom: 53vw; } }
    .zaiko__btn:hover {
      opacity: 0.6; }
  .zaiko__zuma {
    display: block;
    position: absolute;
    width: 410px;
    bottom: -90px;
    left: -125px; }
    @media screen and (max-width: 1080px) {
      .zaiko__zuma {
        width: 38.89vw;
        left: -13.5vw;
        bottom: -4.9vw; } }

.about {
  position: relative;
  background: url("../img/bg_event.png") left top repeat;
  background-size: 420px;
  padding: 50px 0 160px 0; }
  .about:before {
    content: "";
    width: 100%;
    background: #FFF;
    height: 245px;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 850px) {
      .about:before {
        height: 38vw; } }
  @media screen and (max-width: 850px) {
    .about {
      padding: 40px 0;
      background: url("../img/bg_event.png") left top repeat;
      background-size: 210px; } }
  .about__name {
    max-width: 785px;
    margin: 20px auto 30px; }
    @media screen and (max-width: 850px) {
      .about__name {
        max-width: 100%;
        padding: 20px 40px 20px;
        margin: 0; } }

.footer {
  padding-top: 40px;
  padding-bottom: 130px; }
  .footer__logo {
    width: 360px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 850px) {
      .footer__logo {
        width: 220px;
        margin: 0 auto 20px; } }
  .footer__txt {
    line-height: 1.314;
    font-size: 14px;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .footer__txt {
        font-size: 10px; } }

.fixedList {
  position: fixed;
  left: 0;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .fixedList__li {
    width: calc(100%/3); }
  .fixedList__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 78px;
    background: #CA3626;
    background: linear-gradient(180deg, #ca3626 0%, #831f19 100%);
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 850px) {
      .fixedList__link {
        height: auto;
        padding: 15px 20px;
        border-radius: 10px 10px 0 0; } }
    .fixedList__link img {
      display: block;
      width: 175px; }
      @media screen and (max-width: 850px) {
        .fixedList__link img {
          width: 100%; } }

.fixedBtn {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 85px;
  opacity: 0;
  transform: translateY(24px);
  /* 下から */
  transition: opacity .35s ease, transform .35s ease;
  z-index: 10; }
  @media screen and (max-width: 850px) {
    .fixedBtn {
      width: 40px;
      right: 16px;
      bottom: 65px; } }

.fixedBtn.is-show {
  opacity: 1;
  transform: translateY(0); }
