@charset "utf-8";

/* CSS Document */
@media print, screen and (max-width: 768px) {
  div.header_menu .right-box {
    width: 70%;
  }

  .open_tab {
    display: block;
    width: 30%;
    margin-right: 1rem;
  }

  .open_tab label {
    padding: 0.8rem 0;
  }

  .open_tab label img {
    vertical-align: middle;
  }

  .open_tab .open_tab-content {
    padding: 0 0.8rem;
  }
}

/* header 調整 */
header {
  height: auto;
}

header div.video {
  width: 100%;
}

header video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

header h1 {
  position: absolute;
  display: block;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0;
}

header::after {
  content: "";
  background-image: url(common/img/header_bottom_top.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 6%;
  z-index: 2;
}

header .top_none {
  display: none;
}

@media screen and (max-width: 768px) {
  header {
    width: 100vw;
  }

  div.header_menu {
    max-width: 100%;
    padding-bottom: 0;
  }

  header div.video {
    width: 100vw;
    overflow: hidden;
  }

  header video {
    width: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 -50%;
  }

  header h1 {
    position: absolute;
    display: block;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
  }
}

/* ライブ配信リンク*/
header .live_link {
  position: absolute;
  right: 28px;
  bottom: 20px;
  z-index: 2;
}
header .live_link2 {
  position: absolute;
  right: 220px;
  bottom: 20px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  header .live_link {
    right: 2.4%;
    bottom: 2.5%;
    width: 38%;
  }
    header .live_link2 {
    left: 2.4%;
    bottom: 2.5%;
    width: 38%;
  }

}



/*メインコンテンツ*/
/* TOP */
section#top {
  background-image: url(img/bg_top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 60px 0 80px;
}

section#top .vertical_text {
  margin-bottom: 70px;
}

section#top .vertical_text img {
  display: block;
  margin: 0 auto;
}

section#top .container {
  display: flex;
  justify-content: space-between;
  width: 843px;
  margin: 60px auto 0;
}

section#top .top_text {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 50%;
  padding-top: 10px;
}

section#top h2 {
  margin-bottom: 0;
}

section#top h2::before {
  display: none;
}

section#top .top_text p {
  -moz-text-align: justify;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  font-size: 1.3rem;
  line-height: 3rem;
}

section#top .ex_news {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  section#top {
    background-image: url(img/bg_top_sp.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    padding: 20% 0 5%;
  }

  section#top .vertical_text img {
    width: 50%;
    max-width: 367px;
  }

  section#top .vertical_text {
    margin-bottom: 15%;
  }

  section#top .container {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  section#top .top_text {
    display: block;
    width: 100%;
  }

  section#top h2 {
    margin-bottom: 8%;
  }

  section#top .top_text h2::before {
    display: block;
  }

  section#top .top_text p {
    -moz-text-align: left;
    text-align: left;
    text-align-last: left;
    line-height: 2.5rem;
  }

  section#top .container img {
    width: 100%;
    margin-top: 5%;
  }

  section#top .ex_news {
    display: block;
    margin-top: 5%;
  }
}


/* News&Topic */
#NewsTopic {
  background-color: #F6F5F3;
  padding-top: 60px;
}

.overflow {
  width: 100%;
  background-color: #FDFDFC;
  background-image: url(img/bg_news_top.png), url(img/bg_news_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-size: 100% auto;
  padding: 10px 0;
}

.overflow_scroll {
  max-height: 220px;
  margin: 0 12px;
  overflow: auto;
}
#NewsTopic table {
  width: 100%;
  max-width: 906px;
  margin: 0 auto;
  border-collapse: separate;
  box-sizing: border-box;
}

#NewsTopic table th,
#NewsTopic table td {
  border-bottom: dotted 1.5px rgb(181, 182, 182);
}
#NewsTopic table tr:last-of-type th,
#NewsTopic table tr:last-of-type td {
  border-bottom: none;
}

#NewsTopic table th {
  color: rgb(106, 57, 6);
  padding: 25px 7px;
  box-sizing: border-box;
  text-align: center;
}

#NewsTopic table td {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media screen and (max-width: 768px) {
  #NewsTopic {
    padding: 8% 0;
  }

  .overflow {
    background-image: url(sp-img/bg_news_top.png), url(sp-img/bg_news_bottom.png);
    width: 100%;
    padding: 6% 0;
    box-sizing: border-box;
  }

  .overflow_scroll {
    padding: 0 5%;
  }

  #NewsTopic table th,
  #NewsTopic table td {
    width: 100%;
    display: block;
    font-size: 1.3rem;
  }

  #NewsTopic table th {
    border-bottom: none;
    padding: 0;
    text-align: left;
  }

  #NewsTopic table td {
    margin-bottom: 3%;
  }
}


/* CONTENTS */
#CONTENTS {
  padding: 70px 0;
}
#CONTENTS .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

#CONTENTS .inner h2 {
  width: 100%;
}

#CONTENTS .top_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 49.7%;
  max-width: 484px;
}

#CONTENTS .top_links li {
  margin-bottom: 5px;
}
#CONTENTS .top_links li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #CONTENTS {
    padding: 8% 0;
  }

  #CONTENTS .inner {
    display: block;
    margin: 0 auto;
  }

  #CONTENTS .top_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  #CONTENTS .top_links.top_links_left,
  #CONTENTS .top_links li {
    margin-bottom: 2%;
  }
  #CONTENTS .top_links.top_links_left li:nth-child(2),
  #CONTENTS .top_links.top_links_left li:nth-child(3),
  #CONTENTS .top_links.top_links_right li:nth-child(1),
  #CONTENTS .top_links.top_links_right li:nth-child(2) {
    width: 49%;
  }
}


/* 2023-0709 トップヘッダー追記 */
div.h1_language{
    text-align: center;
    color: #fff;
}
div.h1_language img{
    display: block;
    margin: 0 auto;
}
div.h1_language a{
    color: #fff;
}