
/*--------------
common
--------------*/

.page-inner {
  padding-top: 110px;
  width: 86%;
  min-height: 100vh;
  margin: 0 auto;
  color: var(--color-purple);
}

/*--------------
single(ニュース記事)
--------------*/
.single-wrapper {
  height: 100%;
  color: var(--color-purple);
}

.single-top .single-top-inner {
  width: 60%;
  margin: 2% auto 10%;
  padding: 20px 50px;
  background-image: url(./img/top/deco08-single.png), url(./img/top/deco09-single.png);
  background-position: left 0px bottom, right 0px top;
  background-repeat: no-repeat, no-repeat;
  background-size: 30px, 30px;
}

.single-content {
  margin-bottom: 56px;
}

.single-title {
  margin-bottom: 24px;
}
.single-title h3 {
  font-size: min(2.83rem,6.83vw);
  line-height: 1.4;
}

.single-title span.date{
  font-family: var(--font-openSans);
}

.single-content p {
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic Antique","Open Sans",sans-serif;
}
.single-content p a {
  color: var(--color-orange);
  text-decoration: underline;
}
.single-content p a:hover{
  opacity: 0.6;
}
.single-content p:last-of-type {
  margin-bottom: 0;
}

.single-border {
  margin: 0 auto;
  border: 2px solid var(--color-white);
  transform: rotate(-6deg);
}

.single-wrapper_inner .postnav {
  font-size: min(1.83rem,4.24vw);
  font-family: var(--font-openSans);
  font-weight: var(--font-800);
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20%;
}
.single-wrapper_inner .postnav a:hover {
  color: var(--color-orange);
}
.single-wrapper_inner .postnav a:nth-child(1)::before {
  content: "◀";
}
.single-wrapper_inner .postnav a:nth-child(2)::after {
  content: "▶";
}

.single-wrapper_inner .single-more {
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.single-wrapper_inner .single-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  color: var(--color-white);
  font-size: 18px;
  font-family: var(--font-openSans);
  font-weight: var(--font-800);
  background: url(./img/top/news-more.svg) center center no-repeat;
  background-size: contain;
}
.single-wrapper_inner .single-more a:hover {
  color: var(--color-orange);
  background: url(./img/top/news-more-hover.svg) center center no-repeat;
  background-size: contain;
}


/*--------------
archive
--------------*/

.archiveNews .contents-wrapper .archiveNews-list {
  border-bottom: 1px solid var(--color-purple);
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.archiveNews .contents-wrapper .archiveNews-list:last-of-type {
  margin-bottom: 0;
}
.archiveNews .contents-wrapper .archiveNews-list a:hover {
  color: var(--color-orange);
}


/*--------------
entry
--------------*/

/*-- cf7 --*/

h2.page-KV_title {
  width: 100%;
  margin: 0 auto 30px;
}

.form-notes::before {
  content: "・";
}

.form-notes,
.app-deadline,
.wpcf7-list-item-label{
  font-size: 1.4rem;
}

.form-notes {
  text-indent: -1em;
  margin-bottom: 10px;
  padding-left: 1em;
  font-weight: 800;
}
.form-area .form-notes:last-child::before {
  content: "※";
}
.form-area .form-notes:last-child {
  color: var(--color-orange);
}

.app-deadline::before {
  content: "※";
}

.form-contents {
  margin-top: 50px;
}

.form-adultArea {
  margin-top: min(62px, 12vw);
}

h3.form-separator {
  text-align: center;
  font-size: min(2.1rem,4.84vw);
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color-purple);
  margin-bottom: 24px;
}

p.-adultArea_wanted{
  padding-bottom: 24px;
  font-size: min(1.6rem,3.83vw);
}

.form-items {
  margin-bottom: 24px;
}
.form-items dt {
  font-size: 18px;
  margin-bottom:8px;
  font-weight: var(--font-800);
}
.required {
  color: var(--color-orange);
  font-size: 1.4rem;
}

.form-items dd {
  margin-bottom: 10px;
}

.wpcf7-textbox{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: min(1.6rem,3.24vw);
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  background: var(--color-white);
  padding: 8px;
  height: 50px;
  letter-spacing: 1px;
}
dd.form-radio p span.wpcf7-radio{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}

.wpcf7-list-item{
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
}

.wpcf7-textarea{
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: min(1.6rem,3.4vw);
  line-height: 1.75;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  background: var(--color-white);
  padding: 10px 12px;
  height: 150px;
  letter-spacing: 1px;
}

.-items_notesText {
  font-size: min(14px,3.4vw);
  margin-bottom: 14px;
}

.form-url-notes {
  color: var(--color-orange);
}

.wpcf7-form-submit{
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 90%;
  max-width: 520px;
  margin: auto;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: min(2.24rem,4.83vw);
  font-weight: 800;
  letter-spacing: 0.1em;
  border: none;
  padding: 12px;
  border-radius: 50em;
  transition: ease .5s;
  cursor: pointer;
}

.wpcf7-form-submit:hover{
  opacity: 0.7;
}

.wpcf7-not-valid-tip{
  color: #ff6464;
  font-size: 1.24rem;
  font-weight: 500;
  padding-top: 6px;
}

.wpcf7-checkbox-consent,
.wpcf7-list-item label input{
  cursor: pointer;
}

.consent-area span.wpcf7-form-control-wrap{
  display: block;
  text-align: center;
  font-size: 1.83rem;
}

span.wpcf7-form-control{
  display: flex;
  gap: 6px 10px;
  flex-wrap: wrap;
  font-size: min(2.24rem, 4.8vw);
}

.wpcf7 input[type="file"]{
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-size: min(1.6rem, 4.24vw);
}

.form-confirmation-check {
  margin-top: 10px;
}

input#file-upload-button {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
}

.wpcf7-response-output {
  margin: 0 auto 20px !important;
  font-size: 16px;
  text-align: center;
  border: none !important;
  color: var(--color-orange);
}

/*----thank you----*/
.entry-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

article.-thanks_wrapper h2 {
  font-size: 25px;
  line-height: 1.6;
  padding-bottom: min(24px, 6vw);
  font-weight: var(--font-900);
}

.entry-thanks p {
  font-size: 15px;
}

p.-thanks_pickup {
  background-color: var(--color-white);
  padding: 24px 20px;
  border-radius: 10px;
  margin-top: 20px;
  letter-spacing: 0;

  /* ガイドラインなし */
  margin-top: 0;
  text-align: left;
}

p.-thanks_pickup span{
  font-weight: 800;
}

.wpcf7 .wpcf7-submit:disabled{
  opacity: 0.6;
}

.wpcf7 .wpcf7-submit{
  background-color: var(--color-purple);
  color: var(--color-yg);
  opacity: 1;
}

.form-acceptance {
  text-align: center;
  padding-bottom: 24px;
}

.wpcf7-acceptance{
  justify-content: center;
}

p.form-noteText{
  font-size: min(14px,3.24vw);
}


/*--------------
大会ガイドライン
--------------*/
.guideline-area p {
  text-align: center;
  font-weight: var(--font-800);
}



@media screen and (max-width:768px) {

  h2.page-KV_title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
  }

}

@media screen and (max-width:521px) {
  /*----single----*/
  .single-top .single-top-inner {
    width: 70%;
  }
  .single-wrapper_inner .single-more {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .single-wrapper_inner .single-more a {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }

  /*----archive----*/
  .archiveNews .contents-wrapper {
    width: 90%;
  }
  .archiveNews .contents-wrapper .archiveNews-list {
    font-size: 16px;
  }

  /*----thank you----*/
  article.-thanks_wrapper h2 {
    font-size: 20px;
  }
  .entry-thanks p {
    font-size: 14px;
  }

}