/* CSS Document */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.75;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  text-align: justify;
  position: relative;
}
.en p {
  text-align: left;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 95%;
}

.df_row {
  display: flex;
  flex-flow: row wrap;
}

.df_col {
  display: flex;
  flex-flow: column;
}

strong {
  font-weight: bold;
}

main {
  overflow-x: hidden;
}

section,
footer {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  section,
  footer {
    padding: 50px 0;
  }
}

/*-------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #fff;
}
body.open {
  overflow: hidden;
}
body.subscriber {
  background-color: #c9f9ca;
}
body.judge {
  background-color: #fee6ae;
}
body.sponsor {
  background-color: rgba(200, 230, 249, 0.8666666667);
}
body.administrator {
  background-color: #ffe8e8;
}
body.operation {
  background-color: #ddd;
}

header {
  padding: 50px 10px;
}

.inner {
  background-color: #fafafa;
  padding: 100px;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 15px !important;
    border-radius: 20px;
  }
}

.message {
  background-color: #e9e9e9;
  padding: 40px;
  border-radius: 30px;
  margin: 20px auto;
}
@media screen and (max-width: 600px) {
  .message {
    padding: 20px;
  }
}

.price {
  background-color: #ffe6e6;
  padding: 40px;
  border-radius: 30px;
  margin: 20px auto;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .price {
    padding: 20px;
  }
}

.alert {
  font-weight: bold;
  color: #063a93;
  margin: 35px auto 15px;
  text-align: center;
}

.langswitch {
  position: fixed;
  top: 50px;
  right: 20px;
  background: #333;
  width: 150px;
  text-align: center;
  padding: 8px 30px;
  border-radius: 50px;
  color: #fff;
  z-index: 1;
}
.langswitch li {
  list-style: none;
}
.langswitch li a {
  color: #fff;
  text-decoration: none;
}

.site-branding {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.site-branding img.site-logo {
  max-height: 100px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .site-branding img.site-logo {
    width: 100%;
  }
}

.text-center {
  text-align: center;
}

.role {
  text-align: center;
  margin: 30px auto;
  font-size: 2rem;
  font-weight: bold;
}

.btn_inner {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin: 20px auto;
  justify-content: center;
}
.btn_inner.s_btn_inner {
  gap: 10px;
  margin: 10px auto;
}

.btn,
.acf-form-submit .acf-button,
.logout-button {
  width: 385px;
  height: 82px;
  border-radius: 100px;
  background-color: #333;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all ease 0.3s;
}
.btn::after,
.acf-form-submit .acf-button::after,
.logout-button::after {
  content: "";
  background-color: #fff;
  width: 38px;
  height: 38px;
  background-image: url(images/arrow.webp);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 13px 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .btn,
  .acf-form-submit .acf-button,
  .logout-button {
    width: 100%;
    max-width: 350px;
    height: 62px;
  }
  .btn::after,
  .acf-form-submit .acf-button::after,
  .logout-button::after {
    right: 13px;
  }
}
@media screen and (max-width: 600px) {
  .btn::after,
  .acf-form-submit .acf-button::after,
  .logout-button::after {
    right: 12px;
    width: 32px;
    height: 32px;
    background-size: 11px;
  }
}
.btn:hover,
.acf-form-submit .acf-button:hover,
.logout-button:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
.btn.s_btn,
.acf-form-submit .acf-button.s_btn,
.logout-button.s_btn {
  transform: scale(0.8);
}

.logout-button {
  margin: 20px auto;
}

.acf-form-submit .acf-button {
  text-align: center;
  margin: 30px auto;
}

a {
  color: #9a9a9a;
}

h2,
h3 {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 3rem;
  color: #9a9a9a;
  font-weight: bold;
  text-align: center;
}
h2:nth-of-type(1),
h3:nth-of-type(1) {
  margin-top: 0;
}

h4 {
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 10px;
  background-color: #939393;
  color: #fff;
  text-align: center;
  padding: 1px 10px;
}

h5 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #9a9a9a;
  text-align: center;
}

hr {
  margin: 50px 0;
  color: #ddd;
}

#page_contents .btn {
  margin: 50px auto;
}

dl.outline {
  display: flex;
  flex-flow: row wrap;
}
dl.outline dt {
  width: 167px;
  letter-spacing: 0;
  font-size: 1.8rem;
}
dl.outline dt,
dl.outline dd {
  border-bottom: 1px solid #000;
  padding: 18px;
  line-height: 1.5;
  align-items: center;
  display: flex;
}
dl.outline dt:nth-last-of-type(1),
dl.outline dd:nth-last-of-type(1) {
  border-bottom: none;
}
dl.outline dd {
  width: calc(100% - 167px);
  font-size: 1.6rem;
  text-align: justify;
  display: initial;
  text-align: left;
}
dl.outline dd span {
  font-size: 1.4rem;
}
dl.outline dd .container {
  gap: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 30x;
}
dl.outline dd .container span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  dl.outline dd .container span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  dl.outline dt,
  dl.outline dd {
    width: 100%;
  }
  dl.outline dt {
    border-bottom: none;
    font-size: 1.7rem;
  }
  dl.outline dd {
    font-size: 1.5rem;
    display: initial;
    text-align: left;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

ul {
  list-style: square;
  padding-left: 1.8rem;
}

.uetsuki {
  vertical-align: super;
  font-size: 1.2rem;
}

.flow {
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin: 20px auto;
  background-color: #dbf6ff;
  padding: 40px;
  border-radius: 30px;
  margin: 20px auto;
}
@media screen and (max-width: 600px) {
  .flow {
    padding: 20px;
  }
}
.flow .item {
  background-color: #fff;
  color: #1190ba;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px;
}

.acf_form {
  padding: 60px;
}
.acf_form input,
.acf_form textarea {
  background-color: #f3f3f3;
  border-radius: 10px;
  font-size: 1.8rem !important;
}
.acf_form .description {
  font-size: 1.6rem;
}
.acf_form .acf-fields .acf-field label {
  font-size: 2rem;
  font-weight: bold;
}
.acf_form .acf-field-group .acf-fields label {
  font-weight: normal;
  font-size: 1.6rem;
}
.acf_form .acf-field-group .acf-fields li label {
  margin-bottom: 10px;
  background-color: #e5e5e5;
  padding: 5px 20px;
  border-radius: 58px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  display: flex;
  gap: 5px;
  transition: ease 0.3s all;
  cursor: pointer;
}
.acf_form .acf-field-group .acf-fields li label.selected {
  background-color: #56aada;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .acf_form .acf-field-group .acf-fields li label {
    min-width: initial;
    width: 100%;
  }
}
.acf_form .acf-field-group .acf-label label {
  color: #063a93;
  font-size: 1.8rem;
  font-weight: bold;
}

.fix_top_btn a {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 10000;
  width: 200px;
  height: 82px;
  border-radius: 50px 0 0 50px;
  background-color: #333;
  color: #fff !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.fix_top_btn a::after {
  content: "";
  background-color: #fff;
  width: 38px;
  height: 38px;
  background-image: url(images/arrow.webp);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 13px 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .fix_top_btn a::after {
    right: 12px;
    width: 32px;
    height: 32px;
    background-size: 11px;
  }
}
.fix_top_btn a:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 600px) {
  .fix_top_btn a {
    bottom: 20px;
  }
}

.form.inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 380px;
  margin: 0;
  border-radius: 0;
  padding: 10px 30px;
  background-color: #333;
  overflow: scroll;
  height: 100%;
}
.form.inner form > ul {
  display: flex;
  flex-flow: column;
  padding-left: 0;
}
.form.inner form > ul > li {
  padding-right: 5px;
}
.form.inner form > ul > li ul {
  padding-left: 0;
  color: #fff;
}
.form.inner form li {
  font-size: 16px;
}
.form.inner form #_sf_submit,
.form.inner form button {
  background-color: #fff;
  color: #333;
}
.form.inner form h4 {
  margin-bottom: 5px;
  margin-top: 20px;
  /* border-bottom: 1px solid #ddd; */
  /* padding-bottom: 3px; */
  padding-left: 6px;
  background-color: #aaa;
  color: #fff;
}
.form.inner form:nth-of-type(1) {
  border-bottom: 0.5px solid #ddd;
  padding-bottom: 40px;
}
.form.inner form input {
  background-color: #fff;
  border-radius: 3px;
}
.form.inner form input#s {
  width: 100%;
}
.form.inner form select {
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
}
.form .btn {
  width: 100%;
  background-color: #fff;
  color: #333;
}
.form .btn::after {
  content: none;
}

.item_game {
  margin-left: auto;
  background-color: #fff;
}
.item_game th {
  background-color: #aaa;
  color: #fff;
  text-align: center;
}
.item_game th,
.item_game td {
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 20px;
  font-size: 15px;
  letter-spacing: 0;
}
.item_game th:nth-of-type(1),
.item_game td:nth-of-type(1) {
  font-weight: bold;
}
.item_game th img,
.item_game td img {
  width: 150px;
  height: auto;
}

.archive_mypage header,
.archive_mypage main {
  width: calc(100% - 380px);
  padding: 0 50px;
  margin-left: auto;
}
.archive_mypage ul {
  list-style: none;
}

.pagenation {
  text-align: center;
  margin-top: 40px;
  color: #666;
}

.search-conditions {
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.search-conditions h3 {
  margin: 0 0 10px;
}
.search-conditions h4 {
  margin-top: 0;
}
.search-conditions ul {
  list-style: none;
  padding: 0;
}
.search-conditions li {
  margin-bottom: 5px;
}

.um-account-meta.radius-1 img {
  display: none;
}

.um-account-main div.um-account-heading {
  display: none !important;
}

.um-button {
  background-color: #333 !important;
}

.submit_txt {
  font-size: 14px;
  color: #667085;
  /* width: 50%; */
  margin: 30px auto;
}

.message-success {
  margin: 20px 0;
  background-color: #fff;
  border: 2px solid #bcfebe;
  border-radius: 14px;
  padding: 30px;
  color: #55d159;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-weight: bold;
}

#message {
  display: none;
}

.message-success a {
  color: #2b542c;
  text-decoration: underline;
}

.edit-actions {
  display: flex;
  align-items: center;
  flex-flow: column;
}

.url-copy-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.copy-url-input {
  flex-grow: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  cursor: text;
}

.copy-url-button {
  padding: 8px 16px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.copy-url-button:hover {
  background-color: #000;
}

.copy-feedback {
  color: #333;
  margin-left: 10px;
}

[name=delete_post_submit] {
  background-color: #ddd !important;
  border-radius: 6px;
  padding: 5px 2rem;
  text-align: center;
  color: #000 !important;
  margin-top: 100px;
  margin-left: auto;
  display: block;
}

.single_mypage p {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  min-height: 52px;
  margin-bottom: 10px;
}
.single_mypage h3 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 16px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eaecf0;
}
.single_mypage h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.single_mypage h5 {
  text-align: left;
}
.single_mypage .image {
  display: flex;
  gap: 30px;
  flex-flow: row wrap;
}
.single_mypage .image img {
  width: 30%;
  height: auto;
  min-width: 300px;
}
.single_mypage dl {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 100px;
}
.single_mypage dl dt {
  font-size: 20px;
}
.single_mypage dl dd {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  min-height: 52px;
  margin-bottom: 10px;
}
.single_mypage p a {
  display: block;
  color: #ff8800;
}

.en-text {
  color: #667085;
  font-size: 14px;
  padding-left: 10px;
}

#wpdcom {
  max-width: initial !important;
}

#wpdcom .wpd-item {
  text-align: left;
  display: flex !important;
  align-items: center;
}

#wpdcom .wpd-form-row .wpdiscuz-item {
  display: flex;
}

#wpdcom .wpd-form-col-full .wpd-field-group .wpd-field-group-title {
  width: 210px;
}

.acf-repeater > .acf-actions .acf-button {
  float: right;
  pointer-events: auto !important;
  background-color: #333;
  padding: 0 20px 3px;
  border-radius: 50px;
  margin-bottom: 30px;
  color: #fff;
}

.acf-field-673d9e51422df ul {
  -moz-column-count: 3;
       column-count: 3;
}
@media screen and (max-width: 600px) {
  .acf-field-673d9e51422df ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}/*# sourceMappingURL=restyle.css.map */