@charset "UTF-8";
/* CSS Document */
html {
  font-family: "Zen Old Mincho", "roboto", "toppan-bunkyu-midashi-min-st", "Oswald", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3333333333vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

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

html * {
  font-family: "Zen Old Mincho", serif;
}

a.link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nonac {
  opacity: 0.5;
  pointer-events: none !important;
  cursor: default !important;
}

.ind {
  text-indent: -999rem;
}

#wrapper {
  position: relative;
}

.pagetop {
  position: fixed;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 100;
}

header {
  width: 100%;
  height: 7.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .logo {
  background: url(../images/hama_logo_w.svg) no-repeat center;
  background-size: contain;
  width: 23.6rem;
  height: 3rem;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}
header .logo:hover {
  opacity: 0.65;
}
header .live_btn {
  background: url(../images/live_btn.svg) no-repeat center;
  background-size: contain;
  width: 22.8rem;
  height: 5.4rem;
  position: absolute;
  top: 1.1rem;
  right: 1.5rem;
  border-radius: 3rem;
  overflow: hidden;
}
header .live_btn:hover {
  opacity: 0.65;
}
header .header_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.top {
  position: relative;
  z-index: 1;
}
.top h2 {
  background: url(../images/2014_name.svg) no-repeat top left;
  background-size: contain;
  position: absolute;
}
.top h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/2014.svg) no-repeat center;
  background-size: contain;
}
.top .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 400;
}
.top .btn li:first-child {
  margin-right: 2rem;
}
.top .btn li::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_jump.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 1rem;
  margin-right: -1rem;
}
.top .btn li a {
  position: absolute;
}
.top .lead {
  font-size: 2.2rem;
  text-align: center;
}

.movie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.movie * {
  color: #59A55E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.movie .since {
  position: absolute;
  width: 5.5rem;
  height: 62rem;
  background: url(../images/since1947.svg) no-repeat center;
  background-size: contain;
}
.movie h3 span {
  letter-spacing: 1.5rem;
}
.movie .mov_wrap {
  position: relative;
}

.tab_btn {
  background: rgba(0, 0, 0, 0.0705882353);
}
.tab_btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.tab_btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.tab_btn li span {
  color: #59A55E;
  font-family: "Poppins", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
}
.tab_btn li a {
  position: absolute;
}
.tab_btn .tab_marker {
  position: absolute;
  background: url(../images/tab_bar.svg) no-repeat center;
  background-size: contain;
  height: 3rem;
  transition: transform 0.3s ease;
  pointer-events: none;
  left: 0;
}

.tab_area {
  border-top: solid 0.3rem #000;
  border-bottom: solid 0.3rem #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tab_area .anime {
  opacity: 0;
}
.tab_area .mov {
  animation: fade-Down 0.3s ease-out forwards;
}

.txt {
  text-align: justify;
}

.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.profile .photo {
  background: url(../images/prof_photo.png) no-repeat center;
  background-size: contain;
}
.profile .txt .blank {
  display: block;
  margin-bottom: 1rem;
}
.profile.active {
  display: flex;
}

.history {
  width: 90rem;
  height: 72rem;
  display: none;
}
.history.active {
  display: flex;
}
.history ul {
  width: 67rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.history li {
  margin-bottom: 3.5rem;
}
.history .year {
  font-family: "Google Sans", sans-serif;
  font-weight: 700;
  font-size: 6rem;
}
.history .year span {
  font-size: 2.6rem;
  font-weight: 400;
  margin-left: -1rem;
}
.history .txt {
  position: relative;
  left: 3rem;
  text-indent: -3rem;
}
.history .txt::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 0.1rem;
  background: #fff;
  position: relative;
  top: -1rem;
}
.history .score span {
  font-size: 3.3rem;
}
.history .simplebar-track {
  background: url(../images/track_line.svg) repeat-y center;
  width: 1.5rem !important;
}

.event {
  display: none;
}
.event.active {
  display: flex;
}

.simplebar-scrollbar::before {
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-horizontal {
  display: none !important;
}

.splide__slide img {
  width: 100%;
  height: 100%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
footer h3 {
  color: #59A55E;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
footer .logo {
  background: url(../images/hama_logo_b.svg) no-repeat center;
  background-size: contain;
  width: 43.7rem;
  height: 4.5rem;
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}
footer p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
}
footer .footer_splide {
  width: 100%;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media screen and (max-width: 750px) {
  .sp_non {
    display: none !important;
  }
  header {
    width: 75rem;
  }
  header .live_btn {
    right: 2.5rem;
  }
  #wrapper {
    width: 75rem;
    overflow-x: hidden;
  }
  .top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/top_visual_sp.png) no-repeat top center;
    background-size: contain;
    padding-top: 7.5rem;
  }
  .top h2 {
    width: 47.3rem;
    height: 19rem;
    top: 7.5rem;
    right: 0;
  }
  .top h2::before {
    width: 20.8rem;
    height: 4.9rem;
    top: 4.8rem;
    right: 4rem;
  }
  .top h2::after {
    content: "";
    display: inline-block;
    background: url(../images/top_over.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: calc(100% + 3rem);
    top: 0;
    right: 0;
  }
  .top .tit {
    background: url(../images/tit_sp.svg) no-repeat center;
    background-size: contain;
    width: 65.1rem;
    height: 22.6rem;
    margin-top: 79rem;
    margin-bottom: 2.6rem;
  }
  .top .day {
    background: url(../images/tit_day_sp.svg) no-repeat center;
    background-size: contain;
    width: 65rem;
    height: 4.6rem;
  }
  .top .lead {
    line-height: 4.2rem;
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .top .btn {
    order: 10;
  }
  .top .btn li {
    background: url(../images/top_btn_sp.svg) no-repeat center;
    background-size: contain;
    width: 32.2rem;
    height: 15.1rem;
    font-size: 3.6rem;
  }
  .top .btn li::after {
    width: 1.9rem;
    height: 1.9rem;
  }
  .movie {
    background: url(../images/movie_bg_sp.png) no-repeat top center;
    background-size: contain;
    height: 140rem;
    position: relative;
    margin-top: -16rem;
    margin-bottom: -5rem;
  }
  .movie .pc_non {
    position: absolute;
    width: calc(100% - 10rem);
    height: calc(100% - 16rem);
    top: 16rem;
  }
  .movie .pc_non .splide {
    position: absolute;
  }
  .movie .pc_non .splide.mov_slide01 {
    top: 0;
    left: -20rem;
  }
  .movie .pc_non .splide.mov_slide02 {
    top: 8rem;
  }
  .movie .pc_non .splide.mov_slide03 {
    right: 0;
    bottom: 12rem;
  }
  .movie .pc_non .splide.mov_slide04 {
    right: -20rem;
    bottom: 0rem;
  }
  .movie h3 {
    text-align: center;
    line-height: 4.5rem;
    font-size: 7.3rem;
    margin-top: 9rem;
  }
  .movie h3 span {
    font-size: 2.2rem;
  }
  .movie .mov_wrap::after {
    width: 20rem;
    height: 20rem;
    top: calc(50% - 10rem);
    left: calc(50% - 10rem);
  }
  .movie .since {
    width: 4rem;
    height: 45rem;
    top: -59rem;
    right: -1rem;
    background-position: top -4rem center;
  }
  .movie iframe {
    width: 65rem;
    height: 36rem;
  }
  .tab_btn {
    font-size: 3.8rem;
    line-height: 3.8rem;
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
  .tab_btn li {
    width: 25rem;
  }
  .tab_btn li:last-child span {
    font-size: 3rem;
  }
  .tab_btn li:last-child::after {
    top: 0.5rem;
    right: 2.5rem;
  }
  .tab_btn .tab_marker {
    background: url(../images/tab_bar_sp.svg) no-repeat center;
    background-size: contain;
    width: 25rem;
    bottom: -5rem;
  }
  .tab_area {
    background: url(../images/green_bg_sp.jpg) no-repeat center;
    background-size: contain;
    height: 134.5rem;
    font-size: 2.6rem;
  }
  .profile {
    flex-direction: column;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .profile .txt {
    order: 1;
  }
  .profile .photo {
    width: 40.8rem;
    height: 52.6rem;
    order: 0;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
  .history {
    width: 66rem;
    height: 120rem;
  }
  .history ul {
    width: 58rem;
  }
  .event {
    width: 71rem;
    height: 111rem;
    background: url(../images/0210_event_sp.jpg) no-repeat center;
    background-size: contain;
  }
  footer {
    background: url(../images/footer_bg_sp.png) no-repeat center;
    background-size: cover;
  }
  footer h3 {
    font-size: 8rem;
    line-height: 5rem;
  }
  @keyframes load_00 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-12rem);
    }
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media screen and (min-width: 751px) {
  .pc_non {
    display: none !important;
  }
  html {
    font-size: 0.5208333333vw !important;
  }
  #wrapper {
    width: 100%;
  }
  header {
    padding-bottom: 3.5rem;
  }
  header .live_btn:hover::after {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.3019607843);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
  }
  .top {
    background: url(../images/top_visual.png) no-repeat top center;
    background-size: contain;
    min-height: 86rem;
    padding-top: 11rem;
  }
  .top h2 {
    width: 64rem;
    height: 20.2rem;
    transform: rotate(90deg);
    top: 33rem;
    left: -23rem;
  }
  .top h2::before {
    width: 26.8rem;
    height: 6.3rem;
    top: 5.8rem;
    right: 6.4rem;
  }
  .top .tit {
    width: 87.7rem;
    height: 23.7rem;
    background: url(../images/tit_pc.svg) no-repeat center;
    background-size: contain;
    margin-right: 12rem;
    margin-left: auto;
    margin-top: 8.1rem;
    margin-bottom: 5rem;
  }
  .top .day {
    width: 87.8rem;
    height: 6.2rem;
    background: url(../images/tit_day.svg) no-repeat center;
    background-size: contain;
    margin-right: 12rem;
    margin-left: auto;
    margin-bottom: 8.1rem;
  }
  .top .shadow {
    filter: drop-shadow(0rem 0rem 1rem rgba(54, 103, 153, 0.5019607843));
  }
  .top .btn {
    justify-content: flex-end;
    margin-right: 12rem;
    margin-left: auto;
  }
  .top .btn li {
    background: url(../images/top_btn.svg) no-repeat center;
    background-size: contain;
    width: 29.2rem;
    height: 8rem;
    font-size: 2.8rem;
  }
  .top .btn li::after {
    width: 1.7rem;
    height: 1.7rem;
  }
  .top .btn li:hover {
    opacity: 0.65;
  }
  .top .lead {
    line-height: 3.6rem;
    margin-top: 14rem;
  }
  .movie {
    background: url(../images/movie_bg_pc.png) no-repeat top center;
    background-size: contain;
    height: 128rem;
    margin-top: -25rem;
    margin-bottom: -15rem;
  }
  .movie .since {
    top: 0;
    right: -6.5rem;
  }
  .movie h3 {
    line-height: 7rem;
    font-size: 12.6rem;
    margin-top: 6rem;
  }
  .movie h3 span {
    font-size: 1.8rem;
  }
  .movie .mov_wrap::after {
    width: 26.7rem;
    height: 26.7rem;
    top: calc(50% - 13.35rem);
    left: calc(50% - 13.35rem);
  }
  .movie iframe {
    width: 110.6rem;
    height: 62.2rem;
  }
  .tab_btn {
    font-size: 4.8rem;
    line-height: 4.5rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .tab_btn ul {
    width: 120rem;
    margin: auto;
  }
  .tab_btn li {
    width: 35.4rem;
    cursor: pointer;
  }
  .tab_btn li:hover {
    opacity: 0.75;
  }
  .tab_btn li:last-child::after {
    top: 1rem;
    right: 1.8rem;
  }
  .tab_btn .tab_marker {
    width: 35.4rem;
    bottom: -3rem;
  }
  .tab_area {
    background: url(../images/green_bg_pc.jpg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 88rem;
    line-height: 4.4rem;
    font-size: 2.5rem;
  }
  .profile {
    align-items: flex-start;
    padding-top: 7rem;
  }
  .profile .txt {
    width: 79rem;
    margin-right: 7rem;
  }
  .profile .photo {
    width: 54.6rem;
    height: 70.5rem;
    margin-top: 0.5rem;
  }
  .history ul {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .event {
    width: 143.9rem;
    height: 74.9rem;
    background: url(../images/0210_event_pc.jpg) no-repeat center;
    background-size: contain;
  }
  footer {
    background: url(../images/footer_bg_pc.png) no-repeat center;
    background-size: cover;
  }
  footer h3 {
    font-size: 11rem;
    line-height: 7rem;
  }
  footer .footer_splide li {
    cursor: pointer;
  }
  footer .footer_splide li:hover {
    opacity: 0.75;
  }
}
@keyframes fade-UP {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes fade-Down {
  0% {
    opacity: 0;
    transform: translateY(-10rem);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes fade-In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-UP {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes num2014 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(9.5rem);
  }
}/*# sourceMappingURL=common.css.map */