/* ====================================
	reset
==================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

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

html {
  font-family: "M PLUS 1p", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #333333;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-y: none;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-y: none;
  font-size: 1.4rem;
  position: static;
}

html,
body,
.wrap {
  overflow-x: hidden;
}

section {
  overflow-y: hidden;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* ====================================
	reset custom
==================================== */
body {
}

/* ====================================
	responsive
==================================== */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* ====================================
			responsive
	==================================== */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* ====================================
	header
==================================== */
header {
  background-color: #000000;
  padding: 25px 0;
  border-bottom: 2px solid #cc0000;
  position: relative;
  z-index: 2;
}

header img {
  width: 240px;
  margin: 0 auto;
}

/* ====================================
	title_area
==================================== */
.title_area {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.title_area img {
  max-width: 1200px;
  margin: 0 auto;
}

/* ====================================
	main
==================================== */

/* --------------------
	main_area
-------------------- */
.main_area {
  padding: 60px 0;
  margin: 0 0 0 0 !important;
  max-width: none !important;
  width: 100%;
  position: relative;
  z-index: 2;

  background-image: url(../streetfightervr/bg.png);
  background-size: cover;
  background-position: center;
}

.main_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

.main_flex > div:nth-child(1) {
  padding: 0 20px 0 0;
}

.logo_1 {
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.logo_2 {
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.copy {
  max-width: 578px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .main_area {
    padding: 60px 20px 20px 20px;
    margin: 0 0 0 0;
  }

  .main_flex {
    flex-wrap: wrap;
  }

  .main_flex > div:nth-child(1) {
    padding: 0 0 50px 0;
    order: 2;
  }

  .main_flex > div:nth-child(2) {
    padding: 0 0 50px 0;
    order: 1;
  }

  .copy {
    max-width: 578px;
    margin: 0 auto;
  }
}

/* --------------------
	info_area
-------------------- */
.info_area {
  width: 100%;
  height: 240px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: url(../streetfightervr/info.png);
  background-repeat: repeat-x;
}
.info_area > div {
  width: 100%;
}

.info_area b {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 10px 0;
}

.info_area p {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 40px 0;
  opacity: 0.6;
}
.info_area p:last-child {
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .info_area b {
    font-size: 2.4rem;
  }

  .info_area p {
    font-size: 1.8rem;
  }
}

/* --------------------
		note_area
-------------------- */
.note_area {
  background-image: url(../streetfightervr/note.png);
}

.note_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
  position: relative;
  z-index: 2;
}

.note_area p {
  color: #333333;
  font-size: 2.4rem;
  font-weight: normal;
}

.note_area ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 30px 2em;
}

.note_area li {
  color: #333333;
  padding: 0.25em 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .note_area {
    padding: 0 20px;
  }
}

/* ====================================
		shop_area
==================================== */
.shop_area {
  background-color: #222222;
  padding: 60px 20px;
  border-top: 2px solid #ffffff;
  position: relative;
  z-index: 2;
}

.shop_flex {
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin: 0 auto 30px auto;
}

.shop_flex div:last-child {
  padding: 0 0 0 20px;
}

.shop_flex h2 {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
}

.shop_table th,
.shop_table td {
  text-align: left;
  color: #ffffff;
  padding: 5px;
}

.shop_flex p {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  padding: 0;
}

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

  .shop_flex > div {
    margin: 0 0 20px 0;
  }

  .shop_flex h2 {
    margin: 0 0 20px 0;
  }

  .shop_flex div:last-child {
    padding: 0 0 0 0;
  }

  .shop_table,
  .shop_table tbody,
  .shop_table tr,
  .shop_table th,
  .shop_table rd {
    margin: 0 0 0 0;
    display: block;
    width: 100%;
  }

  .shop_table th {
    font-size: 18px;
    font-weight: bold;
  }

  .shop_table td:nth-of-type(1) {
    display: none;
  }

  .shop_table td:nth-of-type(2) {
    padding: 5px 5px 20px 5px;
  }
}

/* ====================================
		footer
==================================== */
footer {
  background-color: #000000;
  padding: 25px;
  position: relative;
  z-index: 2;
}

footer p {
  color: #ffffff;
  text-align: center;
  font-family: monospace;
  font-size: 12px;
  margin: 0 0 10px 0;
}

footer img {
  width: 122px;
  margin: 0 auto;
}

/* ====================================
	movie_area
==================================== */
.movie_area {
  padding: 50px 0;
  max-width: none !important;
  width: 100% !important;
  margin: 0 0 0 0 !important;
  background-color: #000000;
  background-image: url(../streetfightervr/movie_bg.png);
  position: relative;
  z-index: 2;
}

.movie_area video {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.movie_area p {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 0;
}

/* ====================================
	youtube
==================================== */

.youtube {
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 30px;
}

.youtube > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 375px) {
  .copy_area p {
    font-size: 1.6rem;
  }
}
