@media screen and (max-width: 828px) {
  .commonWidth-sp {
    width: 88.40579710144928%;
    margin-right: auto;
    margin-left: auto;
  }
}

/**
 * Fonts
 */
.lead {
  background: #000;
  padding: 32px 0;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1366px) {
  .lead {
    padding: 2.34261vw;
  }
}

@media screen and (max-width: 828px) {
  .lead {
    padding: 7.72947vw 0;
  }
}

.metaverse {
  margin-top: 56px;
}

@media screen and (max-width: 1366px) {
  .metaverse {
    margin-top: 4.09956vw;
  }
}

@media screen and (max-width: 828px) {
  .metaverse {
    margin-top: 9.66184vw;
  }
}

.metaverse_title {
  margin-bottom: 32px;
}

@media screen and (max-width: 1366px) {
  .metaverse_title {
    margin-bottom: 2.34261vw;
  }
}

@media screen and (max-width: 828px) {
  .metaverse_title {
    margin-bottom: 5.7971vw;
  }
}

.metaverse_title_main {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.0rem;
  margin-bottom: 16px;
  display: block;
}

@media screen and (max-width: 1366px) {
  .metaverse_title_main {
    font-size: 2.19619vw;
    margin-bottom: 1.1713vw;
  }
}

@media screen and (max-width: 828px) {
  .metaverse_title_main {
    font-size: 5.7971vw;
    margin-bottom: 1.20773vw;
  }
}

.metaverse_title_sub {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 1366px) {
  .metaverse_title_sub {
    font-size: 1.1713vw;
  }
}

@media screen and (max-width: 828px) {
  .metaverse_title_sub {
    font-size: 3.38164vw;
  }
}

.metaverse_banner {
  position: relative;
}

.metaverse_banner_text {
  font-size: 3.2rem;
  position: absolute;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  top: 20%;
  left: 48px;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}

@media screen and (max-width: 1366px) {
  .metaverse_banner_text {
    font-size: 2.34261vw;
    left: 2.34261vw;
  }
}

@media screen and (max-width: 828px) {
  .metaverse_banner_text {
    font-size: 4.83092vw;
    left: 3.86473vw;
  }
}

.viewing {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1366px) {
  .viewing {
    margin-top: 5.85652vw;
    margin-bottom: 5.85652vw;
  }
}

@media screen and (max-width: 828px) {
  .viewing {
    margin-top: 13.52657vw;
    margin-bottom: 13.52657vw;
  }
}

.viewing_banner {
  position: relative;
  background-color: #000;
}

.viewing_banner img {
  opacity: .6;
}

.viewing_banner_textWrap {
  position: absolute;
  display: inline;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  z-index: 1;
  width: 100%;
  top: calc( ( 100% - 2.0rem ) / 2);
  left: 0;
}

@media screen and (max-width: 1366px) {
  .viewing_banner_textWrap {
    font-size: 1.46413vw;
    top: calc( ( 100% - 1.46413vw ) / 2);
  }
}

@media screen and (max-width: 828px) {
  .viewing_banner_textWrap {
    font-size: 3.86473vw;
    top: calc( ( 100% - 3.86473vw ) / 2);
  }
}

.viewing_banner_text {
  position: relative;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  width: 100%;
  padding-right: 32px;
}

@media screen and (max-width: 1366px) {
  .viewing_banner_text {
    padding-right: 2.34261vw;
  }
}

@media screen and (max-width: 828px) {
  .viewing_banner_text {
    padding-right: 5.7971vw;
  }
}

.viewing_banner_text:before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  top: calc( ( 100% - 16px ) / 2);
  right: 0;
}

@media screen and (max-width: 1366px) {
  .viewing_banner_text:before {
    width: 1.1713vw;
    height: 1.1713vw;
    top: calc( ( 100% - 1.1713vw ) / 2);
  }
}

@media screen and (max-width: 828px) {
  .viewing_banner_text:before {
    width: 3.86473vw;
    height: 3.86473vw;
    top: calc( ( 100% - 3.86473vw ) / 2);
  }
}

.workshop, .survey {
  margin-bottom: 64px;
}

@media screen and (max-width: 1366px) {
  .workshop, .survey {
    margin-bottom: 4.68521vw;
  }
}

@media screen and (max-width: 828px) {
  .workshop, .survey {
    margin-bottom: 15.45894vw;
  }
}

.workshop_banner, .survey_banner {
  border: solid 1px #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.workshop_banner_image, .survey_banner_image {
  width: calc( ( 424 / 960 ) * 100%);
}

@media screen and (max-width: 828px) {
  .workshop_banner_image, .survey_banner_image {
    width: 100%;
  }
}

.workshop_banner_text, .survey_banner_text {
  margin: auto 20px auto 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2rem;
}

@media screen and (max-width: 1366px) {
  .workshop_banner_text, .survey_banner_text {
    margin: auto 1.46413vw;
    font-size: 1.46413vw;
  }
}

@media screen and (max-width: 828px) {
  .workshop_banner_text, .survey_banner_text {
    margin: 5.7971vw;
    font-size: 4.83092vw;
    width: 100%;
  }
}

.workshop_banner_text .large-ja, .survey_banner_text .large-ja {
  font-size: 2.6rem;
}

@media screen and (max-width: 1366px) {
  .workshop_banner_text .large-ja, .survey_banner_text .large-ja {
    font-size: 1.90337vw;
  }
}

@media screen and (max-width: 828px) {
  .workshop_banner_text .large-ja, .survey_banner_text .large-ja {
    font-size: 4.83092vw;
  }
}

.workshop_banner_button, .survey_banner_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

@media screen and (max-width: 1366px) {
  .workshop_banner_button, .survey_banner_button {
    margin-top: 1.46413vw;
  }
}

@media screen and (max-width: 828px) {
  .workshop_banner_button, .survey_banner_button {
    margin-top: 7.72947vw;
  }
}

.workshop_banner_button p, .survey_banner_button p {
  margin-left: auto;
}

.workshop_banner-after_title, .survey_banner-after_title {
  font-size: 2.0rem;
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1366px) {
  .workshop_banner-after_title, .survey_banner-after_title {
    font-size: 1.46413vw;
    margin-bottom: 1.75695vw;
  }
}

@media screen and (max-width: 828px) {
  .workshop_banner-after_title, .survey_banner-after_title {
    font-size: 4.83092vw;
    margin-bottom: 4.83092vw;
  }
}

.workshop_list, .survey_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid #000;
}

@media screen and (max-width: 828px) {
  .workshop_list, .survey_list {
    border-bottom: none;
  }
}

.workshop_item, .survey_item {
  width: calc( ( 100% - 3px ) / 4);
  border-right: 1px solid #000;
}

.workshop_item:last-child, .survey_item:last-child {
  border-right: none;
}

@media screen and (max-width: 828px) {
  .workshop_item, .survey_item {
    width: calc( ( 100% - 1px ) / 2);
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 828px) {
  .workshop_item:nth-child(2n), .survey_item:nth-child(2n) {
    border-right: none;
  }
}

.workshop_item a, .survey_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #fff;
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.0rem;
  text-align: center;
  padding: 32px 0;
}

@media screen and (max-width: 1366px) {
  .workshop_item a, .survey_item a {
    font-size: 1.46413vw;
    padding: 2.34261vw 0;
  }
}

@media screen and (max-width: 828px) {
  .workshop_item a, .survey_item a {
    font-size: 3.38164vw;
    padding: 5.7971vw 0;
  }
}

.workshop_icon, .survey_icon {
  padding-left: 48px;
  display: block;
}

@media screen and (max-width: 1366px) {
  .workshop_icon, .survey_icon {
    padding-left: 2.92826vw;
  }
}

@media screen and (max-width: 828px) {
  .workshop_icon, .survey_icon {
    padding-left: 7.72947vw;
  }
}

.workshop_icon:before, .survey_icon:before {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  top: 5%;
  left: 0;
  background: url(../img/common/icon_file.svg) no-repeat center center/contain;
}

@media screen and (max-width: 1366px) {
  .workshop_icon:before, .survey_icon:before {
    width: 2.19619vw;
    height: 2.19619vw;
    top: 5%;
  }
}

@media screen and (max-width: 828px) {
  .workshop_icon:before, .survey_icon:before {
    width: 5.7971vw;
    height: 5.7971vw;
  }
}

.youtube {
  margin-bottom: 120px;
}

@media screen and (max-width: 1366px) {
  .youtube {
    margin-bottom: 8.78477vw;
  }
}

@media screen and (max-width: 828px) {
  .youtube {
    margin-bottom: 15.45894vw;
  }
}

.youtube_title {
  font-size: 2.0rem;
  margin-bottom: 24px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 1366px) {
  .youtube_title {
    font-size: 1.46413vw;
    margin-bottom: 1.75695vw;
  }
}

@media screen and (max-width: 828px) {
  .youtube_title {
    font-size: 4.34783vw;
    margin-bottom: 4.83092vw;
  }
}

.youtube_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information {
  margin-bottom: 120px;
}

@media screen and (max-width: 1366px) {
  .information {
    margin-bottom: 8.78477vw;
  }
}

@media screen and (max-width: 828px) {
  .information {
    margin-bottom: 15.45894vw;
  }
}

.information_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 828px) {
  .information_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}

.information_text, .information_image {
  width: 46%;
}

@media screen and (max-width: 828px) {
  .information_text, .information_image {
    width: 100%;
  }
}

@media screen and (max-width: 828px) {
  .information_image {
    margin-bottom: 7.72947vw;
  }
}

.information_title .commonTitle-section {
  text-align: left;
}

.information_title .commonTitle_sub {
  margin-bottom: 48px;
}

@media screen and (max-width: 1366px) {
  .information_title .commonTitle_sub {
    margin-bottom: 3.51391vw;
  }
}

@media screen and (max-width: 828px) {
  .information_title .commonTitle_sub {
    margin-bottom: 7.72947vw;
  }
}

.performing_arts {
  margin-bottom: 120px;
}

@media screen and (max-width: 1366px) {
  .performing_arts {
    margin-bottom: 8.78477vw;
  }
}

@media screen and (max-width: 828px) {
  .performing_arts {
    margin-bottom: 15.45894vw;
  }
}

.performing_arts_title .commonTitle_main {
  font-size: 6.4rem;
}

@media screen and (max-width: 1366px) {
  .performing_arts_title .commonTitle_main {
    font-size: 4.68521vw;
  }
}

@media screen and (max-width: 828px) {
  .performing_arts_title .commonTitle_main {
    font-size: 12.07729vw;
  }
}

.performing_arts_button a {
  display: block;
  width: 100%;
  margin-top: 56px;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 1366px) {
  .performing_arts_button a {
    font-size: 1.46413vw;
  }
}

@media screen and (max-width: 828px) {
  .performing_arts_button a {
    font-size: 4.83092vw;
  }
}

.performing_arts_button a span {
  display: inline-block;
  text-align: center;
  padding: 32px;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .performing_arts_button a span {
    padding: 2.34261vw;
  }
}

@media screen and (max-width: 828px) {
  .performing_arts_button a span {
    padding: 5.7971vw;
  }
}

.performing_arts_button a span:before {
  content: "";
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc( (100% - 16px) / 2);
  right: 0;
}

@media screen and (max-width: 1366px) {
  .performing_arts_button a span:before {
    width: 1.1713vw;
    height: 1.1713vw;
    top: calc( (100% - 1.1713vw) / 2);
  }
}

@media screen and (max-width: 828px) {
  .performing_arts_button a span:before {
    width: 3.86473vw;
    height: 3.86473vw;
    top: calc( (100% - 3.86473vw) / 2);
  }
}

.learning-material {
  margin-bottom: 120px;
}

@media screen and (max-width: 1366px) {
  .learning-material {
    margin-bottom: 8.78477vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material {
    margin-bottom: 15.45894vw;
  }
}

.learning-material_title .commonTitle_main {
  font-size: 6.4rem;
}

@media screen and (max-width: 1366px) {
  .learning-material_title .commonTitle_main {
    font-size: 4.68521vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_title .commonTitle_main {
    font-size: 12.07729vw;
  }
}

.learning-material_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 828px) {
  .learning-material_item {
    width: 100%;
  }
}

.learning-material_item:first-child {
  width: 100%;
}

.learning-material_banner {
  width: 465px;
  background: #fff;
  height: 230px;
  position: relative;
  border: 1px solid #bbb;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 32px;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner {
    height: 16.83748vw;
    width: 34.041vw;
    margin-bottom: 2.34261vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner {
    width: 100%;
    margin-bottom: 9.66184vw;
    height: 41.54589vw;
  }
}

.learning-material_banner:before {
  content: "";
  background: #D50011;
  width: 5px;
  height: 200px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner:before {
    height: calc( 16.83748vw * 0.78);
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner:before {
    height: calc( 41.54589vw * 0.78);
  }
}

.learning-material_banner_text {
  padding-left: 40px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 10%;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner_text {
    padding-left: 2.92826vw;
    bottom: 15%;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner_text {
    padding-left: 4.83092vw;
  }
}

.learning-material_banner_text_main {
  font-size: 2.8rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner_text_main {
    font-size: 1.75695vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner_text_main {
    font-size: 5.7971vw;
  }
}

.learning-material_banner_text_sub {
  display: block;
  font-size: 1.0rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 10px;
  margin-bottom: 4px;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner_text_sub {
    font-size: 0.73206vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner_text_sub {
    font-size: 1.69082vw;
  }
}

.learning-material_banner_text_sub:before {
  content: "";
  background: #aa000d;
  border-radius: 50px;
  width: 5px;
  height: 5px;
  color: #D50011;
  position: absolute;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner_text_sub:before {
    top: 5px;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner_text_sub:before {
    top: 1.20773vw;
  }
}

.learning-material_banner_image {
  width: 58%;
  position: relative;
}

.learning-material_banner-large {
  width: 100%;
  height: 180px;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner-large {
    height: 13.17716vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row column-reverse;
    flex-flow: row column-reverse;
    height: 72.46377vw;
  }
}

.learning-material_banner-large .learning-material_banner_text {
  bottom: 30%;
}

@media screen and (max-width: 828px) {
  .learning-material_banner-large .learning-material_banner_text {
    bottom: 15%;
  }
}

.learning-material_banner-large .learning-material_banner_image {
  width: 464px;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner-large .learning-material_banner_image {
    width: 33.96779vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner-large .learning-material_banner_image {
    width: 100%;
  }
}

.learning-material_banner-large:before {
  content: "";
  background: #D50011;
  width: 5px;
  height: 230px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  .learning-material_banner-large:before {
    height: 16.83748vw;
  }
}

@media screen and (max-width: 828px) {
  .learning-material_banner-large:before {
    height: calc( 41.54589vw * 0.78);
    top: 42.27053vw;
  }
}

.sns {
  background: #000;
}

.sns .commonWidth-wide {
  padding: 64px 0;
}

@media screen and (max-width: 1366px) {
  .sns .commonWidth-wide {
    padding: 4.68521vw 0;
  }
}

@media screen and (max-width: 828px) {
  .sns .commonWidth-wide {
    padding: 11.5942vw 0;
  }
}

.sns_title {
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.0rem;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 1366px) {
  .sns_title {
    font-size: 3.66032vw;
    margin-bottom: 1.75695vw;
  }
}

@media screen and (max-width: 828px) {
  .sns_title {
    font-size: 9.66184vw;
    margin-bottom: 5.7971vw;
  }
}

.sns_item {
  border-right: 1px solid #000;
}

.sns_item:last-child {
  border-right: none;
}

.sns_item a {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.0rem;
  text-align: center;
  padding: 32px 0;
}

@media screen and (max-width: 1366px) {
  .sns_item a {
    font-size: 1.46413vw;
    padding: 2.34261vw 0;
  }
}

@media screen and (max-width: 828px) {
  .sns_item a {
    font-size: 3.38164vw;
    padding: 5.7971vw 0;
  }
}

.sns_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.sns_list-col3 {
  margin-bottom: 48px;
}

@media screen and (max-width: 1366px) {
  .sns_list-col3 {
    margin-bottom: 3.51391vw;
  }
}

@media screen and (max-width: 828px) {
  .sns_list-col3 {
    margin-bottom: 11.5942vw;
  }
}

.sns_list-col3 .sns_item {
  width: calc( ( 100% - 2px ) / 3);
}

.sns_list-col4 .sns_item {
  width: calc( ( 100% - 3px ) / 4);
}

@media screen and (max-width: 828px) {
  .sns_list-col4 .sns_item {
    width: calc( ( 100% - 1px ) / 2);
    border-bottom: 1px solid #000;
  }
}

@media screen and (max-width: 828px) {
  .sns_list-col4 .sns_item:nth-child(2n) {
    border-right: none;
  }
}

.sns_icon {
  padding-left: 52px;
}

@media screen and (max-width: 1366px) {
  .sns_icon {
    padding-left: 3.80673vw;
  }
}

@media screen and (max-width: 828px) {
  .sns_icon {
    padding-left: 3.38164vw;
  }
}

@media screen and (max-width: 828px) {
  .sns_icon-fb, .sns_icon-insta, .sns_icon-tw, .sns_icon-yt {
    padding-top: 5.7971vw;
    display: block;
    padding-left: 0;
  }
}

.sns_icon-fb:before, .sns_icon-insta:before, .sns_icon-tw:before, .sns_icon-yt:before {
  width: 32px;
  height: 32px;
  position: absolute;
  content: "";
  top: -10%;
  left: 0;
}

@media screen and (max-width: 1366px) {
  .sns_icon-fb:before, .sns_icon-insta:before, .sns_icon-tw:before, .sns_icon-yt:before {
    width: 2.34261vw;
    height: 2.34261vw;
    top: -8%;
  }
}

@media screen and (max-width: 828px) {
  .sns_icon-fb:before, .sns_icon-insta:before, .sns_icon-tw:before, .sns_icon-yt:before {
    width: 5.7971vw;
    height: 5.7971vw;
    left: calc( (100% - 5.7971vw) / 2);
  }
}

.sns_icon-fb:before {
  content: "";
  background: url(../img/common/icon_facebook.png) no-repeat center center/contain;
}

.sns_icon-insta:before {
  content: "";
  background: url(../img/common/icon_instagram.png) no-repeat center center/contain;
}

.sns_icon-tw:before {
  content: "";
  background: url(../img/common/icon_twitter.png) no-repeat center center/contain;
}

.sns_icon-yt {
  padding-left: 48px;
}

@media screen and (max-width: 1366px) {
  .sns_icon-yt {
    padding-left: 3.51391vw;
  }
}

@media screen and (max-width: 828px) {
  .sns_icon-yt {
    padding-left: 7.24638vw;
    padding-top: 0;
    position: relative;
    display: inline;
  }
}

.sns_icon-yt:before {
  content: "";
  top: 0;
  background: url(../img/index/icon_youtube.svg) no-repeat center center/contain;
}

@media screen and (max-width: 828px) {
  .sns_icon-yt:before {
    left: 0;
    top: -0.24155vw;
  }
}

.banner {
  margin: 56px auto;
}

@media screen and (max-width: 1366px) {
  .banner {
    margin: 4.09956vw auto;
  }
}

@media screen and (max-width: 828px) {
  .banner {
    margin: 9.66184vw auto;
  }
}

@media screen and (max-width: 828px) {
  .mainContent {
    padding-left: 7.72947vw;
    padding-right: 7.72947vw;
  }
}

.commingsoon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.commingsoon:before {
  content: "";
  background-color: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.commingsoon_text {
  z-index: 2;
  color: #fff;
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  text-align: center;
  display: block;
  text-align: center;
  top: calc( ( 100% - 3.2rem ) / 2);
  z-index: 1;
}

@media screen and (max-width: 1366px) {
  .commingsoon_text {
    font-size: 2.34261vw;
    top: calc( ( 100% - 2.34261vw )  / 2);
  }
}

@media screen and (max-width: 828px) {
  .commingsoon_text {
    font-size: 7.72947vw;
    top: calc( ( 100% - 7.72947vw ) / 2);
  }
}
