@charset "UTF-8";
/*グラデーションsass*/
footer h2 {
  margin-top: 0;
}
/*グラデーションsass*/
/*--------------------------------------------------- */
/* instagram */
/*--------------------------------------------------- */
.instagram ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.instagram li {
  width: calc(20% - 13px);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  height: 190px;
}
.instagram li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram li figcaption p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.instagram li figcaption p:after {
  content: "";
  /* style */
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  z-index: 3;
  border: 1px solid #fff;
}
.instagram li:hover figcaption {
  opacity: 1;
}
.instagram video {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  position: relative;
}
.instagram .videos {
  position: relative;
  height: 100%;
}
.instagram .videos:before {
  content: "";
  content: "";
  display: inline-block;
  width: 78px;
  height: 78px;
  background-image: url(../img/icon-movie.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* style */
}
.instagram .btnInsta a, .instagram .btnInsta a:visited {
  position: relative;
  color: #fff;
  background-color: #00995E;
  border: 1px solid #00995E;
  padding: 8px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  align-items: center;
}
@font-face {
  font-family: "matissem";
  font-display: swap;
  src: url("../../../font/matisse-m.woff") format("woff"), url("../../../font/matisse-m.otf") format("truetype");
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
.wrap_20250404 footer .footup .ec-footerNavi .ec-footerNavi__link a {
  font-size: 14px;
  font-size: 1.4rem;
}
footer .instagram {
  background-color: #e6e6e6;
  padding-top: 70px;
  padding-bottom: 90px;
}
footer .instagram .heading h2 img {
  display: block;
  margin: auto;
}
footer .instagram ul {
  margin-top: 32px;
}
footer .instagram .common_btn {
  margin: auto;
  margin-top: 32px;
}
footer .instagram .common_btn a, footer .instagram .common_btn a:visited {
  margin: auto;
  position: relative;
  color: #fff;
  background-color: #00995E;
  border: 1px solid #00995E;
  padding: 16px 24px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
footer .instagram .common_btn a span, footer .instagram .common_btn a:visited span {
  width: 22px;
}
footer .instagram .common_btn a span:after, footer .instagram .common_btn a:visited span:after {
  content: "";
  content: "";
  border-bottom: 2px solid;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  margin: auto;
  /* style */
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
footer {
  margin-top: 150px;
}
footer .info {
  height: 189px;
  position: relative;
}
footer .info .bgimg img {
  width: 100%;
  height: 189px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .info .absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .info .flex {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
}
footer .info .flex > div {
  width: calc(50% - 20px);
}
footer .info .flex .wrap {
  border: 1px solid #fff;
  padding: 24px;
  display: flex;
  transition-duration: 0.5s;
  align-items: center;
  justify-content: space-between;
}
footer .info .flex .wrap > span {
  color: #fff;
  line-height: 1em;
}
footer .info .flex .wrap .eng {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
}
footer .info .flex .wrap .jap {
  font-size: 16px;
  font-size: 1.6rem;
}
footer .info .flex .wrap .circle {
  position: relative;
  width: 24px;
  height: 24px;
}
footer .info .flex .wrap .circle:after {
  content: "";
  /* style */
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
footer .info .flex .wrap .circle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
footer .footup {
  color: #fff;
  background-color: #c9c9c9;
  padding-top: 32px;
  padding-bottom: 32px;
}
footer .footup .flex {
  justify-content: space-between;
}
footer .footup a, footer .footup a:visited {
  text-decoration: none;
}
footer .footup p {
  margin-top: 32px;
  font-size: 15px;
  font-size: 1.5rem;
}
footer .footup .leftFlex {
  display: flex;
  align-items: center;
}
footer .footup .ec-footerNavi {
  display: flex;
  justify-content: flex-end;
}
footer .footup .ec-footerNavi .ec-footerNavi__link {
  position: relative;
}
footer .footup .ec-footerNavi .ec-footerNavi__link a {
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
}
footer .footup .ec-footerNavi .ec-footerNavi__link a:visited {
  color: #000;
}
footer .footup .ec-footerNavi .ec-footerNavi__link a, footer .footup .ec-footerNavi .ec-footerNavi__link a:visited {
  text-decoration: none;
  margin: 0;
}
footer .footup .rightFlex {
  margin-top: 8px;
}
footer .footdown {
  text-align: center;
  margin: 24px 0;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 769px) {
  .instagram .btnInsta a:hover, .instagram .btnInsta a:visited:hover {
    background-color: #fff;
    color: #00995E;
    border: 1px solid #00995E;
    transition-duration: 0.5s;
  }
  footer .instagram .common_btn a:hover, footer .instagram .common_btn a:visited:hover {
    background-color: #fff;
    color: #00995E;
    border: 1px solid #00995E;
    transition-duration: 0.5s;
  }
  footer .info .flex .wrap:hover {
    background-color: #fff;
    transition-duration: 0.5s;
  }
  footer .info .flex .wrap:hover span {
    transition-duration: 0.5s;
    color: #000;
  }
  footer .info .flex .wrap:hover .circle:after {
    content: "";
    transition-duration: 0.5s;
    border: 1px solid #000;
    background-color: #000;
    /* style */
  }
  footer .info .flex .wrap:hover .circle:before {
    border-color: transparent transparent transparent #fff;
    transition-duration: 0.5s;
  }
  footer .footup .add_flex {
    display: flex;
    justify-content: space-between;
  }
  footer .footup .add_flex .flexChild2 {
    margin-left: 16px;
  }
  footer .footup .ec-footerNavi .ec-footerNavi__link {
    padding-right: 16px;
    margin-right: 8px;
  }
  footer .footup .ec-footerNavi .ec-footerNavi__link a:hover {
    color: #888;
    transition-duration: 0.5s;
  }
  footer .footup .ec-footerNavi .ec-footerNavi__link:after {
    content: "|";
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    margin: auto;
    /* style */
    color: #000;
  }
  footer .footup .ec-footerNavi .ec-footerNavi__link.endMenu {
    margin-right: 0;
    padding-right: 0;
  }
  footer .footup .ec-footerNavi .ec-footerNavi__link.endMenu:after {
    display: none;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  footer .footup .add_flex .flexChild1 img:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}
@media (max-width: 768px) {
  .instagram .videos:before {
    background-image: url(../img/icon-movie@2x.png);
  }
  .instagram li {
    width: calc(33.33333% - 10px);
    margin-bottom: 16px;
  }
  .instagram li figcaption {
    display: none;
  }
  footer .info {
    height: 220px;
  }
  footer .info .bgimg img {
    height: 220px;
  }
  footer .info .flex {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
  footer .info .flex > div {
    width: 100%;
  }
  footer .info .flex > div:nth-last-of-type(1) {
    margin-bottom: 8px;
    order: -1;
  }
  footer .info .flex .wrap {
    padding: 24px;
    margin: auto;
    max-width: 320px;
  }
  footer .footup .flex {
    justify-content: space-between;
  }
  footer .footup a, footer .footup a:visited {
    text-decoration: none;
  }
  footer .footup .add_flex .flexChild1 {
    display: none;
  }
  footer .footup .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footup .flex .flex2 {
    width: 100%;
  }
  footer .footup ul {
    margin-bottom: 0;
  }
  footer .footup .ec-footerNavi {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footup .ec-footerNavi .ec-footerNavi__link {
    position: relative;
    width: 100%;
  }
  footer .footup .ec-footerNavi .ec-footerNavi__link a {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px dotted #fff;
    text-align: left;
  }
  footer .footup .leftFlex {
    width: 100%;
  }
  footer .footup .leftFlex h2 {
    width: 100%;
    margin-bottom: 0;
  }
  footer .footup .leftFlex img {
    max-width: 60%;
  }
  footer .footup .leftFlex .tab_insta {
    max-width: initial;
  }
  footer .footup .rightFlex {
    margin-top: 12px;
  }
  footer .footdown {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .instagram li:nth-last-of-type(1) {
    display: none;
  }
}
@media (max-width: 480px) {
  .instagram .videos:before {
    width: 50px;
    height: 50px;
  }
  .instagram li {
    height: 120px;
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .instagram li figcaption {
    display: none;
  }
  footer .instagram .heading h2 img {
    max-width: 100px;
  }
  footer .info {
    height: 220px;
  }
  footer .info .bgimg img {
    height: 220px;
  }
  footer .info .flex .wrap {
    padding: 16px;
  }
  footer .info .flex .wrap .eng {
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer .info .flex .wrap .jap {
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer .info .flex .wrap .circle {
    width: 16px;
    height: 16px;
  }
  footer .info .flex .wrap .circle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 4px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
}