/*
html {
  overflow-y: scroll;
}
*/
body {
  font-family: 'Noto Serif JP', serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 1080px;
}
body.fixed {
  width: 100%;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  body {
    min-width: auto;
  }
}
#fair_premium {
  overflow-x: hidden;
  position: relative;
  color: #fff;
}
#fair_premium section {
  min-width: calc(950px + 40px * 4);
  height: 100%;
  position: relative;
}
#fair_premium section::after {
  content: "";
  width: calc(100% - 40px * 2);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #dab449;
  border-top-color: #8b722c;
  border-bottom-color: #8b722c;
  border-bottom: none;
  pointer-events: none;
}
#fair_premium .inner {
  width: 950px;
  padding: 0;
  margin: auto;
  position: relative;
}
#fair_premium section.code {
  position: relative;
  padding: 100px 0;
}
#fair_premium section.code::before {
  content: "";
  position: absolute;
  left: max(calc((100vw - 950px) / 2), 80px);
  top: calc(100px + 4px);
  width: 0;
  height: calc(100% - 100px * 2 - 4px);
  border-left: 1px solid #8b722c;
  pointer-events: none;
}
#fair_premium section.code .inner {
  position: relative;
  padding: 0 0 0 30px;
}
#fair_premium section.code .inner::before, #fair_premium section.code .inner::after {
  display: none;
}
#fair_premium h2,
#fair_premium h3 {
  position: relative;
}
#fair_premium h2 > span,
#fair_premium h3 > span {
  padding-left: 1em;
  padding: 30px 1em;
  letter-spacing: 0.25em;
  position: relative;
  height: 100%;
  display: block;
  color: #f2d46a;
}
#fair_premium h2 {
  font-size: 36px;
  margin: 0 0 45px;
}
#fair_premium h2 > span {
  padding: 0;
}
#fair_premium h2 > span::before, #fair_premium h2 > span::after {
  display: none;
}
#fair_premium h3 {
  font-size: 24px;
  margin: 70px 0 40px;
}
#fair_premium h3 > span {
  padding: 0 1em;
}
#fair_premium h3 > span::before, #fair_premium h3 > span::after {
  display: none;
}
#fair_premium p {
  text-align: justify;
  margin-bottom: 1em;
}
#fair_premium p:last-child {
  margin-bottom: 0;
}
#fair_premium .bold {
  font-weight: 700;
}
#fair_premium em {
  font-style: normal;
}
#fair_premium .pagetop {
  width: 40px;
  height: 160px;
  display: block;
  background-color: #0b0202;
  background-image: url(../img/pc/arrow_pagetop_yellow.png);
  background-repeat: no-repeat;
  background-size: calc(32px / 2) auto;
  background-position: center 27px;
  position: fixed;
  right: 40px;
  bottom: -160px;
  transition: bottom 0.2s;
  cursor: pointer;
  z-index: 9;
}
@media (hover: hover) {
  #fair_premium .pagetop {
    transition: all 0.2s;
  }
  #fair_premium .pagetop:hover {
    background-color: #404040;
    background-image: url(../img/pc/arrow_pagetop_white.png);
  }
}
#fair_premium .pagetop.show {
  bottom: 40px;
}
#fair_premium .pagetop.upper {
  bottom: calc(40px + 80px);
}
#fair_premium .pagetop span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  color: #c5c5c5;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) and (max-width: calc(950px + 40px * 4)) {
  #fair_premium .pagetop {
    right: auto;
    left: calc(40px * 2 + 950px);
  }
}
@media screen and (min-width: 768px) {
  #fair_premium .sp {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  #fair_premium .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium .pc {
    display: none;
  }
  #fair_premium section {
    min-width: auto;
  }
  #fair_premium section::after {
    width: calc(100% - 20 / 750 * 100vw * 2);
  }
  #fair_premium .inner {
    width: calc(100% - (20 + 30) / 750 * 100vw * 2);
  }
  #fair_premium section.code {
    padding: calc(100 / 750 * 100vw) 0;
  }
  #fair_premium section.code::before {
    left: calc((20 + 30) / 750 * 100vw);
    top: calc((100 + 4) / 750 * 100vw);
    height: calc(100% - (100 * 2 - 4) / 750 * 100vw);
  }
  #fair_premium section.code .inner {
    padding: 0 0 0 calc(30 / 750 * 100vw);
  }
  #fair_premium section.code .inner::before, #fair_premium section.code .inner::after {
    font-size: calc(18 / 750 * 100vw);
  }
  #fair_premium h2::before,
  #fair_premium h3::before {
    height: calc(100% - (16 * 2 + 5) / 750 * 100vw);
  }
  #fair_premium h2 > span,
  #fair_premium h3 > span {
    padding: 0;
  }
  #fair_premium h2 > span::before, #fair_premium h2 > span::after,
  #fair_premium h3 > span::before,
  #fair_premium h3 > span::after {
    font-size: calc(18 / 750 * 100vw);
  }
  #fair_premium h2 > span::after,
  #fair_premium h3 > span::after {
    transform: translateY(calc(5 / 750 * 100vw));
  }
  #fair_premium h2 {
    font-size: calc(40 / 750 * 100vw);
    margin: 0 0 calc(65 / 750 * 100vw);
  }
  #fair_premium h3 {
    font-size: calc(34 / 750 * 100vw);
    margin: calc(75 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
  #fair_premium .pagetop {
    width: calc(60 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    background-image: url(../img/sp/arrow_pagetop_yellow.png);
    background-size: calc(15 / 750 * 100vw) auto;
    background-position: center calc(15 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    bottom: calc(-160 / 750 * 100vw);
  }
  #fair_premium .pagetop.show {
    bottom: calc(30 / 750 * 100vw);
  }
  #fair_premium .pagetop.upper {
    bottom: calc((30 + 120) / 750 * 100vw);
  }
  #fair_premium .pagetop span {
    bottom: calc(20 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(60 / 750 * 100vw);
  }
}
#fair_premium header .inner {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background-color: #fff;
}
#fair_premium header img {
  width: 185px;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium header .inner {
    height: calc(120 / 750 * 375px);
  }
  #fair_premium header img {
    width: calc(246 / 750 * 375px);
  }
}
#fair_premium #menu {
  position: absolute;
  top: 120px;
  right: 40px;
  z-index: 10;
}
#fair_premium #menu.fixed {
  position: fixed;
  top: 0;
  right: 40px;
}
@media screen and (min-width: 768px) and (max-width: calc(950px + 40px * 4)) {
  #fair_premium #menu {
    right: auto;
    left: calc(40px * 3 + 950px);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #menu {
    top: calc(60px + 20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
  #fair_premium #menu.fixed {
    top: 0;
    right: calc(20 / 750 * 100vw);
  }
}
#fair_premium #btn_close_accordion {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 22px;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: calc(18 / 12);
  color: #f2d46a;
  cursor: pointer;
  background-image: url(../img/pc/btn_close_accordion.png);
  background-repeat: no-repeat;
  background-position: center bottom 20px;
  background-size: calc(40px / 2) auto;
  z-index: 10;
  position: absolute;
  right: -10px;
  top: 102px;
  display: none;
}
@media (hover: hover) {
  #fair_premium #btn_close_accordion {
    transition: background-color 0.2s;
  }
  #fair_premium #btn_close_accordion:hover {
    background-color: #000;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #btn_close_accordion {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    padding-top: calc(50 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(24 / 20);
    background-image: url(../img/sp/btn_close_accordion.png);
    background-position: center bottom calc(40 / 750 * 100vw);
    background-size: calc(27 / 750 * 100vw) auto;
    right: calc(-40 / 750 * 100vw);
    top: calc(118 / 750 * 100vw);
  }
}
#fair_premium #btn_menu {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dab449;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: background-color 0.2s;
}
@media (hover: hover) {
  #fair_premium #btn_menu:hover {
    background-color: #dab449 !important;
  }
  #fair_premium #btn_menu:hover::after {
    filter: brightness(0%);
  }
}
#fair_premium #btn_menu::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/pc/menu_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(64px / 2) auto;
  transition: all 0.3s;
  pointer-events: none;
}
#fair_premium #btn_menu.open {
  background-color: #1c1c1c;
}
#fair_premium #btn_menu.open::after {
  background-image: url(../img/pc/menu_btn_close.png);
  background-size: calc(48px / 2) auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #btn_menu {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
  #fair_premium #btn_menu::after {
    background-image: url(../img/sp/menu_btn.png);
    background-size: calc(42 / 750 * 100vw) auto;
  }
  #fair_premium #btn_menu.open::after {
    background-image: url(../img/sp/menu_btn_close.png);
    background-size: calc(33 / 750 * 100vw) auto;
  }
}
#fair_premium #gnav {
  position: absolute;
  top: 89px;
  right: 89px;
  display: none;
}
#fair_premium #gnav table {
  background-color: #000;
  background-image: url(../img/pc/menu_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #dab449;
  border-collapse: collapse;
  width: 400px;
  height: 400px;
}
#fair_premium #gnav table td {
  width: calc(100% / 3);
  height: calc(100% / 2);
  border: 1px solid #dab449;
}
#fair_premium #gnav table td.logo {
  background-image: url(../img/pc/menu_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(322px / 2) auto;
}
#fair_premium #gnav table td a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  background-image: url(../img/pc/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: center calc(50% + 38px);
  background-size: calc(40px / 2) auto;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #gnav {
    top: calc(99 / 750 * 100vw);
    right: 0;
  }
  #fair_premium #gnav table {
    background-image: url(../img/sp/menu_bg.png);
    background-position: center top;
    background-size: cover;
    width: calc(100vw - 20 / 750 * 100vw * 2);
    height: calc(400 / 750 * 100vw);
  }
  #fair_premium #gnav table td {
    width: calc(100% / 2);
    height: calc(100% / 2);
  }
  #fair_premium #gnav table td a {
    font-size: calc(24 / 750 * 100vw);
    background-image: url(../img/sp/menu_arrow.png);
    background-position: center calc(50% + calc(38 / 750 * 100vw));
    background-size: calc(20 / 750 * 100vw) auto;
  }
}
#fair_premium #mv {
  background: linear-gradient(0deg, #2d2a23, #000000, #000000);
  padding-top: 40px;
}
#fair_premium #mv::after {
  height: calc(100% - 40px);
  top: 40px;
  border-top-color: #dab449;
}
#fair_premium #mv .inner {
  padding: 50px 0 75px;
  text-align: center;
  background-image: url(../img/pc/mv_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 224px auto;
}
#fair_premium #mv .sub {
  text-align: center;
  margin: 0 auto 8px;
  font-size: 24px;
  line-height: calc(34 / 24);
  font-weight: 500;
  letter-spacing: 0.2em;
}
#fair_premium #mv .sub span {
  border-bottom: 1px solid #8b722c;
  padding-bottom: 5px;
}
#fair_premium #mv .target {
  font-size: 24px;
  text-align: center;
  line-height: calc(38 / 24);
  letter-spacing: 0.1em;
  color: #f2d46a;
  margin-bottom: 15px;
}
#fair_premium #mv h1 {
  width: calc(1532px / 2);
  margin: 0 auto 20px;
  display: block;
}
#fair_premium #mv h1 img {
  width: 100%;
}
#fair_premium #mv .date {
  width: calc(1238px / 2);
  margin-bottom: 10px;
}
#fair_premium #mv .description {
  font-size: 16px;
  line-height: calc(32 / 16);
  text-align: center;
  margin-bottom: 5px;
}
#fair_premium #mv .description:not(:last-of-type) {
  margin-bottom: 2em;
}
#fair_premium #mv .feature {
  width: calc(1900px / 2);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #mv {
    padding-top: calc(20 / 750 * 100vw);
  }
  #fair_premium #mv::after {
    height: calc(100% - 20 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
  }
  #fair_premium #mv .inner {
    padding: calc(125 / 750 * 100vw) 0 calc(65 / 750 * 100vw);
    background-image: url(../img/sp/mv_bg.png);
    background-position: center calc(45 / 750 * 100vw);
    background-size: calc(224 / 750 * 100vw) auto;
  }
  #fair_premium #mv .sub {
    width: calc(570 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(44 / 32);
    letter-spacing: 0.15em;
    margin: 0 auto calc(10 / 750 * 100vw);
  }
  #fair_premium #mv .sub span {
    padding-bottom: calc(10 / 750 * 100vw);
    display: block;
  }
  #fair_premium #mv .target {
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(44 / 32);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  #fair_premium #mv h1 {
    width: calc(552 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
  }
  #fair_premium #mv .date {
    width: calc(628 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  #fair_premium #mv .description {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(40 / 26);
    text-align: justify;
    width: calc(540 / 750 * 100vw);
    margin: 0 auto;
  }
  #fair_premium #mv .feature {
    width: calc(650 / 750 * 100vw);
    margin: calc(35 / 750 * 100vw) auto 0;
  }
}
#fair_premium #company {
  background: linear-gradient(-90deg, #2d2a23, #000, #000);
}
#fair_premium #company .inner::before {
  content: '<section id="companies">';
}
#fair_premium #company .company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 25px;
  margin-bottom: 30px;
}
#fair_premium #company .company_list li {
  width: calc((100% - 25px * 2) / 3);
}
#fair_premium #company .company_list li.permanent {
  display: initial;
}
#fair_premium #company .company_list li .company_logo {
  width: 100%;
  margin-bottom: 15px;
}
#fair_premium #company .company_list li .company_name {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
#fair_premium #company .company_list a {
  text-decoration: none;
}
@media (hover: hover) {
  #fair_premium #company .company_list a:hover {
    text-decoration: underline;
  }
}
#fair_premium #company .company_text_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #8b722c;
  border-bottom: 1px solid #8b722c;
}
#fair_premium #company .company_text_list li {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #f2d46a;
}
#fair_premium #company .company_text_list li:not(.noborder) {
  border-bottom: 1px solid #8b722c;
}
#fair_premium #company .comingsoon {
  font-size: 14px;
  margin-top: 2.5em;
}
#fair_premium #company .btn_more {
  border: 1px solid #a89368;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-image: url(../img/pc/btn_more_plus.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: calc(52px / 2) auto;
}
#fair_premium #company .btn_more::after {
  content: attr(data-open);
}
@media (hover: hover) {
  #fair_premium #company .btn_more {
    transition: background-color 0.2s;
  }
  #fair_premium #company .btn_more:hover {
    background-color: #000;
  }
}
#fair_premium #company.open .btn_more {
  background-image: url(../img/pc/btn_more_minus.png);
}
#fair_premium #company.open .btn_more::after {
  content: attr(data-close);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #company .company_list {
    gap: calc(35 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
  }
  #fair_premium #company .company_list li {
    width: calc((100% - 40 / 750 * 100vw) / 2);
  }
  #fair_premium #company .company_list li .company_logo {
    margin-bottom: calc(15 / 750 * 100vw);
  }
  #fair_premium #company .company_list li .company_name {
    font-size: calc(24 / 750 * 100vw);
    line-height: calc(36 / 24);
  }
  #fair_premium #company .company_text_list {
    flex-wrap: nowrap;
    flex-direction: column;
    border-bottom: none;
  }
  #fair_premium #company .company_text_list li {
    width: 100%;
    min-height: calc(80 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    border-bottom: 1px solid #8b722c;
  }
  #fair_premium #company .comingsoon {
    font-size: calc(26 / 750 * 100vw);
    margin-top: 2.5em;
  }
  #fair_premium #company .btn_more {
    height: calc(80 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    background-image: url(../img/sp/btn_more_plus.png);
    background-position: right calc(20 / 750 * 100vw) center;
    background-size: calc(34 / 750 * 100vw) auto;
  }
  #fair_premium #company.open .btn_more {
    background-image: url(../img/sp/btn_more_minus.png);
  }
}
#fair_premium #contents {
  background: linear-gradient(-90deg, #2d2a23, #000, #000);
  margin-top: -100px;
}
#fair_premium #contents::before {
  border-left-color: #8b722c;
}
#fair_premium #contents::after {
  border-top: none;
}
#fair_premium #contents .inner::before {
  content: '<section id="contents">';
}
#fair_premium #contents h2::before,
#fair_premium #contents h3::before {
  border-left-color: #8b722c;
}
#fair_premium #contents h3:nth-of-type(1) {
  margin-top: -10px;
}
#fair_premium #contents h3:nth-of-type(1) > span::before {
  content: '<div id="lecture content">';
}
#fair_premium #contents h3:nth-of-type(2) > span::before {
  content: '<div id="career consultation">';
}
#fair_premium #contents h3:nth-of-type(3) > span::before {
  content: '<div id="material corner">';
}
#fair_premium #contents h3:nth-of-type(4) > span::before {
  content: '<div id="photo corner">';
}
#fair_premium #contents .point li {
  font-size: 22px;
  line-height: calc(36 / 22);
  padding-left: 110px;
  position: relative;
}
#fair_premium #contents .point li::before {
  content: "";
  display: block;
  width: 90px;
  height: 0;
  border: 1px solid #a89368;
  position: absolute;
  left: 5px;
  top: calc(36 / 22 * 22px / 2);
}
#fair_premium #contents dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 55px 30px;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #8b722c;
}
#fair_premium #contents dt {
  width: 320px;
  font-weight: normal;
}
#fair_premium #contents dt.comingsoon {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #f2d46a;
  display: flex;
  height: 150px;
  align-items: center;
}
#fair_premium #contents dt img {
  width: 100%;
  min-height: 200px;
  display: block;
  background-color: #afafaf;
}
#fair_premium #contents dt .images {
  display: flex;
  gap: 20px;
}
#fair_premium #contents dt p {
  font-size: 12px;
  line-height: calc(18 / 12);
  margin-top: 15px;
}
#fair_premium #contents dd {
  width: calc(100% - 320px - 30px);
}
#fair_premium #contents dd h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(30 / 18);
  text-align: justify;
  color: #f2d46a;
  margin-bottom: 25px;
}
#fair_premium #contents dd p {
  font-size: 14px;
  line-height: calc(26 / 14);
}
#fair_premium #contents dd .note {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}
#fair_premium #contents dd p:not([class]) + .note {
  margin-top: -1em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #contents {
    margin-top: calc(-100 / 750 * 100vw);
  }
  #fair_premium #contents h3 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
  #fair_premium #contents h3:nth-of-type(1) {
    margin-top: calc(75 / 750 * 100vw);
  }
  #fair_premium #contents .point {
    display: flex;
    flex-direction: column;
    gap: calc(10 / 750 * 100vw);
  }
  #fair_premium #contents .point li {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(44 / 28);
    padding-left: calc(110 / 750 * 100vw);
  }
  #fair_premium #contents .point li::before {
    width: calc(90 / 750 * 100vw);
    left: calc(0 / 750 * 100vw);
    top: calc(44 / 28 * 28 / 750 * 100vw / 2);
  }
  #fair_premium #contents dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: calc(35 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
    margin-left: 0;
  }
  #fair_premium #contents dt {
    width: 100%;
    display: flex;
    gap: calc(20 / 750 * 100vw);
    align-items: flex-end;
  }
  #fair_premium #contents dt.comingsoon {
    font-size: calc(28 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
  #fair_premium #contents dt img {
    width: 100%;
    min-height: calc(260 / 750 * 100vw);
  }
  #fair_premium #contents dt .images {
    width: calc(420 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
  #fair_premium #contents dt p {
    width: calc(100% - (420 + 20) / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    line-height: calc(22 / 18);
    margin-top: 0;
  }
  #fair_premium #contents dd {
    width: 100%;
  }
  #fair_premium #contents dd h4 {
    font-size: calc(30 / 750 * 100vw);
    line-height: calc(48 / 30);
    margin-bottom: calc(20 / 750 * 100vw);
  }
  #fair_premium #contents dd p {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(50 / 28);
  }
  #fair_premium #contents dd + dt {
    margin-top: calc(35 / 750 * 100vw);
  }
}
#fair_premium #process {
  background: linear-gradient(90deg, #2d2a23, #000);
}
#fair_premium #process .inner::before, #fair_premium #process .inner::after {
  color: #b64d4d;
}
#fair_premium #process .inner::before {
  content: '<section id="process">';
}
#fair_premium #process h2 > span::before, #fair_premium #process h2 > span::after {
  color: #b64d4d;
}
#fair_premium #process dl {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 0;
}
#fair_premium #process dl + dl {
  margin-top: 40px;
}
#fair_premium #process dt {
  width: 200px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #dab449;
  margin: 0 80px;
  padding: 0 0 10px;
  position: relative;
  font-weight: normal;
}
#fair_premium #process dt::before {
  content: "";
  width: 80px;
  height: 0;
  border-bottom: 1px solid #dab449;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
#fair_premium #process dt::after {
  display: none;
}
#fair_premium #process dt p {
  text-align: center;
  margin: 0;
}
#fair_premium #process dt .step {
  color: #f2d46a;
  font-size: 60px;
  line-height: 60px;
}
#fair_premium #process dt .ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#fair_premium #process dd {
  width: calc(100% - 200px - 80px * 2 - 10px);
  position: relative;
}
#fair_premium #process dd::before {
  content: "";
  width: 80px;
  height: 0;
  border-bottom: 1px solid #dab449;
  position: absolute;
  left: calc(-80px - 10px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}
#fair_premium #process dd p {
  font-size: 16px;
  line-height: calc(28 / 16);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #process dl {
    gap: calc(20 / 750 * 100vw);
    align-items: flex-start;
  }
  #fair_premium #process dl + dl {
    margin-top: calc(90 / 750 * 100vw);
  }
  #fair_premium #process dt {
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
    align-items: center;
    margin: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw) 0 0;
    padding: 0 0 calc(20 / 750 * 100vw);
  }
  #fair_premium #process dt::before {
    width: calc(40 / 750 * 100vw);
    left: auto;
    right: calc(-40 / 750 * 100vw);
  }
  #fair_premium #process dt::after {
    font-size: calc(18 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
  }
  #fair_premium #process dt .step {
    font-size: calc(70 / 750 * 100vw);
    line-height: calc(70 / 750 * 100vw);
  }
  #fair_premium #process dt .ttl {
    font-size: calc(32 / 750 * 100vw);
  }
  #fair_premium #process dd {
    width: calc(100% - (200 + 40 + 20) / 750 * 100vw);
  }
  #fair_premium #process dd::before {
    display: none;
  }
  #fair_premium #process dd p {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(46 / 28);
  }
}
#fair_premium #overview {
  background: linear-gradient(#000, #000, #a88028);
}
#fair_premium #overview::before {
  border-left-color: #8b722c;
  height: calc(100% - 100px * 2 - 130px - 4px);
}
#fair_premium #overview::after {
  border-bottom: 1px solid #dab449;
  height: calc(100% - 40px);
  bottom: 40px;
  top: auto;
}
#fair_premium #overview .inner {
  padding-left: 60px;
  margin-bottom: 130px;
}
#fair_premium #overview .inner::before {
  content: '<section id="event">';
}
#fair_premium #overview h2::before {
  border-left-color: #8b722c;
}
#fair_premium #overview h2 > span::before {
  content: '<div id="overview">';
}
#fair_premium #overview dl {
  border-top: 1px solid #787878;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 27px 0;
}
#fair_premium #overview dl:last-of-type {
  border-bottom: 1px solid #787878;
}
#fair_premium #overview dt {
  color: #f2d46a;
  font-size: 20px;
  line-height: calc(26 / 20);
  font-weight: normal;
  letter-spacing: 0.1em;
  width: 230px;
  padding-left: 1em;
}
#fair_premium #overview dd {
  font-size: 16px;
  line-height: calc(26 / 16);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium #overview::before {
    height: calc(100% - (100 * 2 + 225 + 4) / 750 * 100vw);
  }
  #fair_premium #overview::after {
    height: calc(100% - 30 / 750 * 100vw);
    bottom: calc(30 / 750 * 100vw);
    top: auto;
  }
  #fair_premium #overview .inner {
    padding-left: calc(30 / 750 * 100vw);
    margin-bottom: calc(225 / 750 * 100vw);
  }
  #fair_premium #overview dl {
    height: auto;
    align-items: flex-start;
    gap: calc(10 / 750 * 100vw);
    padding: calc(22 / 750 * 100vw) 0;
  }
  #fair_premium #overview dt {
    font-size: calc(28 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
    letter-spacing: 0.05em;
    padding-left: 0;
  }
  #fair_premium #overview dd {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(46 / 28);
    width: calc(100% - (180 + 10) / 750 * 100vw);
  }
}
#fair_premium .entry {
  min-width: calc(950px + 40px * 4);
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 8;
}
#fair_premium .entry .inner {
  padding: 0 !important;
}
#fair_premium .entry .inner::before, #fair_premium .entry .inner::after {
  display: none;
}
#fair_premium .entry .wrap {
  width: 610px;
  height: 130px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: linear-gradient(0deg, #000, #53504a);
  padding: 20px 35px 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#fair_premium .entry#entry_fixed {
  display: none;
  position: fixed;
}
#fair_premium .entry .link_entry {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background-image: linear-gradient(#d9b449 0%, #f5d86e 50%, #c39a35 50%, #c6a452 100%);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
@media (hover: hover) {
  #fair_premium .entry .link_entry::before {
    transition: opacity 0.4s;
  }
  #fair_premium .entry .link_entry::after {
    transition: border-color 0.4s;
  }
  #fair_premium .entry .link_entry:hover::before {
    opacity: 1;
  }
  #fair_premium .entry .link_entry:hover::after {
    border-color: #6c4e14;
  }
}
#fair_premium .entry .link_entry::before {
  content: attr(data-txt-pc);
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
  background-image: linear-gradient(#906a1e 0%, #c59c37 50%, #f5d86e 50%, #d9b449 100%);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
}
#fair_premium .entry .link_entry::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  pointer-events: none;
  width: calc(100% - 5px * 2);
  height: calc(100% - 5px * 2);
  border: 2px solid #86611a;
  border-radius: 6px;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium .entry {
    min-width: auto;
  }
  #fair_premium .entry .wrap {
    width: calc(540 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    border-top-left-radius: calc(20 / 750 * 100vw);
    border-top-right-radius: calc(20 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
  }
  #fair_premium .entry .link_entry {
    border-radius: calc(16 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    line-height: calc(48 / 36);
    text-align: center;
  }
  #fair_premium .entry .link_entry::before {
    content: attr(data-txt-sp);
    border-radius: calc(16 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    line-height: calc(48 / 36);
    text-align: center;
    white-space: pre;
    display: none !important;
  }
  #fair_premium .entry .link_entry::after {
    width: calc(100% - 5px * 2);
    height: calc(100% - 5px * 2);
    border-radius: calc(16 / 750 * 100vw);
  }
}
#fair_premium footer {
  background-color: #000;
  position: relative;
  z-index: 1;
}
#fair_premium footer .inner {
  height: 80px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
#fair_premium footer .inner::after {
  display: none;
}
#fair_premium footer p {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #fair_premium footer .inner {
    height: calc(120 / 750 * 100vw);
  }
  #fair_premium footer p {
    font-size: calc(20 / 750 * 100vw);
  }
}
