/* clearfix */
@font-face {
  font-family: "Noto-jp";
  font-weight: 400;
  src: url("/event/tonami/fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto-jp";
  font-weight: 700;
  src: url("/event/tonami/fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}
.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

/*==============================
   global
==============================*/
html {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
}

html:first-child body, body {
  font-family: "Noto-jp", Meiryo,Hiragino Kaku Gothic Pro,MS PGothic,Osaka,Arial,Helvetica,sans-serif;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 100%;
}

* {
  box-sizing: border-box;
  font-family: "Noto-jp", Meiryo,Hiragino Kaku Gothic Pro,MS PGothic,Osaka,Arial,Helvetica,sans-serif;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

br.sp-none {
  display: inline;
}
@media screen and (max-width: 767px) {
  br.sp-none {
    display: none;
  }
}

br.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  br.pc-none {
    display: inline;
  }
}

.guard {
  pointer-events: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img.object-fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

img.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

/*  contents
--------------------------------*/
body {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
}

@media screen and (max-width: 767px) {
  #wmc_masthead .header_section01 {
    background-color: #000;
    border-top: 5px solid #000000;
    height: 45px;
    padding: 5px 10px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  #footer_contents .gnav li a {
    width: 96px;
  }
}

#CONINNER {
  background: #fff;
}

#CONTENTS {
  width: 100%;
  line-height: 1.8;
  background-color: #000;
  padding-bottom: 0;
}
#CONTENTS a {
  text-decoration: none;
}

.scroll__item, .slide__left, .slide__right {
  opacity: 0;
}

.section {
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .section {
    font-size: 3.73333vw;
  }
}

.section__inner {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .section__inner {
    width: calc(100% - 30px);
    padding-top: 21.33333vw;
  }
}

.section__title p {
  line-height: 1.5;
  font-size: 24px;
  margin-top: 5px;
}
.section__title.title__right {
  width: 50%;
  margin-left: 50%;
}
@media screen and (max-width: 767px) {
  .section__title p {
    font-size: 3.2vw;
    margin-top: 5px;
  }
  .section__title.title__right {
    width: 64vw;
    margin-left: auto;
  }
}

.item__right, .item__left {
  width: 810px;
}
@media screen and (max-width: 767px) {
  .item__right, .item__left {
    width: 100%;
  }
}

.item__right {
  margin-left: auto;
  margin-right: -15px;
}

.item__left {
  margin-right: auto;
  margin-left: -15px;
}

.safety__box2, .section__box {
  background-color: rgba(38, 38, 38, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 9.86667vw;
  }
}

h2 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
h2 span {
  display: inline-block;
  font-size: 32px;
  line-height: 68px;
  position: relative;
  margin-left: 10px;
  padding: 0 40px;
}
h2 span:before, h2 span:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
h2 span:before {
  left: 0;
}
h2 span:after {
  right: 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 9.06667vw;
  }
  h2 span {
    font-size: 4.26667vw;
    line-height: 9.06667vw;
    padding: 0 5.33333vw;
  }
  h2 span:before, h2 span:after {
    width: 4vw;
  }
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 6.4vw;
  }
}

h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 4.26667vw;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 20px;
  border-left: 4px #fff solid;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 4.26667vw;
  }
}

h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  h6 {
    font-size: 4.26667vw;
  }
}

/*  mv
--------------------------------*/
#mv {
  background: url("/event/tonami/images/mv_bg_pc.jpg") center top no-repeat;
  background-size: 1366px auto;
}
#mv .section__inner {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #mv {
    background: url("/event/tonami/images/mv_bg_sp.jpg") center top no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1367px) {
  #mv {
    background-size: 100% auto;
  }
}

.mv__title {
  padding: 90px 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.mv__title .mv__title__head {
  display: inline-block;
  font-size: 24px;
  background-color: #b60081;
  padding: 10px 20px;
  margin-bottom: 30px;
  opacity: 0;
}
.mv__title h1 p {
  opacity: 0;
}
.mv__title .mv__title__sub {
  color: #000;
  font-size: 32px;
  margin-top: 50px;
}
.mv__title .mv__title__sub p {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  width: 0;
}
.mv__title .mv__title__sub p:first-of-type {
  margin-bottom: 20px;
}
.mv__title .mv__title__sub span {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 20px;
}
.mv__note {
  width: 100%;
}
.mv__note p {
  text-align: right;
  font-size: 18px;
  margin-top: -28px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .mv__title {
    padding: 9.33333vw 0;
  }
  .mv__title .mv__title__head {
    font-size: 3.2vw;
    padding: 5px 10px;
    margin-bottom: 4vw;
  }
  .mv__title .mv__title__sub {
    font-size: 4.26667vw;
    margin-top: 6.66667vw;
  }
  .mv__title .mv__title__sub p:first-of-type {
    margin-bottom: 2.66667vw;
  }
  .mv__title .mv__title__sub span {
    padding: 8px 12px;
  }
  .mv__note p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1371px) {
  .mv__title {
    padding: 7.29927vw 0;
    height: 44.63158vw;
  }
}

.mv__anchor {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.mv__anchor a {
  display: block;
  width: 305px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 40px;
  line-height: 1;
}
.mv__anchor a:hover {
  color: #d1be7d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mv__anchor .txt_en {
  font-size: 30px;
}
.mv__anchor .txt_jp {
  font-size: 20px;
  margin-top: 10px;
}
.mv__anchor .mv__anchor__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #d1be7d transparent transparent transparent;
  margin: 20px auto 0;
}
.mv__anchor .anchor__safety {
  background-image: url("/event/tonami/images/mv_anchor1_bg.jpg");
}
.mv__anchor .anchor__conf {
  background-image: url("/event/tonami/images/mv_anchor2_bg.jpg");
}
.mv__anchor .anchor__impact {
  background-image: url("/event/tonami/images/mv_anchor3_bg.jpg");
}
@media screen and (max-width: 767px) {
  .mv__anchor a {
    width: calc(100% / 3);
    height: 21.33333vw;
    padding-top: 4vw;
  }
  .mv__anchor .txt_en {
    font-size: 3.2vw;
  }
  .mv__anchor .txt_jp {
    font-size: 4.26667vw;
    margin-top: 10px;
  }
  .mv__anchor .mv__anchor__arrow {
    border-width: 6px 6px 0 6px;
    margin: 2.66667vw auto 0;
  }
}

/*  safety
--------------------------------*/
#safety {
  background: url("/event/tonami/images/safety_bg.jpg") center top no-repeat;
  background-size: 2400px auto;
}
@media screen and (max-width: 767px) {
  #safety {
    background: url("/event/tonami/images/safety_bg_sp.jpg") center top no-repeat;
    background-size: 100% auto;
  }
}

.safety__box1 {
  width: 810px;
  margin-top: 60px;
  padding: 50px 60px;
  background: url("/event/tonami/images/safety_corner_lt.png") left top no-repeat, url("/event/tonami/images/safety_corner_lb.png") left bottom no-repeat, url("/event/tonami/images/safety_corner_rt.png") right top no-repeat, url("/event/tonami/images/safety_corner_rb.png") right bottom no-repeat, rgba(38, 38, 38, 0.8);
}
.safety__box1 .safety__box1__inner {
  width: 100%;
  min-height: 280px;
  position: relative;
}
.safety__box1 .safety__box1__body {
  width: 50%;
  margin-top: 30px;
}
.safety__box1 .safety__box1__img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .safety__box1 {
    width: 100%;
    margin-top: 8vw;
    padding: 30px 15px 20px;
    background-size: 4vw;
  }
  .safety__box1 .safety__box1__body {
    width: 100%;
    margin-top: 5.33333vw;
  }
  .safety__box1 .safety__box1__img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 64vw;
    margin: 6.66667vw auto 0;
  }
}

.safety__box2 {
  width: 100%;
  margin-top: 80px;
}
.safety__box2 .safety__box2__inner {
  width: 100%;
  padding: 40px;
}
.safety__box2 ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.safety__box2 li {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .safety__box2 {
    margin-top: 30px;
  }
  .safety__box2 .safety__box2__inner {
    padding: 40px 15px;
  }
  .safety__box2 ul {
    display: block;
  }
  .safety__box2 li {
    width: 100%;
    margin-top: 40px;
  }
  .safety__box2 li:first-of-type {
    margin-top: 0;
  }
}

.safety__box2__content {
  width: 100%;
}
.safety__box2__content .safety__box2__img {
  width: 100%;
  margin-top: 25px;
}
.safety__box2__content .safety__box2__body {
  margin-top: 25px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .safety__box2__content .safety__box2__img {
    margin-top: 30px;
    width: 50.66667vw;
    margin-right: auto;
    margin-left: auto;
  }
  .safety__box2__content .safety__box2__body {
    margin-top: 30px;
    font-size: 3.73333vw;
  }
}

/*  comfortable
--------------------------------*/
#comfortable {
  background: url("/event/tonami/images/conf_bg.jpg") center top no-repeat;
  background-size: 2400px auto;
}
@media screen and (max-width: 767px) {
  #comfortable {
    background: url("/event/tonami/images/conf_bg_sp.jpg") center top no-repeat;
    background-size: 100% auto;
  }
}

/*  impact
--------------------------------*/
#impact {
  background: url("/event/tonami/images/impact_bg.jpg") center top no-repeat;
  background-size: 2400px auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #impact {
    background: url("/event/tonami/images/impact_bg_sp.jpg") center top no-repeat;
    background-size: 100% auto;
    padding-bottom: 40px;
  }
}

/*  section__box
--------------------------------*/
.section__box {
  width: 810px;
  padding: 40px;
  margin-top: 30px;
}
.section__box.first {
  margin-top: 60px;
}
.section__box .section__box__inner {
  width: 100%;
}
.section__box .section__box__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section__box p.screen {
  font-size: 14px;
  line-height: 32px;
  color: #ddc659;
  border: 1px #ddc659 solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  padding: 0 30px;
  min-width: 220px;
  margin-left: 50px;
  text-align: center;
}
.section__box .section__box__body {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.section__box .section__box__img {
  width: 210px;
}
.section__box .section__box__text {
  width: calc(100% - 210px - 30px);
}
.section__box .section__box__text p {
  margin-top: 10px;
}
.section__box .section__box__text a {
  margin-top: 30px;
  width: 320px;
  height: 40px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: url("/event/tonami/images/arrow_white.png") no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 18px 18px;
  background-color: #686868;
  color: #fff;
}
.section__box .section__box__text a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section__box .section__box__note {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .section__box {
    width: 100%;
    padding: 30px 15px;
    margin-top: 25px;
  }
  .section__box.first {
    margin-top: 30px;
  }
  .section__box p.screen {
    font-size: 3.2vw;
    line-height: 7.2vw;
    padding: 0 20px;
    width: 50.66667vw;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .section__box .section__box__body {
    margin-top: 20px;
    display: block;
  }
  .section__box .section__box__img {
    width: 50.66667vw;
    margin: 20px auto 0;
  }
  .section__box .section__box__text {
    width: 100%;
    margin-top: 20px;
  }
  .section__box .section__box__text a {
    margin-top: 20px;
    width: 74.66667vw;
    height: 9.33333vw;
    font-size: 3.2vw;
    line-height: 9.33333vw;
    background-position: calc(100% - 10px) center;
    background-size: 4.53333vw 4.53333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*  schedule
--------------------------------*/
#schedule {
  background-color: #333;
}
#schedule .section__inner {
  padding: 40px 0 50px;
}
#schedule a {
  display: block;
  width: 660px;
  height: 80px;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  background: url("/event/tonami/images/arrow_purple.png") no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 30px 30px;
  background-color: #b60081;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
}
#schedule a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#schedule .schedule__caption {
  margin-top: 40px;
  font-size: 14px;
}
#schedule .schedule__caption p {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #schedule .section__inner {
    padding: 50px 0 40px;
  }
  #schedule a {
    width: 100%;
    height: auto;
    font-size: 4.26667vw;
    line-height: 1.2;
    padding: 15px 0;
    background-position: calc(100% - 15px) center;
    background-size: 20px 20px;
  }
  #schedule .schedule__caption {
    margin-top: 30px;
    font-size: 2.66667vw;
  }
}


/*  add tonami
--------------------------------*/
.safety__box2.safety__box2_edit {
  width: 810px;
}
.safety__box2.safety__box2_edit .safety__box2__content .safety__box2__img {
  margin-top: 0;
}
.safety__box2.safety__box2_edit li:nth-child(1) {
  width: calc(28% - 10px);
}
.safety__box2.safety__box2_edit li:nth-child(2) {
  width: calc(72% - 10px);
}
@media screen and (max-width: 767px) {
  .safety__box2.safety__box2_edit {
    width: 100%;
  }
  .safety__box2.safety__box2_edit li:nth-child(1),
  .safety__box2.safety__box2_edit li:nth-child(2) {
    width: 100%;
  }
}