@charset "utf-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,@charset "utf-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}
/*----------------------------------------
	font
----------------------------------------*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}
html {
  font-family: "Noto Serif Japanese", serif, san-serif;
  max-width: 100%;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 200;
}
body {
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}
.en-h {
  font-family: "Cinzel", serif;
}
/*----------------------------------------
	links
----------------------------------------*/
a,
a:visited {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
a:hover img {
  opacity: 0.6;
}
img {
  transition: 0.5s;
}
/* 〜479px：SP縦 */
/*----------------------------------------
	出し分け
----------------------------------------*/
.sp_on {
  display: block;
}
.pc_on {
  display: none;
}
.tab_on {
  display: none;
}
/*----------------------------------------
	header
----------------------------------------*/
#header nav ul li a {
  color: #333;
  text-align: left;
}
#header nav ul li.members {
  text-align: left;
}
/*----------------------------------------
	contents
----------------------------------------*/
#contents {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  width: 90%;
  margin: 0 auto 60px;
  color: #666;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-top: 100px;
}
#contents .title_logo {
  margin-bottom: 10px;
}
#contents h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
}
#contents h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
}
#contents h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  color: #a6811d;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 0.5em;
}
#stage h4 {
  color: #000;
}
/*----------------------------------------
	btn_register
----------------------------------------*/
.btn_register {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  width: 70%;
  margin: 50px auto 70px;
}
.btn_register a {
  padding: 10px 0;
  display: block;
  border: 1px solid #a6811d;
  background-color: #a6811d;
}
.btn_register a:hover {
  color: #a6811d;
  border: 1px solid #a6811d;
  background-color: #fff;
  transition: 0.3s;
}
/*----------------------------------------
	copy
----------------------------------------*/
#copy {
  margin: 40px 0 30px;
  text-align: left;
}
/*----------------------------------------
	system
----------------------------------------*/
#system figure {
  overflow: auto;
}
#system figure img {
  min-width: 550px;
}
#system dl {
  text-align: left;
  margin: 20px 0 50px;
}
#system dl dt {
  font-weight: bold;
}
/*----------------------------------------
	privilege
----------------------------------------*/
#privilege dl {
  text-align: left;
  margin-bottom: 40px;
}
#privilege dl dt {
  width: 16%;
  float: left;
  margin: 0 3% 7px 0;
}
#privilege dl dd a {
  color: #333333;
  text-decoration: underline;
}
#privilege dl dd a:hover {
  text-decoration: none;
}
#privilege p {
  clear: both;
}
#privilege .shop_list {
  margin-top: 15px;
}
#privilege .shop_list ul.list {
  margin-bottom: 2em;
}
#privilege .shop_list ul.bnr_area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#privilege .shop_list ul.bnr_area li {
  width: 172px;
  margin: 0 10px 0 2px;
}
/*----------------------------------------
	stage
----------------------------------------*/
#stage p {
  text-align: left;
}
#stage dl {
  text-align: left;
  margin: 20px 0;
}
#stage dl:last-of-type {
  margin-bottom: 0;
}
#stage .stage_detail {
  text-align: left;
  margin: 30px 0 40px;
}
#stage .stage_detail > h3 {
  text-align: left;
  margin: 20px 0 0;
}
#stage .stage_detail .example {
  margin: 20px 0 10px;
}
#stage .stage_detail figure {
  overflow: auto;
  margin-top: 30px;
}
#stage .stage_detail figure img {
  min-width: 1100px;
}
/*----------------------------------------
	bestrate
----------------------------------------*/
#bestrate {
  padding-top: 85px;
  margin-top: -85px;
}
#bestrate p {
  text-align: left;
  margin-bottom: 30px;
}
#bestrate p:last-child {
  margin-bottom: 0;
}
footer {
  border-top: #ccc solid 1px;
  padding-top: 50px;
  margin-bottom: 52px;
}
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /*----------------------------------------
	contents
----------------------------------------*/
  #contents h4 {
    padding-top: 8px;
  }
  /*----------------------------------------
	privilege
----------------------------------------*/
  #privilege dl {
    margin-bottom: 30px;
  }
  #privilege dl dt {
    width: 10%;
    margin: 0 3% 10px 0;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage .stage_detail figure {
    overflow: hidden;
  }
  #stage .stage_detail figure img {
    min-width: 100%;
  }
}
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) {
  /*----------------------------------------
	出し分け
----------------------------------------*/
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /*----------------------------------------
	contents
----------------------------------------*/
  #contents h4 {
    padding-top: 0;
  }
  /*----------------------------------------
	btn_register
----------------------------------------*/
  .btn_register {
    width: 45%;
  }
  /*----------------------------------------
	copy
----------------------------------------*/
  #copy {
    text-align: center;
  }
  /*----------------------------------------
	system
----------------------------------------*/
  #system figure img {
    min-width: 100%;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage p {
    text-align: center;
  }
  #stage .stage_detail p {
    text-align: left;
  }
  /*----------------------------------------
	privilege
----------------------------------------*/
  #privilege dl {
    display: flex;
    align-items: flex-start;
  }
  #privilege dl dt {
    width: auto;
    float: none;
    margin: 0 3% 10px 0;
  }
  #privilege dl dd {
    width: 80%;
  }
  #privilege .shop_list {
    margin-top: 15px;
  }
  #privilege .shop_list ul.bnr_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #privilege .shop_list ul.bnr_area li {
    width: 180px;
    margin-right: 10px;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage .stage_detail {
    text-align: left;
    margin: 50px 0 40px;
  }
  #stage .stage_detail > h3 {
    margin: 30px 0 0;
  }
  #stage .stage_detail figure {
    margin-top: 50px;
  }
  footer {
    margin-bottom: 0;
  }
}
/* 1024px〜：タブレット横 */
@media screen and (min-width: 1024px) {
  #privilege .shop_list ul.bnr_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #privilege .shop_list ul.bnr_area li {
    width: 185px;
    margin-right: 20px;
  }
}
/* 1280px〜：大型PC */
@media screen and (min-width: 1280px) {
  /*----------------------------------------
	出し分け
----------------------------------------*/
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /*----------------------------------------
	contents
----------------------------------------*/
  #contents {
    width: 1100px;
    margin: 0 auto 90px;
    font-size: 1.5rem;
    padding-top: 150px;
  }
  #contents h2 {
    font-size: 3rem;
  }
  #contents h3 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  #contents h4 {
    font-size: 2.8rem;
    font-weight: 500;
  }
  /*----------------------------------------
	btn_register
----------------------------------------*/
  .btn_register {
    width: 350px;
    font-size: 2rem;
    margin: 50px auto 90px;
  }
  .btn_register a {
    padding: 12px 0;
  }
  /*----------------------------------------
	privilege
----------------------------------------*/
  #privilege dl {
    width: 1000px;
    margin: 0 auto 30px;
  }
  #privilege .shop_list ul.bnr_area {
    width: 820px;
  }
  #privilege .shop_list ul.bnr_area li {
    width: 220px;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage .stage_detail .example {
    margin: 40px 0 15px;
  }
  #stage .stage_detail figure {
    text-align: center;
  }
  #stage .stage_detail figure img {
    min-width: 100%;
    margin-bottom: 20px;
  }
  /*----------------------------------------
	bestrate
----------------------------------------*/
  #bestrate {
    padding-top: 110px;
    margin-top: -110px;
  }
}

ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}
/*----------------------------------------
	font
----------------------------------------*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-display: swap;
}
html {
  font-family: "Noto Serif Japanese", serif, san-serif;
  max-width: 100%;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 200;
}
body {
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}
.en-h {
  font-family: "Cinzel", serif;
}
/*----------------------------------------
	links
----------------------------------------*/
a,
a:visited {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
a:hover img {
  opacity: 0.6;
}
img {
  transition: 0.5s;
}
/* 〜479px：SP縦 */
/*----------------------------------------
	出し分け
----------------------------------------*/
.sp_on {
  display: block;
}
.pc_on {
  display: none;
}
.tab_on {
  display: none;
}
/*----------------------------------------
	header
----------------------------------------*/
#header nav ul li a {
  color: #333;
  text-align: left;
}
#header nav ul li.members {
  text-align: left;
}
/*----------------------------------------
	contents
----------------------------------------*/
#contents {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  width: 90%;
  margin: 0 auto 60px;
  color: #666;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-top: 100px;
}
#contents .title_logo {
  margin-bottom: 10px;
}
#contents h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
}
#contents h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
}
#contents h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  color: #a6811d;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 0.5em;
}
#stage h4 {
  color: #000;
}
/*----------------------------------------
	btn_register
----------------------------------------*/
.btn_register {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  width: 70%;
  margin: 50px auto 70px;
}
.btn_register a {
  padding: 10px 0;
  display: block;
  border: 1px solid #a6811d;
  background-color: #a6811d;
}
.btn_register a:hover {
  color: #a6811d;
  border: 1px solid #a6811d;
  background-color: #fff;
  transition: 0.3s;
}
/*----------------------------------------
	copy
----------------------------------------*/
#copy {
  margin: 40px 0 30px;
  text-align: left;
}
/*----------------------------------------
	system
----------------------------------------*/
#system figure {
  overflow: auto;
}
#system figure img {
  min-width: 550px;
}
#system dl {
  text-align: left;
  margin: 20px 0 50px;
}
#system dl dt {
  font-weight: bold;
}
/*----------------------------------------
	privilege
----------------------------------------*/
#privilege dl {
  text-align: left;
  margin-bottom: 40px;
}
#privilege dl dt {
  width: 16%;
  float: left;
  margin: 0 3% 7px 0;
}
#privilege dl dd a {
  color: #333333;
  text-decoration: underline;
}
#privilege dl dd a:hover {
  text-decoration: none;
}
#privilege p {
  clear: both;
}
#privilege .shop_list {
  margin-top: 15px;
}
#privilege .shop_list ul.list {
  margin-bottom: 2em;
}
#privilege .shop_list ul.bnr_area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#privilege .shop_list ul.bnr_area li {
  width: 172px;
  margin-bottom: 2px;
}
/*----------------------------------------
	stage
----------------------------------------*/
#stage p {
  text-align: left;
}
#stage dl {
  text-align: left;
  margin: 20px 0;
}
#stage dl:last-of-type {
  margin-bottom: 0;
}
#stage .stage_detail {
  text-align: left;
  margin: 30px 0 40px;
}
#stage .stage_detail > h3 {
  text-align: left;
  margin: 20px 0 0;
}
#stage .stage_detail .example {
  margin: 20px 0 10px;
}
#stage .stage_detail figure {
  overflow: auto;
  margin-top: 30px;
}
#stage .stage_detail figure img {
  min-width: 1100px;
}
/*----------------------------------------
	bestrate
----------------------------------------*/
#bestrate {
  padding-top: 85px;
  margin-top: -85px;
}
#bestrate p {
  text-align: left;
  margin-bottom: 30px;
}
#bestrate p:last-child {
  margin-bottom: 0;
}
footer {
  border-top: #ccc solid 1px;
  padding-top: 50px;
  margin-bottom: 52px;
}
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /*----------------------------------------
	contents
----------------------------------------*/
  #contents h4 {
    padding-top: 8px;
  }
  /*----------------------------------------
	privilege
----------------------------------------*/
  #privilege dl {
    margin-bottom: 30px;
  }
  #privilege dl dt {
    width: 10%;
    margin: 0 3% 10px 0;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage .stage_detail figure {
    overflow: hidden;
  }
  #stage .stage_detail figure img {
    min-width: 100%;
  }
}
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) {
  /*----------------------------------------
	出し分け
----------------------------------------*/
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /*----------------------------------------
	contents
----------------------------------------*/
  #contents h4 {
    padding-top: 0;
  }
  /*----------------------------------------
	btn_register
----------------------------------------*/
  .btn_register {
    width: 45%;
  }
  /*----------------------------------------
	copy
----------------------------------------*/
  #copy {
    text-align: center;
  }
  /*----------------------------------------
	system
----------------------------------------*/
  #system figure img {
    min-width: 100%;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage p {
    text-align: center;
  }
  #stage .stage_detail p {
    text-align: left;
  }
  /*----------------------------------------
	privilege
----------------------------------------*/
  #privilege dl {
    display: flex;
    align-items: flex-start;
  }
  #privilege dl dt {
    width: auto;
    float: none;
    margin: 0 3% 10px 0;
  }
  #privilege dl dd {
    width: 80%;
  }
  #privilege .shop_list {
    margin-top: 15px;
  }
  #privilege .shop_list ul.bnr_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #privilege .shop_list ul.bnr_area li {
    width: 180px;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage .stage_detail {
    text-align: left;
    margin: 50px 0 40px;
  }
  #stage .stage_detail > h3 {
    margin: 30px 0 0;
  }
  #stage .stage_detail figure {
    margin-top: 50px;
  }
  footer {
    margin-bottom: 0;
  }
}
/* 1024px〜：タブレット横 */
@media screen and (min-width: 1024px) {
  #privilege .shop_list ul.bnr_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #privilege .shop_list ul.bnr_area li {
    width: 185px;
    margin-right: 10px;
  }
}
/* 1280px〜：大型PC */
@media screen and (min-width: 1280px) {
  /*----------------------------------------
	出し分け
----------------------------------------*/
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /*----------------------------------------
	contents
----------------------------------------*/
  #contents {
    width: 1100px;
    margin: 0 auto 90px;
    font-size: 1.5rem;
    padding-top: 150px;
  }
  #contents h2 {
    font-size: 3rem;
  }
  #contents h3 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  #contents h4 {
    font-size: 2.8rem;
    font-weight: 500;
  }
  /*----------------------------------------
	btn_register
----------------------------------------*/
  .btn_register {
    width: 350px;
    font-size: 2rem;
    margin: 50px auto 90px;
  }
  .btn_register a {
    padding: 12px 0;
  }
  /*----------------------------------------
	privilege
----------------------------------------*/
  #privilege dl {
    width: 1000px;
    margin: 0 auto 30px;
  }
  #privilege .shop_list ul.bnr_area {
    width: 820px;
  }
  #privilege .shop_list ul.bnr_area li {
    width: 220px;
  }
  /*----------------------------------------
	stage
----------------------------------------*/
  #stage .stage_detail .example {
    margin: 40px 0 15px;
  }
  #stage .stage_detail figure {
    text-align: center;
  }
  #stage .stage_detail figure img {
    min-width: 100%;
    margin-bottom: 20px;
  }
  /*----------------------------------------
	bestrate
----------------------------------------*/
  #bestrate {
    padding-top: 110px;
    margin-top: -110px;
  }
}
