@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.supreme {
  padding-top: 166px;
}
.supreme__head {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  width: 960px;
  margin: 0 auto;
  padding: 0 0 100px;
}
.supreme__head__title {
  width: 663px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.supreme__head__title img {
  width: 100%;
}
.supreme__head__disc {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.supreme__head__caution {
  font-size: 14px;
  margin-left: 230px;
}
.supreme__head__subtitle {
  font-size: 18px;
  margin-top: 50px;
  font-weight: normal;
  margin-left: 230px;
}
.supreme__head__item {
  width: 500px;
  margin: 0 auto;
}
.supreme__head__item__title {
  font-size: 18px;
  margin-top: 24px;
}
.supreme__head__item__exp {
  border-radius: 6px;
  background-color: #262626;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 23px;
  margin-top: 5px;
}
.supreme__head__item__exp span {
  font-size: 23px;
}
.supreme__head__foot {
  position: absolute;
  z-index: 2;
  right: 25px;
  width: 190px;
  margin-top: 60px;
}
.supreme__head__foot img {
  width: 100%;
}
.supreme__main {
  position: relative;
  width: 100%;
  padding: 154px 0 100px;
  margin: 84px auto 0;
  background-color: #f7f7f7;
  font-size: 24px;
  line-height: 240%;
}
.supreme__main__title {
  border-radius: 6px;
  width: 960px;
  display: block;
  background-color: #d6c380;
  text-align: left;
  font-size: 23px;
  padding-left: 10px;
  margin: 0 auto 20px;
}
.supreme__main__read {
  width: 960px;
  margin: 0 auto 60px;
  font-size: 18px;
  color: #030303;
}
.content-wrapper {
  padding-bottom: 0;
}
