@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*css調整*/
@font-face {
  font-family: "Helvetica-Neue-Bold";
  src: url("../font/Helvetica-Neue-Bold.ttf");
}
.Inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .Inner {
    width: 93%;
  }
}
.Inner--sol, .Inner--con, .Inner--contact {
  width: 1160px;
}
@media screen and (max-width: 769px) {
  .Inner--sol, .Inner--con, .Inner--contact {
    width: 93%;
  }
}
@media screen and (max-width: 769px) {
  .Inner--con {
    width: 100%;
  }
}
.Inner--about, .Inner--company {
  width: 760px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Helvetica-Neue-Bold";
  overflow-x: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 769px) {
  .container {
    padding: 0 10px;
  }
}

.title {
  font-size: 8.5rem;
  display: inline-block;
  font-family: "Helvetica-Neue-Bold";
  font-weight: 600;
  font-style: normal;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 769px) {
  .title {
    font-size: 5.8rem;
  }
}

@media screen and (max-width: 769px) {
  .text-center {
    text-align: center;
  }
}

.change-color {
  background-color: #000;
  transition: all 1000ms;
}

.Header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 40px 20px 40px;
  box-sizing: border-box;
  transition: all 1000ms;
}
@media screen and (max-width: 769px) {
  .Header {
    padding: 0 10px;
    padding-bottom: 10px;
  }
}
.Header .container {
  display: flex;
}
.Header__logo {
  width: 200px;
}
@media screen and (max-width: 769px) {
  .Header__logo {
    margin-top: 20px;
    width: 100px;
  }
}
.Header__logo p a img {
  width: 100%;
}
.Header__nav {
  margin: 0 0 0 auto;
  display: flex;
}
.Header__nav__ul {
  display: flex;
  margin-right: 40px;
}
.Header__nav__ul__item {
  margin: 20px 20px;
}
.Header__nav__ul__item a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.Header__nav__ul__item a:hover {
  opacity: 0.7;
}
.Header__nav__btn {
  width: 220px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
}
.Header__nav__btn .pc {
  line-height: 50px;
  color: #fff;
  font-size: 1.6rem;
  transition: 300ms;
  border-radius: 30px;
}
.Header__nav__btn .pc:hover {
  display: inline-block;
  font-style: normal;
  color: rgb(229, 51, 131);
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  .Header__nav__btn {
    width: 140px;
    height: 40px;
    margin: 30px 60px 0 0;
  }
  .Header__nav__btn .sp {
    font-size: 1.4rem;
    line-height: 4rem;
    color: #fff;
  }
  .Header__nav__btn .sp:hover {
    width: 140px;
    height: 40px;
    color: rgb(229, 51, 131);
    background: #fff;
    border-radius: 30px;
  }
}

@media screen and (max-width: 769px) {
  .Time {
    text-align: center;
  }
}
.Time .time__head {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 28px;
}
@media screen and (max-width: 769px) {
  .Time .time__head {
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 20px;
    text-align: center;
  }
}
.Time .num {
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 769px) {
  .Time .num {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    text-align: center;
  }
}
.Time .day {
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .Time .day {
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
  }
}
.Time .time__text {
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .Time .time__text {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
  }
}

.Fv {
  background: url(../img/fv.png) no-repeat center/cover;
  width: 100%;
  height: 960px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 769px) {
  .Fv {
    height: 100vh;
  }
}
.Fv__content {
  position: absolute;
  bottom: 120px;
}
@media screen and (max-width: 769px) {
  .Fv__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.Fv__content__title {
  margin-bottom: 80px;
  font-family: "Helvetica-Neue-Bold";
}
@media screen and (max-width: 769px) {
  .Fv__content__title {
    margin-bottom: 50px;
  }
}
.Fv__content__title__head {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 10rem;
}
@media screen and (max-width: 769px) {
  .Fv__content__title__head {
    font-size: 4rem;
    text-align: center;
    line-height: 5.5rem;
    margin-bottom: 20px;
  }
}
.Fv__content__lead {
  margin-bottom: 70px;
}
.Fv__content__lead__day {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .Fv__content__lead__day {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.Fv__content__lead__place {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .Fv__content__lead__place {
    text-align: center;
    font-size: 1.6rem;
  }
}
.Fv__content__end__text {
  font-size: 3.4rem;
  font-weight: bold;
  text-shadow: 6px 6px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 769px) {
  .Fv__content__end__text {
    text-align: center;
    font-size: 2.4rem;
  }
}
.Fv__content__end__btn {
  margin-top: 30px;
  width: 240px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 6rem;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
  font-size: 1.8rem;
  transition: 300ms;
  border-radius: 30px;
}
@media screen and (max-width: 769px) {
  .Fv__content__end__btn {
    position: relative;
    right: -50%;
    transform: translateX(-50%);
    height: 50px;
    line-height: 5rem;
    margin-top: 25px;
  }
}
.Fv__content__end__btn:hover {
  transition: 300ms;
  display: inline-block;
  font-style: normal;
  color: rgb(229, 51, 131);
  background: #fff;
  border-radius: 30px;
}

.About {
  padding-top: 180px;
  background: url(../img/bg-head.png) no-repeat top/contain;
  background-color: #000;
}
@media screen and (max-width: 769px) {
  .About {
    padding-top: 100px;
    background: url(../img/bg-head-sp.png) no-repeat top/contain;
    background-color: #000;
  }
}
.About .container {
  display: flex;
}
.About__left {
  color: #fff;
  width: 50%;
}
@media screen and (max-width: 769px) {
  .About__left {
    width: 100%;
  }
}
.About__left .title {
  margin-bottom: 70px;
}
.About__left__img {
  margin: -20px 0 40px 0;
}
.About__left__img img {
  width: 100%;
}
.About__left__lead {
  font-size: 2.3rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .About__left__lead {
    text-align: center;
  }
}
.About__left__text {
  line-height: 5.5rem;
}
@media screen and (max-width: 769px) {
  .About__left__text {
    line-height: 4rem;
  }
}
.About__left__text__head {
  font-size: 1.7rem;
  margin-bottom: 25px;
}
.About__left__text__food {
  font-size: 1.7rem;
}
.About__right {
  width: 50%;
}
.About__right__img {
  margin-left: auto;
  width: 83%;
}
.About__right__img img {
  width: 100%;
}

.Information {
  background-color: #000;
  color: #fff;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .Information {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.Information .title {
  margin-bottom: 80px;
}
.Information__table {
  margin: 0 auto;
}
.Information__table__flex {
  display: flex;
  flex-direction: column;
}
.Information__table__left {
  width: 800px;
}
@media screen and (max-width: 769px) {
  .Information__table__left {
    width: 100%;
  }
}
.Information__table__right {
  width: 800px;
}
@media screen and (max-width: 769px) {
  .Information__table__right {
    width: 100%;
    margin-left: 0;
  }
}
.Information__table__item {
  display: flex;
  line-height: 5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .Information__table__item {
    line-height: 4rem;
  }
}
.Information__table__item__left {
  background-color: #282828;
  width: 30%;
  text-align: center;
}
.Information__table__item__left p {
  font-size: 1.7rem;
  color: #e73481;
  font-weight: bold;
}
.Information__table__item__right {
  background-color: #333333;
  width: 70%;
  padding-left: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  .Information__table__item__right {
    padding-left: 15px;
  }
}
.Information__table__item__right p {
  font-size: 1.7rem;
  color: #fff;
}
.Information__table__item__right p .price-span {
  margin-left: 5px;
  font-size: 1.3rem;
  color: #fff;
}
.Information__table__item__right p .price-span a {
  font-size: 1.3rem;
}
.Information__table__item__right p .time-span {
  font-size: 1.2rem;
  color: #fff;
}
.Information__table__item__right p .period {
  font-size: 1.2rem;
}
.Information__table__item__right a {
  font-size: 1.7rem;
  color: #fff;
}
.Information__table__item__right a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .Information__table__item__right a {
    font-size: 1.5rem;
  }
}

.text-height-1 {
  line-height: 10rem;
}
@media screen and (max-width: 769px) {
  .text-height-1 {
    line-height: 16rem;
  }
}

@media screen and (max-width: 769px) {
  .text-height-2 {
    line-height: 8rem;
  }
}

.text-height-3 {
  line-height: 19rem;
}
@media screen and (max-width: 769px) {
  .text-height-3 {
    line-height: 19rem;
  }
}

.Timetable {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 180px;
  background: url(../img/stage-bg.png) no-repeat top;
  background-size: 3000px 6000px;
}
@media screen and (max-width: 769px) {
  .Timetable {
    background: url(../img/stage-bg-sp.png) no-repeat top/cover;
    background-size: 700px 7000px;
  }
}
.Timetable .title {
  margin-bottom: 40px;
}
.Timetable .line {
  display: block;
  width: 200px;
  height: 3px;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
  margin-bottom: 30px;
  margin: 0 auto;
}

.attention {
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 769px) {
  .attention {
    font-size: 1.1rem;
  }
}

.tab {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .tab {
    margin-top: 20px;
  }
}
.tab .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  z-index: 100;
}
.tab .menu li {
  width: 50%;
  padding: 20px 0;
  z-index: 100;
}
.tab .menu li a {
  z-index: 100;
  display: inline-block; /* aタグがインライン要素だから幅が利かなくなってしまうから */
  text-align: center; /* 文字を中央ゾロえにしたい */
  padding: 8px 0;
  color: #fff;
  text-decoration: none; /* 下線を消す */
  border-radius: 4px 4px 0 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 10rem;
  width: 100%;
  font-family: "Helvetica-Neue-Bold";
}
.tab .menu li a.active { /* 選択されているものを白黒反対にする */
  background: #333;
  width: 100%;
  font-size: 4rem;
  display: inline-block;
  font-family: "Helvetica-Neue-Bold";
  font-weight: 600;
  font-style: normal;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 10rem;
  position: relative;
}
.tab .menu li a.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(../img/stage-under-line.png) no-repeat bottom/cover;
}
@media screen and (max-width: 769px) {
  .tab .menu li a.active {
    font-size: 3rem;
  }
}
.tab .menu li a:not(.active):hover {
  opacity: 0.5;
  transition: opacity 0.4s;
}
@media screen and (max-width: 769px) {
  .tab .menu li a {
    font-size: 3rem;
  }
}
.tab .content.active { /* 選択されているものを白黒反対にする */
  color: #fff;
  min-height: 150px;
  padding: 15px;
  display: block; /* activeがついているものだけblockで表示させる */
}
.tab .content {
  display: none; /* active以外のものを非表示にする */
  padding: 30px 50px;
}
.tab__item {
  display: flex;
  border-bottom: 1px solid #5f5f5f;
  padding: 50px 0;
}
@media screen and (max-width: 769px) {
  .tab__item {
    flex-direction: column;
    padding: 25px 0;
  }
}
.tab__item__left {
  width: 15%;
}
.tab__item__left p {
  text-align: center;
  width: 150px;
  height: 185px;
  background-color: #000;
  padding: 40px 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: #fff;
  line-height: 3rem;
}
@media screen and (max-width: 769px) {
  .tab__item__left p {
    width: 250px;
    height: 50px;
    line-height: 5rem;
    padding: 0;
  }
}
.tab__item__right {
  width: 85%;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .tab__item__right {
    width: 100%;
  }
}
.tab__item__right__head p {
  font-size: 3.5rem;
  line-height: 10rem;
}
@media screen and (max-width: 769px) {
  .tab__item__right__head p {
    line-height: 5rem;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 769px) {
  .tab__item__right__head {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.tab__item__right__food {
  display: flex;
}
@media screen and (max-width: 769px) {
  .tab__item__right__food {
    flex-direction: column;
  }
}
.tab__item__right__food__member {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .tab__item__right__food__member {
    margin: 0 -10px;
  }
}
.tab__item__right__food__member a {
  line-height: 5rem;
  font-size: 2rem;
  margin: 0 20px;
  color: #fff;
}
.tab__item__right__food__member a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .tab__item__right__food__member a {
    font-size: 1.3rem;
    margin: 0 5px;
  }
}
.tab__item__right__food__member span {
  line-height: 5rem;
  font-size: 1.5rem;
}
.tab__item__right__food .tab__item__btn {
  color: #b02e68;
  line-height: 5rem;
  font-size: 1.5rem;
  text-decoration: none;
  border-bottom: 1px solid #b02e68;
  font-weight: bold;
  margin-left: auto;
}
.tab__item__right__food .tab__item__btn:hover {
  opacity: 0.7;
}

.Sponsors {
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .Sponsors {
    text-align: center;
    padding-bottom: 70px;
  }
}
.Sponsors .title {
  margin-bottom: 30px;
}
.Sponsors .line {
  display: block;
  width: 200px;
  height: 3px;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .Sponsors .line {
    margin: 0 auto 30px auto;
  }
}
.Sponsors__lead {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Helvetica-Neue-Bold";
}
@media screen and (max-width: 769px) {
  .Sponsors__lead {
    font-size: 2rem;
  }
}
.Sponsors__content {
  text-align: center;
  margin-top: 160px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content {
    margin-top: 70px;
  }
}
.Sponsors__content__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__ttl {
    font-size: 1.5rem;
  }
}
.Sponsors__content__ttl--1 {
  position: relative;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__ttl--1 {
    margin-left: 25px;
  }
}
.Sponsors__content__ttl--1::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ba8b40;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__ttl--1::before {
    width: 18px;
    height: 18px;
    left: -25px;
  }
}
.Sponsors__content__ttl--2 {
  position: relative;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__ttl--2 {
    margin-left: 25px;
  }
}
.Sponsors__content__ttl--2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #8d9599;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__ttl--2::before {
    width: 18px;
    height: 18px;
    left: -25px;
  }
}
.Sponsors__content__ttl--3 {
  position: relative;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__ttl--3 {
    margin-left: 25px;
  }
}
.Sponsors__content__ttl--3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #845d45;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__ttl--3::before {
    width: 18px;
    height: 18px;
    left: -25px;
  }
}
.Sponsors__content__flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__flex {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.Sponsors__content__flex__item {
  margin: 0 20px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__flex__item {
    padding: 10px;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
  }
}
.Sponsors__content__flex__item img {
  width: 100%;
}
.Sponsors__content__flex__item--1 {
  width: 300px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__flex__item--1 {
    padding: 10px;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
  }
}
.Sponsors__content__flex__item--2 {
  width: 250px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__flex__item--2 {
    padding: 10px;
    margin: 0;
    width: 40%;
    box-sizing: border-box;
  }
}
.Sponsors__content__flex__item--3 {
  width: 200px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__flex__item--3 {
    padding: 10px;
    margin: 0;
    width: 35%;
    box-sizing: border-box;
  }
}
.Sponsors__content__flex__item--4 {
  width: 200px;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__flex__item--4 {
    padding: 10px;
    margin: 0;
    width: 35%;
    box-sizing: border-box;
  }
}
.Sponsors__content__flex__item--5 a {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 5rem;
  text-decoration: none;
  line-height: 10.5rem;
}
@media screen and (max-width: 769px) {
  .Sponsors__content__flex__item--5 a {
    font-size: 2.4rem;
    line-height: 6rem;
  }
}

.jba {
  width: 220px;
  margin: 0 30px 0 -60px;
}
@media screen and (max-width: 769px) {
  .jba {
    width: 100px;
    margin: 0 20px 0 -10px;
  }
}
.jba img {
  width: 120%;
}
@media screen and (max-width: 769px) {
  .jba img {
    width: 150px;
  }
}

.dip {
  padding-top: 35px;
}
@media screen and (max-width: 769px) {
  .dip {
    padding-top: 30px;
  }
}

.wired {
  padding-top: 15px;
}
@media screen and (max-width: 769px) {
  .wired {
    padding-top: 18px;
  }
}

.rakuten {
  padding-top: 0px;
  width: 350px;
}
@media screen and (max-width: 769px) {
  .rakuten {
    width: 50%;
    padding-top: 8px;
  }
}

.kddi {
  width: 180px;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  .kddi {
    width: 32%;
  }
}

.adobe {
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  .adobe {
    width: 35%;
  }
}

.wired {
  padding-top: 35px;
}
@media screen and (max-width: 769px) {
  .wired {
    padding-top: 26px;
  }
}

.forbes {
  padding-top: 15px;
}

.sompo {
  width: 160px;
}
@media screen and (max-width: 769px) {
  .sompo {
    width: 30%;
  }
}

.nvidia {
  width: 260px;
  padding-top: 5px;
}
@media screen and (max-width: 769px) {
  .nvidia {
    width: 38%;
    margin: 0 -5px -5px 0;
  }
}

.microsoft {
  width: 300px;
  margin-top: -37px;
  margin-left: -20px;
}
@media screen and (max-width: 769px) {
  .microsoft {
    width: 46%;
    margin-top: -23px;
    margin-left: 0px;
  }
}

.kyouryoku {
  max-width: 1000px;
  margin: 40px auto;
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .kyouryoku {
    padding-right: 10px;
  }
}

.bitflyer {
  width: 300px;
  margin: -40px;
  margin-left: -60px;
}
@media screen and (max-width: 769px) {
  .bitflyer {
    width: 50%;
    margin: -5px 0 0 -20px;
  }
}
.bitflyer img {
  width: 100%;
}

.fracton {
  width: 250px;
}
@media screen and (max-width: 769px) {
  .fracton {
    width: 40%;
    margin: 10px 0 0 -28px;
  }
}

.panasonic {
  margin-top: -10px;
  width: 230px;
}
@media screen and (max-width: 769px) {
  .panasonic {
    width: 40%;
    margin: -10px 0 0 -15px;
  }
}

.reality {
  margin-top: 20px;
  width: 210px;
}
@media screen and (max-width: 769px) {
  .reality {
    width: 37%;
    margin: 0px 0 0 -10px;
  }
}
.reality img {
  width: 120%;
}

.oneto {
  width: 200px;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .oneto {
    width: 38%;
    margin: 0;
  }
}

.thirdverse {
  margin-top: 0px;
}
@media screen and (max-width: 769px) {
  .thirdverse {
    width: 38%;
  }
}
.thirdverse img {
  width: 110%;
}

.keizaisanngyou {
  margin-right: -50px;
}
@media screen and (max-width: 769px) {
  .keizaisanngyou {
    width: 50%;
    margin: 0;
  }
}

.Speakers {
  background: url(../img/speakers-bg.png) no-repeat top center/cover;
  padding: 140px 0;
}
@media screen and (max-width: 769px) {
  .Speakers {
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .Speakers .title {
    text-align: center;
  }
}
.Speakers .line {
  margin: 30px 0;
  display: block;
  width: 200px;
  height: 3px;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
}
@media screen and (max-width: 769px) {
  .Speakers .line {
    margin: 30px auto;
  }
}
.Speakers__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px;
  text-align: left;
}
.Speakers__content__item {
  width: 25%;
  padding: 0 15px;
  padding-top: 80px;
  box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .Speakers__content__item {
    padding-top: 40px;
  }
}
@media screen and (max-width: 769px) {
  .Speakers__content__item {
    width: 50%;
  }
}
.Speakers__content__item:nth-of-type(4n+1) {
  margin-top: 0;
}
.Speakers__content__item:nth-of-type(4n+2) {
  margin-top: -40px;
}
@media screen and (max-width: 769px) {
  .Speakers__content__item:nth-of-type(4n+2) {
    margin-top: -25px;
  }
}
.Speakers__content__item:nth-of-type(4n+3) {
  margin-top: -80px;
}
@media screen and (max-width: 769px) {
  .Speakers__content__item:nth-of-type(4n+3) {
    margin-top: 0;
  }
}
.Speakers__content__item:nth-of-type(4n+4) {
  margin-top: -120px;
}
@media screen and (max-width: 769px) {
  .Speakers__content__item:nth-of-type(4n+4) {
    margin-top: -25px;
  }
}
.Speakers__content__item a {
  color: #fff;
  text-decoration: none;
}
.Speakers__content__item__img {
  width: 100%;
}
.Speakers__content__item__img img {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
.Speakers__content__item__img img:hover {
  opacity: 0.7;
}
.Speakers__content__item__text:hover {
  opacity: 0.7;
}
.Speakers__content__item__text__name {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 30px 0;
}
@media screen and (max-width: 769px) {
  .Speakers__content__item__text__name {
    font-size: 1.9rem;
    margin: 15px 0;
  }
}
.Speakers__content__item__text__lead {
  font-size: 1.5rem;
  line-height: 3rem;
}
@media screen and (max-width: 769px) {
  .Speakers__content__item__text__lead {
    font-size: 1.2rem;
  }
}

.Footer {
  background: url(../img/bg-food.png) no-repeat center/cover;
  border-top: 1px solid #8B2452;
  padding-top: 120px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .Footer {
    background-color: #000;
    background-image: url(../img/bg-food-sp.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 70px;
  }
}
.Footer__logo {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.Footer__logo img {
  width: 100%;
}
.Footer__content__text {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 5rem;
}
@media screen and (max-width: 769px) {
  .Footer__content__text {
    font-size: 1.7rem;
  }
}
.Footer .contact__btn {
  margin: 80px auto;
  display: block;
  width: 350px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #B02E68;
  border: 1px solid #B02E68;
  font-size: 1.7rem;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 769px) {
  .Footer .contact__btn {
    margin: 40px auto;
    width: 250px;
  }
}
.Footer .contact__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/btn-arrow.png) no-repeat center/contain;
  transition: all 300ms;
}
.Footer .contact__btn:hover::before {
  right: 10px;
}
.Footer .policy {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.Footer .copy {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 0 10px 0;
}

.modal {
  z-index: 1000;
  display: none;
  height: 103vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal .modal__bg {
  background-color: #050103;
  opacity: 0.9;
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal .modal__content {
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .modal .modal__content {
    /*　画面サイズが1024pxからはここを読み込む　*/
  }
}
@media screen and (max-width: 769px) {
  .modal .modal__content {
    height: 100vh;
    top: 55%;
    padding: 10px;
  }
}
.modal .modal__content__inner {
  display: flex;
  height: 300px;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner {
    flex-direction: column;
    padding: 0px 10px 0 10px;
  }
}
.modal .modal__content__inner__img {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner__img {
    width: 50%;
    left: 30%;
    transform: translateY(-50%);
  }
}
.modal .modal__content__inner__img__bg {
  width: 300px;
  position: absolute;
  top: 40px;
  left: -40px;
}
.modal .modal__content__inner__img__bg img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner__img__bg {
    width: 100%;
    top: 25px;
    left: -60px;
  }
}
.modal .modal__content__inner__img__people {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner__img__people {
    width: 100%;
    left: -30px;
  }
}
.modal .modal__content__inner__img__people img {
  width: 100%;
  -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
          clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
}
.modal .modal__content__inner__text {
  width: 70%;
  padding: 20px 0 0 10%;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner__text {
    width: 100%;
    padding: 0;
    margin-top: 240px;
  }
}
.modal .modal__content__inner__text__name {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner__text__name {
    margin-bottom: 15px;
  }
}
.modal .modal__content__inner__text__lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
  line-height: 4rem;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner__text__lead {
    margin-bottom: 15px;
    line-height: 3rem;
  }
}
.modal .modal__content__inner__text__dis {
  font-size: 1.6rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 769px) {
  .modal .modal__content__inner__text__dis {
    height: 270px;
    overflow: auto;
    font-weight: normal;
  }
}
.modal .modal__content .js-modal-close {
  position: absolute;
  top: 0px;
  right: 3%;
}
.modal .modal__content .js-modal-close img {
  width: 100%;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav-list {
  background: #000;
  opacity: 0.9;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -10;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  /* 背景色 */
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 101vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 44%; /* menuの範囲 */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 3rem;
  line-height: 5rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 43px;
  right: 15px;
  cursor: pointer;
  width: 60px;
  height: 50px;
}
@media screen and (max-width: 769px) {
  .openbtn1 {
    top: 25px;
  }
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px; /*  線の位置*/
  height: 3px; /*  線の太さ*/
  background-color: #fff; /* ボタンの色*/
  width: 70%; /*  ボタンに対する線の長さ*/
}

.openbtn1 span:nth-of-type(1) {
  top: 10px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 36px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.hidden {
  overflow: hidden;
}

.FV__detail {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .FV__detail {
    height: 350px;
  }
}
.FV__detail__content {
  position: absolute;
  top: 65%;
}
.FV__detail__content p {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  font-family: "Helvetica-Neue-Bold";
}

.pan-list {
  background-color: #000;
  padding: 8px 0;
}
.pan-list .container {
  display: flex;
}
.pan-list .container li {
  color: #fff;
  font-size: 1.4rem;
  list-style-type: none;
}
@media screen and (max-width: 769px) {
  .pan-list .container li {
    font-size: 1.2rem;
  }
}
.pan-list .container li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (max-width: 769px) {
  .pan-list .container li a {
    font-size: 1.2rem;
  }
}
.pan-list .container span {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 5px;
}
@media screen and (max-width: 769px) {
  .pan-list .container span {
    font-size: 1.2rem;
  }
}

.Session {
  background: url(../img/session-bg.png) no-repeat center/cover;
  padding: 130px 0;
}
@media screen and (max-width: 769px) {
  .Session {
    padding: 60px 0;
  }
}
.Session__flex {
  display: flex;
  margin: 0 -30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .Session__flex {
    flex-direction: column-reverse;
    margin: 0;
  }
}
.Session__flex__left {
  width: 50%;
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  .Session__flex__left {
    width: 100%;
    margin: 0 auto;
  }
}
.Session__flex__left__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .Session__flex__left__title {
    font-size: 2rem;
    line-height: 4rem;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.Session__flex__left__text {
  color: #fff;
  font-size: 1.7rem;
  line-height: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .Session__flex__left__text {
    font-size: 1.6rem;
  }
}
.Session__flex__left__text span {
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 769px) {
  .Session__flex__left__text span {
    font-size: 1.2rem;
  }
}
.Session__flex__right {
  width: 50%;
  margin: 0 20px;
}
@media screen and (max-width: 769px) {
  .Session__flex__right {
    width: 100%;
    margin: 0 auto;
  }
}
.Session__flex__right__img img {
  width: 100%;
}
.Session__table {
  padding: 120px 0;
}
.Session__table__item {
  color: #fff;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.Session__table__item__left {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
}
.Session__table__item__left__title {
  font-size: 1.8rem;
  padding: 10px 20px;
  border-right: 1px solid #fff;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .Session__table__item__left__title {
    font-size: 1.5rem;
  }
}
.Session__table__item__right {
  width: 80%;
  box-sizing: border-box;
}
.Session__table__item__right__text {
  font-size: 1.8rem;
  padding: 10px 20px 10px 80px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .Session__table__item__right__text {
    padding: 10px 0px 10px 20px;
  }
}
.Session__btn {
  color: #fff;
  background: rgb(229, 51, 131);
  background: linear-gradient(90deg, rgb(229, 51, 131) 0%, rgb(167, 7, 196) 100%);
  font-size: 1.7rem;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 400px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .Session__btn {
    width: 200px;
  }
}
.Session__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/session-btn-arrow.png) no-repeat center/contain;
  transition: all 300ms;
}
.Session__btn:hover::before {
  right: 20px;
}

.Session__speakers {
  padding: 100px 0;
}/*# sourceMappingURL=main.css.map */