@charset "UTF-8";
/*******************************************************************/
/*******************************************************************/
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  background-color: #000000;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 1.4rem;
}

p {
  margin: 0;
}

/**********************************************************************************/
/**********************************************************************************/
header {
  width: 100%;
  height: 600px;
  background-color: #000000;
  background-image: url("../img/bg_header.png");
  background-repeat: no-repeat;
  background-size: auto 600px;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width:768px) {
  header {
    height: 200px;
    background-size: 100% auto;
    background-position: 0 0;
  }
}

.img_header_title {
  width: 800px;
  position: absolute;
  left: 50%;
  bottom: 2%;
  margin-left: -400px;
}
@media only screen and (max-width:768px) {
  .img_header_title {
    width: 80%;
    margin-left: -40%;
  }
}
.img_header_title img {
  width: 100%;
  height: auto;
}

/**********************************************************************************/
/**********************************************************************************/
footer {
  background-color: #363636;
  color: #ffffff;
  width: 100%;
  padding: 24px 0;
  text-align: center;
}

.nav_footer {
  width: 96%;
  max-width: 1024px;
  margin: 24px auto;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.nav_footer li {
  display: block;
  font-size: 1.6rem;
  padding: 4px 8px;
}
.nav_footer li a {
  color: #ffffff;
}
.nav_footer li a:link {
  color: #ffffff;
}
.nav_footer li a:visited {
  color: #ffffff;
}
.nav_footer li a:hover {
  color: #ffffff;
}
.nav_footer li a:active {
  color: #ffffff;
}

/**********************************************************************************/
/**********************************************************************************/
.box_contens {
  width: 96%;
  max-width: 1024px;
  margin: 48px auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  color: #ffffff;
  padding: 10px 0 60px 0;
}
@media only screen and (max-width:768px) {
  .box_contens {
    max-width: 90%;
  }
}
.box_contens h1 {
  text-align: center;
  font-size: 2.4rem;
  width: 80%;
  margin: 0 auto;
}
.box_contens h1 img {
  display: block;
  text-align: center;
  margin: 12px auto;
}
@media only screen and (max-width:768px) {
  .box_contens h1 img {
    width: 100%;
  }
}
.box_contens p {
  width: 80%;
  margin: 24px auto 1em auto;
  color: #ff2828;
  font-size: 1.8rem;
  line-height: 1.8;
}

#contens_story {
  background-image: url("../img/bg_contens_story.png");
}

#contens_mission {
  background-image: url("../img/bg_contens_mission.png");
}

.text_acces {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.text_link {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.text_link a {
  color: #00fcff;
}
.text_link a:link {
  color: #00fcff;
}
.text_link a:visited {
  color: #00fcff;
}
.text_link a:hover {
  color: #00fcff;
}
.text_link a:active {
  color: #00fcff;
}

.list_precautions {
  color: #ff2828;
  font-size: 1.8rem;
  line-height: 1.8;
  width: 80%;
  max-width: 960px;
  margin: 48px auto;
}

#contens_summary {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:768px) {
  #contens_summary {
    display: block;
  }
}

.area_summary {
  min-width: 552px;
  margin-right: 48px;
}
@media only screen and (max-width:768px) {
  .area_summary {
    min-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}
.area_summary h1 {
  text-align: center;
}

.list_summary {
  width: 100%;
  display: flex;
  font-size: 1.6rem;
}
.list_summary dt {
  width: 35%;
  background: linear-gradient(30deg, #003679, #1b66af);
  background-image: url("../img/bg_list_summary.png");
  background-size: 100% auto;
  background-position: center top;
  text-align: center;
  border-radius: 4px 0 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .list_summary dt {
    font-size: 1.4rem;
  }
}
.list_summary dd {
  width: 65%;
  background-color: #ffffff;
  color: #000000;
  padding: 8px 1em;
  margin: 0;
  border-radius: 0 4px 4px 0;
}

.area_twitter {
  width: 360px;
  padding-top: 48px;
}
@media only screen and (max-width:768px) {
  .area_twitter {
    width: 90%;
    height: 400px;
    margin: 0 auto;
  }
}

.img_qr {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 80px auto;
}
@media only screen and (max-width:768px) {
  .img_qr {
    display: none;
  }
}
.img_qr img {
  width: 30%;
  max-width: 120px;
}

.text_url {
  display: none;
}
@media only screen and (max-width:768px) {
  .text_url {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    margin: 80px auto 30px auto;
    font-size: 1.8rem;
  }
  .text_url a {
    color: #00fcff;
  }
  .text_url a:link {
    color: #00fcff;
  }
  .text_url a:visited {
    color: #00fcff;
  }
  .text_url a:hover {
    color: #00fcff;
  }
  .text_url a:active {
    color: #00fcff;
  }
}

.box_info {
  padding: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #333;
  display: flex;
  margin-bottom: 8px;
}

.info_date {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #333;
}

.info_detail {
  width: 700px;
  padding: 4px;
  font-weight: bold;
  background-image: url("../img/icon_link.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
  padding-right: 2em;
  padding-left: 8px;
}
.info_detail a {
  text-decoration: none;
  color: #333;
}
.info_detail a:hover {
  text-decoration: underline;
  color: #333;
}
.info_detail a:link {
  color: #333;
}
.info_detail a:active {
  color: #333;
}
.info_detail a:visited {
  color: #333;
}

.header_bg_info {
  background-color: #b43343;
  background-image: none;
  text-align: center;
}
.header_bg_info img {
  width: auto;
  height: 100%;
}

.box_info_detail {
  width: 90%;
  padding: 24px 0;
  background-color: #ffffff;
  border-radius: 12px;
  margin: 0 auto;
  color: #000000;
}
.box_info_detail h1 {
  font-size: 1.8rem;
  text-align: left;
  width: 90%;
  margin: 0 auto 1em auto;
}
.box_info_detail p {
  color: #000000 !important;
  width: 90%;
}

.display-sp {
  display: none;
}
@media only screen and (max-width:768px) {
  .display-sp {
    display: block;
  }
}

/**********************************************************************************/
/**********************************************************************************/
.bg_contens_page {
  width: 100%;
  height: 180px;
  background-image: url("../img/bg_header_contens.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.box_text_info {
  width: calc(90% - 48px);
  padding: 24px;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.4rem;
  border-radius: 20px;
  margin: 0 auto 24px auto;
}
.box_text_info h1 {
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .box_text_info h1 {
    font-size: 1.8rem;
  }
}
.box_text_info p {
  width: 90%;
  max-width: 640px;
  margin: 24px auto;
}

.btn_link_cyanbara {
  width: 80%;
  max-width: 420px;
  margin: 48px auto;
}
.btn_link_cyanbara img {
  width: 100%;
}

.btn_back {
  width: 60%;
  max-width: 360px;
  height: 40px;
  line-height: 40px;
  background-color: #b43343;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 24px auto;
  border-radius: 8px;
  position: relative;
}
.btn_back a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}/*# sourceMappingURL=style.css.map */