/* 20240401 styleタグにあったcssを移植 */
.mv .bg-bage {
  padding: 5px;
  font-size: 2.1vw;
  background-color: #f4ecad;
}
.text-right {
  text-align: right;
}
.lead {
  line-height: 1.8em;
}
.black {
  color: #383535 !important;
}

/* 20240401 header パートナーページのcssより移植と追記 */
 .main { /*headerがfixedに変更になるためmainをheaderの分下げる */
  padding-top: 80px;
}

.height-adjustment {
  padding-top: 40px;
  margin-top: -40px;
}

nav a {
  cursor: pointer;
  text-decoration-line: none;
  transition: all 0.2s ease;
}

nav a:hover {
  opacity: 0.7;
}

.header .local-navigation {
  font-size: 12px;
  height: 100%;
  font-weight: 300;
}

.local-navigation .item-wrapper {
  align-items: center;
  justify-content: flex-end;
  display: flex;
  height: 100%;
}

.local-navigation .item-wrapper .item {
  font-size: 12px;
  letter-spacing: 0.13em;
}


.local-navigation .item-wrapper .item:not(:last-child) {
  margin-right: 16px;
}

.local-navigation .item-wrapper .item.item-line {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 16px;
  padding: 0 1em;
  background-color: #06c755;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.local-navigation .item-wrapper .item.item-line img {
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}

.item.item-partner-info {
  display: flex;
  align-items: center;
  color: #229cb8;
  font-weight: bold;
  width: 220px;
}

.item.item-partner-info img {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
}

.item.item-partner-info span {
  font-size: 14px;
}

@media screen and (max-width: 1079px) {
  .header .local-navigation {
    display: none;
  }
}

/* ハンバーガーメニュー */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
@media screen and (min-width: 1080px) {
  .header #hamburgerNavigation {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .header #hamburgerNavigation {
    cursor: pointer;
    height: 80px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 106px;
  }
}
@media screen and (max-width: 767px) {
  .header #hamburgerNavigation {
    height: 13.3vw;
    width: 14.098vw;
  }
}
.header #hamburgerNavigation .hamburgerNavigation-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.header #hamburgerNavigation .hamburgerNavigation-inner span {
  background-color: #383535;
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header #hamburgerNavigation .hamburgerNavigation-inner span {
    height: 0.532vw;
    width: 6.65vw;
  }
}
.header #hamburgerNavigation .hamburgerNavigation-inner span:first-child {
  bottom: 0;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .header #hamburgerNavigation .hamburgerNavigation-inner span:first-child {
    top: 3.724vw;
  }
}
.header #hamburgerNavigation .hamburgerNavigation-inner span:nth-child(2) {
  bottom: 0;
  top: 0;
}
.header #hamburgerNavigation .hamburgerNavigation-inner span:nth-child(3) {
  bottom: 25px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .header #hamburgerNavigation .hamburgerNavigation-inner span:nth-child(3) {
    bottom: 3.724vw;
  }
}
.header #hamburgerNavigation .hamburgerNavigation-inner span:nth-child(4) {
  bottom: 0;
  top: 0;
}

.nav-open
  .header
  #hamburgerNavigation
  .hamburgerNavigation-inner
  span:first-child {
  bottom: 0;
  opacity: 0;
  top: 0;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  width: 0;
}
.nav-open
  .header
  #hamburgerNavigation
  .hamburgerNavigation-inner
  span:nth-child(2) {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}
.nav-open
  .header
  #hamburgerNavigation
  .hamburgerNavigation-inner
  span:nth-child(3) {
  bottom: 0;
  opacity: 0;
  top: 0;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  width: 0;
}
.nav-open
  .header
  #hamburgerNavigation
  .hamburgerNavigation-inner
  span:nth-child(4) {
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
#hamburgerMenu {
  display: none;
}
.nav-open #hamburgerMenu {
  background-color: #fff;
  display: block;
  height: 100%;
  left: 0;
  padding-bottom: 80px;
  padding-top: 80px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .nav-open #hamburgerMenu {
    padding-bottom: 13.3vw;
    padding-top: 13.3vw;
  }
}
@media screen and (min-width: 1080px) {
  .nav-open #hamburgerMenu {
    display: none;
  }
}
.nav-open #hamburgerMenu .hamburgerMenu-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-left: 0;
}
.nav-open #hamburgerMenu .hamburgerMenu-inner,
.nav-open #hamburgerMenu .hamburgerMenu-inner li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.nav-open #hamburgerMenu .hamburgerMenu-inner li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-open #hamburgerMenu .hamburgerMenu-inner .item-h-menu {
  font-size: 18px;
  font-weight: normal;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .nav-open #hamburgerMenu .hamburgerMenu-inner .item-h-menu {
    font-size: 4.788vw;
  }
}

.nav-open #hamburgerMenu .hamburgerMenu-inner .item-h-menu.item-line {
  background-color: #06c755;
  border-radius: 4px;
  color: #fff;
  padding: 0.3em 0.5em;
  margin: 1em 0;
}
.nav-open #hamburgerMenu .hamburgerMenu-inner .item-h-menu.item-line img {
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 4px;
  vertical-align: middle;
  width: 4.788vw;
}
.nav-open #hamburgerMenu .hamburgerMenu-inner .line-it-button {
  height: 20px !important;
  width: 80px !important;
}

.nav-open #hamburgerMenu .hamburgerMenu-inner .item-partner-info {
  color: #229cb8;
}

.nav-open #hamburgerMenu .hamburgerMenu-inner .item-partner-info img {
  display: inline-block;
  margin-bottom: 8px;
}

/* お知らせエリア バナーで対処する場合は不要 */
.event-info {
  max-width: 800px;
  background-color: #eef3f3;
  padding: 40px;
  margin: 80px auto 60px;
}

.event-info-title {
  margin-bottom: 20px;
}

/* youtube */
.ev-movie {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 80px;
}

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

.ev-movie iframe {
  width: 100%;
  height: 100%;
}

/* SNS */

.sns {
  width: 100%;

}
.sns,
.sns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns__item {
  padding-bottom: 60px;
  padding-top: 60px;
  width: 50%;
}
.sns__item.line {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background-color: #06c755;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 30px;
}
.sns__item.instagram {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background-image: url("../img/instagram.jpg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 20px;

}
.sns__item__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 490px;
}
.sns__item.instagram .sns__item__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sns__item__img {
  width: 30%;
}
.sns__item__img img {
  display: block;
  width: 100%;
}
.sns__item__txt {
  color: #fff;
  width: 65%;
}
.sns__item__txt h3 {
  font-size: 23px;
  height: 69.8px;
  margin-bottom: 25px;
}
.sns__item__txt h3 span {
  font-family: Arial, sans-serif;
  font-size: 26px;
}
.sns__item__txt .snsBtn-bg {
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sns__item__txt .snsBtn-bg:hover {
  opacity: 0.7;
}
.sns__item__txt .snsBtn {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sns__item__txt .snsBtn--line {
  color: #06c755;
}
.sns__item__txt .snsBtn--insta {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    62deg,
    #f1a23c,
    #d234ec 33%,
    #eb4557 69%,
    #d12d56 96%
  );
  -webkit-background-clip: text;
  background-clip: text;
  border: 2px solid transparent;
  color: transparent;
}
@media screen and (max-width: 1024px) {
  .sns__item__txt h3 {
    font-size: 20px;
    height: auto;
  }
  .sns__item__txt .snsBtn {
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sns__item__txt .snsBtn {
    font-size: 16px;
  }
  .sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sns__item {
    padding: 30px 20px;
    width: 100%;
  }
  .sns__item.instagram,
  .sns__item.line {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sns__item.instagram {
    padding: 30px 20px;
  }
  .sns__item.instagram .sns__item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sns__item__wrap {
    width: 100%;
  }
  .sns__item__img {
    width: 25%;
  }
  .sns__item__txt {
    width: 70%;
  }
  .sns__item__txt h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .sns__item__txt h3 span {
    font-size: 18px;
  }
  .sns__item__txt .snsBtn {
    font-size: 16px;
    padding: 16px;
  }
}

/* 2024.08追加 */
/* event bnr */
.eventBnr {
  display: inline-block;
  width: 100%;
  transition: all .2s ease-in;
}

.eventBnr:hover {
  opacity: .8;
}

.eventBnr img {
  width: 100%;
}

/* 2024.09.24 メニュー変更 */
.link-title {
  font-size: 1.4vw;
}


