@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
html,
body {
  overflow-y: auto;
}

iframe {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 736px) {
  html,
body {
    min-height: inherit;
  }
  iframe {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.wrapper {
  width: 100%;
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper > .container {
  margin: 0;
  padding: 0 1%;
}
@media only screen and (max-width: 736px) {
  .wrapper > .container {
    margin: 0 7.03125%;
  }
}

#limit_mode {
  width: 100%;
  max-width: 100rem;
  padding: 3%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 4.2857142857rem;
}
#limit_mode p {
  text-align: center;
  font-size: 1.2142857143rem;
}
#limit_mode .page_link {
  margin-top: 2.1428571429rem;
}
#limit_mode .page_link a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#limit_mode .page_link.item_list {
  width: 300px;
  background: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  margin-top: 7.1428571429rem;
}
#limit_mode .page_link.item_list a {
  color: #333;
}