html {
  font-size: 10px;
}
body {
  background-color: #fcfcfc;
  font-size: 0;
  overflow-x: hidden;
}
h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .3rem;
}
section {
  padding-top: 15rem;
}
.container {
  padding: 0;
}

header {
  background-color: #fcfcfc;
}
header .container {
  height: 11rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: space-between;
  align-items: center;
}
header div {
  height: 100%;
}
.header_logo {
  width: auto;
  height: 100%;
}
.header_logo a {
  width: 100%;
  height: 100%;
}
.header_logo a img {
  height: 100%;
  width: auto;
}
.header-nav {
  align-items: center;
}
.header-nav ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 2rem;
  padding-right: 3rem;
  padding-left: 3rem;
}
.header-nav ul li:last-child a {
  padding-right: 0;
}

footer {
  margin-top: 15rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 20rem;
  background-color: #fcfcfc;
}
footer .container {
  justify-content: space-between;
  align-items: center;
}
footer div {
  height: 100%;
}
.footer_logo img {
  height: 100%;
  width: auto;
}
.footer-nav {
  align-items: start;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 2rem;
  padding-right: 7rem;
  padding-left: 7rem;
}

#main-visual {
  padding-top: 0;
}
#main-visual .container img{
  width: 100%;
  height: auto;
}

#front_about .container {
  position: relative;
  padding-bottom: 6rem;
}
#front_about h2 {
  margin-bottom: 4rem;
}
#front_about p {
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}
#front_about .btn {
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 5rem;
  width: 10rem;
  font-size: 2.5rem;
}
#front_boardgame h2 {
  margin-bottom: 4rem;
}
#front_boardgame .card {
  max-width: 33%;
  border: none;
  margin: 0 1rem;
}
#front_boardgame .card a {
  text-decoration: none;
  color: inherit;
}
#front_boardgame .card .card-img-top {
  margin: 1rem 5%;
  width: 90%;
  height: 35vh;
  object-fit: contain;
}
#front_boardgame .card-body {
  padding: 1.5rem 2rem;
}
#front_boardgame .card h5 {
  font-size: 3rem;
  font-weight: bold;
}
#front_boardgame .card p {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

#front_news .row {
  margin: 0;
}
#front_news .row .col-6 {
  padding: 0;
}
#front_news .row .col-6:first-child {
  padding-left: calc((100vw - 1320px)/2);
  position: relative;
}
#front_news h2 {
  margin-bottom: 4rem;
}
#front_news li {
  margin-top: 4rem;
}
#front_news .news_title {
  font-size: 2.5rem;
  font-weight: 200;
  margin-bottom: 1.5rem;
}
#front_news .news_detail {
  padding-left: 2rem;
  font-size: 2.5rem;
  color: #888888;
}
#front_news .btn {
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 5rem;
  width: 10rem;
  font-size: 2.5rem;
}
#front_news img {
  width: 100%;
  border-radius: 7px 0 0 7px;
}

#page_title {
  padding-top: 5rem;
}
#page_title h1 {
  font-size: 5rem;
  font-weight: bold;
}

#thought p {
  margin-top: 3rem;
  font-size: 2rem;
  margin-left: 5rem;
  line-height: 2;
  letter-spacing: .5px;
}
#thought p span {
  font-size: 2.5rem;
  font-weight: bold;
}
#logo img {
  width: calc(100% - 10rem);
  margin: 3rem 5rem 0;
}
#logo p {
  margin-top: 3rem;
  font-size: 2rem;
  margin-left: 5rem;
  line-height: 2;
  letter-spacing: .5px;
}
#logo p span {
  font-size: 2.5rem;
  font-weight: bold;
}

#game_general .image {
  height: 550px;
  margin: 0 auto;
}
#game_general .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#game_general .game_info_box {
  margin-top: 4rem;
  justify-content: space-between;
}
#game_general .game_info {
  width: 25vw;
}
#game_general .game_info h5 {
  font-size: 1.5rem;
}
#game_general .game_info p {
  display: inline-block;
  font-size: 1.5rem;
  border: .1rem solid #ddd;
  border-radius: 5px;
  padding: 1rem;
  width: 100%;
}
#game_general .game_info:last-child {
  margin-top: 2rem;
  width: 100%;
}
#game_general .game_info:last-child p {
  width: auto;
  margin-right: 2rem;
}
#game_introduction p {
  margin-top: 2rem;
  font-size: 1.7rem;
  white-space: pre-wrap;
}
#game_components p {
  margin-top: 2rem;
  font-size: 1.7rem;
  white-space: pre-wrap;
}
#game_links .link_items {
  margin-top: 4rem;
}
#game_links .link_item {
  width: 25vw;
}
#game_links .link_item a {
  display: inline-block;
  width: 100%;
}
#game_links .link_item a img {
  width: 100%;
}
#contact {
  width: 60%;
  margin: 0 auto;
  padding-top: 5rem;
  font-size: 1.2rem;
}
#contact p {
  margin-top: 2rem;
}
#contact .contact_type {
  margin-bottom: 0;
}
#contact .contact_type + p {
  margin-top: 0;
}
#contact textarea {
  width: 100%;
}