#h_mainimg {
  max-height: 740px !important;
  background-color: #000;
  position: relative;
  min-height: 700px;
}
@media screen and (max-width: 800px) {
  #h_mainimg {
    aspect-ratio: 740/980;
    height: auto !important;
    max-height: none !important;
    min-height: auto;
  }
}
#h_mainimg ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#h_mainimg li {
  line-height: 0;
  max-width: 1940px;
}
#h_mainimg strong {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 1940px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
@-moz-document url-prefix() {
  #h_mainimg strong {
    text-indent: -9999978px;
  }
}
#h_mainimg .slide_pc {
  display: block !important;
}
#h_mainimg .slide_sp {
  display: none !important;
}
@media screen and (max-width: 800px) {
  #h_mainimg .slide_pc {
    display: none !important;
  }
  #h_mainimg .slide_sp {
    display: block !important;
  }
}
#h_mainimg .sp-mask {
  overflow: hidden;
}
#h_mainimg .sp-slides-container {
  height: 100%;
  max-width: 1940px;
  overflow: hidden;
  margin: 0 auto;
}
#h_mainimg .sp-button {
  border: none;
  background-color: #ccc;
}
#h_mainimg .sp-selected-button {
  background-color: #e84720;
}
#h_mainimg .sp-buttons {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  text-align: right;
  left: 50%;
  bottom: 20px;
  top: auto;
  transform: translate(-50%, 0);
  z-index: 930;
  display: none;
}
@media screen and (max-width: 1000px) {
  #h_mainimg .sp-buttons {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_mainimg .sp-buttons {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_mainimg .sp-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#h_news {
  position: relative;
  padding-bottom: 1.3em;
  margin-top: -1em;
}

#h_news_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 1000px) {
  #h_news_wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_news_wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_news_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#h_news_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #EEE;
  position: relative;
}
#h_news_block::before, #h_news_block::after {
  content: "";
  position: absolute;
  height: 1.5em;
  width: calc(100% - 13em);
  left: 11.5em;
  background: #FFF;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  #h_news_block::before, #h_news_block::after {
    height: 1em;
  }
}
#h_news_block::before {
  top: 0;
}
#h_news_block::after {
  bottom: 0;
}

#hn_title {
  position: relative;
  width: 12em;
  padding: 1em 2em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media only screen and (max-width: 640px) {
  #hn_title {
    width: 100%;
    justify-content: space-between;
    flex-flow: row;
  }
}
#hn_title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 70%;
  margin: auto;
  background: #DCDCDC;
}
@media only screen and (max-width: 640px) {
  #hn_title::after {
    content: none;
  }
}
#hn_title h2 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  #hn_title h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  #hn_title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#hn_title #hn_allbtn {
  width: auto;
  margin-top: 2em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #hn_title #hn_allbtn {
    margin-top: 0;
  }
}
#hn_title #hn_allbtn a {
  display: inline-block;
  padding: 1em 1.5em;
  background: #EBEBEB;
  color: #000;
  border-radius: 50px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 961px) {
  #hn_title #hn_allbtn a:hover {
    color: #e84720;
  }
}

#hn_list {
  position: relative;
  width: calc(100% - 12em);
  padding: 2em;
  padding-right: 0;
  position: relative;
  height: 14.5em;
  padding-right: 2em;
  overflow-y: scroll;
}
#hn_list::-webkit-scrollbar {
  width: 5px;
}
#hn_list::-webkit-scrollbar-thumb {
  background: red;
}
@media only screen and (max-width: 640px) {
  #hn_list {
    width: 100%;
    padding-top: 0;
  }
}
#hn_list ul li {
  margin-top: 0.75em;
}
#hn_list ul li:first-child {
  margin-top: 0;
}
#hn_list ul time {
  margin-right: 0.5em;
}
#hn_list ul time, #hn_list ul span {
  color: #000;
  transition: 0.2s ease-in-out;
  line-height: 1.4;
}
#hn_list ul a {
  display: flex;
  align-items: flex-start;
  line-height: 2;
  color: #000;
  letter-spacing: 0;
}
#hn_list ul a time {
  width: 7em;
}
#hn_list ul a span {
  width: 100%;
}
#hn_list ul a i {
  width: 4em;
  margin-top: 0.8em;
}
#hn_list ul a i + span {
  width: calc(100% - 3.5em);
}
@media only screen and (max-width: 960px) {
  #hn_list ul a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #hn_list ul a i {
    margin-top: 0.6em;
  }
}
@media only screen and (max-width: 640px) {
  #hn_list ul a {
    font-size: 13px;
    font-size: 1.3rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #hn_list ul a time {
    width: 100%;
  }
  #hn_list ul a span {
    width: 100%;
  }
  #hn_list ul a i {
    width: 3.5em;
  }
  #hn_list ul a i + span {
    width: calc(100% - 3.5em);
  }
}
@media only screen and (min-width: 961px) {
  #hn_list ul a:hover time, #hn_list ul a:hover span {
    color: #e84720;
    transition: 0.2s ease-in-out;
  }
}

#h_volunteer {
  position: relative;
  text-align: center;
  line-height: 0;
  padding-top: 0.5em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 960px) {
  #h_volunteer {
    padding-top: 0em;
  }
}
#h_volunteer #h_volunteer_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: calc(-1% - 1.5em);
}
@media screen and (max-width: 1000px) {
  #h_volunteer #h_volunteer_wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_volunteer #h_volunteer_wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_volunteer #h_volunteer_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#h_bnr {
  position: relative;
  text-align: center;
  line-height: 0;
  padding-top: 0.5em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 960px) {
  #h_bnr {
    padding-top: 0em;
  }
}
#h_bnr #h_bnr_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: calc(-1% - 1.5em);
}
@media screen and (max-width: 1000px) {
  #h_bnr #h_bnr_wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_bnr #h_bnr_wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_bnr #h_bnr_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#h_bnr div {
  width: 100%;
  margin-top: 1%;
}
#h_bnr div:first-child {
  width: 100% !important;
}
#h_bnr div:nth-child(n+3) {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #h_bnr div {
    width: 100%;
  }
}
#h_bnr a {
  display: block;
}
#h_next {
  position: relative;
  padding-top: 4.5em;
}
#h_next::before {
  content: "";
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
  height: 748px;
  z-index: -1;
  background: url("../img/home/h_next_bg.png") center top no-repeat #fff;
  background-size: 2600px auto;
}
@media only screen and (max-width: 640px) {
  #h_next {
    padding-bottom: 4em;
  }
}
#h_next #h_next_title {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 7em;
}
@media screen and (max-width: 1000px) {
  #h_next #h_next_title {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_next #h_next_title {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_next #h_next_title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#h_next #h_next_title > div {
  position: relative;
  display: inline-block;
  padding: 0 4em;
}
#h_next #h_next_title > div::before, #h_next #h_next_title > div::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 80%;
  background: #707070;
  bottom: 0;
}
#h_next #h_next_title > div::before {
  left: 0;
  transform: rotate(-25deg);
}
#h_next #h_next_title > div::after {
  right: 0;
  transform: rotate(25deg);
}
#h_next #h_next_title i {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 960px) {
  #h_next #h_next_title i {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 640px) {
  #h_next #h_next_title i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#h_next #h_next_title h2 {
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.3;
}
@media only screen and (max-width: 960px) {
  #h_next #h_next_title h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  #h_next #h_next_title h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#h_next #h_next_title h2 span {
  display: inline-block;
}
#h_next .viewall {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  left: 50%;
  top: 12em;
  text-align: right;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #h_next .viewall {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_next .viewall {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_next .viewall {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #h_next .viewall {
    top: auto;
    bottom: 0;
    text-align: center;
  }
}
#h_next .viewall a {
  display: inline-block;
  padding: 1em 1.5em;
  background: #EBEBEB;
  color: #000;
  border-radius: 50px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 961px) {
  #h_next .viewall a:hover {
    color: #e84720;
  }
}
#h_next #next_concert_slider .sp-buttons {
  top: -4em;
}
#h_next #next_concert_slider .sp-buttons .sp-button {
  margin: 0 15px;
}
@media only screen and (max-width: 640px) {
  #h_next #next_concert_slider .sp-buttons .sp-button {
    margin: 0 7px;
  }
}
#h_next #next_concert_slider .sp-slide {
  display: block;
  line-height: 1.8;
}
#h_next #next_concert_slider .hide-slide {
  opacity: 0.5;
}
#h_next #next_concert_slider a {
  color: #000;
}
#h_next #next_concert_slider a:hover {
  color: #000;
}
#h_next #next_concert_slider a:hover .next_concert_box {
  opacity: 0.7;
}
#h_next #next_concert_slider .sp-arrows {
  opacity: 1 !important;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  #h_next #next_concert_slider .sp-arrows {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_next #next_concert_slider .sp-arrows {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_next #next_concert_slider .sp-arrows {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #h_next #next_concert_slider .sp-arrows {
    top: 100%;
  }
}
#h_next #next_concert_slider .sp-arrows .sp-arrow::before {
  top: 50%;
  width: 4.4em;
  height: 4.4em;
  margin-top: -2.2em;
  border: 1px solid #CCC;
  border-radius: 50%;
  background: transparent;
  transform: none;
}
#h_next #next_concert_slider .sp-arrows .sp-arrow::after {
  width: 0;
  height: 0;
  left: calc(55% + 1.75em);
  margin-top: -0.5em;
  border-style: solid;
  border-width: 0.5em 0.625em 0.5em 0;
  border-color: transparent #CCC transparent transparent;
  background: transparent;
  transform: none;
}
#h_next #next_concert_slider .next_concert_box {
  position: relative;
  width: 390px;
  background: #FFF;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 5px 0px #EEE;
  transition: opacity 0.3s;
}
@media screen and (max-width: 400px) {
  #h_next #next_concert_slider .next_concert_box {
    width: 320px;
  }
}
#h_next #next_concert_slider .next_concert_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.375em 2.375em;
  border-color: transparent transparent #CCC transparent;
}
#h_next #next_concert_slider .next_concert_status {
  position: absolute;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
}
#h_next #next_concert_slider .next_concert_status span {
  margin-right: 2px;
  background: rgba(255, 255, 255, 0.3);
  padding: 0.5em;
  color: #FFF;
}
#h_next #next_concert_slider .next_concert_title {
  background: #CCC;
  padding: 2.5em;
  color: #FFF;
}
#h_next #next_concert_slider .next_concert_title h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
}
#h_next #next_concert_slider .next_concert_title p {
  margin-top: 1em;
}
#h_next #next_concert_slider .next_concert_body {
  padding: 2.5em;
  padding-top: 2em;
}
#h_next #next_concert_slider .next_concert_body .next_concert_place {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #707070;
  font-weight: bold;
}
#h_next #next_concert_slider .next_concert_body .next_concert_place strong {
  font-size: 26px;
  font-size: 2.6rem;
}
#h_next #next_concert_slider .next_concert_body .next_concert_date b {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
#h_next #next_concert_slider .next_concert_body .next_concert_date span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
#h_next #next_concert_slider .cat_c::after {
  border-bottom-color: #0C6638;
}
#h_next #next_concert_slider .cat_c .next_concert_title {
  background: #0C6638;
}
#h_next #next_concert_slider .cat_h::after {
  border-bottom-color: #24A4CD;
}
#h_next #next_concert_slider .cat_h .next_concert_title {
  background: #24A4CD;
}
#h_next #next_concert_slider .cat_k::after {
  border-bottom-color: #EC8F0A;
}
#h_next #next_concert_slider .cat_k .next_concert_title {
  background: #EC8F0A;
}
#h_next #next_concert_slider .cat_a::after {
  border-bottom-color: #ED6093;
}
#h_next #next_concert_slider .cat_a .next_concert_title {
  background: #ED6093;
}
#h_next #next_concert_slider .cat_ak::after {
  border-bottom-color: #C21D2F;
}
#h_next #next_concert_slider .cat_ak .next_concert_title {
  background: #C21D2F;
}

#h_flyer {
  position: relative;
  padding-top: 4.5em;
}
@media only screen and (max-width: 640px) {
  #h_flyer {
    padding-bottom: 4em;
  }
}
#h_flyer #h_flyer_title {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 7em;
}
@media screen and (max-width: 1000px) {
  #h_flyer #h_flyer_title {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_flyer #h_flyer_title {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_flyer #h_flyer_title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#h_flyer #h_flyer_title h2 {
  font-size: 33px;
  font-size: 3.3rem;
}
#h_flyer .viewall {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  left: 50%;
  top: 10.7em;
  text-align: right;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #h_flyer .viewall {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_flyer .viewall {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_flyer .viewall {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #h_flyer .viewall {
    top: auto;
    bottom: 0;
    text-align: center;
  }
}
#h_flyer .viewall a {
  display: inline-block;
  padding: 1em 1.5em;
  background: #EBEBEB;
  color: #000;
  border-radius: 50px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 961px) {
  #h_flyer .viewall a:hover {
    color: #e84720;
  }
}
#h_flyer #flyer_slider .sp-buttons {
  top: -4em;
}
#h_flyer #flyer_slider .sp-buttons .sp-button {
  margin: 0 15px;
}
@media only screen and (max-width: 640px) {
  #h_flyer #flyer_slider .sp-buttons .sp-button {
    margin: 0 7px;
  }
}
#h_flyer #flyer_slider .sp-slide {
  display: block;
  line-height: 1.8;
}
#h_flyer #flyer_slider .sp-slide a {
  display: block;
  width: 289px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  #h_flyer #flyer_slider .sp-slide a {
    transform: none;
  }
}
#h_flyer #flyer_slider.flyer-center a {
  transform: none;
}
#h_flyer #flyer_slider .hide-slide {
  opacity: 0.5;
}
#h_flyer #flyer_slider .sp-arrows {
  opacity: 1 !important;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  #h_flyer #flyer_slider .sp-arrows {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_flyer #flyer_slider .sp-arrows {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_flyer #flyer_slider .sp-arrows {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #h_flyer #flyer_slider .sp-arrows {
    top: 100%;
  }
}
#h_flyer #flyer_slider .sp-arrows .sp-arrow::before {
  top: 50%;
  width: 4.4em;
  height: 4.4em;
  margin-top: -2.2em;
  border: 1px solid #CCC;
  border-radius: 50%;
  background: transparent;
  transform: none;
}
#h_flyer #flyer_slider .sp-arrows .sp-arrow::after {
  width: 0;
  height: 0;
  left: calc(55% + 1.75em);
  margin-top: -0.5em;
  border-style: solid;
  border-width: 0.5em 0.625em 0.5em 0;
  border-color: transparent #CCC transparent transparent;
  background: transparent;
  transform: none;
}

#h_enjoy {
  background-color: #ffdb33;
  margin-top: 6em;
}

.en #h_enjoy_title h2 {
  background-image: url("../img/home/enjoy_h2_en.svg") !important;
}

#h_enjoy_title {
  background: #FFF;
  padding-bottom: 3.5em;
}
@media only screen and (max-width: 960px) {
  #h_enjoy_title {
    padding-bottom: 3em;
  }
}
#h_enjoy_title h2 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 288px;
  height: 134px;
  margin-bottom: 2.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/home/enjoy_h2.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  text-indent: 500%;
}
@media screen and (max-width: 1000px) {
  #h_enjoy_title h2 {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_enjoy_title h2 {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_enjoy_title h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@-moz-document url-prefix() {
  #h_enjoy_title h2 {
    text-indent: -9999978px;
  }
}
@media screen and (max-width: 1350px) {
  #h_enjoy_title h2 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 960px) {
  #h_enjoy_title h2 {
    width: 260px;
    height: 120.97px;
  }
}
@media only screen and (max-width: 640px) {
  #h_enjoy_title h2 {
    width: 240px;
    height: 111.67px;
    margin-bottom: 1em;
  }
}
#h_enjoy_title h2 + p {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  margin-top: 1.5em;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  #h_enjoy_title h2 + p {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_enjoy_title h2 + p {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_enjoy_title h2 + p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #h_enjoy_title h2 + p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1350px) {
  #h_enjoy_title h2 + p span {
    display: block;
  }
}

#h_enjoy_bnr {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 1000px) {
  #h_enjoy_bnr {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_enjoy_bnr {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_enjoy_bnr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#h_enjoy_bnr img {
  max-width: 920px;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1701px) {
  .en #h_enjoylink li {
    width: 33.3% !important;
  }
}

#h_enjoylink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
#h_enjoylink li {
  position: relative;
  width: 33.3333333333%;
  opacity: 0;
  /*
  @media screen and (min-width: 1701px){
      width : 25%;//100%/4
  }
  @media screen and (max-width: 1700px){
      &:nth-child(n + 4) {
          width : 100%;
      }
  }
  */
}
@media all and (-ms-high-contrast: none) {
  #h_enjoylink li {
    width: 33.333%;
  }
}
@media screen and (max-width: 980px) {
  #h_enjoylink li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #h_enjoylink li {
    width: 100%;
  }
}
#h_enjoylink #ej_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
@media screen and (min-width: 1701px) {
  #h_enjoylink #ej_3 {
    order: 4;
  }
}
@media screen and (max-width: 980px) {
  #h_enjoylink #ej_3 {
    width: 100%;
  }
}
#h_enjoylink #ej_3 div {
  width: 100%;
}
@media screen and (max-width: 980px) {
  #h_enjoylink #ej_3 div {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #h_enjoylink #ej_3 div {
    width: 100%;
  }
}
#h_enjoylink #ej_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
@media only screen and (max-width: 640px) {
  #h_enjoylink #ej_4 {
    width: 100%;
  }
}
#h_enjoylink #ej_4 div {
  width: 25%;
}
@media screen and (min-width: 1700px) {
  #h_enjoylink #ej_4 div {
    width: 50%;
  }
  #h_enjoylink #ej_4 div#ej_4-3 {
    order: 4;
  }
}
@media only screen and (max-width: 640px) {
  #h_enjoylink #ej_4 div {
    width: 50%;
  }
  #h_enjoylink #ej_4 div#ej_4-3 {
    order: 4;
  }
}
#h_enjoylink div {
  position: relative;
  opacity: 0;
}
#h_enjoylink a {
  display: block;
  line-height: 0;
}
#h_enjoylink .ej_date {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  bottom: 23%;
  left: 10.5%;
  z-index: 1;
  color: #000;
}
#h_enjoylink .soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
}
#h_enjoylink .soon:after {
  content: "coming soon!";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1em;
  width: 9.5em;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
  padding: 0.5em 0 0.7em 0;
  z-index: 3;
  border-radius: 1px;
}
@media only screen and (max-width: 640px) {
  #h_enjoylink .soon:after {
    padding: 0.65em 0 0.55em 0;
  }
}
@media only screen and (max-width: 480px) {
  #h_enjoylink .soon:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#ej_1-1 a, #ej_1-1:before {
  background-color: #24A4CD;
}

#ej_1-1:after {
  color: #24A4CD;
}

#ej_2-1 a, #ej_2-1:before {
  background-color: #0C6638;
}

#ej_2-1:after {
  color: #0C6638;
}

#ej_3 {
  background-color: #e84720;
}

#ej_3-1 a, #ej_3-1:before {
  background-color: #fff233;
}

#ej_3-1:after {
  color: #ffae00;
}

#ej_3-2 a, #ej_3-2:before {
  background-color: #e84720;
}

#ej_3-2:after {
  color: #e84720;
}

#ej_3-2 a .ej_date {
  color: #fff;
}

#ej_4 {
  background-color: #ccc;
}

#ej_4-1 a, #ej_4-3 a {
  background-color: #000;
}

#ej_4-2 a, #ej_4-4 a {
  background-color: #fff;
}

#ej_4-1:before, #ej_4-2:before,
#ej_4-3:before, #ej_4-4:before {
  background-color: #000;
}

#ej_4-1:after, #ej_4-2:after,
#ej_4-3:after, #ej_4-4:after {
  color: #505050;
}

#h_garnote {
  background-color: #fff233;
  overflow: hidden;
}

#h_garnote_title {
  position: relative;
  padding-top: 7em;
  padding-bottom: 6em;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 960px) {
  #h_garnote_title {
    padding-top: 6em;
  }
}
@media only screen and (max-width: 640px) {
  #h_garnote_title {
    padding-top: 5em;
  }
}
@media screen and (max-width: 1000px) {
  #h_garnote_title {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  #h_garnote_title {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 640px) {
  #h_garnote_title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#h_garnote_title h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 960px) {
  #h_garnote_title h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  #h_garnote_title h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#h_garnote_title h2 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 960px) {
  #h_garnote_title h2 span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 640px) {
  #h_garnote_title h2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#h_garnote_title h2:before, #h_garnote_title h2:after {
  content: "";
  height: 90%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: -3px;
}
#h_garnote_title h2:before {
  left: 50%;
  transform: rotateZ(-25deg) translate(-50%, 0);
  margin-left: -5.2em;
}
#h_garnote_title h2:after {
  right: 50%;
  transform: rotateZ(25deg) translate(50%, 0);
  margin-right: -5.2em;
}
#h_garnote_title p {
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  #h_garnote_title p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1350px) {
  #h_garnote_title p span {
    display: block;
  }
}
#h_garnote_title:before {
  left: 1.5em;
  background: url("../img/home/garnote_img_l.png") left bottom no-repeat;
}
@media screen and (max-width: 1300px) {
  #h_garnote_title:before {
    left: -5%;
  }
}
@media screen and (max-width: 600px) {
  #h_garnote_title:before {
    left: -10%;
  }
}
#h_garnote_title:after {
  right: 1.5em;
  background: url("../img/home/garnote_img_r.png") right bottom no-repeat;
}
@media screen and (max-width: 1300px) {
  #h_garnote_title:after {
    right: -5%;
  }
}
@media screen and (max-width: 600px) {
  #h_garnote_title:after {
    right: -10%;
  }
}
#h_garnote_title:before, #h_garnote_title:after {
  position: absolute;
  content: "";
  bottom: 0;
  background-size: contain;
  max-width: 422px;
  width: 35%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  #h_garnote_title:before, #h_garnote_title:after {
    display: none;
  }
}

#h_garnote_list a {
  display: block;
  color: #000;
  position: relative;
}
#h_garnote_list a:before, #h_garnote_list a:after {
  position: absolute;
  content: "";
}
#h_garnote_list a:after {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
  opacity: 0.1;
  z-index: 10;
}
#h_garnote_list a:before {
  top: 0;
  left: 0;
  border-width: 0;
  border-style: solid;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
}
@media only screen and (min-width: 961px) {
  #h_garnote_list a:hover:before {
    border-width: 8px;
    opacity: 1;
  }
}
#h_garnote_list .c_01 a:before {
  border-color: #e84720;
}
#h_garnote_list .c_02 a:before {
  border-color: #24A4CD;
}
#h_garnote_list .c_03 a:before {
  border-color: #0C6638;
}
#h_garnote_list .c_04 a:before {
  border-color: #ffae00;
}
#h_garnote_list figure {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 67.57%;
  line-height: 0;
  background-color: #e6e6e6;
}
@-moz-document url-prefix() {
  #h_garnote_list figure {
    text-indent: -9999978px;
  }
}
#h_garnote_list p {
  background-color: #fff233;
  padding: 1.5em 2em;
}
@media only screen and (max-width: 960px) {
  #h_garnote_list p {
    padding: 1.5em 20px;
  }
}
@media only screen and (max-width: 640px) {
  #h_garnote_list p {
    padding: 1.5em 15px;
  }
}
#h_garnote_list p i {
  position: absolute;
  top: 0;
  left: 0;
}
#h_garnote_list p time {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
#h_garnote_list p strong {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
#h_garnote_list .sp-buttons {
  top: -3.6em;
}
#h_garnote_list .sp-arrow:before, #h_garnote_list .sp-arrow:after {
  background-color: #000 !important;
}

#h_enjoylink.effect li#ej_1 {
  animation: example 0.8s ease 0.1s 1 forwards;
}
#h_enjoylink.effect div#ej_1-1 {
  animation: example 0.8s ease 0.2s 1 forwards;
}
#h_enjoylink.effect li#ej_2 {
  animation: example 0.8s ease 0.3s 1 forwards;
}
#h_enjoylink.effect div#ej_2-1 {
  animation: example 0.8s ease 0.4s 1 forwards;
}
#h_enjoylink.effect li#ej_3 {
  animation: example 0.8s ease 0.5s 1 forwards;
}
#h_enjoylink.effect div#ej_3-1 {
  animation: example 0.8s ease 0.6s 1 forwards;
}
#h_enjoylink.effect div#ej_3-2 {
  animation: example 0.8s ease 0.7s 1 forwards;
}
#h_enjoylink.effect li#ej_4 {
  animation: example 0.8s ease 0.8s 1 forwards;
}
#h_enjoylink.effect div#ej_4-1 {
  animation: example 0.8s ease 0.9s 1 forwards;
}
#h_enjoylink.effect div#ej_4-2 {
  animation: example 0.8s ease 1s 1 forwards;
}
#h_enjoylink.effect div#ej_4-3 {
  animation: example 0.8s ease 1.1s 1 forwards;
}
#h_enjoylink.effect div#ej_4-4 {
  animation: example 0.8s ease 1.2s 1 forwards;
}

#h_news_bnr img, #h_enjoy_bnr img {
  position: relative;
  opacity: 0;
  top: -2em;
}
#h_news_bnr.effect img, #h_enjoy_bnr.effect img {
  transition: 0.5s ease-in-out;
  top: 0;
  opacity: 1;
}
#h_news_bnr a:hover img, #h_enjoy_bnr a:hover img {
  transition: 0.2s ease-in-out !important;
  opacity: 0.6;
}

#h_enjoy_title h2,
#h_garnote_title h2 {
  opacity: 0;
}
#h_enjoy_title h2.effect,
#h_garnote_title h2.effect {
  opacity: 1;
  animation: poyon 1.1s linear 0s 1;
}
#h_enjoy_title h2 + p,
#h_garnote_title h2 + p {
  position: relative;
  opacity: 0;
  top: -2em;
  transition: 0.5s ease-in-out;
}
#h_enjoy_title h2 + p.effect,
#h_garnote_title h2 + p.effect {
  transition: 0.5s ease-in-out;
  top: 0;
  opacity: 1;
}

@keyframes poyon {
  0% {
    transform: scale(0.9, 1.2) translate(0%, -30%);
  }
  10% {
    transform: scale(0.9, 1.2) translate(0%, -15%);
  }
  20% {
    transform: scale(1.15, 0.8) translate(0%, 10%);
  }
  30% {
    transform: scale(0.9, 1.05) translate(0%, -5%);
  }
  40% {
    transform: scale(0.97, 1.1) translate(0%, -10%);
  }
  50% {
    transform: scale(0.97, 1.1) translate(0%, -5%);
  }
  60% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
#h_garnote_title:before {
  animation: buruburu 1s infinite linear alternate;
}

#h_garnote_title:after {
  animation: puyon 1s infinite linear alternate;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1.02, 0.95) translate(0%, 5%);
  }
  30% {
    transform: scale(0.98, 1.02) translate(0%, -3%);
  }
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes buruburu {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  10% {
    transform: translate(0, 0) rotate(-3deg);
  }
  40% {
    transform: translate(0, -1px) rotate(0deg);
  }
  60% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(3deg);
  }
}

/*# sourceMappingURL=h_style.css.map */
