@charset "utf-8";
/*
	Theme Name: Club Amour
	Description: Club Amour LP
	Theme URI:
	Author: Club Amour
	Version: 1.0.0
	License:
	License URI:
	Tags:
*/

/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
img {
  display: block;
}
body {
  font-family: "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  color: #333;
}
body.active {
  overflow: hidden;
}
.ff_yumin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-weight: bold;
}
.contents_block {
  width: 1100px;
  margin: 0 auto;
}
h2 {
  font-size: 50px;
  line-height: 1.3;
  padding-bottom: 5px;
  margin-bottom: 50px;
  color: #454544;
  border-bottom: solid 2px #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  border-bottom: solid 1px #333333;
  width: 100%;
  height: 1px;
}
h2 span {
  font-size: 24px;
  color: #cc9f55;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
/*header*/
header {
  background-color: #121212;
}
header .contents_bg {
  width: 1920px;
  height: 970px;
  padding: 320px 0 100px 0;
  margin: 0 auto;
  background-image: url(./assets/img/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
header h1 {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header h1 span {
  font-size: 36px;
  color: #fff;
  text-shadow: 0px 0px 10px #666666;
}
header .entry {
  display: flex;
  justify-content: center;
}
header .entry dl {
  width: 45%;
  margin-right: 20px;
  text-align: center;
}
header .entry dl dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #020202;
  background-color: #fff;
}
header .entry dl dd {
  font-size: 43px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
header .entry dl dd small {
  font-size: 28px;
}
header .entry a {
  width: 45%;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  border: solid 1px #65243c;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
}
header .entry a span {
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 10px;
  border: solid 1px #ebb6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.link {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.link li {
  margin-right: 20px;
}
header ul.link li:last-child {
  margin-right: 0;
}
header ul.link li a {
  width: 190px;
  padding: 11px 15px 9px 15px;
  border-radius: 5px;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header ul.link li a.left {
  background: -moz-linear-gradient(to right, #171717 80%, #181817);
  background: -webkit-linear-gradient(to right, #171717 80%, #181817);
  background: linear-gradient(to right, #171717 80%, #181817);
}
header ul.link li a.right {
  background: -moz-linear-gradient(to bottom, #191919, #181818 33%, #171717);
  background: -webkit-linear-gradient(to bottom, #191919, #181818 33%, #171717);
  background: linear-gradient(to bottom, #191919, #181818 33%, #171717);
}
header ul.link li a.left:hover {
  color: #121212;
  background: #fff;
  border: solid 2px #121212;
}
header ul.link li a.right:hover {
  color: #121212;
  background: #fff;
  border: solid 2px #121212;
}
.modal_contents {
  display: none;
}
header ul.modal_inner {
  display: none;
}

/*nav*/
.nav {
  background-color: #121212;
  border-top: solid 1px #fff;
}
.nav ul {
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  /* width: calc(100% / 6); */
  width: calc(100% / 3);
  height: 100%;
  padding: 10px 0;
}
.nav ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  border-right: dotted 1px #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav ul li a:hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  height: 2px;
  width: 60px;
  background: #fff;
}
.nav ul li:first-child a {
  border-left: dotted 1px #dfdfdf;
}

/*movie*/
.movie {
  padding: 110px 0 100px 0;
  background-color: #f8f3eb;
  background-image: url(./assets/img/movie_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/*
.movie::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./assets/img/movie_before.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 904px;
  height: 100%;
  z-index: -1;
}
.movie::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./assets/img/movie_after.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  width: 745px;
  height: 100%;
  z-index: -1;
}
*/
.movie h2 {
  font-size: 50px;
  padding-bottom: 10px;
  color: #cc9f55;
  border-bottom: solid 2px #333333;
}
.movie h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  border-bottom: solid 1px #333333;
  width: 100%;
  height: 1px;
}
.movie h2 span {
  font-size: 30px;
  color: #454544;
}
.movie p {
  font-size: 18px;
  padding: 0 50px 50px 50px;
  line-height: 1.8;
}
.movie iframe {
  width: 100%;
  height: 600px;
}

/*mission*/
.mission {
  padding: 75px 0 100px 0;
  background-image: url(./assets/img/misson_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mission h2 {
  margin-bottom: 0;
  color: #fff;
  border-bottom: solid 2px #fff;
}
.mission h2::after {
  border-bottom: solid 1px #fff;
}
.mission h3 {
  font-size: 38px;
  text-align: center;
  color: #fff;
  padding: 45px 0 40px 0;
}
.mission dl {
  padding: 50px;
  background-color: #fff;
  display: flex;
}
.mission dl.purpose {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.mission dl.purpose::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./assets/img/purpose_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1100px;
  height: 100%;
  z-index: -1;
}
.mission dl.merit {
  position: relative;
  z-index: 1;
}
.mission dl.merit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./assets/img/merit_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1100px;
  height: 100%;
  z-index: -1;
}
.mission dl dt {
  width: 440px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
.mission dl dt span {
  font-size: 24px;
  color: #cc9f55;
}
.mission dl dd {
  font-size: 18px;
}
.mission dl dd ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: baseline;
}
.mission dl dd ul li span {
  padding-right: 5px;
  font-weight: bold;
}

/*information*/
.information {
  padding: 100px 0;
  background-image: url(./assets/img/information_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.information h2 {
  margin-bottom: 30px;
}
.information table {
  width: 100%;
  margin: 0 0 30px 0;
  border-collapse: collapse;
}
.information table th {
  width: 160px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 30px 10px;
  border-bottom: solid 1px #121212;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-weight: bold;
}
.information table tr:last-child th {
  border-bottom: none;
}
.information table td {
  font-size: 18px;
  padding: 30px;
  border-bottom: solid 1px #c8c8c8;
}
.information table tr:last-child td {
  border-bottom: none;
}
.information table td iframe {
  width: 100%;
  height: 300px;
}
.information h3 {
  font-size: 36px;
  text-align: center;
  padding: 100px 0 10px 0;
  position: relative;
}
.information h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: solid 2px #333333;
  width: 56px;
  height: 2px;
  margin-left: -28px;
}
.information ul.list_image {
  display: flex;
  justify-content: space-between;
}
.information ul.list_image figure img {
  width: 100%;
}
.information ul.benefit {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.information ul.benefit li {
  /* width: 350px; */
  width: min(650px, 100%);
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-image: url(./assets/img/information_list_bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.information ul.benefit li dl {
  width: 100%;
}
.information ul.benefit li dl dt {
  font-size: 28px;
  font-style: italic;
  text-align: center;
  padding: 5px 0 0 0;
  color: #fff;
  background-color: #cc9f55;
}
.information ul.benefit li dl dd {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #8c6239;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}
.information ul.benefit li dl dd span {
  font-family: "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #454544;
  line-height: inherit;
  text-align: left;
  padding-top: 10px;
  line-height: 1.4;
}
.information ul.department {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.information ul.department > li {
  width: 535px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.information ul.department li dl dt {
  font-size: 28px;
  text-align: center;
  padding: 5px 0 0 0;
  color: #fff;
  background-color: #cc9f55;
}
.information ul.department li dl dd {
  line-height: 2;
  padding-top: 15px;
}
.information ul.department li dl dd ul li {
  display: flex;
}

/*judge*/
.judge {
  padding: 100px 0;
  background-color: #fffbf2;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.judge::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./assets/img/judge_before.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1159px;
  height: 100%;
  z-index: -1;
}
.judge h3 {
  font-size: 36px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.judge h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: solid 2px #333333;
  width: 56px;
  height: 2px;
  margin-left: -28px;
}
.judge .judge_wrapper {
  position: relative;
  padding-bottom: 60px;
}
.judge .judge_wrapper .button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}
.judge .judge_wrapper .button li {
  width: 50px;
  height: 50px;
  background-color: #454444;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.judge .judge_wrapper .button li.prev {
  margin-right: 30px;
}
.judge .judge_wrapper .button li i {
  font-size: 24px;
  color: #fff;
}
.judge .judge_profile li {
  display: none;
}
.judge .judge_profile li.active {
  padding-top: 30px;
  display: flex;
}
.judge .judge_profile figure {
  padding-right: 30px;
  min-width: 250px;
}
.judge .judge_profile figure img {
  max-width: 100%;
}
.judge .judge_profile dl {
  margin-top: auto;
  margin-bottom: auto;
}
.judge .judge_profile dl dt {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #8c6239;
}
.judge .judge_profile dl dt span {
  font-size: 18px;
}
.judge .judge_profile dl dt span:not(:first-of-type) {
  padding-left: 10px;
}
.judge .judge_profile dl dd {
  line-height: 2;
}
.judge ul.tab_list {
  padding-top: 25px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}
.judge ul.tab_list li figure {
  cursor: pointer;
}
.judge ul.tab_list li figure img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.judge ul.tab_list li.active figure img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/*regulations*/
.regulations {
  padding: 100px 0;
  background-color: #fff;
}
.regulations .regulations_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.regulations .regulations_list > li {
  width: 525px;
  padding: 45px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.regulations .regulations_list li.w_100,
.regulations_cont .regulations_list li.w_100 {
  width: 100%;
  margin-top: 40px;
}
.regulations_cont .regulations_list li.w_100 {
  padding: 45px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .regulations_cont .regulations_list li.w_100 {
    padding: 5%;
    margin-top: 5%;
  }
}
.regulations .regulations_list li dl dt {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 5px 10px;
  background-color: #f5f5f5;
}
.regulations .regulations_list li.w_100 dl dt {
  max-width: 430px;
  margin: 0 auto;
}
.regulations .regulations_list li dl dd table {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
}
.regulations .regulations_list li dl dd table th {
  width: 100px;
  font-size: 18px;
  text-align: center;
  border-bottom: solid 1px #121212;
}
.regulations .regulations_list li dl dd table td {
  padding: 15px;
  border-bottom: solid 1px #c8c8c8;
}
.regulations .regulations_list li.w_100 dl li {
  width: 100%;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
  background-color: #fffbf2;
  border: solid 2px #8c6239;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-weight: bold;
}
.regulations .regulations_list li.w_100 dl li:first-child {
  position: relative;
}
.regulations .regulations_list li.w_100 dl li:first-child::before {
  content: "\f0d7";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  font-size: 24px;
  margin-left: -12px;
}
.regulations .regulations_list li.w_100 dl span {
  display: block;
}
.regulations .regulations_list li.w_100 dl span.pd15_5 {
  padding: 15px 0 3px 0;
}

/*schedule*/
.schedule {
  padding: 100px 0;
  background-image: url(./assets/img/schedule_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.schedule h2 {
  margin-bottom: 0;
}
.schedule table {
  width: 100%;
  border-collapse: collapse;
}
.schedule table tr {
  border-bottom: solid 1px #c8c8c8;
}
.schedule table th {
  width: 125px;
  font-size: 28px;
  text-align: left;
  line-height: 1;
  padding: 30px 0;
  color: #cc9f55;
  vertical-align: top;
}
.schedule table th small {
  font-size: 18px;
}
.schedule table td {
  padding: 30px 0;
}
.schedule table td ul li {
  display: flex;
}
.schedule table td span {
  display: block;
}

/*Q_A*/
.Q_A {
  padding: 100px 0;
  background-color: #fff;
}
.Q_A h2 {
  margin-bottom: 30px;
}
.Q_A dl {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.Q_A dl.mt_20 {
  margin-top: 20px;
}
.Q_A dl dt {
  font-size: 28px;
  padding: 5px 25px 5px 5px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.Q_A dl dt.active {
  color: #fff;
  background-color: #454544;
}
.Q_A dl dt::before {
  content: "\f067";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 30px;
  font-size: 16px;
  font-weight: normal;
}
.Q_A dl dt.active::before {
  content: "\f068";
}
.Q_A dl dt span {
  width: 85px;
  height: 85px;
  font-size: 44px;
  font-weight: bold;
  margin-right: 25px;
  color: #454544;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Q_A dl dt.active span {
  background-color: #fff;
}
.Q_A dl dd {
  display: none;
  padding: 30px 100px 30px 30px;
  color: #454544;
  line-height: 1.8;
  background-color: #fff;
}
.Q_A dl dd.active {
  display: flex;
}
.Q_A dl dd span {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin-right: 60px;
  color: #cc9f55;
}

/*about_entry*/
.about_entry {
  padding: 100px 0;
  background-image: url(./assets/img/about_entry_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about_entry h2 {
  color: #fff;
  border-bottom: solid 2px #fff;
}
.about_entry h2::after {
  border-bottom: solid 1px #fff;
}
.about_entry .text_area {
  padding: 0 120px 50px 120px;
}
.about_entry .text_area p {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 30px;
  color: #fff;
}
.about_entry .text_area p:last-child {
  padding-bottom: 0;
}
.about_entry dl {
  padding: 50px;
  background-color: #fff;
}
.about_entry dl dt {
  width: 430px;
  margin: 0 auto;
  font-size: 36px;
  padding: 10px 10px 5px 10px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_entry dl dd table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.about_entry dl dd table th {
  width: 165px;
  font-size: 18px;
  padding: 20px 0;
  border-bottom: solid 1px #2b2b2b;
}
.about_entry dl dd table td {
  border-bottom: solid 1px #cfcfcf;
  padding: 20px 0;
}
.about_entry dl dd p {
  padding: 40px;
  line-height: 2;
  background-color: #f5f5f5;
}

/*entry_list*/
.entry_list {
  padding: 100px 0;
  background-color: #fffbf2;
  position: relative;
  z-index: 1;
}
.entry_list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./assets/img/entry_list_before.png);
  background-repeat: no-repeat;
  width: 916px;
  height: 716px;
  z-index: -1;
}
.entry_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(./assets/img/entry_list_after.png);
  background-repeat: no-repeat;
  width: 962px;
  height: 716px;
  z-index: -1;
}
.entry_list .hidden_area {
  max-height: 120vh;
  overflow: hidden;
  /*
	position: relative;
	*/
}
.entry_list .hidden_area.active {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
.entry_list .hidden_area .see_more {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 100px;
}
.entry_list .hidden_area .see_more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient(
    top,
    rgba(254, 247, 237, 0.1) 0%,
    rgba(254, 247, 237, 0.5) 25%,
    rgba(255, 251, 242, 0.7) 50%,
    rgba(255, 251, 242, 0.9) 75%,
    rgba(255, 251, 242, 1) 100%
  );
}
.entry_list .hidden_area .see_more.active::before {
  display: none;
}
.entry_list .hidden_area .see_more.active {
  background: none;
}
.entry_list .hidden_area .see_more span {
  width: 185px;
  margin: 0 auto;
  font-weight: bold;
  padding: 18px 25px 15px 25px;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  border: solid 2px #fffefd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.entry_list .hidden_area .see_more span.active {
  display: none;
}
.entry_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry_list ul li {
  width: 195px;
  margin-bottom: 25px;
}
.entry_list li img {
  max-width: 100%;
}
.entry_list ul li span.flex_column {
  font-size: 18px;
  padding-top: 8px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.entry_list ul li span.c_cc9f55 {
  color: #cc9f55;
}

/*entry_form*/
.entry_form {
  padding: 100px 0;
  background-color: #fff;
}
input,
select,
textarea {
  font-family: "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", sans-serif;
}
.entry_form form textarea {
  resize: vertical;
}
.entry_form select::-ms-expand {
  display: none;
}
.entry_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(./assets/img/select_icon.png);
  background-repeat: no-repeat;
  background-size: 15px 11px;
  background-position: right 15px center;
}
.entry_form form dl.flex_box {
  display: flex;
  flex-wrap: wrap;
}
.entry_form form dl.flex_box dt {
  width: 18%;
  font-weight: bold;
  padding: 45px 0;
  border-bottom: solid 1px #2b2b2b;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_form form dl.flex_box dt.flex_style {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_form form dl.flex_box dd {
  width: 82%;
  padding: 30px 0;
  border-bottom: solid 1px #cfcfcf;
}
.entry_form form dl.flex_box dd span {
  display: block;
  font-size: 12px;
  color: red;
  margin-top: 5px;
}
.entry_form form dl.flex_box dd input {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  background-color: #f5f5f5;
  border: solid 1px #c8c8c8;
}
.entry_form form dl.flex_box dd select {
  width: 195px;
  font-size: 16px;
  padding: 15px;
  background-color: #f5f5f5;
  border: solid 1px #c8c8c8;
}
.entry_form form dl.flex_box dd textarea {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
  border: solid 1px #c8c8c8;
}
.entry_form form dl.privacy_policy {
  padding-top: 50px;
  padding-bottom: 40px;
}
.entry_form form dl.privacy_policy dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  padding-bottom: 20px;
}
.entry_form form dl.privacy_policy dd {
  width: 725px;
  height: 220px;
  overflow: auto;
  margin: 0 auto;
  padding: 30px;
  border: solid 1px #212121;
  background-color: #f5f5f5;
}
.entry_form button {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 115px 10px 115px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 10px;
  border: solid 1px #f3b0c3;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
}
.entry_form button span.fs_16 {
  font-size: 16px;
}
/*download*/
.download {
  padding: 100px 0;
  background-color: #121212;
  position: relative;
  z-index: 1;
}
.download::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./assets/img/download_before.png);
  background-repeat: no-repeat;
  width: 848px;
  height: 100%;
  z-index: -1;
}
.download::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(./assets/img/download_after.png);
  background-repeat: no-repeat;
  width: 960px;
  height: 100%;
  z-index: -1;
}
.download .flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download figure {
  padding-right: 50px;
}
.download h2 {
  width: 240px;
  font-size: 50px;
  color: #cc9f55;
  margin-bottom: 0;
  border-bottom: none;
}
.download h2 span {
  font-size: 20px;
  color: #fff;
}
.download h2::after {
  display: none;
}
.download ul {
  width: 390px;
  display: flex;
}
.download ul li a {
  width: 190px;
  color: #fff;
  padding: 10px;
  background-color: #171717;
  border: solid 2px #e8e8e8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download ul li a:hover {
  color: #171717;
  border: solid 2px #fff;
  background-color: #fff;
}
.download ul li:first-child a {
  margin-right: 10px;
}

/*follow*/
.follow {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #121212;
}
.follow .entry_area {
  padding: 60px 20px 55px 20px;
  display: flex;
  justify-content: space-between;
}
.follow .entry_area dl {
  width: 440px;
  line-height: 1;
  text-align: center;
}
.follow .entry_area dl dt {
  font-size: 18px;
  text-align: center;
  padding: 8px 5px 6px 5px;
  color: #020202;
  background-color: #fff;
}
.follow .entry_area dl dd {
  font-size: 39px;
  font-weight: bold;
  padding-top: 8px;
  color: #fff;
}
.follow .entry_area dl dd small {
  font-size: 24px;
}
.follow .entry_area a.left {
  width: 400px;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  border: solid 1px #f3b0c3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(214, 77, 121) 0%,
    rgb(208, 48, 115) 50%,
    rgb(244, 117, 150) 51%,
    rgb(240, 90, 131) 90%,
    rgb(235, 62, 111) 100%
  );
}
.follow .entry_area a.right {
  width: 180px;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #171717;
  border-radius: 10px;
  border: solid 2px #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*footer*/
footer {
  padding-top: 50px;
  background-image: url(./assets/img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer dl dt {
  font-weight: bold;
  text-align: center;
}
footer dl dd ul.flex_box {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
footer dl dd ul.flex_box li {
  font-size: 12px;
  margin-right: 30px;
  margin-bottom: 35px;
}
footer dl dd ul.flex_box li.flex-item5 {
  margin-right: 0;
}
footer ul li dl dt {
  text-align: inherit;
  padding-bottom: 10px;
}
footer ul li dl dd {
  font-weight: bold;
}
footer span {
  font-size: 10px;
  padding: 15px;
  color: #fff;
  background-color: #121212;
  display: flex;
  justify-content: center;
}
footer .flex-item1 {
  width: 15%;
}
footer .flex-item2 {
  width: 21%;
}
footer .flex-item3 {
  width: 19%;
}
footer .flex-item4 {
  width: 16%;
}
footer .flex-item5 {
  width: 10%;
}

@media screen and (max-width: 1920px) {
  header .contents_bg {
    width: 100%;
    height: auto;
    padding: 15% 0 5% 0;
  }
  .mission {
    background-position: center;
  }
  .about_entry {
    background-position: center;
  }
}
@media screen and (max-width: 1850px) {
  .entry_list::before {
    width: 50vw;
    left: -50px;
    background-size: contain;
  }
  .entry_list::after {
    width: 50vw;
    background-size: contain;
    background-position: top right;
  }
  .download::before {
    width: 50vw;
  }
  .download::after {
    width: 50vw;
    background-position: right;
  }
}
@media screen and (max-width: 1800px) {
  header .contents_bg {
    background-size: contain;
  }
}
@media screen and (max-width: 1600px) {
  .download::before {
    background-position: right;
  }
  .download::after {
    background-position: left;
  }
}
@media screen and (max-width: 1660px) {
  .movie::before {
    background-position: right;
    width: 60vw;
  }
  .movie::after {
    background-position: left;
    width: 40vw;
  }
}
@media screen and (max-width: 1100px) {
  .contents_block {
    width: 100%;
    padding: 0 3%;
  }
  header .entry dl dd {
    font-size: 3.8vw;
  }
  header .entry dl dd small {
    font-size: 2.5vw;
  }
  header ul.link {
    padding-top: 2%;
  }
  .mission dl {
    padding: 5%;
  }
  .mission dl dt {
    width: 47%;
  }
  .mission dl dd {
    width: 53%;
  }
  .mission dl.purpose::before {
    width: 100%;
  }
  .mission dl.merit::before {
    width: 100%;
  }
  .information ul.list_image li {
    width: 32%;
  }
  .information ul.benefit li {
    width: 32%;
    padding: 3%;
  }
  .information ul.department > li {
    width: 49%;
    padding: 5%;
  }
  .regulations .regulations_list > li {
    width: 49%;
    padding: 4.5%;
  }
  .Q_A dl dt {
    padding: 1% 8% 1% 1%;
  }
  .Q_A dl dd span {
    margin-right: 6%;
  }
  .entry_list ul li {
    width: 18%;
  }
  .entry_list ul li figure img {
    width: 100%;
  }
  .entry_list .hidden_area {
    max-height: 98vw;
    min-height: 98vw;
  }
  .follow .entry_area {
    padding: 6% 0;
    flex-wrap: wrap;
  }
  .follow .entry_area dl {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
  }
  .follow .entry_area a.left {
    width: 49%;
  }
  .follow .entry_area a.right {
    width: 49%;
  }
  footer dl dd ul.flex_box li {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  footer .flex-item3 {
    width: 21%;
  }
  footer .flex-item4 {
    width: 19%;
  }
  footer .flex-item5 {
    width: 11%;
  }
}
@media screen and (max-width: 1050px) {
  footer .flex-item3 {
    width: 23%;
  }
  footer .flex-item5 {
    width: 13%;
  }
}
@media screen and (max-width: 950px) {
  footer dl dd ul.flex_box {
    justify-content: space-between;
  }
  footer .flex-item1 {
    width: 48%;
  }
  footer .flex-item2 {
    width: 48%;
  }
  footer .flex-item3 {
    width: 48%;
  }
  footer .flex-item4 {
    width: 48%;
  }
  footer .flex-item5 {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  .mission dl dt {
    font-size: 4.2vw;
  }
  .mission dl dt span {
    font-size: 2.6vw;
  }
  .regulations .regulations_list li dl dt {
    font-size: 3.6vw;
  }
  .regulations .regulations_list li dl dd table td {
    font-size: 1.7vw;
  }
  .entry_form form dl.flex_box dt {
    width: 20%;
  }
  .entry_form form dl.flex_box dd {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.5vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 8vw;
    padding-bottom: 3%;
    margin-bottom: 5%;
    line-height: 1.2;
  }
  h2 span {
    font-size: 5.5vw;
  }
  /*header */
  header .contents_bg {
    padding: 10% 0;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  header h1 {
    padding-bottom: 8%;
  }
  header h1 figure {
    width: 60vw;
  }
  header h1 figure img {
    width: 100%;
  }
  header h1 span {
    font-size: 6.5vw;
    line-height: 1.2;
    text-align: center;
  }
  header .entry {
    flex-direction: column;
  }
  header .entry dl {
    width: 100%;
    margin-right: 0;
  }
  header .entry a {
    width: 100%;
    height: auto;
  }
  header .entry a span {
    padding: 1%;
  }
  header .entry dl dt {
    font-size: 4vw;
    padding: 1%;
  }
  header .entry dl dd {
    font-size: 7vw;
    text-align: center;
  }
  header .entry dl dd small {
    font-size: 5vw;
  }
  header .entry a {
    font-size: 4vw;
  }
  header ul.link {
    padding-top: 5%;
  }
  header ul.link li a {
    width: 35vw;
    padding: 5% 3% 3% 3%;
  }
  header ul.link figure {
    width: min(100px, 20vw);
  }
  header ul.link figure img {
    width: 100%;
  }
  .nav {
    display: none;
  }
  /*modal*/
  .modal_contents {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal_contents > div {
    width: 10vw;
    height: 10vw;
    position: relative;
  }
  .modal_contents > div span {
    position: absolute;
    display: inline-block;
    background: #fff;
    z-index: 99998;
  }
  .modal_contents > div span.active {
    background-color: #333;
  }
  .modal_contents > div span.top {
    top: 3vw;
    left: 50%;
    width: 6vw;
    height: 0.8vw;
    margin-left: -3vw;
  }
  .modal_contents > div span.center {
    top: 5vw;
    left: 50%;
    width: 6vw;
    height: 0.8vw;
    margin-left: -3vw;
  }
  .modal_contents > div span.bottom {
    top: 7vw;
    left: 50%;
    width: 6vw;
    height: 0.8vw;
    margin-left: -3vw;
  }
  .modal_contents > div span.active.top {
    transform: rotate(-45deg);
    top: 5vw;
  }
  .modal_contents > div span.active.center {
    display: none;
  }
  .modal_contents > div span.active.bottom {
    transform: rotate(45deg);
    top: 5vw;
  }
  header ul.modal_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15% 0 0;
    /* background-color: #efefef; */
    background-color: #fff;
    box-shadow: 0 0 10px 0px #000;
    z-index: 9999;
  }
  header ul.modal_inner.active {
    display: flex;
    flex-direction: column;
  }
  header ul.modal_inner li {
    width: 100%;
  }
  header ul.modal_inner li {
    border-top: 1px solid #333;
  }
  header ul.modal_inner li a {
    width: 100%;
    font-size: 5.5vw;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    color: #333;
    display: flex;
    align-items: center;
    position: relative;
    padding: 3%;
  }
  header ul.modal_inner li a::after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    font-size: 6vw;
    position: absolute;
    right: 3%;
  }
  /*.movie*/
  .movie {
    padding: 8% 0;
  }
  .movie::before {
    background-size: cover;
    width: 100vw;
  }
  .movie::after {
    display: none;
  }
  .movie h2 {
    font-size: 8vw;
    padding-bottom: 3%;
  }
  .movie h2 span {
    font-size: 5.5vw;
  }
  .movie p {
    font-size: 4vw;
    padding: 0 3% 5% 3%;
  }
  .movie iframe {
    height: 50vw;
  }
  /*mission*/
  .mission {
    padding: 8% 0;
  }
  .mission h3 {
    font-size: 5.5vw;
    padding: 5% 0 5% 0;
  }
  .mission dl.purpose {
    padding: 5%;
    margin-bottom: 5%;
    flex-direction: column;
  }
  .mission dl.purpose::before {
    width: 100%;
    background-image: url(./assets/img/purpose_sp_bg.png);
  }
  .mission dl.merit {
    padding: 5%;
    flex-direction: column;
  }
  .mission dl.merit::before {
    width: 100%;
    background-image: url(./assets/img/merit_sp_bg.png);
  }
  .mission dl dt {
    width: 100%;
    font-size: 6.5vw;
    padding-bottom: 3%;
    align-items: center;
    line-height: 1.2;
  }
  .mission dl dt span {
    font-size: 4.5vw;
  }
  .mission dl dd {
    width: 100%;
    font-size: 4vw;
  }
  .mission dl dd ul li span {
    font-size: 4vw;
    padding-right: 3%;
  }
  /*information*/
  .information {
    padding: 8% 0;
  }
  .information h2 {
    margin-bottom: 5%;
  }
  .information table {
    margin: 0 0 5% 0;
  }
  .information table th {
    width: 25%;
    font-size: 4vw;
    padding: 3%;
  }
  .information table td {
    width: 75%;
    font-size: 4vw;
    padding: 3%;
  }
  .information h3 {
    font-size: 6.5vw;
    padding: 8% 0 0 0;
  }
  .information ul.benefit {
    padding-top: 5%;
    flex-direction: column;
  }
  .information ul.benefit li {
    width: 100%;
    padding: 5%;
    margin-bottom: 5%;
  }
  .information ul.benefit li:last-child {
    margin-bottom: 0;
  }
  .information ul.benefit li dl dt {
    font-size: 5vw;
    padding: 1% 0 0 0;
  }
  .information ul.benefit li dl dd {
    font-size: 4.4vw;
    padding-top: 3%;
    line-height: 1.4;
  }
  .information ul.benefit li dl dd span {
    font-size: 3.5vw;
    padding-top: 3%;
  }
  .information ul.department {
    padding-top: 5%;
    flex-direction: column;
  }
  .information ul.department > li {
    width: 100%;
    padding: 5%;
    margin-bottom: 5%;
  }
  .information ul.department > li:last-child {
    margin-bottom: 0;
  }
  .information ul.department li dl dt {
    font-size: 5vw;
    padding: 1% 0 0 0;
  }
  .information ul.department li dl dd {
    padding-top: 3%;
  }
  /*judge*/
  .judge {
    padding: 8% 0 5% 0;
  }
  .judge::before {
    width: 100%;
    background-size: contain;
  }
  .judge h3 {
    font-size: 6.5vw;
    padding-bottom: 0;
  }
  .judge .judge_wrapper {
    height: auto;
  }
  .judge .judge_profile li.active {
    padding-top: 5%;
  }
  .judge .judge_profile figure {
    width: 40%;
    min-width: auto;
    padding-right: 3%;
  }
  .judge .judge_profile figure img {
    width: 100%;
  }
  .judge .judge_profile dl {
    width: 50%;
  }
  .judge .judge_profile dl dt {
    font-size: 5.5vw;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .judge .judge_profile dl dt span {
    font-size: 5vw;
  }
  .judge .judge_profile dl dt span:not(:first-of-type) {
    font-size: 4vw;
    padding-left: 0;
  }
  .judge ul.tab_list {
    padding-top: 5%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .judge ul.tab_list li {
    width: 31%;
    margin-bottom: 3%;
  }
  .judge ul.tab_list li:not(:nth-of-type(3)):not(:nth-of-type(5)) {
    margin-right: 3%;
  }
  .judge .judge_wrapper .button li {
    width: 10vw;
    height: 10vw;
  }
  .judge .judge_wrapper .button li.prev {
    margin-right: 3vw;
  }
  .judge .judge_wrapper .button li i {
    font-size: 5vw;
  }
  /*regulations*/
  .regulations {
    padding: 8% 0;
  }
  .regulations .regulations_list > li {
    width: 100%;
    padding: 5%;
    margin-bottom: 5%;
  }
  .regulations .regulations_list li dl dt {
    font-size: 6.5vw;
    padding: 1% 0 0 0;
  }
  .regulations .regulations_list li.w_100 dl dt {
    width: 100%;
    max-width: 100%;
  }
  .regulations .regulations_list li dl dd table {
    margin: 3% 0;
  }
  .regulations .regulations_list li dl dd table th {
    width: 25%;
    font-size: 4vw;
  }
  .regulations .regulations_list li dl dd table td {
    width: 75%;
    font-size: 3.5vw;
  }
  .regulations .regulations_list li.w_100 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .regulations .regulations_list li.w_100 dl li {
    font-size: 4.5vw;
    padding: 3% 3% 2% 3%;
    margin-top: 5%;
  }
  .regulations .regulations_list li.w_100 dl li:first-child::before {
    font-size: 4.5vw;
    margin-left: -2.25vw;
    bottom: -4.5vw;
  }
  .regulations .regulations_list li.w_100 dl span.pd15_5 {
    padding: 3% 0 1% 0;
  }
  /*schedule*/
  .schedule {
    padding: 8% 0;
  }
  .schedule table {
    margin-top: 5%;
  }
  .schedule table th {
    width: 25%;
    font-size: 5vw;
    padding: 3% 0;
  }
  .schedule table td {
    width: 75%;
    padding: 3% 0;
  }
  .schedule table td ul li span {
    padding-right: 1%;
  }
  /*Q_A*/
  .Q_A {
    padding: 8% 0;
  }
  .Q_A h2 {
    margin-bottom: 5%;
  }
  .Q_A dl dt {
    font-size: 5vw;
    padding: 1% 8% 1% 1%;
    line-height: 1.2;
  }
  .Q_A dl dt::before {
    font-size: 3.5vw;
    right: 3%;
  }
  .Q_A dl dt span {
    width: 22vw;
    height: 12vw;
    font-size: 7vw;
    margin-right: 3%;
  }
  .Q_A dl dd {
    padding: 3% 8% 3% 4%;
  }
  .Q_A dl dd span {
    font-size: 7vw;
    margin-right: 8%;
  }
  /*about_entry*/
  .about_entry {
    padding: 8% 0;
    background-position: center top;
    background-size: cover;
  }
  .about_entry .text_area {
    padding: 0 3% 5% 3%;
  }
  .about_entry .text_area p {
    font-size: 4vw;
    padding-bottom: 3%;
  }
  .about_entry dl {
    padding: 5%;
  }
  .about_entry dl dt {
    width: 60vw;
    font-size: 6.5vw;
  }
  .about_entry dl dd table {
    margin-bottom: 5%;
  }
  .about_entry dl dd table th {
    width: 25%;
    font-size: 4vw;
    padding: 3% 0;
  }
  .about_entry dl dd table td {
    width: 75%;
    padding: 3% 0;
  }
  .about_entry dl dd p {
    padding: 5%;
  }
  /*entry_list*/
  .entry_list {
    padding: 8% 0;
  }
  .entry_list .hidden_area {
    height: 120vw;
    max-height: inherit;
    min-height: inherit;
  }
  .entry_list .hidden_area .see_more {
    bottom: 8vw;
  }
  .entry_list .hidden_area .see_more span {
    width: 28vw;
    padding: 3% 3% 2% 3%;
  }
  .entry_list ul li {
    width: 32%;
    margin-bottom: 3%;
  }
  .entry_list ul li figure img {
    width: 100%;
  }
  .entry_list ul li span.flex_column {
    font-size: 4vw;
  }
  /*entry_form*/
  .entry_form {
    padding: 8% 0;
  }
  .entry_form form dl.flex_box dt {
    width: 35%;
    padding: 3% 0;
  }
  .entry_form form dl.flex_box dd {
    width: 65%;
    padding: 3% 0;
  }
  .entry_form form dl.flex_box dd input {
    width: 100%;
    font-size: 3.5vw;
    padding: 5%;
  }
  .entry_form form dl.flex_box dd select {
    width: 100%;
    font-size: 3.5vw;
    padding: 5%;
  }
  .entry_form form dl.flex_box dd textarea {
    width: 100%;
  }
  .entry_form form dl.privacy_policy {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .entry_form form dl.privacy_policy dt {
    font-size: 5vw;
    padding-bottom: 1%;
  }
  .entry_form form dl.privacy_policy dd {
    width: 100%;
    height: 40vw;
    padding: 5%;
  }
  .entry_form button {
    font-size: 6vw;
    padding: 2% 10% 1% 10%;
  }
  .entry_form button span.fs_16 {
    font-size: 3.5vw;
  }
  /*download*/
  .download {
    padding: 8% 0;
  }
  .download::before {
    width: 100vw;
    background-size: cover;
  }
  .download::after {
    display: none;
  }
  .download figure {
    width: 40%;
    padding-right: 5%;
  }
  .download figure img {
    width: 100%;
  }
  .download .flex_right {
    width: 60%;
  }
  .download h2 {
    width: auto;
    font-size: 8vw;
  }
  .download h2 span {
    font-size: 4.2vw;
  }
  .download ul {
    width: auto;
  }
  .download ul li a {
    width: 25vw;
    padding: 3% 3% 2% 3%;
  }
  /*follow*/
  .follow {
    display: none;
  }
  .follow .entry_area dl dt {
    font-size: 4vw;
    padding: 3%;
  }
  .follow .entry_area dl dd {
    font-size: 6.8vw;
    padding-top: 2%;
  }
  .follow .entry_area a.left,
  .follow .entry_area a.right {
    height: auto;
    padding: 2% 1%;
  }
  .follow .entry_area a.left {
    font-size: 4.5vw;
  }
  .follow .entry_area a.right {
    font-size: 4vw;
  }
  .follow .entry_area dl dd small {
    font-size: 4.5vw;
  }
  /*footer*/
  footer {
    padding-top: 5%;
  }
  footer dl dd ul.flex_box {
    padding-top: 3%;
    justify-content: space-between;
  }
  footer dl dd ul.flex_box li {
    font-size: 3vw;
    margin-right: 0;
    margin-bottom: 3%;
  }
  footer ul li dl {
    text-align: center;
  }
  footer ul li dl dt {
    padding-bottom: 0;
  }
  footer .flex-item1 {
    width: 48%;
  }
  footer .flex-item2 {
    width: 48%;
  }
  footer .flex-item3 {
    width: 48%;
  }
  footer .flex-item4 {
    width: 48%;
  }
  footer .flex-item5 {
    width: 48%;
  }
  footer span {
    font-size: 3vw;
    padding: 3%;
  }
}

.see_more span,
button {
  cursor: pointer;
}

.prof_wrap {
  display: flex;
  align-items: center;
}
.prof_wrap div {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#profile_label {
  display: block;
  width: 190px;
  background-color: #2e2e2e;
  color: #ffffff;
  padding: 12px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
.prof_wrap p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}
#profile {
  display: none !important;
}
.entry_form form dl.flex_box dd .mwform-file-delete {
  display: none;
  color: #ffffff;
  background-color: #ff0000;
  width: 190px;
  margin-top: 15px;
  padding: 12px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .prof_wrap {
    flex-direction: column;
  }
  .prof_wrap div {
    margin-left: 0;
    margin-top: 20px;
  }
  #profile_label,
  .entry_form form dl.flex_box dd .mwform-file-delete {
    width: 47%;
  }
  .entry_form form dl.flex_box dd .mwform-file-delete {
    font-size: 3.5vw;
    margin-top: 0;
    order: 1;
    margin-left: 3%;
  }
  .prof_wrap div {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .prof_wrap p {
    order: 2;
    margin-top: 10px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.information .df {
  display: flex;
  align-items: center;
}
.information .df figure {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .information table tr,
  .information table th,
  .information table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  .information table tr:not(:last-of-type) td {
    margin-bottom: 10px;
  }
  .information table tr:last-child th {
    border-bottom: solid 1px #121212;
  }
  .information table tr:last-child td {
    border-bottom: solid 1px #c8c8c8;
  }
  /* .information .df {
    display: block;
  }
  .information .df figure {
    margin-left: 0;
    margin-top: 10px;
  } */
}

@media screen and (max-width: 800px) and (min-width: 768px) {
  header h1 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .judge .judge_profile li.active {
    display: block;
  }
  .judge .judge_profile figure {
    float: left;
  }
  .judge .judge_profile dl {
    width: 100%;
  }
}

#modal {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#modal video,
#modal .close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: min(1280px, 90%);
}
#modal .close {
  height: calc(min(1280px, 90vw) * 0.5625);
}
#modal .close::before {
  content: "×";
  font-size: min(50px, 10vw);
  color: #ffffff;
  position: absolute;
  top: -20px;
  right: 0;
  line-height: 0;
}

.page-id-70 .entry_form {
  min-height: calc(100vh - 95px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-id-70 .entry_form h2 {
    font-size: 6.8vw;
  }
  .page-id-70 .entry_form {
    text-align: left;
  }
}
