/*

  全体レイアウト

================================================================
*/
#wrapper {
  position: relative;
  max-width: 2000px;
  min-width: 1100px;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
#container {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg.jpg);}
#container img {
  width: 500px;
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 100%;
  min-width: 100%;}
.inner {
  width: 100%;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}
#container {
  height: 100svh;}
#container img {
  width: 60vw;}}

