@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap");
/* ===============================================
# RULES
=============================================== */
/* ===============================================
# FONT SETTINGS
=============================================== */
@font-face {
  font-family: "my-font-reg";
  src: url("../font/EOT/LINESeedJP_TTF_Rg.eot");
  src: url("../font/EOT/LINESeedJP_TTF_Rg.eot?iefix") format("eot"), url("../font/WOFF/LINESeedJP_TTF_Rg.woff") format("woff"), url("../font/WOFF2/LINESeedJP_TTF_Rg.woff2") format("woff2"), url("../font/TTF/LINESeedJP_TTF_Rg.ttf") format("truetype");
}
@font-face {
  font-family: "my-font-bol";
  src: url("../font/EOT/LINESeedJP_TTF_Bd.eot");
  src: url("../font/EOT/LINESeedJP_TTF_Bd.eot?iefix") format("eot"), url("../font/WOFF/LINESeedJP_TTF_Bd.woff") format("woff"), url("../font/WOFF2/LINESeedJP_TTF_Bd.woff2") format("woff2"), url("../font/TTF/LINESeedJP_TTF_Bd.ttf") format("truetype");
}
/* ===============================================
# MIXINS
=============================================== */
/* ===============================================
# COMMON
=============================================== */
* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #202020;
  font-family: "my-font-reg", sans-serif;
  background-color: #f9f7e6;
}
@media screen and (min-width: 960px) {
  body {
    padding-top: 144px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    padding-top: 68px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (max-width: 519px) {
  body {
    padding-top: 60px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
}

img {
  width: 100%;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4rem;
  box-sizing: content-box;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .inner {
    padding: 0 1.5rem;
  }
}

.util-title {
  text-align: center;
}
.util-title-jp {
  font-size: 3.2rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #007a88;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-title-jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .util-title-jp {
    font-size: 2.8rem;
  }
}
.util-title-en {
  margin-top: 0.8rem;
  font-family: "Comfortaa", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-title-en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .util-title-en {
    font-size: 1.8rem;
  }
}
.util-button {
  display: inline-block;
  width: 240px;
  height: 48px;
  line-height: 4.8rem;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  text-align: center;
  letter-spacing: 0.05rem;
  background: #ecc100;
  color: #ffffff;
  border: 2px solid #ecc100;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .util-button:hover {
    background: #ffffff;
    color: #ecc100;
  }
}
.util-h1 {
  font-size: 4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #007a88;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 519px) {
  .util-h1 {
    font-size: 3.6rem;
  }
}
.util-h2 {
  padding-left: 20px;
  font-size: 3.2rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  border-left: 8px solid #8eab64;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-h2 {
    padding-left: 12px;
    font-size: 2.8rem;
    border-left: 4px solid #8eab64;
  }
}
@media screen and (max-width: 519px) {
  .util-h2 {
    padding-left: 12px;
    font-size: 2.8rem;
    border-left: 4px solid #8eab64;
  }
}
.util-h3 {
  font-size: 2.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #8eab64;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .util-h3 {
    font-size: 2.4rem;
  }
}

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

/* ===============================================
# SMASHBALLON SETTINGS
=============================================== */
#sb_instagram {
  margin-top: 6rem;
}

#sbi_images {
  display: flex;
  column-gap: 4rem;
}

/* ===============================================
1) HEADER
=============================================== */
.header {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
.header.UpMove {
  animation: UpScroll 0.5s forwards;
}
@keyframes UpScroll {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.header.DownMove {
  animation: DownScroll 0.5s forwards;
}
@keyframes DownScroll {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .header-inner {
    padding: 0.5rem 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .header-inner {
    padding: 0.5rem 1.5rem;
  }
}
.header-upper {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-upper {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .header-upper {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .header-upper {
    padding: 0.6rem 0;
  }
}
@media screen and (min-width: 960px) {
  .header-sns {
    width: 100%;
    max-width: 300px;
  }
}
.header-sns-list {
  display: flex;
  column-gap: 32px;
}
@media screen and (max-width: 519px) {
  .header-sns-list {
    column-gap: 24px;
  }
}
.header-sns-item-link {
  font-size: 2.8rem;
  color: #202020;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .header-sns-item-link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 519px) {
  .header-sns-item-link {
    font-size: 2.4rem;
  }
}
.header-logo {
  max-width: 170px;
}
@media screen and (max-width: 519px) {
  .header-logo {
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-button {
    display: none;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .header-button {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .header-button {
    display: none;
  }
}
.header-button-link {
  display: inline-block;
  width: 300px;
  height: 48px;
  line-height: 4.8rem;
  font-size: 2rem;
  font-family: "my-font-bol", sans-serif;
  text-align: center;
  letter-spacing: 0.05rem;
  background: #ecc100;
  color: #ffffff;
  border: 2px solid #ecc100;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .header-button-link:hover {
    background: #ffffff;
    color: #ecc100;
  }
}
.header-clear {
  width: 96px;
  height: 48px;
}
@media screen and (min-width: 960px) {
  .header-clear {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .header-clear {
    width: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .header-lower {
    display: none;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .header-lower {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .header-lower {
    display: none;
  }
}
.header-nav-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .header-nav-list {
    column-gap: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav-list {
    column-gap: 8rem;
  }
}
.header-nav-item {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav-item:hover .header-nav-item-droplist {
    transform: scaleY(1);
  }
}
.header-nav-item-link {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
  transition: all 0.4s ease 0s;
}
.header-nav-item-link.is-current p {
  font-family: "my-font-bol", sans-serif;
  color: #a47864;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav-item-link:hover {
    opacity: 0.3;
  }
}
.header-nav-item-link p {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  color: #202020;
  transform: rotate(0.03deg);
}
.header-nav-item-link img {
  width: 12px;
}
.header-nav-item-droplist {
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  top: 56px;
  right: 75%;
}
.header-nav-item-dropitem {
  background-color: #ffffff;
  width: 250px;
  border-top: 1px solid #949495;
}
.header-nav-item-droplink {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #202020;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .header-nav-item-droplink:hover {
    opacity: 0.3;
  }
}
.header-nav-item-droplink p {
  padding: 1.2rem 0.8rem;
}

/* ===============================================
2) DRAWER
=============================================== */
.drawer {
  width: 100%;
  max-width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #f9f7e6;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transform: translateX(350px);
  transition: all 0.4s ease 0s;
  overflow-y: scroll;
  z-index: 150;
}
.drawer.is-pull {
  display: block;
  transform: translateX(0);
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 960px) {
  .drawer {
    display: none;
  }
}
.drawer-icon {
  display: none;
  position: fixed;
  top: 6px;
  right: 15px;
  width: 48px;
  height: 48px;
  background-color: #ecc100;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  z-index: 200;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .drawer-icon {
    display: block;
    top: 10px;
    right: 40px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .drawer-icon {
    display: block;
    top: 10px;
  }
}
@media screen and (max-width: 519px) {
  .drawer-icon {
    display: block;
    top: 10px;
  }
}
.drawer-icon.is-pull .drawer-icon-bars-first {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-icon.is-pull .drawer-icon-bars-second {
  opacity: 0;
}
.drawer-icon.is-pull .drawer-icon-bars-third {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-icon-bars {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
}
.drawer-icon-bars-first {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
}
.drawer-icon-bars-second {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
}
.drawer-icon-bars-third {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #ffffff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
}
.drawer-inner {
  background: #ffffff;
}
.drawer-logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding-top: 4rem;
}
.drawer-sns {
  margin-top: 4rem;
}
.drawer-sns-list {
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
.drawer-sns-item-link {
  font-size: 2.8rem;
  color: #202020;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .drawer-sns-item-link:hover {
    opacity: 0.3;
  }
}
.drawer-button {
  margin-top: 4rem;
  text-align: center;
}
.drawer-button-link {
  display: inline-block;
  width: 300px;
  height: 48px;
  line-height: 4.8rem;
  font-size: 2rem;
  font-family: "my-font-bol", sans-serif;
  text-align: center;
  letter-spacing: 0.05rem;
  background: #ecc100;
  color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .drawer-button-link:hover {
    opacity: 0.3;
  }
}
.drawer-nav {
  margin-top: 4rem;
}
.drawer-nav-list {
  display: block;
  border-top: 2px solid #949495;
}
.drawer-nav-item {
  width: 100%;
  border-bottom: 2px solid #949495;
}
.drawer-nav-item.is-active img {
  transform: rotate(180deg);
}
.drawer-nav-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.drawer-nav-item-link.is-current p {
  font-family: "my-font-bol", sans-serif;
  color: #a47864;
}
.drawer-nav-item-link p {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  color: #202020;
  transform: rotate(0.03deg);
}
.drawer-nav-item-link img {
  width: 12px;
  height: 8px;
  transition: all 0.4s ease 0s;
}
.drawer-nav-item-link .newtab {
  width: 12px;
  height: 12px;
}
.drawer-nav-item-droplist {
  border-top: 2px solid #949495;
  position: relative;
  width: 100%;
  display: none;
  background: #ffffff;
  z-index: 125;
}
.drawer-nav-item-dropitem {
  padding: 2rem;
  border-bottom: 2px solid #949495;
  background: #fdf0b6;
}
.drawer-nav-item-droplink p {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 115;
  transition: all 0.4s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.drawer-background.is-pull {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .drawer-background {
    display: none;
  }
}

/* ===============================================
3) FOOTER
=============================================== */
.footer {
  padding: 6rem 0 4rem;
  background: #fdf0b6;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer {
    padding: 4rem 0 4rem;
  }
}
@media screen and (max-width: 519px) {
  .footer {
    padding: 4rem 0 4rem;
  }
}
.footer-flex {
  display: flex;
}
@media screen and (min-width: 960px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .footer-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 519px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
  }
}
.footer-logo {
  width: 100%;
  max-width: 330px;
}
.footer-sns {
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-sns {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .footer-sns {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .footer-sns-list {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-sns-list {
    display: flex;
    justify-content: start;
    column-gap: 3.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-sns-list {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-sns-list {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .footer-sns-list {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
  }
}
.footer-sns-item-link {
  font-size: 2.8rem;
  color: #202020;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .footer-sns-item-link:hover {
    opacity: 0.3;
  }
}
.footer-right {
  display: flex;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 960px) {
  .footer-right {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-right {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-right {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-right {
    margin-top: 6rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 519px) {
  .footer-right {
    margin-top: 6rem;
    flex-direction: column;
  }
}
.footer-nav {
  font-size: 1.6rem;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 960px) {
  .footer-nav {
    max-width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-nav {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .footer-nav {
    max-width: 200px;
  }
}
.footer-nav:not(:first-child) {
  margin-left: 6rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-nav:not(:first-child) {
    margin-left: 0;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .footer-nav:not(:first-child) {
    margin-left: 0;
    margin-top: 6rem;
  }
}
.footer-nav-category {
  font-family: "my-font-bol", sans-serif;
}
.footer-nav-list {
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 1.5rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-nav-item {
    width: 200px;
  }
}
@media screen and (max-width: 519px) {
  .footer-nav-item {
    width: 165px;
  }
}
.footer-nav-item:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .footer-nav-item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .footer-nav-item:not(:first-child) {
    margin-top: 0;
  }
}
.footer-nav-item-link {
  color: #202020;
  transition: all 0.4s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav-item-link:hover {
    opacity: 0.3;
  }
}
.footer-copyright {
  position: relative;
  margin-top: 6rem;
  text-align: center;
  font-size: 1.4rem;
  z-index: 15;
  transform: rotate(0.03deg);
}

.totop-icon-link {
  position: fixed;
  width: 120px;
  height: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  z-index: 100;
  right: 25px;
  bottom: 25px;
}
.totop-icon-link.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .totop-icon-link {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .totop-icon-link {
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 519px) {
  .totop-icon-link {
    right: 15px;
    bottom: 15px;
    width: 100px;
    height: 100px;
  }
}

/* ===============================================
4) PAGE UTILS
=============================================== */
.pagehead {
  padding-top: 4rem;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .pagehead {
    padding-top: 2.5rem;
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .pagehead {
    padding-top: 2.5rem;
    margin: 0 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .pagehead {
    padding-top: 2.5rem;
    margin: 0 1rem;
  }
}
.pagehead-inner {
  position: relative;
  padding: 1rem;
  max-width: 1080px;
  height: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .pagehead-inner {
    padding: 0.8rem;
    height: 160px;
  }
}
@media screen and (max-width: 519px) {
  .pagehead-inner {
    padding: 0.8rem;
    height: 160px;
  }
}
.pagehead-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.pagehead-inner.about {
  background: url(../img/img_pagehead-about.jpg) no-repeat center center/cover;
}
.pagehead-inner.program {
  background: url(../img/img_pagehead-program.jpg) no-repeat center center/cover;
}
.pagehead-inner.sponsor {
  background: url(../img/img_pagehead-sponsor.jpg) no-repeat center center/cover;
}
.pagehead-inner.news {
  background: url(../img/img_pagehead-news.jpg) no-repeat center center/cover;
}
.pagehead-inner.ticket {
  background: url(../img/img_pagehead-ticket.jpg) no-repeat center center/cover;
}
.pagehead-inner.policy {
  background: url(../img/img_pagehead-policy.jpg) no-repeat center center/cover;
}
.pagehead-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  border: 2px solid #007a88;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .pagehead-container {
    height: 144px;
  }
}
@media screen and (max-width: 519px) {
  .pagehead-container {
    height: 144px;
  }
}
.pagehead-title {
  width: 100%;
  text-align: center;
  top: 50%;
  font-size: 4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  color: #007a88;
  transform: translateY(-50%);
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .pagehead-title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 519px) {
  .pagehead-title {
    font-size: 3.6rem;
  }
}

.breadcrumb {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  transform: rotate(0.03deg);
}
.breadcrumb .post {
  padding: 0 2.4rem;
  color: #202020;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .breadcrumb .post {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .breadcrumb .post {
    padding: 0 1.6rem;
  }
}
.breadcrumb .post.current-item {
  color: #a47864;
  font-family: "my-font-bol", sans-serif;
}
.breadcrumb .archive {
  padding: 0 2.4rem;
  color: #202020;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .breadcrumb .archive {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .breadcrumb .archive {
    padding: 0 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb .archive:hover {
    opacity: 0.3;
  }
}
.breadcrumb .archive.current-item {
  color: #a47864;
  font-family: "my-font-bol", sans-serif;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb .archive.current-item:hover {
    opacity: 1;
  }
}
.breadcrumb .taxonomy {
  padding: 0 2.4rem;
  color: #202020;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .breadcrumb .taxonomy {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .breadcrumb .taxonomy {
    padding: 0 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb .taxonomy:hover {
    opacity: 0.3;
  }
}
.breadcrumb .taxonomy.current-item {
  color: #a47864;
  font-family: "my-font-bol", sans-serif;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb .taxonomy.current-item:hover {
    opacity: 1;
  }
}
.breadcrumb-nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.breadcrumb-nav-item {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "my-font-bol", sans-serif;
  color: #a47864;
  transform: rotate(0.03deg);
}
.breadcrumb-nav-item:not(:last-of-type)::after {
  content: ">";
  padding-right: 2.4rem;
  font-size: 1.6rem;
  font-family: "my-font-reg", sans-serif;
  color: #202020;
  transform: rotate(0.03deg);
}
.breadcrumb-nav-link {
  color: #202020;
  font-family: "my-font-reg", sans-serif;
  transition: all 0.4s ease 0s;
  padding-right: 2.4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .breadcrumb-nav-link {
    padding-right: 0 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .breadcrumb-nav-link {
    padding-right: 0 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb-nav-link:hover {
    opacity: 0.3;
  }
}

.util-post a {
  text-decoration: underline;
  color: #a47864;
  font-family: "my-font-bol", sans-serif;
}
.util-post span {
  color: #007a88;
  font-family: "my-font-bol", sans-serif;
}
.util-post strong {
  font-family: "my-font-bol", sans-serif;
}
.util-post img {
  display: block;
  max-width: 840px;
  padding: 0 6rem;
  margin: 6rem auto 0;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post img {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post img {
    padding: 0 3rem;
  }
}
.util-post p, .util-post ul, .util-post ol {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post p, .util-post ul, .util-post ol {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post p, .util-post ul, .util-post ol {
    margin-top: 3.2rem;
  }
}
.util-post ul, .util-post ol {
  list-style: inside !important;
}
.util-post li {
  list-style-type: disc !important;
  font-size: 1.6rem;
  line-height: 1.75;
  transform: rotate(0.03deg);
}
.util-post h1 {
  margin-top: 8rem;
  font-size: 4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #007a88;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post h1 {
    margin-top: 6rem;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post h1 {
    margin-top: 6rem;
    font-size: 3.6rem;
  }
}
.util-post h2 {
  margin-top: 8rem;
  padding-left: 20px;
  font-size: 3.2rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  border-left: 8px solid #8eab64;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post h2 {
    margin-top: 6rem;
    padding-left: 12px;
    font-size: 2.8rem;
    border-left: 4px solid #8eab64;
  }
}
@media screen and (max-width: 519px) {
  .util-post h2 {
    margin-top: 6rem;
    padding-left: 12px;
    font-size: 2.8rem;
    border-left: 4px solid #8eab64;
  }
}
.util-post h3 {
  margin-top: 6rem;
  font-size: 2.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #8eab64;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post h3 {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post h3 {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.util-post h4 {
  display: inline-block;
  position: relative;
  margin-top: 6rem;
  padding: 0.8rem 4rem 0.8rem 2rem;
  font-size: 2rem;
  font-family: "my-font-bol", sans-serif;
  background: #8eab64;
  color: #ffffff;
  line-height: 1.5;
  box-sizing: border-box;
  vertical-align: middle;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post h4 {
    margin-top: 4rem;
    padding: 0.4rem 1.2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post h4 {
    margin-top: 4rem;
    padding: 0.4rem 1.2rem;
    font-size: 1.8rem;
  }
}
.util-post h4:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1.8rem;
  background: #ffffff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.util-post h5 {
  position: relative;
  margin-top: 4rem;
  padding-left: 28px;
  font-size: 2rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post h5 {
    margin-top: 3.2rem;
    padding-left: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post h5 {
    margin-top: 3.2rem;
    padding-left: 18px;
    font-size: 1.8rem;
  }
}
.util-post h5:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #202020;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post h5:after {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 519px) {
  .util-post h5:after {
    width: 6px;
    height: 6px;
  }
}
.util-post h6 {
  margin-top: 4rem;
  font-size: 2rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  text-decoration: underline;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post h6 {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post h6 {
    margin-top: 3.2rem;
    font-size: 1.8rem;
  }
}
.util-post .wp-block-button {
  margin-top: 4rem;
  font-size: 2rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .util-post .wp-block-button {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .util-post .wp-block-button {
    margin-top: 3.2rem;
  }
}
.util-post .wp-block-button__link {
  background-color: #ecc100;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none !important;
  border: 2px solid #ecc100;
  border-radius: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .util-post .wp-block-button__link:hover {
    background: #ffffff;
    color: #ecc100;
  }
}

.page {
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .page {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .page {
    padding: 6rem 0;
  }
}

.breadcrumb {
  font-size: 1.6rem;
  transform: rotate(0.03deg);
}

/* ===============================================
5) HOME
=============================================== */
.home-visual-background {
  position: relative;
}
.home-visual-cover {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 450px;
  padding: 4rem;
  z-index: 5;
  top: 50%;
  left: 50%;
  background: url("../img/img_top-bg.png") center center/cover;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-visual-cover {
    max-width: 540px;
    height: 405px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-visual-cover {
    max-width: 480px;
    height: 360px;
    padding: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-visual-cover {
    width: auto;
    height: 300px;
    padding: 2rem;
    left: 1.5rem;
    right: 1.5rem;
    transform: translateY(-50%);
  }
}
.home-visual-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-visual-slogan {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-visual-slogan {
    max-width: 280px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-visual-slogan {
    max-width: 280px;
  }
}
@media screen and (max-width: 519px) {
  .home-visual-slogan {
    max-width: 240px;
  }
}
.home-visual-logo {
  width: 100%;
  max-width: 480px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-visual-logo {
    max-width: 400px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-visual-logo {
    max-width: 400px;
  }
}
@media screen and (max-width: 519px) {
  .home-visual-logo {
    max-width: 360px;
  }
}
.home-visual-date {
  margin-top: 6rem;
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-visual-date {
    margin-top: 4rem;
    max-width: 300px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-visual-date {
    margin-top: 4rem;
    max-width: 240px;
  }
}
@media screen and (max-width: 519px) {
  .home-visual-date {
    margin-top: 2.4rem;
    max-width: 180px;
  }
}
.home-visual-entry {
  position: absolute;
  width: 100%;
  max-width: 200px;
  bottom: -75px;
  right: -100px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-visual-entry {
    max-width: 160px;
    bottom: -50px;
    right: -75px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-visual-entry {
    max-width: 140px;
    bottom: -100px;
    right: 0;
  }
}
@media screen and (max-width: 519px) {
  .home-visual-entry {
    max-width: 140px;
    bottom: -95px;
    right: 0;
  }
}
.home-carousel:not(:first-child) {
  margin-top: 0.5rem;
}
.home-carousel-item {
  margin: 0 0.25rem;
}
.home-details {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-details {
    padding: 6rem 0;
  }
}
.home-details-inner {
  position: relative;
}
.home-details-inner::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/img_flower1.png") left top no-repeat;
  background-size: 100% auto;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .home-details-inner::before {
    width: 190px;
    height: 221px;
    top: -30px;
    left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .home-details-inner::before {
    width: 223px;
    height: 260px;
    top: 0;
    left: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-details-inner::before {
    width: 160px;
    height: 186px;
    top: -30px;
    left: -10px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details-inner::before {
    width: 130px;
    height: 151px;
    top: -20px;
    left: -25px;
  }
}
@media screen and (max-width: 519px) {
  .home-details-inner::before {
    width: 100px;
    height: 116px;
    top: -20px;
    left: -15px;
  }
}
.home-details-inner::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/img_flower2.png") left top no-repeat;
  background-size: 100% auto;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .home-details-inner::after {
    width: 130px;
    height: 169px;
    bottom: -125px;
    right: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .home-details-inner::after {
    width: 163px;
    height: 212px;
    bottom: -60px;
    right: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-details-inner::after {
    width: 100px;
    height: 130px;
    bottom: -90px;
    right: 15px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details-inner::after {
    width: 80px;
    height: 104px;
    bottom: -110px;
    right: 25px;
  }
}
@media screen and (max-width: 519px) {
  .home-details-inner::after {
    width: 60px;
    height: 78px;
    bottom: -90px;
    right: 15px;
  }
}
.home-details .home-about-inner {
  position: relative;
  max-width: 920px;
}
.home-details-container {
  max-width: 720px;
  margin: 6rem auto 0;
  padding: 4rem 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details-container {
    margin: 4rem auto 0;
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-details-container {
    margin: 4rem auto 0;
    padding: 3.2rem 2rem;
  }
}
.home-details-info {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details-info {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .home-details-info {
    display: block;
  }
}
.home-details-info:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details-info:not(:first-child) {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-details-info:not(:first-child) {
    margin-top: 3.2rem;
  }
}
.home-details-info-head {
  width: 80px;
  font-family: "my-font-bol", sans-serif;
}
.home-details-info-text {
  margin-left: 2rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details-info-text {
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-details-info-text {
    margin-left: 0;
    margin-top: 1.6rem;
  }
}
.home-details-map {
  margin-top: 6rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-details-map {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-details-map {
    margin-top: 4rem;
  }
}
.home-details-map-wrap {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.home-details-map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-banner {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-banner {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-banner {
    padding: 6rem 0;
  }
}
.home-banner-inner {
  max-width: 1080px;
}
.home-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-banner .slick-dots {
  width: auto;
  bottom: -36px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-banner .slick-dots {
    bottom: -24px;
  }
}
@media screen and (max-width: 519px) {
  .home-banner .slick-dots {
    bottom: -24px;
  }
}
.home-banner .slick-dots li {
  margin-right: 24px;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-banner .slick-dots li {
    margin-right: 16px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 519px) {
  .home-banner .slick-dots li {
    margin-right: 16px;
    width: 8px;
    height: 8px;
  }
}
.home-banner .slick-dots li button {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-banner .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 519px) {
  .home-banner .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.home-banner .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #949495;
  opacity: 1;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-banner .slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 519px) {
  .home-banner .slick-dots li button::before {
    width: 8px;
    height: 8px;
  }
}
.home-banner .slick-dots li.slick-active button::before {
  background-color: #007a88;
}
.home-about {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-about {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-about {
    padding: 6rem 0;
  }
}
.home-about-container {
  max-width: 960px;
  padding: 4rem 6rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-about-container {
    max-width: 600px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-about-container {
    max-width: 600px;
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-about-container {
    max-width: 600px;
    padding: 3.2rem 2rem;
  }
}
.home-about-message {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-about-message {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-about-message {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-about-message {
    margin-top: 3.2rem;
  }
}
.home-about-button {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-about-button {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-about-button {
    margin-top: 3.2rem;
  }
}
.home-about-right {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .home-about-right {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-about-image {
    margin: 4rem 2rem 0;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-about-image {
    margin: 4rem 2rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-about-image {
    margin: 4rem 1rem 0;
  }
}
.home-about-image img {
  height: auto;
}
.home-program {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-program {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-program {
    padding: 6rem 0;
  }
}
.home-program-subtitle {
  margin-top: 6rem;
  font-size: 2.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #8eab64;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-program-subtitle {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-program-subtitle {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.home-program-list {
  max-width: 960px;
  margin: 6rem auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .home-program-list {
    gap: 6rem 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-program-list {
    gap: 4rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-program-list {
    max-width: 400px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-program-list {
    max-width: 300px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .home-program-item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-program-item {
    width: calc(50% - 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-program-item-link:hover .home-program-item-image img {
    transform: scale(1.15, 1.15);
  }
  .home-program-item-link:hover .home-program-item-body {
    background-color: #fdf0b6;
  }
  .home-program-item-link:hover .home-program-item-view {
    transform: translateX(10px);
  }
}
.home-program-item-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.home-program-item-image img {
  transition: all 0.4s ease 0s;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: auto;
}
.home-program-item-body {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
}
.home-program-item-tag {
  display: inline-block;
  padding: 4px 32px;
  font-size: 1.6rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 8px;
  background: #8eab64;
  transform: rotate(0.03deg);
}
.home-program-item-tag.tag-red {
  background: #c93c2e;
}
.home-program-item-name {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-program-item-name {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-program-item-name {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}
.home-program-item-message {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-program-item-message {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-program-item-message {
    margin-top: 1.6rem;
  }
}
.home-program-item-button {
  text-align: right;
}
.home-program-item-view {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding-right: 18px;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #a47864;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-program-item-view {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-program-item-view {
    margin-top: 1.6rem;
  }
}
.home-program-item-view::after {
  cursor: pointer;
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  right: 0;
  background: transparent url("../img/img_arrow-card.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.home-sponsor {
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-sponsor {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-sponsor {
    padding: 6rem 0;
  }
}
.home-sponsor-list {
  max-width: 960px;
  margin: 6rem auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .home-sponsor-list {
    gap: 6rem 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-sponsor-list {
    gap: 4rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-sponsor-list {
    max-width: 400px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-sponsor-list {
    max-width: 300px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .home-sponsor-item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-sponsor-item {
    width: calc(50% - 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-sponsor-item-link:hover .home-sponsor-item-image img {
    transform: scale(1.15, 1.15);
  }
  .home-sponsor-item-link:hover .home-sponsor-item-view {
    transform: translateX(10px);
  }
}
.home-sponsor-item-image {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.home-sponsor-item-image img {
  transition: all 0.4s ease 0s;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
}
.home-sponsor-item-name {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
  white-space: normal;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-sponsor-item-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-sponsor-item-name {
    font-size: 2rem;
  }
}
.home-sponsor-item-button {
  text-align: right;
}
.home-sponsor-item-view {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding-right: 18px;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #a47864;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-sponsor-item-view {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-sponsor-item-view {
    margin-top: 1.6rem;
  }
}
.home-sponsor-item-view::after {
  cursor: pointer;
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  right: 0;
  background: transparent url("../img/img_arrow-card.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.home-support {
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-support {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-support {
    padding: 6rem 0;
  }
}
.home-support-list {
  max-width: 960px;
  margin: 6rem auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .home-support-list {
    gap: 6rem 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-support-list {
    gap: 4rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-support-list {
    max-width: 400px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-support-list {
    max-width: 300px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .home-support-item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-support-item {
    width: calc(50% - 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .home-support-item-link:hover .home-support-item-image img {
    transform: scale(1.15, 1.15);
  }
  .home-support-item-link:hover .home-support-item-view {
    transform: translateX(10px);
  }
}
.home-support-item-image {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.home-support-item-image img {
  transition: all 0.4s ease 0s;
  border-radius: 20px;
  overflow: hidden;
}
.home-support-item-name {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-support-item-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-support-item-name {
    font-size: 2rem;
  }
}
.home-support-item-button {
  text-align: right;
}
.home-support-item-view {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding-right: 18px;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #a47864;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-support-item-view {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .home-support-item-view {
    margin-top: 1.6rem;
  }
}
.home-support-item-view::after {
  cursor: pointer;
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  right: 0;
  background: transparent url("../img/img_arrow-card.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.home-news {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-news {
    padding: 6rem 0;
  }
}
.home-news-container {
  max-width: 1080px;
  padding: 4rem 6rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-news-container {
    padding: 4rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-container {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-news-container {
    padding: 3.2rem 2rem;
  }
}
.home-news-list {
  margin-top: 6rem;
  border-top: 2px solid #949495;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-news-list {
    margin-top: 4rem;
  }
}
.home-news-item {
  border-bottom: 2px solid #949495;
}
.home-news-item-link {
  display: flex;
  column-gap: 4rem;
  padding: 2rem;
  transition: all 0.4s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .home-news-item-link:hover {
    background: #fdf0b6;
  }
  .home-news-item-link:hover .home-news-item-image img {
    transform: scale(1.15, 1.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-news-item-link {
    column-gap: 2rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-item-link {
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 1rem;
  }
}
@media screen and (max-width: 519px) {
  .home-news-item-link {
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 1rem;
  }
}
.home-news-item-image {
  width: 100%;
  max-width: 240px;
  overflow: hidden;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-item-image {
    max-width: 480px;
  }
}
@media screen and (max-width: 519px) {
  .home-news-item-image {
    max-width: 100%;
  }
}
.home-news-item-image img {
  transition: all 0.4s ease 0s;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-item-body {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-news-item-body {
    width: 100%;
    margin-top: 2rem;
  }
}
.home-news-item-meta {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.home-news-item-date {
  width: 120px;
  font-family: "Comfortaa", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #949495;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-item-date {
    width: 100px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .home-news-item-date {
    width: 100px;
    font-size: 1.8rem;
  }
}
.home-news-item-tag {
  display: inline-block;
  padding: 4px 32px;
  font-size: 1.6rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 8px;
  background: #8eab64;
  transform: rotate(0.03deg);
}
.home-news-item-title {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-item-title {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-news-item-title {
    margin-top: 2rem;
  }
}
.home-news-button {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-news-button {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-news-button {
    margin-top: 4rem;
  }
}
.home-ticket {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-ticket {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-ticket {
    padding: 6rem 0;
  }
}
.home-ticket-container {
  max-width: 720px;
  padding: 4rem 8rem;
  margin: 6rem auto 0;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-ticket-container {
    margin: 4rem auto 0;
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-ticket-container {
    margin: 4rem auto 0;
    padding: 3.2rem 2rem;
  }
}
.home-ticket-type {
  font-size: 2.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #8eab64;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-ticket-type {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-ticket-type {
    font-size: 2.4rem;
  }
}
.home-ticket-text {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-ticket-text {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 519px) {
  .home-ticket-text {
    margin-top: 0.8rem;
  }
}
.home-ticket-text span {
  color: #007a88;
}
.home-ticket-list {
  margin-top: 3.2rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-ticket-list {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-ticket-list {
    margin-top: 2.4rem;
  }
}
.home-ticket-info {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
.home-ticket-info:not(:first-child) {
  margin-top: 1.2rem;
}
.home-ticket-info-head {
  width: 80px;
  font-family: "my-font-bol", sans-serif;
}
.home-ticket-info-text {
  margin-left: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-ticket-info-text {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-ticket-info-text {
    margin-left: 2rem;
  }
}
.home-ticket-buttons {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-ticket-buttons {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-ticket-buttons {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.home-ticket-button.button-left .util-button {
  background: #007a88;
  border: 2px solid #007a88;
}
@media (hover: hover) and (pointer: fine) {
  .home-ticket-button.button-left .util-button:hover {
    background: #ffffff;
    color: #007a88;
  }
}
.home-ticket-button.button-gray .util-button {
  background: #949495;
  border: 2px solid #949495;
}
@media (hover: hover) and (pointer: fine) {
  .home-ticket-button.button-gray .util-button:hover {
    background: #949495;
    color: #ffffff;
  }
}
.home-insta {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-insta {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-insta {
    padding: 6rem 0;
  }
}
.home-insta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-insta-container {
    padding: 4rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-insta-container {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-insta-container {
    padding: 3.2rem 2rem;
  }
}
.home-insta-list {
  margin-top: 6rem;
  display: flex;
  column-gap: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-insta-list {
    column-gap: 4rem;
    row-gap: 4rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-insta-list {
    margin-top: 4rem;
    column-gap: 2rem;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .home-insta-list {
    margin-top: 4rem;
    row-gap: 2rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .home-insta-item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-insta-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 519px) {
  .home-insta-item {
    width: calc(50% - 10px);
  }
}
.home-insta-button {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-insta-button {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-insta-button {
    margin-top: 4rem;
  }
}
.home-faq {
  background: #f9f7e6;
  padding: 8rem 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 519px) {
  .home-faq {
    padding: 6rem 0;
  }
}
.home-faq-container {
  max-width: 1080px;
  padding: 4rem 6rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-container {
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-container {
    padding: 3.2rem 2rem;
  }
}
.home-faq-list {
  margin-top: 6rem;
  border-top: 2px solid #949495;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-list {
    margin-top: 4rem;
  }
}
.home-faq-item {
  border-bottom: 2px solid #949495;
  padding: 3.2rem 6rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-item {
    padding: 2.8rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-item {
    padding: 2.4rem 1rem;
  }
}
.home-faq-item-row_q {
  display: flex;
}
.home-faq-item-row_q-icon {
  position: relative;
  flex-shrink: 0;
  width: 35px;
  height: 28px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-item-row_q-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-item-row_q-icon {
    width: 24px;
    height: 24px;
  }
}
.home-faq-item-row_q-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Comfortaa", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #8eab64;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-item-row_q-icon span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-item-row_q-icon span {
    font-size: 2.4rem;
  }
}
.home-faq-item-row_q-text {
  margin-left: 2.4rem;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-item-row_q-text {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-item-row_q-text {
    margin-left: 1.2rem;
  }
}
.home-faq-item-row_a {
  display: flex;
  margin-top: 3.2rem;
}
.home-faq-item-row_a-icon {
  position: relative;
  flex-shrink: 0;
  width: 35px;
  height: 28px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-item-row_a-icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-item-row_a-icon {
    width: 24px;
    height: 24px;
  }
}
.home-faq-item-row_a-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Comfortaa", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #c93c2e;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-item-row_a-icon span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-item-row_a-icon span {
    font-size: 2.4rem;
  }
}
.home-faq-item-row_a-text {
  margin-left: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-item-row_a-text {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-item-row_a-text {
    margin-left: 1.2rem;
  }
}
.home-faq-footer {
  margin-top: 6rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-footer {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-footer {
    margin-top: 4rem;
  }
}
.home-faq-text {
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  text-align: center;
  transform: rotate(0.03deg);
}
.home-faq-button {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .home-faq-button {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .home-faq-button {
    margin-top: 3.2rem;
  }
}
.home-faq-button-link {
  width: 320px;
}
@media screen and (max-width: 519px) {
  .home-faq-button-link {
    width: 300px;
  }
}

/* ===============================================
6) ABOUT
=============================================== */
.about-inner {
  max-width: 960px;
}
.about-container {
  padding: 4rem 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-container {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .about-container {
    padding: 4rem 2rem;
  }
}
.about-container:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-container:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .about-container:not(:first-child) {
    margin-top: 6rem;
  }
}
.about-heading {
  text-align: center;
  font-size: 3.2rem;
  font-family: "my-font-bol", sans-serif;
  color: #007a88;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-heading {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .about-heading {
    font-size: 2.8rem;
  }
}
.about-image {
  margin-top: 6rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-image {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .about-image {
    margin-top: 4rem;
  }
}
.about-image img {
  display: block;
  max-width: 840px;
  height: auto;
  padding: 0 6rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-image img {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 519px) {
  .about-image img {
    padding: 0 3rem;
  }
}
.about-subtitle {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-subtitle {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .about-subtitle {
    margin-top: 3.2rem;
  }
}
.about-text {
  margin-top: 4rem;
  font-size: 1.6em;
  line-height: 1.75;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-text {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .about-text {
    margin-top: 3.2rem;
  }
}
.about-slogan {
  margin-top: 8rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "my-font-bol", sans-serif;
  color: #8eab64;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-slogan {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .about-slogan {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
}
.about-carousel {
  padding: 8rem 0;
}
.about-history {
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .about-history {
    margin-top: 6rem;
  }
}
.about-history-heading {
  font-size: 4rem;
  font-family: "my-font-bol", sans-serif;
  color: #007a88;
  text-align: center;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-heading {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 519px) {
  .about-history-heading {
    font-size: 3.6rem;
  }
}
.about-history-container {
  margin-top: 6rem;
  padding: 4rem 6rem;
  background: #ffffff;
  border-radius: 30px;
}
.about-history-container:not(:first-of-type) {
  margin-top: 12rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-container {
    margin-top: 4rem;
    padding: 4rem;
  }
  .about-history-container:not(:first-of-type) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .about-history-container {
    margin-top: 4rem;
    padding: 4rem 2rem;
  }
  .about-history-container:not(:first-of-type) {
    margin-top: 8rem;
  }
}
.about-history-container .color-2016 {
  color: #74a36c;
}
.about-history-container .color-2017 {
  color: #ea844c;
}
.about-history-container .color-2018 {
  color: #35767e;
}
.about-history-container .color-2019 {
  color: #815646;
}
.about-history-container .color-2020 {
  color: #4d4644;
}
.about-history-container .color-2023 {
  color: #ea5514;
}
.about-history-container .color-2024 {
  color: #4f8ac2;
}
.about-history-year {
  font-family: "Comfortaa", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-year {
    font-size: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .about-history-year {
    font-size: 4rem;
  }
}
.about-history-logo {
  max-width: 600px;
  margin: 4rem auto 0;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-logo {
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width: 519px) {
  .about-history-logo {
    margin: 3.2rem auto 0;
  }
}
.about-history-phrase {
  font-size: 2.8rem;
  margin-top: 4rem;
  text-align: center;
  line-height: 1.5;
  font-family: "my-font-bol", sans-serif;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-phrase {
    margin-top: 3.2rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .about-history-phrase {
    margin-top: 3.2rem;
    font-size: 2.4rem;
  }
}
.about-history-message {
  margin-top: 4rem;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-message {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .about-history-message {
    margin-top: 3.2rem;
  }
}
.about-history-photos {
  margin: 6rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .about-history-photos {
    gap: 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-photos {
    max-width: 480px;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 519px) {
  .about-history-photos {
    max-width: 480px;
    margin: 4rem auto 0;
  }
}
.about-history-photo {
  width: calc(50% - 30px);
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .about-history-photo {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-photo {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .about-history-photo {
    width: 100%;
  }
}
.about-history-photo img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.about-history-button {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .about-history-button {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .about-history-button {
    margin-top: 6rem;
  }
}
.about-history-button-link.button-2016 {
  background: #74a36c;
  border: 2px solid #74a36c;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-button-link.button-2016:hover {
    color: #74a36c;
    background: #ffffff;
  }
}
.about-history-button-link.button-2017 {
  background: #ea844c;
  border: 2px solid #ea844c;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-button-link.button-2017:hover {
    color: #ea844c;
    background: #ffffff;
  }
}
.about-history-button-link.button-2018 {
  background: #35767e;
  border: 2px solid #35767e;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-button-link.button-2018:hover {
    color: #35767e;
    background: #ffffff;
  }
}
.about-history-button-link.button-2019 {
  background: #815646;
  border: 2px solid #815646;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-button-link.button-2019:hover {
    color: #815646;
    background: #ffffff;
  }
}
.about-history-button-link.button-2020 {
  background: #4d4644;
  border: 2px solid #4d4644;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-button-link.button-2020:hover {
    color: #4d4644;
    background: #ffffff;
  }
}
.about-history-button-link.button-2023 {
  background: #ea5514;
  border: 2px solid #ea5514;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-button-link.button-2023:hover {
    color: #ea5514;
    background: #ffffff;
  }
}
.about-history-button-link.button-2024 {
  background: #4f8ac2;
  border: 2px solid #4f8ac2;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-button-link.button-2024:hover {
    color: #4f8ac2;
    background: #ffffff;
  }
}
.about-history-link {
  width: 100%;
  max-width: 300px;
  transition: all 0.4s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .about-history-link:hover {
    opacity: 0.3;
  }
}
/* ===============================================
7) NEWS
=============================================== */
.news-inner {
  max-width: 960px;
}
.news-container {
  padding: 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-container {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-container {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .news-container {
    padding: 4rem 2rem;
  }
}
.news-list {
  border-top: 2px solid #949495;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .news-list {
    margin-top: 4rem;
  }
}
.news-item {
  border-bottom: 2px solid #949495;
}
.news-item-link {
  display: flex;
  column-gap: 4rem;
  padding: 2rem;
  transition: all 0.4s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .news-item-link:hover {
    background: #fdf0b6;
  }
  .news-item-link:hover .news-item-image img {
    transform: scale(1.15, 1.15);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-item-link {
    column-gap: 2rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-item-link {
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 1rem;
  }
}
@media screen and (max-width: 519px) {
  .news-item-link {
    flex-direction: column;
    align-items: center;
    padding: 3.2rem 1rem;
  }
}
.news-item-image {
  width: 100%;
  max-width: 240px;
  overflow: hidden;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-item-image {
    max-width: 480px;
  }
}
@media screen and (max-width: 519px) {
  .news-item-image {
    max-width: 100%;
  }
}
.news-item-image img {
  transition: all 0.4s ease 0s;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-item-body {
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .news-item-body {
    width: 100%;
    margin-top: 2rem;
  }
}
.news-item-meta {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.news-item-date {
  width: 120px;
  font-family: "Comfortaa", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #949495;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-item-date {
    width: 100px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .news-item-date {
    width: 100px;
    font-size: 1.8rem;
  }
}
.news-item-tag {
  display: inline-block;
  padding: 4px 32px;
  font-size: 1.6rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 8px;
  background: #8eab64;
  transform: rotate(0.03deg);
}
.news-item-title {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-item-title {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .news-item-title {
    margin-top: 2rem;
  }
}
.news-pagination {
  margin-top: 6rem;
}
.news-pagination-inner {
  display: flex;
  justify-content: center;
  column-gap: 2.4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-pagination-inner {
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .news-pagination-inner {
    column-gap: 1.6rem;
  }
}
.news-post-inner {
  max-width: 840px;
}
.news-post-container {
  padding: 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .news-post-container {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-post-container {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .news-post-container {
    padding: 4rem 2rem;
  }
}
.news-post-meta {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.news-post-date {
  width: 120px;
  font-family: "Comfortaa", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #949495;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-post-date {
    width: 100px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .news-post-date {
    width: 100px;
    font-size: 1.8rem;
  }
}
.news-post-title {
  margin-top: 2.4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-post-title {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .news-post-title {
    margin-top: 1.6rem;
  }
}
.news-footer {
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-footer {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .news-footer {
    margin-top: 6rem;
  }
}
.news-footer-inner {
  max-width: 840px;
}
.news-footer-button {
  text-align: center;
}
.news-footer-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-footer-pagination {
    margin-top: 6rem;
    flex-direction: column;
    align-items: center;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .news-footer-pagination {
    margin-top: 6rem;
    flex-direction: column;
    align-items: center;
    row-gap: 6rem;
  }
}
.news-footer-pagination-name {
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  text-align: center;
  transform: rotate(0.03deg);
}
.news-footer-pagination-body {
  margin-top: 1.6rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-footer-pagination-body {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .news-footer-pagination-body {
    margin-top: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-footer-pagination-link:hover .news-footer-pagination-image img {
    transform: scale(1.15, 1.15);
  }
  .news-footer-pagination-link:hover .news-footer-pagination-text {
    opacity: 0.3;
  }
}
.news-footer-pagination-image {
  width: 100%;
  max-width: 240px;
  overflow: hidden;
}
.news-footer-pagination-image img {
  transition: all 0.4s ease 0s;
}
.news-footer-pagination-text {
  margin-top: 1.6rem;
  width: 100%;
  max-width: 240px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #202020;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .news-footer-pagination-text {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .news-footer-pagination-text {
    margin-top: 1.2rem;
  }
}

.page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 4.8rem;
  font-family: "Comfortaa", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  background: #949495;
  border-radius: 50px;
  border: 2px solid #949495;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    color: #949495;
    background: #ffffff;
  }
}
.page-numbers.current {
  background: #ecc100;
  border: 2px solid #ecc100;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers.current:hover {
    color: #ffffff;
    background: #ecc100;
  }
}
.page-numbers.prev {
  position: relative;
  background: #ecc100;
  border: 2px solid #ecc100;
}
.page-numbers.prev::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/img_pagination-left.png") center center no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers.prev:hover {
    opacity: 0.3;
  }
}
.page-numbers.next {
  position: relative;
  background: #ecc100;
  border: 2px solid #ecc100;
}
.page-numbers.next::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("../img/img_pagination-right.png") center center no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers.next:hover {
    opacity: 0.3;
  }
}

/* ===============================================
8) PROGRAM
=============================================== */
.program-inner {
  max-width: 960px;
}
.program-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .program-list {
    gap: 6rem 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .program-list {
    gap: 4rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-list {
    max-width: 400px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .program-list {
    max-width: 300px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .program-item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .program-item {
    width: calc(50% - 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .program-item-link:hover .program-item-image img {
    transform: scale(1.15, 1.15);
  }
  .program-item-link:hover .program-item-body {
    background-color: #fdf0b6;
  }
  .program-item-link:hover .program-item-view {
    transform: translateX(10px);
  }
}
.program-item-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.program-item-image img {
  transition: all 0.4s ease 0s;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  height: auto;
}
.program-item-body {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
}
.program-item-tag {
  display: inline-block;
  padding: 4px 32px;
  font-size: 1.6rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  background: #8eab64;
  border-radius: 8px;
  transform: rotate(0.03deg);
}
.program-item-tag.tag-red {
  background: #c93c2e;
}
.program-item-name {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-item-name {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .program-item-name {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}
.program-item-message {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-item-message {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .program-item-message {
    margin-top: 1.6rem;
  }
}
.program-item-button {
  text-align: right;
}
.program-item-view {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding-right: 18px;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #a47864;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-item-view {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .program-item-view {
    margin-top: 1.6rem;
  }
}
.program-item-view::after {
  cursor: pointer;
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  right: 0;
  background: transparent url("../img/img_arrow-card.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.program-post-inner {
  max-width: 840px;
}
.program-post-container {
  padding: 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .program-post-container {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-post-container {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .program-post-container {
    padding: 4rem 2rem;
  }
}
.program-post-tag {
  display: inline-block;
  padding: 4px 32px;
  font-size: 1.6rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 8px;
  background: #8eab64;
  transform: rotate(0.03deg);
}
.program-post-tag.tag-red {
  background: #c93c2e;
}
.program-post-title {
  margin-top: 2.4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-post-title {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .program-post-title {
    margin-top: 1.6rem;
  }
}
.program-post-subtitle {
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-post-subtitle {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .program-post-subtitle {
    margin-top: 3.2rem;
  }
}
.program-footer {
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .program-footer {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .program-footer {
    margin-top: 6rem;
  }
}
.program-footer-inner {
  max-width: 840px;
}
.program-footer-button {
  text-align: center;
}
/* ===============================================
9) SPONSOR
=============================================== */
.sponsor-inner {
  max-width: 960px;
}
.sponsor-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .sponsor-list {
    gap: 6rem 6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sponsor-list {
    gap: 4rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .sponsor-list {
    max-width: 400px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .sponsor-list {
    max-width: 300px;
    margin: 4rem auto 0;
    flex-direction: column;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 960px) {
  .sponsor-item {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sponsor-item {
    width: calc(50% - 20px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .sponsor-item-link:hover .sponsor-item-image img {
    transform: scale(1.15, 1.15);
  }
  .sponsor-item-link:hover .sponsor-item-view {
    transform: translateX(10px);
  }
}
.sponsor-item-image {
  border-radius: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.sponsor-item-image img {
  transition: all 0.4s ease 0s;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
}
.sponsor-item-name {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #202020;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .sponsor-item-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .sponsor-item-name {
    font-size: 2rem;
  }
}
.sponsor-item-button {
  text-align: right;
}
.sponsor-item-view {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding-right: 18px;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  color: #a47864;
  transition: all 0.4s ease 0s;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .sponsor-item-view {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .sponsor-item-view {
    margin-top: 1.6rem;
  }
}
.sponsor-item-view::after {
  cursor: pointer;
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  right: 0;
  background: transparent url("../img/img_arrow-card.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.sponsor-post-inner {
  max-width: 840px;
}
.sponsor-post-container {
  padding: 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sponsor-post-container {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .sponsor-post-container {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .sponsor-post-container {
    padding: 4rem 2rem;
  }
}
.sponsor-footer {
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .sponsor-footer {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .sponsor-footer {
    margin-top: 6rem;
  }
}
.sponsor-footer-inner {
  max-width: 840px;
}
.sponsor-footer-button {
  text-align: center;
}
/* ===============================================
10) TICKET
=============================================== */
.ticket-inner {
  max-width: 840px;
}
.ticket-background {
  padding: 6rem;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .ticket-background {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-background {
    padding: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-background {
    padding: 4rem 2rem;
  }
}
.ticket-container:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-container:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-container:not(:first-child) {
    margin-top: 6rem;
  }
}
.ticket-subtitle {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-family: "my-font-bol", sans-serif;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-subtitle {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-subtitle {
    margin-top: 3.2rem;
  }
}
.ticket-subtitle span {
  color: #007a88;
}
.ticket-list {
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-list {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-list {
    margin-top: 3.2rem;
  }
}
.ticket-info {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
.ticket-info:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-info:not(:first-child) {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-info:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.ticket-info-head {
  width: 80px;
  font-family: "my-font-bol", sans-serif;
}
.ticket-info-text {
  margin-left: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-info-text {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-info-text {
    margin-left: 2rem;
  }
}
.ticket-buttons {
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-buttons {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-buttons {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.ticket-button {
  margin-top: 4rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .ticket-button {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .ticket-button {
    margin-top: 3.2rem;
  }
}
.ticket-button .util-button {
  background: #007a88;
  border: 2px solid #007a88;
}
@media (hover: hover) and (pointer: fine) {
  .ticket-button .util-button:hover {
    background: #ffffff;
    color: #007a88;
  }
}
.ticket-button.button-gray .util-button {
  background: #949495;
  border: 2px solid #949495;
}
@media (hover: hover) and (pointer: fine) {
  .ticket-button.button-gray .util-button:hover {
    background: #949495;
    color: #ffffff;
  }
}
.ticket-text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  transform: rotate(0.03deg);
}

/* ===============================================
11) CONTACT
=============================================== */
/* ===============================================
12) POLICY
=============================================== */
.policy-post-inner {
  max-width: 840px;
}
.policy-footer {
  margin-top: 8rem;
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .policy-footer {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 519px) {
  .policy-footer {
    margin-top: 6rem;
  }
}
.policy-footer-inner {
  max-width: 840px;
}
.policy-footer-button {
  text-align: center;
}