@charset "UTF-8";
/* ================================================================
	meet up! -selection-
	2019.07
================================================================ */
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.fs18 {
  font-size: 18px;
}

#contents p.top {
  font-size: 77%;
  padding: 30px 0 30px;
  text-align: right !important;
}

#contents p.top a {
  color: #666;
}

#contents p.top img {
  margin-right: 4px;
  vertical-align: 0.2em;
}

/* ================================================================
	ナビゲーション追加
================================================================ */
.gp-navi-archive li:hover {
  background: #fff;
}

.gp-navi-archive li:hover a {
  color: #005ab4;
}

#gp-info .gp-navi2020 ul li:first-child a {
  color: #fff;
  background-color: #231815;
}

#gp-kako .gp-navi2020 ul li:nth-child(2) a {
  color: #fff;
  background-color: #231815;
}

#gp-faq .gp-navi2020 ul li:nth-child(3) a {
  color: #fff;
  background-color: #231815;
}

/* ～767pxまで
-------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .mupc {
    display: none;
  }
  .musp {
    display: block;
  }
  .mu *, .mu *::after, .mu *::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #epgp {
    width: 100%;
  }
  #epgp .mu-inner .h1 img {
    width: 100%;
    margin-bottom: 10px;
  }
  #epgp .gp-navi-archive {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 2.6vw;
  }
  #epgp .gp-navi-archive li {
    width: calc(50% - 1px);
    min-height: 3em;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    text-align: center;
  }
  #epgp .gp-navi-archive__item {
    font-weight: bold;
  }
  #epgp .gp-navi-archive li:nth-child(odd) {
    border-right: 1px solid #000;
  }
  #epgp .gp-inner {
    margin-bottom: -30px !important;
  }
  .gp-navi2020 {
    width: 100%;
    margin: 0 auto 20px;
  }
  .gp-navi2020 li {
    width: 48%;
    margin: 0 1% 2%;
    float: left;
  }
  .gp-navi2020 li a {
    min-height: 3em;
    font-size: 3vw !important;
    font-weight: bold;
    text-align: center;
    line-height: 140%;
    padding: 5px 0;
    border: 2px solid #231815;
    background-size: 100% 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #231815;
    text-decoration: none;
  }
  .portal_link {
    width: 94%;
    margin: 0 auto 35px;
    text-align: right;
  }
  .portal_link a {
    font-size: 3.2vw;
    background: url(/common/images/ico_link_01.gif) no-repeat left center;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
  }
}
/* 768以上～
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  /*---------------------------------------*/
  .mupc {
    display: block;
  }
  .musp {
    display: none;
  }
  .mu {
    font-size: 14px;
  }
  .mu *, .mu *::after, .mu *::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .mu-inner {
    margin: 0 auto 15px;
    width: clamp(1240px, 100%, 1500px);
  }
  .mu-inner .h1 img {
    max-width: 100%;
    height: auto;
  }
  .mu-inner h2 {
    font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
  }
  .gp-navi-archive {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 940px;
    margin: 8px auto 0;
  }
  .gp-navi-archive__item {
    width: calc((100% - 12px) / 5);
    position: relative;
    border: 1px solid transparent;
  }
  .gp-navi-archive__item::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -3px;
    background: #b5b5b6;
  }
  .gp-navi-archive__item:first-child::before {
    left: -1px;
  }
  .gp-navi-archive__item:last-child::after {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    background: #b5b5b6;
  }
  .gp-navi-archive__item {
    font-size: 14px;
  }
  a.gp-navi-archive__link {
    color: #000000;
    display: block;
    padding: 3px 0;
  }
  a.gp-navi-archive__link:hover {
    color: #000000;
    text-decoration: none;
  }
  .gp-navi-archive li:hover {
    background: #00a9d9;
  }
  .gp-navi-archive li:hover a {
    color: #ffffff;
  }
  .gp-navi2020 {
    width: 940px;
    margin: 0 auto 30px;
  }
  .gp-navi2020 li {
    margin-right: 8px;
    float: left;
  }
  .gp-navi2020 li:last-child {
    margin-right: 0px;
    float: left;
  }
  .gp-navi2020 li a {
    width: 308px;
    height: 58px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 140%;
    border: 2px solid #231815;
    box-sizing: border-box;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .gp-navi2020 li a:link,
  .gp-navi2020 li a:visited {
    color: #231814;
    text-decoration: none;
  }
  .gp-navi2020 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #231815;
  }
  .portal_link {
    width: 940px;
    margin: 0 auto 30px;
    text-align: right;
  }
  .portal_link a {
    background: url(/common/images/ico_link_01.gif) no-repeat left center;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
  }
}
/* 202506 追加 */
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #epgp .mu-inner .h1 img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .movieBoxWrap {
    background-color: #eef3fa;
    padding: 40px 0;
  }
  .movieBoxWrap_inner {
    padding: 0 15px 0 15px;
    margin: 0 auto 30px;
  }
  .movieBoxWrap .movieBox:first-of-type {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .movieBoxWrap .movieBox:nth-of-type(2) {
    width: 100%;
    float: right;
  }
  .movietxt {
    margin-top: 10px;
  }
  .moviettl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 10px;
  }
  .moviettl small {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .movieBoxWrap {
    background-color: #eef3fa;
    padding: 50px 0;
  }
  .movieBoxWrap_inner {
    width: 960px;
    margin: 0 auto 60px;
  }
  .movieBoxWrap .movieBox:first-of-type {
    width: 450px;
    float: left;
  }
  .movieBoxWrap .movieBox:nth-of-type(2) {
    width: 450px;
    float: right;
  }
  .movietxt {
    margin-top: 15px;
    font-size: 16px;
  }
  .moviettl {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
  .moviettl small {
    font-size: 0.7em;
  }
}
.YouTube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.YouTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ================================================================
	202508 GP2025 追加
================================================================ */
.sizeXL {
  font-size: min(26px, 4.8vw);
}

.sizeL {
  font-size: min(20px, 4.2vw);
}

.sizeM {
  font-size: min(18px, 4vw);
}

.sizeN {
  font-size: min(16px, 3.8vw);
}

.sizeS {
  font-size: min(14px, 3.6vw);
}

@media screen and (max-width: 767px) {
  .spmt0 {
    margin-top: 0vw !important;
  }
  .spmt10 {
    margin-top: 3vw !important;
  }
  .spmt20 {
    margin-top: 4vw !important;
  }
  .spmt30 {
    margin-top: 5vw !important;
  }
  .spmt40 {
    margin-top: 6vw !important;
  }
  .spmt50 {
    margin-top: 7vw !important;
  }
  .spmt60 {
    margin-top: 8vw !important;
  }
  .spmt70 {
    margin-top: 9vw !important;
  }
  .spmt80 {
    margin-top: 10vw !important;
  }
  .sppt0 {
    padding-top: 0vw !important;
  }
  .sppt10 {
    padding-top: 3vw !important;
  }
  .sppt20 {
    padding-top: 4vw !important;
  }
  .sppt30 {
    padding-top: 5vw !important;
  }
  .sppt40 {
    padding-top: 6vw !important;
  }
  .sppt50 {
    padding-top: 7vw !important;
  }
  .sppt60 {
    padding-top: 8vw !important;
  }
  .sppt70 {
    padding-top: 9vw !important;
  }
  .sppt80 {
    padding-top: 10vw !important;
  }
  .spsizeXL {
    font-size: 4.8vw;
  }
  .spsizeL {
    font-size: 4.2vw;
  }
  .spsizeM {
    font-size: 4vw;
  }
  .spsizeN {
    font-size: 3.8vw;
  }
  .spsizeS {
    font-size: 3.6vw;
  }
  .sptaC {
    text-align: center;
  }
  .sptaL {
    text-align: left;
  }
  .sptaR {
    text-align: right;
  }
}
.colRed {
  color: #ff0000;
}

.colNature {
  color: #00874D;
}

.colHuman {
  color: #ff9700;
}

.colNaturehuman {
  color: #6E7D22;
}

.colPremium {
  color: #9B8450;
}

.colHagaki {
  color: #c30802;
}

.markerline {
  background: linear-gradient(transparent 70%, #ffcc33 70%);
}

span.new {
  display: inline-block;
  background-color: #c30802;
  color: #FFF;
  font-size: min(14px, 3.6vw);
  font-weight: bold;
  line-height: 1;
  padding: 2px 4px;
  margin: 0 3px;
}

.withNew {
  display: flex;
  align-items: center;
}

a.epg_linkBtn {
  display: inline-block;
  width: min(600px, 80%);
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-size: min(28px, 5vw);
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  transition: 0.3s all;
}
a.epg_linkBtn::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 30/54;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 54'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M2.5,54c-.5,0-1-.2-1.4-.6-.8-.8-.8-2,0-2.8l23.6-23.6L1.1,3.4C.3,2.6.3,1.4,1.1.6,1.9-.2,3.1-.2,3.9.6l25,25c.8.8.8,2,0,2.8L3.9,53.4c-.4.4-.9.6-1.4.6Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
a.epg_linkBtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.epg_linkBtn:hover::before, a.epg_linkBtn:hover::after {
  opacity: 0.8;
}
a.epg_linkBtn .text {
  display: block;
  padding: 5px 30px;
}
a.epg_linkBtn.blank img {
  vertical-align: text-top;
}
@media screen and (min-width: 768px) {
  a.epg_linkBtn.blank img {
    margin: 0.2em 0 0 0.2em;
  }
}
a.epg_linkBtn.rv {
  font-size: min(20px, 4vw);
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 40px;
}
a.epg_linkBtn.rv::before {
  content: "";
  display: block;
  background-color: #000;
  aspect-ratio: 1/1;
  width: 20px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
a.epg_linkBtn.rv::after {
  right: 11px;
  width: 6px;
}
a.epg_linkBtn.btnRed {
  width: inherit;
  background: #c30802;
}
a.epg_linkBtn.premium {
  width: inherit;
  background: #9B8450;
}

a.epg_toEntryBtn {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  font-size: min(28px, 5vw);
  font-weight: bold;
  line-height: 1;
  position: relative;
  min-height: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  a.epg_toEntryBtn {
    min-height: 30vw;
  }
}
a.epg_toEntryBtn::before {
  content: "";
  display: block;
  width: 115px;
  height: 100%;
  aspect-ratio: 115/120;
  background-color: #0766C2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115 120' %3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M49.7,24.2h15.6l-2.8,49.2h-10.1l-2.8-49.2ZM57.5,80.1c4.3,0,7.8,3.5,7.8,7.8s-3.5,7.8-7.8,7.8-7.8-3.5-7.8-7.8c0-4.3,3.5-7.8,7.8-7.8Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  a.epg_toEntryBtn::before {
    width: 14vw;
  }
}
a.epg_toEntryBtn::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 30/54;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 54'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M2.5,54c-.5,0-1-.2-1.4-.6-.8-.8-.8-2,0-2.8l23.6-23.6L1.1,3.4C.3,2.6.3,1.4,1.1.6,1.9-.2,3.1-.2,3.9.6l25,25c.8.8.8,2,0,2.8L3.9,53.4c-.4.4-.9.6-1.4.6Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
a.epg_toEntryBtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.epg_toEntryBtn.naturehuman::before {
  background-color: #6E7D22;
}
a.epg_toEntryBtn.hagaki::before {
  background-color: #c30802;
}
a.epg_toEntryBtn > span.text {
  display: block;
  width: calc(100% - 165px);
  margin-inline: auto 37px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  a.epg_toEntryBtn > span.text {
    width: calc(100% - 24vw);
    padding: 3vw 0;
    line-height: 1.6;
  }
}

.txt_link_in {
  display: inline-block;
  position: relative;
  padding-left: 23px;
}
.txt_link_in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/common/img/ico_img_01.svg) no-repeat;
  background-size: cover;
}
.txt_link_in.sizeM::before {
  top: 0.3em;
}

.txt_link_anc {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.txt_link_anc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(/common/img/ico_img_04.svg) no-repeat;
  background-size: cover;
}
.txt_link_anc.sizeM::before {
  top: 0.3em;
}

.tglBtn {
  cursor: pointer;
  position: relative;
}
.tglBtn::after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 54/30;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 30'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23333333' d='M0,2.5c0-.5.2-1,.6-1.4.8-.8,2-.8,2.8,0l23.6,23.6L50.6,1.1c.8-.8,2-.8,2.8,0,.8.8.8,2,0,2.8l-25,25c-.8.8-2,.8-2.8,0L.6,3.9c-.4-.4-.6-.9-.6-1.4Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.tglBtn.current::after {
  transform: translateY(-50%) rotate(180deg);
}

.tglContents {
  display: none;
}

#epgp:not([class^=cnt]) #contents_inner,
#epgp #contents_inner.wide {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #epgp:not([class^=cnt]) #contents_inner,
  #epgp #contents_inner.wide {
    width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  #epgp:not([class^=cnt]) #contents_inner,
  #epgp #contents_inner.wide {
    padding: 0 15px;
  }
}

#epgp #contents_inner.full {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #epgp #contents_inner.full {
    padding: 0;
  }
}
#epgp #contents_inner.full .section_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #epgp #contents_inner.full .section_inner {
    width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  #epgp #contents_inner.full .section_inner {
    padding: 0 15px;
  }
}

.listCaution {
  text-align: left;
}
.listCaution > li {
  position: relative;
  padding-left: 3.4em;
  line-height: 1.6;
  font-size: min(14px, 3.6vw);
}
@media screen and (max-width: 767px) {
  .listCaution > li {
    line-height: 1.3;
  }
}
.listCaution > li .listCaution_firstLetter {
  position: absolute;
  left: 0;
  top: 0.03em;
}

.attBox {
  border: 1px solid #FF0000;
  padding: min(20px, 4vw);
}

.section {
  padding: 70px 0;
  font-size: min(16px, 3.8vw);
}
@media screen and (max-width: 767px) {
  .section {
    padding: 10vw 0 15vw;
  }
}
.section .section_title {
  font-size: min(34px, 6vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: min(10px, 2vw);
  margin-bottom: min(30px, 5vw);
}
.section .section_title .title {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section .section_title {
    line-height: 1.2;
  }
  .section .section_title img {
    width: 9vw;
  }
}

.infoTbl table {
  width: 100%;
  font-size: min(18px, 3.6vw);
  background-color: #FFF;
}
.infoTbl table.withSdw {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .infoTbl table {
    border: 0.2vw solid #DDD;
  }
}
@media screen and (max-width: 767px) {
  .infoTbl table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.infoTbl table tr th,
.infoTbl table tr td {
  border: 1px solid #DDD;
  box-sizing: border-box;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .infoTbl table tr th,
  .infoTbl table tr td {
    border-width: 0.2vw;
    padding: 3vw 2vw;
  }
}
.infoTbl table tr th {
  background-color: #f4f4f4;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .infoTbl table tr th {
    width: 100%;
    font-size: 4vw;
  }
}
.infoTbl table tr td:nth-last-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .infoTbl table tr td {
    width: 25%;
  }
  .infoTbl table tr td:nth-last-of-type(1) {
    width: 75%;
  }
  .infoTbl table tr td[colspan] {
    width: 100%;
  }
}
.infoTbl table tr td .num {
  font-size: min(26px, 5vw);
  font-weight: bold;
  margin: 0 3px;
}
.infoTbl table tr td .amount {
  font-size: min(26px, 5vw);
  font-weight: bold;
  margin: 0 3px;
}
.infoTbl.overview table {
  font-size: min(16px, 3.6vw);
}
.infoTbl.overview table tr td:nth-last-of-type(1) {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .infoTbl.overview table tr th,
  .infoTbl.overview table tr td {
    display: block;
    width: 100% !important;
  }
}

.dotList > li,
.dotList > dd {
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}
.dotList > li::before,
.dotList > dd::before {
  display: inline-block;
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.numList {
  padding-left: 1.4em;
}
.numList li {
  list-style-type: decimal;
}

/* ------------------------------------------------
NAVI
--------------------------------------------------- */
.cnt2020 .pastTit ul li.bn2020 a,
.cnt2021 .pastTit ul li.bn2021 a,
.cnt2022 .pastTit ul li.bn2022 a,
.cnt2023 .pastTit ul li.bn2023 a,
.cnt2024 .pastTit ul li.bn2024 a {
  pointer-events: none;
  color: #333;
  outline: none;
}

#gp-menu,
#gp-kako,
#gp-info,
#gp-info2,
#gp-index,
#gp-faq {
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 20;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #gp-menu,
  #gp-kako,
  #gp-info,
  #gp-info2,
  #gp-index,
  #gp-faq {
    margin-bottom: 3vw;
  }
}

.gp-navi-menu {
  width: 1240px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .gp-navi-menu {
    width: 100%;
    padding: 2vw 15px;
  }
}
.gp-navi-menu > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .gp-navi-menu > ul {
    gap: 2vw;
  }
}
.gp-navi-menu > ul li {
  width: calc((100% - 30px) / 4);
  display: flex;
}
@media screen and (max-width: 767px) {
  .gp-navi-menu > ul li {
    width: calc((100% - 2vw) / 2);
  }
}
.gp-navi-menu > ul li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  border: 2px solid #231815;
  display: flex;
  flex-flow: column wrap;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .gp-navi-menu > ul li a {
    font-size: 12px;
  }
}
.gp-navi-menu > ul li a:link, .gp-navi-menu > ul li a:visited {
  color: #231814;
  text-decoration: none;
}
.gp-navi-menu > ul li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #231815;
}

#gp-info .gp-navi-menu > ul li.toInfo a,
#gp-info2 .gp-navi-menu > ul li.toHagaki a,
#gp-kako .gp-navi-menu > ul li.toKako a {
  color: #fff;
  background-color: #231815;
}

/* ------------------------------------------------
応募要項
--------------------------------------------------- */
.info_title {
  display: block;
  width: 100%;
  text-align: center;
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  font-size: min(23px, 4.4vw);
  padding: min(20px, 4vw);
}
@media screen and (min-width: 768px) {
  .info_title {
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .info_title {
    font-weight: bold;
    padding: 2vw 0;
  }
}

.info_leadTxt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-block-end: 20px;
}
@media screen and (max-width: 767px) {
  .info_leadTxt {
    font-size: 18px;
  }
}

.boxwrap {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .boxwrap {
    margin: 2.3vw 0 0 0;
  }
}
.boxwrap .info_box,
.boxwrap .info_box2 {
  margin: 40px 0 0 0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .boxwrap .info_box,
  .boxwrap .info_box2 {
    margin: 0;
    font-size: 3.5vw;
    padding: 2.5vw 0;
  }
}
.boxwrap .info_box2 {
  text-align: center;
}

.topNews {
  margin-bottom: min(40px, 6vw);
}
.topNews dl {
  border-bottom: 1px dotted #3c3c3c;
  margin-bottom: min(20px, 4vw);
  padding-bottom: min(20px, 4vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topNews dl dt {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .topNews dl dt {
    width: 100%;
  }
}
.topNews dl dd {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .topNews dl dd {
    width: 100%;
  }
}

.method {
  margin: 20px 0 30px;
}
.method.faq_box dl {
  padding-left: 1em;
}
.method.faq_box dl + dl {
  margin-top: min(15px, 3.4vw);
}
.method.faq_box dl dt {
  position: relative;
  padding-left: min(20px, 4vw);
}
.method.faq_box dl dt::before {
  content: "Q:";
  position: absolute;
  top: 0;
  left: 0;
}
.method.faq_box dl dd {
  position: relative;
  padding-left: min(20px, 4vw);
  margin-top: min(5px, 2vw);
}
.method.faq_box dl dd::before {
  content: "A:";
  position: absolute;
  top: 0;
  left: 0;
}
.method.faq_box .qlink {
  padding-left: calc(1em + 20px);
  position: relative;
  font-weight: bold;
}
.method.faq_box .qlink::before {
  content: "Q:";
  position: absolute;
  top: 0;
  left: 1em;
}
.method.faq_box .qlink + .qlink {
  margin-top: min(15px, 3.4vw);
}
.method.pry_box {
  line-height: 1.9;
  font-size: 15px;
}
.method.pry_box p {
  line-height: 1.9;
}
.method.pry_box span.title {
  display: block;
  font-size: 18px;
  line-height: 40px;
}
.method .methodBox01 {
  margin-bottom: 25px;
}
.method .methodBox01 p {
  font-size: 16px;
  padding: 0 0 20px;
}
.method .methodBox01 h3 {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
}
.method .methodBox01 h4 {
  width: 98%;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: left;
  border: 1px solid #666;
  margin-top: 15px;
  padding: 1%;
}

.hagaki_area {
  background-color: rgba(195, 8, 2, 0.05);
  padding: min(20px, 3vw);
}

.toyell {
  display: inline-block;
  position: relative;
}
.toyell::before, .toyell::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 3px solid #c30802;
  position: absolute;
  top: 0;
}
.toyell::before {
  left: -30px;
  transform: rotate(-35deg);
}
.toyell::after {
  right: -30px;
  transform: rotate(35deg);
}
.toyell.premium::before, .toyell.premium::after {
  border-color: #9B8450;
}

.hagaki_stepWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .hagaki_stepWrap {
    gap: 5vw;
  }
  .hagaki_stepWrap .hagaki_stepLeft,
  .hagaki_stepWrap .hagaki_stepRight {
    width: 100%;
  }
}
.hagaki_stepWrap .stepBox .stepBoxTitle {
  display: inline-block;
  border: 1px solid #333;
  padding: 3px 5px;
  line-height: 1;
  font-size: min(20px, 5vw);
  margin-bottom: min(5px, 2vw);
}
.hagaki_stepWrap figure {
  margin: 0;
}

.paper_recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: min(20px, 4vw);
  padding: min(20px, 4vw);
  background-color: #FAFAFA;
}
.paper_recommend__title {
  font-size: min(18px, 4vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .paper_recommend__title {
    width: calc(100% - 24vw);
  }
}
.paper_recommend__img {
  width: 330px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .paper_recommend__img {
    width: 100%;
  }
}
.paper_recommend__img figure {
  margin: 0 auto;
  text-align: center;
}
.paper_recommend__img figure img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .paper_recommend__img figure img {
    width: 20vw;
  }
}

.tipsBg {
  margin: 0 auto;
  background-color: #FAFAFA;
  padding: min(20px, 4vw);
  width: -moz-fit-content;
  width: fit-content;
}

/* EPSITE */
.evSection .evSecHead {
  margin: 0 auto 40px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .evSection .evSecHead {
    margin-bottom: 5vw;
  }
}
.evSection .evSecHead .evSecTitle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .evSection .evSecHead .evSecTitle {
    padding: 3vw 5vw;
  }
}
.evSection .evSecHead .evSecTitle:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background-color: #333;
}
.evSection .evSecHead .evSecTitle span {
  font-size: 30px;
  display: inline-block;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .evSection .evSecHead .evSecTitle span {
    font-size: 6vw;
    padding: 0 5vw;
  }
}

.premium_movieList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .premium_movieList {
    gap: 5vw;
  }
}
.premium_movieList li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .premium_movieList li {
    width: 100%;
  }
}
.premium_movieList li img {
  width: 100%;
  height: auto;
}

.howtoTitle {
  background-color: rgba(0, 90, 180, 0.1);
  width: 100%;
  margin: 30px auto;
  text-align: center;
  padding: 10px;
  font-size: min(20px, 4.2vw);
}

.howtoapply {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  font-size: min(16px, 3.8vw);
  margin-bottom: 30px;
  padding-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .howtoapply {
    gap: 5vw;
    margin-bottom: 5vw;
    padding-bottom: 12vw;
  }
}
.howtoapply::after {
  content: "";
  display: block;
  background-color: #005ab4;
  width: 120px;
  aspect-ratio: 3/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .howtoapply::after {
    width: 18vw;
  }
}
.howtoapply.noarw::after {
  display: none;
}
.howtoapply__left {
  width: calc(70% - 50px);
}
@media screen and (max-width: 767px) {
  .howtoapply__left {
    width: 100%;
  }
}
.howtoapply__left img {
  border: 1px solid #f2f2f2;
  width: 100%;
  height: auto;
}
.howtoapply__right {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .howtoapply__right {
    width: 100%;
  }
}
.howtoapply__center {
  width: 100%;
}

.addBox {
  width: min(750px, 100%);
  border: 1px solid #CCC;
  padding: min(20px, 3vw);
  text-align: center;
  margin: 30px auto 0;
}