@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);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.supreme {
  padding-top: 21.33333vw;
}
.supreme__head {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  width: 100%;
  padding: 0 10vw 13.33333vw;
}
.supreme__head__title {
  width: 66.66667vw;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.supreme__head__disc {
  display: block;
  font-size: 2.93333vw;
  text-align: center;
  margin-top: 10px;
}
.supreme__head__caution {
  font-size: 2.4vw;
}
.supreme__head__subtitle {
  font-size: 4vw;
  margin-top: 6.66667vw;
  font-weight: normal;
}
.supreme__head__item {
  text-align: left;
}
.supreme__head__item__title {
  font-size: 4vw;
  margin-top: 3.2vw;
}
.supreme__head__item__exp {
  text-align: left;
  font-size: 4vw;
  margin-top: 0.66667vw;
  background-color: #262626;
  color: #fff;
  line-height: 9.33333vw;
  font-size: 5.33333vw;
  padding-left: 20px;
}
.supreme__head__item__exp span {
  font-size: 4vw;
}
.supreme__head__foot {
  position: absolute;
  z-index: 2;
  right: 6.66667vw;
  width: 26.66667vw;
  margin-top: 8vw;
}
.supreme__head__foot img {
  width: 100%;
}
.supreme__main {
  position: relative;
  width: 100%;
  padding: 20.53333vw 10vw 13.33333vw;
  margin: 11.2vw auto 0;
  background-color: #f7f7f7;
  font-size: 3.2vw;
  line-height: 240%;
}
.supreme__main__title {
  width: 100%;
  display: block;
  background-color: #d6c380;
  text-align: left;
  font-size: 4vw;
  padding-left: 1.33333vw;
  margin-bottom: 2.66667vw;
}
.supreme__main__read {
  margin-bottom: 8vw;
  color: #030303;
}
.content-wrapper {
  padding-bottom: 0;
}
.inner {
  width: 100%;
}
