@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
[data-aos=fadein] {
  opacity: 0;
}
[data-aos=fadein].aos-animate {
  opacity: 1;
}

@keyframes anm-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anm-fade-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anm-fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes steam-move-01-pc {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -1300px;
  }
  8% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  }
  33% {
    transform: scale(0.9, 1.1) rotateY(40deg);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  66% {
    transform: scaleY(1, 0.8) rotateY(2deg);
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
    filter: blur(18px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
@keyframes steam-move-02-pc {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
    filter: blur(12px);
    transform: rotateY(0deg);
    transform: scale(1, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -1500px;
  }
  8% {
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  }
  33% {
    transform: rotateY(-35deg);
    transform: scale(0.8, 1.3);
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1.2, 0.8);
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
    filter: blur(18px);
    transform: rotateY(50deg);
    transform: scaleY(1.5, 1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
@keyframes steam-move-01-sp {
  0% {
    filter: blur(3.25521vw);
    transform: rotateY(0deg);
    transform: scale(0.8, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -156.25vw;
  }
  8% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.9, 1.1);
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 0.8);
  }
  100% {
    filter: blur(5.20833vw);
    transform: rotateY(50deg);
    transform: scaleY(1.5, 1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
@keyframes steam-move-02-sp {
  0% {
    filter: blur(3.25521vw);
    transform: rotateY(0deg);
    transform: scale(1, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -195.3125vw;
  }
  8% {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  33% {
    transform: rotateY(-35deg);
    transform: scale(0.8, 1.3);
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1.2, 0.8);
  }
  100% {
    filter: blur(5.20833vw);
    transform: rotateY(50deg);
    transform: scaleY(1.5, 1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: 0;
  }
}
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  box-sizing: border-box;
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/
.l-header {
  position: relative;
  background-color: #F1D9E9;
  width: 100%;
  height: 40vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 90vw;
  }
}
.l-header__inner__left-top0 {
  position: absolute;
  width: 65vw;
  left: -30vw;
  top: -30vw;
  z-index: 0;
  animation: shake2 3s infinite;
}
.l-header__inner__left-top0 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__left-top0 {
    width: 80vw;
    top: -40vw;
  }
}
.l-header__inner__left-top1 {
  position: absolute;
  width: 40vw;
  left: -10vw;
  top: -4vw;
  z-index: 1;
  animation: shake2 5s infinite;
}
.l-header__inner__left-top1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__left-top1 {
    width: 50vw;
  }
}
.l-header__inner__left-top2 {
  position: absolute;
  width: 38vw;
  left: -9vw;
  top: -4vw;
  z-index: 1;
  animation: shake2 3s infinite;
}
.l-header__inner__left-top2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__left-top2 {
    width: 45vw;
  }
}
.l-header__inner__left-top-i1 {
  position: absolute;
  width: 3vw;
  left: 8vw;
  top: 9vw;
  z-index: 1;
  animation: shake 2s infinite;
}
.l-header__inner__left-top-i1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__left-top-i1 {
    width: 5vw;
  }
}
.l-header__inner__left-top-i2 {
  position: absolute;
  width: 3vw;
  left: 16vw;
  top: 6vw;
  z-index: 1;
  animation: shake2 2s infinite;
}
.l-header__inner__left-top-i2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__left-top-i2 {
    width: 5vw;
  }
}
.l-header__inner__left-bottom {
  position: absolute;
  width: 15vw;
  left: 8vw;
  bottom: -1vw;
  z-index: 1;
  animation: shake2 3s infinite;
}
.l-header__inner__left-bottom img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__left-bottom {
    width: 20vw;
    bottom: -5vw;
  }
}
.l-header__inner__right-top0 {
  position: absolute;
  width: 30vw;
  right: 0vw;
  top: 0;
  z-index: 1;
  animation: shake2 4s infinite;
}
.l-header__inner__right-top0 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-top0 {
    width: 50vw;
  }
}
.l-header__inner__right-top1 {
  position: absolute;
  width: 44vw;
  right: -13vw;
  top: -7vw;
  z-index: 1;
  animation: shake2 5s infinite;
}
.l-header__inner__right-top1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-top1 {
    width: 60vw;
  }
}
.l-header__inner__right-top-i1 {
  position: absolute;
  width: 4vw;
  right: 19vw;
  top: 4vw;
  z-index: 1;
  animation: shake 2s infinite;
}
.l-header__inner__right-top-i1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-top-i1 {
    width: 6vw;
  }
}
.l-header__inner__right-top-i2 {
  position: absolute;
  width: 4vw;
  right: 12vw;
  top: 10vw;
  z-index: 1;
  animation: shake2 3s infinite;
}
.l-header__inner__right-top-i2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-top-i2 {
    width: 5vw;
  }
}
.l-header__inner__right-top-i3 {
  position: absolute;
  width: 3.5vw;
  right: 4vw;
  top: 8vw;
  z-index: 1;
  animation: shake 4s infinite;
}
.l-header__inner__right-top-i3 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-top-i3 {
    width: 5vw;
  }
}
.l-header__inner__right-top-i4 {
  position: absolute;
  width: 6vw;
  right: 1vw;
  top: 17vw;
  z-index: 1;
  animation: shake2 5s infinite;
}
.l-header__inner__right-top-i4 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-top-i4 {
    top: 24vw;
  }
}
.l-header__inner__right-bottom0 {
  position: absolute;
  width: 35vw;
  right: -3vw;
  bottom: -1vw;
  z-index: 1;
  animation: shake2 2s infinite;
}
.l-header__inner__right-bottom0 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-bottom0 {
    width: 50vw;
    bottom: -4vw;
  }
}
.l-header__inner__right-bottom1 {
  position: absolute;
  width: 30vw;
  right: -4vw;
  bottom: -1vw;
  z-index: 1;
  animation: shake2 4s infinite;
}
.l-header__inner__right-bottom1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__right-bottom1 {
    width: 50vw;
    bottom: -3vw;
  }
}
.l-header__inner__tit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 11vw;
  animation: shake2 5s infinite;
}
.l-header__inner__tit--txt {
  width: 45vw;
}
.l-header__inner__tit--txt img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__tit--txt {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner__tit {
    padding-top: 14vh;
  }
}
.l-header__inner__date {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1vw;
  animation: shake2 5s infinite;
}
@media screen and (max-width: 767px) {
  .l-header__inner__date {
    padding-top: 2vh;
  }
}
.l-header__inner__date--icn {
  width: 10vw;
  padding-right: 2vw;
}
.l-header__inner__date--icn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__date--icn {
    width: 18vw;
  }
}
.l-header__inner__date--txt {
  width: 36vw;
}
.l-header__inner__date--txt img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner__date--txt {
    width: 60vw;
  }
}

.is-prev {
  animation: none; /* アニメーションなし */
}

.is-active {
  animation: shake 2s infinite; /* 揺れるアニメーション */
}

@keyframes shake {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-14px);
  }
  50% {
    transform: translateYY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shake2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
.l-footer {
  text-align: center;
  padding: 15px 0 20px;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 0 30px;
  }
}
.l-footer--logo {
  width: 120px;
  margin: 0 auto;
}
.l-footer--txt {
  color: #fff;
  padding-top: 1em;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .l-footer--txt {
    font-size: 10px;
  }
}
.l-footer--txt2 {
  color: #fff;
  padding-top: 1em;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .l-footer--txt2 {
    font-size: 8px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 2em;
}

main {
  background: #424343;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 2em;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.c-btn01 {
  display: inline-block;
  width: 292px;
  border-radius: 20px;
  background: #b7996c;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  padding: 7px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 1.8rem;
    width: 220px;
  }
}

.back_top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fdfdfd;
  font-size: 3em;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .back_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    font-size: 2em;
    padding-top: 0.3em;
  }
}
.back_top .fa-chevron-up {
  color: #777;
  font-size: 30px;
}
.back_top.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .back_top:hover:after {
    top: 18px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
heading
------------------------------------------------------------*/
.c-title1 {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2rem;
  }
}

.c-title2 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2rem;
  }
}

.c-title3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 2rem;
  }
}
.c-title3 span {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-title3 span {
    font-size: 3rem;
  }
}

/*
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    flex-direction: column-reverse;
  }
}

.u-middle {
  align-items: center;
}

.u-center {
  justify-content: center;
}

.u-between {
  justify-content: space-between;
}

.u-end {
  align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    flex-direction: row-reverse;
  }
}

/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
.c-box01 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-box01 {
    display: block;
    padding: 0 20px;
  }
}
.c-box01:last-child {
  margin-bottom: 0;
}
.c-box01:nth-child(2n) {
  flex-direction: row-reverse;
}
.c-box01:nth-child(2n) .c-box01__content {
  padding-left: 40px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .c-box01:nth-child(2n) .c-box01__content {
    padding: 0 20px;
  }
}
.c-box01--img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-box01--img {
    width: 100%;
  }
}
.c-box01--img img {
  width: 100%;
}
.c-box01__content {
  width: 60%;
  padding-left: 70px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-box01__content {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
.c-box01--title {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-box01--title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-box01--txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-box01--txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

/*
------------------------------------------------------------*/
.c-box02 {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-box02 {
    display: block;
    padding: 0 20px;
  }
}
.c-box02:last-child {
  margin-bottom: 0;
}
.c-box02--img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .c-box02--img {
    width: 100%;
  }
}
.c-box02--img img {
  width: 100%;
}
.c-box02__content {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .c-box02__content {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
.c-box02--title {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-box02--title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-box02--txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-box02--txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

.c-box03 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-box03 {
    display: block;
    padding: 0 20px;
  }
}
.c-box03:last-child {
  margin-bottom: 0;
}
.c-box03--img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-box03--img {
    width: 100%;
  }
}
.c-box03--img img {
  width: 100%;
}
.c-box03__content {
  width: 33%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .c-box03__content {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
  }
}
.c-box03--title {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-box03--title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.c-box03--txt {
  font-size: 1.6rem;
  line-height: 2;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 20px;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .c-box03--txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breacrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Animation
------------------------------------------------------------*/
[data-aos=anim1] {
  transform: translateY(-40px);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=anim1].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

.js-anim {
  opacity: 0;
}

.js-anim.animated {
  animation: anm-fade 1s ease-in-out forwards;
}

.js-anim.fadeUp.animated {
  animation: anm-fade-up 1s ease-in-out forwards;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Top
------------------------------------------------------------*/
.txt-area {
  padding-top: 4em;
  padding-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-area {
    text-align: left;
    font-size: 14px;
  }
}

.list05-area {
  max-width: 886px;
  margin: 0 auto;
  padding-bottom: 4em;
}
.list05-area__tit {
  background: #A47111;
  padding: 18px;
  font-size: 40px;
  font-weight: normal;
  border-radius: 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list05-area__tit {
    padding: 12px;
    font-size: 30px;
  }
}
.list05-area__tit .u-date:before {
  content: url(../img/border.png);
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .list05-area__tit .u-date:before {
    vertical-align: middle;
    padding-right: 25px;
  }
}
.list05-area__tit .u-time {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .list05-area__tit .u-time {
    font-size: 16px;
  }
}
.list05-area__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list05-area__list__col {
  cursor: pointer;
  width: 23%;
  transition: opacity 0.2s ease;
}
.list05-area__list__col:hover {
  opacity: 0.5 !important;
}
@media screen and (max-width: 767px) {
  .list05-area__list__col {
    width: 48%;
  }
}
.list05-area__list__col__txt {
  padding-top: 0.5em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
}
.list05-area__list__col__txt2 {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.list05-area__list__col__wrap {
  position: relative;
}
.list05-area__list__col__wrap__time {
  background: #A47111;
  width: 70px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  line-height: 1.5em;
}

.list06-area {
  max-width: 886px;
  margin: 0 auto;
  padding-bottom: 4em;
}
.list06-area__tit {
  background: #225798;
  padding: 18px;
  font-size: 40px;
  font-weight: normal;
  border-radius: 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list06-area__tit {
    padding: 12px;
    font-size: 30px;
  }
}
.list06-area__tit .u-date:before {
  content: url(../img/border.png);
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .list06-area__tit .u-date:before {
    vertical-align: middle;
    padding-right: 25px;
  }
}
.list06-area__tit .u-time {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .list06-area__tit .u-time {
    font-size: 16px;
  }
}
.list06-area__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list06-area__list__col {
  cursor: pointer;
  width: 23%;
  transition: opacity 0.2s ease;
}
.list06-area__list__col:hover {
  opacity: 0.5 !important;
}
@media screen and (max-width: 767px) {
  .list06-area__list__col {
    width: 48%;
  }
}
.list06-area__list__col__txt {
  padding-top: 0.5em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
}
.list06-area__list__col__txt2 {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.list06-area__list__col__wrap {
  position: relative;
}
.list06-area__list__col__wrap__time {
  background: #225798;
  width: 70px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  line-height: 1.5em;
}

.list-area {
  border-top: solid 1px #fff;
  padding-top: 4em;
  max-width: 886px;
  margin: 0 auto;
  padding-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .list-area {
    font-size: 14px;
  }
}

.bnr-area {
  max-width: 680px;
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 767px) {
  .bnr-area {
    padding: 2em 0;
    max-width: 100%;
    margin-left: 10%;
  }
}
.bnr-area__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .bnr-area__list {
    display: block;
  }
}
.bnr-area__list__col {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .bnr-area__list__col {
    width: 100%;
  }
  .bnr-area__list__col:nth-child(1) {
    margin-bottom: 1em;
  }
}

.content {
  transition: opacity 0.5s ease-in-out;
  display: none;
  position: fixed;
  max-width: 886px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 886px;
  height: 90vh;
  max-height: 1024px;
  z-index: 10;
}
.content__close {
  position: fixed;
  z-index: 11;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .content__close {
    width: 35px;
  }
}

.content-area {
  display: none;
  color: #3B4043;
  position: fixed;
  overflow-y: scroll;
  height: 90vh;
  max-height: 1024px;
  border-radius: 20px;
  margin: 0 auto;
  background: #fff;
  padding: 3em 5em;
}
@media screen and (max-width: 767px) {
  .content-area {
    padding: 1.5em;
  }
}
.content-area__wrap {
  position: relative;
  margin-bottom: 2em;
}
.content-area__wrap__time {
  width: 300px;
  background-color: #97731E;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .content-area__wrap__time {
    font-size: 16px;
    padding: 0px;
    width: 190px;
  }
}
.content-area__wrap__time2 {
  width: 300px;
  background-color: #225798;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .content-area__wrap__time2 {
    font-size: 16px;
    padding: 0px;
    width: 190px;
  }
}
.content-area a {
  color: #4285F4;
}
.content-area__tit {
  font-size: 30px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content-area__tit {
    font-size: 20px;
  }
}
.content-area__logo {
  position: absolute;
  top: 400px;
  right: 4em;
}
@media screen and (max-width: 767px) {
  .content-area__logo {
    position: static;
    width: 140px;
    margin-bottom: 2em;
  }
}
.content-area__txt {
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content-area__txt {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.content-area__txt dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .content-area__txt dl {
    display: block;
  }
}
.content-area__head {
  color: #97731E;
  font-size: 18px;
}
.content-area__txt2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .content-area__txt2 {
    font-size: 14px;
    line-height: 1.7em;
  }
}

.fade-in {
  display: block;
  opacity: 1;
}

a {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7 !important;
}

.indent {
  text-indent: -0.5em;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
b {
  font-weight: bold;
}

.u-text-read {
  font-size: 2rem;
  line-height: 1.8;
  font-family: Noto Serif JP, serif;
}
@media screen and (max-width: 767px) {
  .u-text-read {
    font-size: 3.64583vw;
    line-height: 1.71429;
    letter-spacing: 0.02em;
    margin-top: 30px;
  }
}

.u-text-read02 {
  font-size: 1.4rem;
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0D3780;
}

.u-text-black {
  color: #000000;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-bold {
  font-size: 1.1em;
  font-weight: 900;
}

small {
  font-size: 0.8em;
}

.u-play {
  font-family: "Playfair Display", serif;
}

.u-text-yellow {
  color: #FFF100 !important;
}

.u-text-note {
  vertical-align: top;
  font-size: 0.8em;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 1300px) {
  .u-tb {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-txt-center {
  text-align: center;
}

/*
------------------------------------------------------------*//*# sourceMappingURL=style.css.map */