@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  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;
}

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #333;
    font-feature-settings: "palt";
    background-color: #ffffd7;
  }
  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #page-top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ common ------------ */
  h2 {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: DNPShueiGoGinStd-B;
  }
  p {
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  sub {
    font-size: 10px;
  }
  /* ------------ header-box ------------ */
  #header-box {
    padding: 0 3%;
    margin: 20px 0 0 0;
  }
  #header-box div {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
  }
  #header-box div h1 {
    max-width: 100px;
    margin: 0 0 10px 0;
    width: 23%;
  }
  #header-box div h1 img {
    width: 100%;
    vertical-align: bottom;
  }
  #header-box div figure {
    max-width: 80px;
    width: 19%;
  }
  #header-box div figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #header-box div p {
    font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: right;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  /* ------------ eyecatch-box-box ------------ */
  #eyecatch-box {
    position: relative;
  }
  #eyecatch-box .wrap-box {
    text-align: center;
    margin: 30px 0 0 0;
  }
  #eyecatch-box .wrap-box figure.title {
    max-width: 300px;
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  #eyecatch-box .wrap-box figure.title img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .wrap-box figure.copy {
    max-width: 300px;
    width: 70%;
    margin: 25px auto 0;
    position: relative;
    z-index: 10;
  }
  #eyecatch-box .wrap-box figure.copy img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .wrap-box figure.title img, #eyecatch-box .wrap-box figure.copy img {
    opacity: 0;
    transform: translateY(0);
    animation: fadeUp 3s ease-out forwards;
  }
  #eyecatch-box .wrap-box figure.title img {
    animation-delay: 0.3s;
  }
  #eyecatch-box .wrap-box figure.copy img {
    animation-delay: 0.5s;
  }
  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(0);
    }
    100% {
      opacity: 1;
      transform: translateY(-5px);
    }
  }
  #eyecatch-box .photo-top-left {
    max-width: 80px;
    width: 24%;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-250%);
  }
  #eyecatch-box .photo-top-left img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-top-right {
    max-width: 65px;
    width: 15%;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(200%);
  }
  #eyecatch-box .photo-top-right img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-left-mid {
    max-width: 150px;
    width: 12%;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-250%);
  }
  #eyecatch-box .photo-left-mid img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-right-mid {
    max-width: 140px;
    width: 12%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(150%);
  }
  #eyecatch-box .photo-right-mid img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-left-bottom {
    display: none;
  }
  #eyecatch-box .photo-center-bottom {
    display: none;
  }
  #eyecatch-box .photo-right-bottom {
    display: none;
  }
  #eyecatch-box .photo-right-bird {
    max-width: 95px;
    width: 8%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(470%);
  }
  #eyecatch-box .photo-right-bird img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-left-bird {
    max-width: 95px;
    width: 8%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-530%);
  }
  #eyecatch-box .photo-left-bird img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-top-left img,
  #eyecatch-box .photo-top-right img,
  #eyecatch-box .photo-left-mid img,
  #eyecatch-box .photo-right-mid img,
  #eyecatch-box .photo-left-bottom img,
  #eyecatch-box .photo-center-bottom img,
  #eyecatch-box .photo-right-bottom img {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  #eyecatch-box .photo-right-bird .float, #eyecatch-box .photo-left-bird .float {
    animation: birdFloat 4s ease-in-out infinite alternate;
  }
  #eyecatch-box .photo-right-bird img, #eyecatch-box .photo-left-bird img {
    width: 100%;
    vertical-align: bottom;
    opacity: 0;
    animation: birdFade 1s ease-out forwards;
  }
  #eyecatch-box .photo-right-bird .float {
    animation-delay: 1.3s;
  }
  #eyecatch-box .photo-right-bird img {
    animation-delay: 0.3s;
  }
  #eyecatch-box .photo-left-bird .float {
    animation-delay: 2.2s;
  }
  #eyecatch-box .photo-left-bird img {
    animation-delay: 1s;
  }
  @keyframes birdFade {
    0% {
      opacity: 0;
      transform: translateY(20px) scale(0.9);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }
  }
  @keyframes birdFloat {
    0% {
      transform: translate(-10px, 0) rotate(-3deg);
    }
    25% {
      transform: translate(5px, -6px) rotate(2deg);
    }
    50% {
      transform: translate(15px, -10px) rotate(-2deg);
    }
    75% {
      transform: translate(5px, -4px) rotate(2deg);
    }
    100% {
      transform: translate(-10px, 4px) rotate(-3deg);
    }
  }
  /* ------------ content-box ------------ */
  #content-box {
    background: url(../img/k-14.png) top center repeat-x;
    background-size: 300px 35px;
    margin: 30px 0 0 0;
    padding-top: 35px;
    animation: bg-scroll 25s linear infinite;
  }
  @keyframes bg-scroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 300px 0;
    }
  }
  #content-box .bg-box {
    background-color: #3071b7;
    padding: 30px 0;
  }
  #content-box .content-wrap-box {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0 0 8px #333;
  }
  #content-box .content-wrap-box .box-01 .title-box {
    position: relative;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-01 {
    width: 100%;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-02 {
    max-width: 250px;
    margin: 15px auto 0;
    position: relative;
    right: -20px;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-03 {
    max-width: 80px;
    width: 18%;
    position: absolute;
    top: 0;
    right: -10px;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .wrap-box {
    margin: 30px 0 0 0;
  }
  #content-box .content-wrap-box .box-01 .wrap-box .text-box p {
    margin: 20px 0 0 0;
  }
  #content-box .content-wrap-box .box-01 .wrap-box figure {
    max-width: 250px;
    width: 74%;
    margin: 30px auto 0;
  }
  #content-box .content-wrap-box .box-01 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .wrap-box figure figcaption {
    font: normal 1.5rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #666;
    margin: 15px 0 0 0;
    text-align: center;
  }
  #content-box .content-wrap-box .box-02 {
    margin: 70px 0 0 0;
  }
  #content-box .content-wrap-box .box-02 .title-box {
    position: relative;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-01 {
    width: 100%;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-02 {
    max-width: 180px;
    width: 42%;
    margin: -5px 0 0 15%;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-03 {
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(100%);
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-02 .wrap-box {
    margin: 30px 0 0 0;
  }
  #content-box .content-wrap-box .box-02 .wrap-box .text-box p {
    margin: 20px 0 0 0;
  }
  #content-box .content-wrap-box .box-02 .wrap-box figure {
    max-width: 250px;
    width: 74%;
    margin: 40px auto 0;
  }
  #content-box .content-wrap-box .box-02 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
    margin: 0 0 15px 0;
  }
  #content-box .content-wrap-box .box-02 .event-box {
    position: relative;
    background: #f0f0ca;
    margin: 30px 0 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  #content-box .content-wrap-box .box-02 .event-box .title-box h3 {
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: DNPShueiGoGinStd-B;
    border-bottom: 1px dotted #333;
    padding: 0 0 10px 0;
  }
  #content-box .content-wrap-box .box-02 .event-box .title-box h3 br {
    display: none;
  }
  #content-box .content-wrap-box .box-02 .event-box .event-list-box {
    box-sizing: border-box;
  }
  #content-box .content-wrap-box .box-02 .event-box .event-list-box ul {
    margin: 15px 0 0 20px;
  }
  #content-box .content-wrap-box .box-02 .event-box .event-list-box ul li {
    font: normal 1.7rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: DNPShueiGoGinStd-B;
  }
  #content-box .content-wrap-box .box-02 .event-box figure {
    position: absolute;
    bottom: 20px;
    right: 20px;
    max-width: 120px;
    width: 28%;
  }
  #content-box .content-wrap-box .box-02 .event-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 {
    margin: 70px 0 0 0;
    border-bottom: 1px solid #333;
    padding: 0 0 50px 0;
  }
  #content-box .content-wrap-box .box-03 .title-box {
    position: relative;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-01 {
    width: 100%;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-02 {
    max-width: 410px;
    width: 95%;
    margin: -15px 0 0 auto;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-03 {
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-270%);
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-04 {
    max-width: 142px;
    width: 14%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-230%);
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-04 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .wrap-box {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  #content-box .content-wrap-box .box-03 .wrap-box .text-box {
    width: 100%;
    order: 1;
  }
  #content-box .content-wrap-box .box-03 .wrap-box .text-box p {
    margin: 20px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box .text-box h2:nth-of-type(2) {
    margin: 40px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure {
    order: 2;
    margin: 40px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure img {
    max-width: 250px;
    width: 74%;
    display: block;
    margin: 0 auto;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure figcaption.f-01 {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 0 0 5px 0;
    text-align: center;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure figcaption.f-02 {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #666;
    margin: 15px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re {
    margin: 60px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re .text-box {
    order: 1;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re figure {
    order: 2;
    margin: 40px auto 0;
    max-width: 250px;
    width: 74%;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re figure figcaption.f-01 {
    font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 5px 0 0 0;
  }
  #content-box p.copy {
    font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    color: #fff;
    margin: 20px 0 0 0;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #004183;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_upward";
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .visible {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
}
/* ------------ //SP ------------ */
/* ------------ PC ------------　*/
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #333;
    font-feature-settings: "palt";
    background-color: #ffffd7;
  }
  /* ------------ material-i ------------ */
  .material-i, #page-top a::before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ common ------------ */
  h2 {
    font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: DNPShueiGoGinStd-B;
  }
  p {
    font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  sub {
    font-size: 10px;
  }
  /* ------------ header-box ------------ */
  #header-box {
    padding: 0 3%;
    margin: 20px 0 0 0;
  }
  #header-box div {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
  }
  #header-box div h1 {
    max-width: 203px;
    margin: 0 0 15px 0;
    width: 25%;
  }
  #header-box div h1 img {
    width: 100%;
    vertical-align: bottom;
  }
  #header-box div figure {
    max-width: 166px;
    width: 20%;
  }
  #header-box div figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #header-box div p {
    font: normal 1.5rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: right;
    font-weight: 700;
    margin: 0 0 10px 0;
  }
  /* ------------ eyecatch-box-box ------------ */
  #eyecatch-box {
    position: relative;
  }
  #eyecatch-box .wrap-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #eyecatch-box .wrap-box figure.title {
    max-width: 553px;
    width: 45%;
    margin: 0 auto;
  }
  #eyecatch-box .wrap-box figure.title img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .wrap-box figure.copy {
    max-width: 487px;
    width: 45%;
    margin: 25px auto 0;
  }
  #eyecatch-box .wrap-box figure.copy img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .wrap-box figure.title img, #eyecatch-box .wrap-box figure.copy img {
    opacity: 0;
    transform: translateY(0);
    animation: fadeUp 3s ease-out forwards;
  }
  #eyecatch-box .wrap-box figure.title img {
    animation-delay: 0.3s;
  }
  #eyecatch-box .wrap-box figure.copy img {
    animation-delay: 0.5s;
  }
  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(0);
    }
    100% {
      opacity: 1;
      transform: translateY(-5px);
    }
  }
  #eyecatch-box .photo-top-left {
    max-width: 240px;
    width: 17%;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-200%);
  }
  #eyecatch-box .photo-top-left img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-top-right {
    max-width: 200px;
    width: 15%;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(120%);
  }
  #eyecatch-box .photo-top-right img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-left-mid {
    max-width: 150px;
    width: 12%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-350%);
  }
  #eyecatch-box .photo-left-mid img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-right-mid {
    max-width: 140px;
    width: 12%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(250%);
  }
  #eyecatch-box .photo-right-mid img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-left-bottom {
    max-width: 200px;
    width: 15%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-260%);
  }
  #eyecatch-box .photo-left-bottom img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-center-bottom {
    max-width: 140px;
    width: 12%;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-130%);
  }
  #eyecatch-box .photo-center-bottom img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-right-bottom {
    max-width: 210px;
    width: 15%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(160%);
  }
  #eyecatch-box .photo-right-bottom img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-right-bird {
    max-width: 95px;
    width: 8%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(470%);
  }
  #eyecatch-box .photo-right-bird img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-left-bird {
    max-width: 95px;
    width: 8%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-480%);
  }
  #eyecatch-box .photo-left-bird img {
    width: 100%;
    vertical-align: bottom;
  }
  #eyecatch-box .photo-top-left img,
  #eyecatch-box .photo-top-right img,
  #eyecatch-box .photo-left-mid img,
  #eyecatch-box .photo-right-mid img,
  #eyecatch-box .photo-left-bottom img,
  #eyecatch-box .photo-center-bottom img,
  #eyecatch-box .photo-right-bottom img {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  #eyecatch-box .photo-right-bird .float, #eyecatch-box .photo-left-bird .float {
    animation: birdFloat 4s ease-in-out infinite alternate;
  }
  #eyecatch-box .photo-right-bird img, #eyecatch-box .photo-left-bird img {
    width: 100%;
    vertical-align: bottom;
    opacity: 0;
    animation: birdFade 1s ease-out forwards;
  }
  #eyecatch-box .photo-right-bird .float {
    animation-delay: 1.3s;
  }
  #eyecatch-box .photo-right-bird img {
    animation-delay: 0.3s;
  }
  #eyecatch-box .photo-left-bird .float {
    animation-delay: 2.2s;
  }
  #eyecatch-box .photo-left-bird img {
    animation-delay: 1s;
  }
  @keyframes birdFade {
    0% {
      opacity: 0;
      transform: translateY(20px) scale(0.9);
      filter: blur(6px);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }
  }
  @keyframes birdFloat {
    0% {
      transform: translate(-10px, 0) rotate(-3deg);
    }
    25% {
      transform: translate(5px, -6px) rotate(2deg);
    }
    50% {
      transform: translate(15px, -10px) rotate(-2deg);
    }
    75% {
      transform: translate(5px, -4px) rotate(2deg);
    }
    100% {
      transform: translate(-10px, 4px) rotate(-3deg);
    }
  }
  /* ------------ content-box ------------ */
  #content-box {
    background: url(../img/k-14.png) top center repeat-x;
    background-size: 600px 70px;
    margin: 40px 0 0 0;
    padding-top: 70px;
    animation: bg-scroll 25s linear infinite;
  }
  @keyframes bg-scroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 600px 0;
    }
  }
  #content-box .bg-box {
    background-color: #3071b7;
    padding: 100px 0;
  }
  #content-box .content-wrap-box {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 0 15px #333;
  }
  #content-box .content-wrap-box .box-01 .title-box {
    position: relative;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-01 {
    width: 100%;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-02 {
    max-width: 500px;
    width: 50%;
    margin: 15px auto 0;
    position: relative;
    right: -40px;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-03 {
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: 0;
    right: -20px;
  }
  #content-box .content-wrap-box .box-01 .title-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .wrap-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
  }
  #content-box .content-wrap-box .box-01 .wrap-box .text-box {
    width: 60%;
  }
  #content-box .content-wrap-box .box-01 .wrap-box .text-box p {
    margin: 30px 0 0 0;
  }
  #content-box .content-wrap-box .box-01 .wrap-box figure {
    width: 35%;
  }
  #content-box .content-wrap-box .box-01 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-01 .wrap-box figure figcaption {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #666;
    margin: 15px 0 0 0;
    text-align: center;
  }
  #content-box .content-wrap-box .box-02 {
    margin: 100px 0 0 0;
  }
  #content-box .content-wrap-box .box-02 .title-box {
    position: relative;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-01 {
    width: 100%;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-02 {
    max-width: 303px;
    width: 30%;
    margin: -15px 0 0 15%;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-03 {
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-10%);
  }
  #content-box .content-wrap-box .box-02 .title-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-02 .wrap-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
  }
  #content-box .content-wrap-box .box-02 .wrap-box .text-box {
    width: 60%;
  }
  #content-box .content-wrap-box .box-02 .wrap-box .text-box p {
    margin: 30px 0 0 0;
  }
  #content-box .content-wrap-box .box-02 .wrap-box figure {
    width: 35%;
    margin: -10% 0 0 0;
  }
  #content-box .content-wrap-box .box-02 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
    margin: 0 0 10px 0;
  }
  #content-box .content-wrap-box .box-02 .wrap-box figure figcaption {
    font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #666;
    margin: 15px 0 0 0;
    text-align: center;
  }
  #content-box .content-wrap-box .box-02 .event-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    background: #f0f0ca;
    margin: 60px 0 0 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
  }
  #content-box .content-wrap-box .box-02 .event-box .title-box {
    width: 330px;
  }
  #content-box .content-wrap-box .box-02 .event-box .title-box h3 {
    font: normal 2.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: DNPShueiGoGinStd-B;
  }
  #content-box .content-wrap-box .box-02 .event-box .event-list-box {
    flex: 1;
    border-left: 3px dotted #333;
    box-sizing: border-box;
    padding: 0 0 0 50px;
  }
  #content-box .content-wrap-box .box-02 .event-box .event-list-box ul li {
    font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: DNPShueiGoGinStd-B;
  }
  #content-box .content-wrap-box .box-02 .event-box figure {
    position: absolute;
    bottom: -20px;
    right: 20px;
    max-width: 207px;
    width: 15%;
  }
  #content-box .content-wrap-box .box-02 .event-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 {
    margin: 100px 0 0 0;
    border-bottom: 1px solid #333;
    padding: 0 0 50px 0;
  }
  #content-box .content-wrap-box .box-03 .title-box {
    position: relative;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-01 {
    width: 100%;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-02 {
    max-width: 691px;
    margin: -15px 0 0 auto;
    width: 70%;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-02 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-03 {
    max-width: 200px;
    width: 20%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-240%);
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-03 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-04 {
    max-width: 142px;
    width: 14%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-180%);
  }
  #content-box .content-wrap-box .box-03 .title-box figure.i-04 img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box .text-box {
    width: 60%;
  }
  #content-box .content-wrap-box .box-03 .wrap-box .text-box p {
    margin: 30px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box .text-box h2:nth-of-type(2) {
    margin: 70px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure {
    width: 35%;
    margin: -20px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure figcaption.f-01 {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 0 0 5px 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box figure figcaption.f-02 {
    font: normal 1.7rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #666;
    margin: 15px 0 0 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re .text-box {
    order: 1;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re figure {
    order: 2;
    margin: 0;
  }
  #content-box .content-wrap-box .box-03 .wrap-box.re figure figcaption.f-01 {
    font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 5px 0 0 0;
    text-align: right;
  }
  #content-box p.copy {
    text-align: center;
    color: #fff;
    margin: 20px 0 0 0;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #004183;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_drop_up";
    font-size: 50px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .visible {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
}
/* ------------ //PC ------------ *//*# sourceMappingURL=style.css.map */