@charset "UTF-8";
/* CSS Document */
/*
ピンク　#ff9bb8
水色　$text-brown
黄色 #fff8b8
*/
body {
  margin: 0;
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  color: #605b32;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  background-image: url(../images/back.webp);
  position: relative;
}

.hiddenx {
  overflow-x: hidden;
  position: relative;
}

html {
  font-size: 62.5%;
  word-wrap: break-word;
  visibility: hidden;
}

.single-photo .hamburger {
  display: none !important;
}

.hidden-box {
  height: 48px;
  width: auto;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.wpcf7-response-output {
  border: none;
  background-color: #605b32;
  color: #fff;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
}

.sent input[type=submit] {
  display: none !important;
}

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

.only-sp {
  display: none;
}

.none {
  display: none;
}

a img {
  transition: all 1s ease;
}

a img:hover {
  opacity: 70%;
}

.wprmenu_bar #custom_menu_icon.hamburger {
  z-index: 99990 !important;
}

/*go top*/
.goTop img {
  width: 50px;
}

/*responsive menu proカスタマイズ*/
div.wprm-wrapper {
  overflow: hidden !important;
}

.hamburger {
  border-radius: 50%;
}

/* 5 Columns */
.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xl-15 {
  width: 20%;
  float: left;
}

@media (min-width: 993px) {
  .col-xl-15 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 992px) {
  .col-xl-15 {
    width: 33.3333333333%;
    float: left;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .col-xl-15 {
    width: 50%;
    float: left;
    padding-bottom: 2.5rem;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .goTop img {
    width: 50px;
  }
  .hidden-box {
    display: none;
  }
}
.menu {
  display: flex;
  flex-direction: row;
  max-width: 700px;
  border: 1px solid #605b32;
  margin-right: 8rem;
  border-radius: 25px;
  padding: 1.4rem 2.1rem 1.4rem 2.1rem;
  justify-content: space-evenly;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 375px) {
  .menu {
    display: none;
  }
}

.menu-item {
  list-style-type: none;
  font-size: 1.4rem;
}

.menu-item a {
  padding: 5px;
  transition: all 1s ease;
}

.menu-item a:hover {
  background-color: white;
  border-radius: 0.3rem;
}

.menu-item a {
  color: #605b32;
}

.gnav-wrap {
  display: flex;
  justify-content: end;
  padding: 50px;
  align-items: center;
  z-index: 100;
  position: relative;
}
.gnav-wrap.page {
  background: linear-gradient(0deg, #fffced 100%, #fffced 0%);
  justify-content: space-between;
}
.gnav-wrap.page .sub_logo {
  width: 400px;
}

.menu-gnav-container {
  display: flex;
  justify-content: center;
}

.maintitle02 {
  margin-left: 8rem;
  position: absolute;
  left: 0;
}

.pd0 {
  padding: 0 !important;
}

.midashi {
  font-size: 5rem;
  padding: 1.5rem;
  text-align: center;
  margin: 14rem auto 8rem;
  border-bottom: 5px solid #605b32;
  color: #605b32;
  font-family: tbcgothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  display: table;
}

.award-midashi {
  font-size: 2rem;
  padding: 0rem 3rem 0.5rem;
  text-align: center;
  /* margin: 1rem auto; */
  border-bottom: 4px solid #605b32;
  color: #605b32 !important;
  display: table;
}

.award-icon p {
  color: #605b32;
  font-weight: bold;
}

.award-container .photo {
  background-color: #ddd;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}

.formbox {
  background-color: #fff;
  max-width: 755px;
  padding: 30px;
  margin: 0 auto 30px;
  font-size: 2.6rem;
  color: #605b32;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
  width: 95%;
}
@media (max-width: 768px) {
  .formbox {
    max-width: 555px;
    padding: 15px 70px;
  }
}

.form_flag {
  background-image: url(../images/form_flag.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 124px;
  position: absolute;
  top: calc(50% - 62px);
  left: -65px;
  text-align: center;
  font-size: 3rem;
  padding-top: 12px;
}
.form_flag span {
  font-size: 1.8rem;
}

.formbox strong {
  color: #f70000;
  font-weight: normal !important;
}

.form-arrow {
  margin: 0 auto 3rem;
  width: 3rem;
}

.formbox dl {
  margin: 0 auto;
  max-width: 450px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-160 {
  margin-bottom: 16rem;
}

.formbox dt {
  font-size: 1.4rem;
  text-align: left;
  padding-right: 1.4rem;
  width: 30%;
  font-weight: normal;
  margin-bottom: 1.8rem;
}

.formbox dd {
  font-size: 1.4rem;
  width: 70%;
  text-align: left;
}

.formbox input {
  border: #605b32 1px solid;
  border-radius: 0;
  width: 100%;
}

button,
select {
  border: #605b32 1px solid;
  border-radius: 0;
}

input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  width: auto !important;
  border: #605b32 1px solid !important;
}

.nenrei {
  width: auto !important;
}

.formbox textarea {
  border: #605b32 1px solid;
  border-radius: 0;
  width: 100%;
  height: 150px;
}

select[name=no4] {
  border: #605b32 1px solid;
  border-radius: 0;
}

select[name=pref] {
  border: #605b32 1px solid;
  border-radius: 0;
}

.formbox button {
  border: none;
  background-color: #605b32;
  color: #fff;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 0.3rem;
  transition: all 1s ease;
}

.formbox button:hover {
  background-color: #fff;
  border: #605b32 solid 1px;
  color: #605b32;
}

.formtxt input {
  border: none;
  font-size: small;
}

input#zip1 {
  width: 20%;
}

input#zip2 {
  width: 20%;
}

.formtxt button {
  border: none;
  background-color: #605b32;
  color: #fff;
  border-radius: 0;
}

.formtxt {
  margin: 0 auto 6rem;
  width: 60%;
  padding-left: 7rem;
}

.formtxt p {
  font-size: 1.5rem;
  line-height: 2;
}

.imgup {
  color: #605b32;
  font-size: 2rem;
}

.dotline-wh {
  border: dotted 2px #fff;
  margin: 20px auto;
}

.mw_wp_form ul {
  max-width: 755px;
  margin: 0 auto 30px;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding-left: 20px;
  text-align: justify;
}

.contact_go {
  background-color: #605b32;
  color: #fff;
  border-radius: 0;
  border: none;
  font-size: 2rem;
  padding: 1rem;
  width: 200px;
  display: table;
  margin: 0 auto;
  transition: all 1s ease;
  border: #605b32 1px solid;
}

.contact_go:hover {
  background-color: #fff;
  color: #605b32;
  border: #605b32 1px solid;
}

.contact_back {
  background-color: #605b32;
  border: #605b32 1px solid;
  color: #fff;
  border-radius: 0;
  border: none;
  font-size: 2rem;
  padding: 1rem;
  width: 200px;
  display: table;
  margin: 0 auto 2rem;
  transition: all 1s ease;
}

.contact_back:hover {
  background-color: #fff;
  color: #605b32;
  border: #605b32 1px solid;
}

.mw_wp_form_preview .disnone {
  display: none;
}

.mw_wp_form_preview .formbox {
  position: relative;
}

.mw_wp_form_preview .formbox:after {
  content: "応募完了画面が表示されるまでウインドウを閉じないでください。";
  color: #605b32;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: -66px;
  left: 0;
  width: 100%;
  height: auto;
}

.kanryo p {
  text-align: center;
  margin-bottom: 2rem;
}

.kanryotxt {
  font-size: 2.2rem;
  color: #605b32;
  font-weight: bold;
  text-align: center;
}

.main {
  background-color: #fff8b8;
  background-image: url(../images/il-town.png);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 940px;
}

.il-01 {
  max-width: 270px;
}

.il-02 {
  max-width: 230px;
}

.il-03 {
  max-width: 310px;
}

.il-camera {
  max-width: 65px;
  margin-left: 5px;
}

.h2-en {
  font-family: gill-sans-nova-inline, sans-serif;
  font-weight: 400;
  color: #605b32;
  text-align: center;
  font-size: 2rem;
  padding-top: 7px;
}

.main-visual {
  position: relative;
  background-color: #fff8b8;
  padding: 0px 0 10px;
}

.main-01 {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.site-title {
  max-width: 570px;
  margin: -110px auto -120px;
}

.main-02 {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-03 {
  max-width: 1150px;
  margin: -50px auto;
}

.phase {
  border-radius: 21.4px;
  font-size: 2.8rem;
  color: white;
  background-color: #605b32;
  padding: 0.6rem 4.2rem;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.period {
  font-size: 4.5rem;
  color: #605b32;
  text-align: center;
  margin: 38px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.period-before {
  font-size: 2.6rem;
  margin-right: 10px;
}

.period-new {
  color: #605b32;
  text-align: center;
  margin: 25px 0;
  font-size: 2.4rem;
  margin-right: 10px;
  line-height: 1.4;
  font-weight: bold;
}

.period-new span {
  font-size: 2rem;
  font-weight: normal;
}

.circle-btn {
  background-color: #605b32;
  width: 143px;
  height: 143px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 1s ease;
}

.p-btn {
  font-size: 3rem;
  vertical-align: middle;
  display: flex;
  padding-top: 15px;
  color: #fff;
  flex-flow: column;
  line-height: 1.2;
  text-align: center;
}

.p-btn span {
  font-size: 2.4rem;
}

.border-btn {
  border: #ff9bb8 solid 5px;
  background-color: #ff9bb8;
  border-radius: 10px;
  width: 22px;
  transform: rotate(-45deg);
  position: absolute;
  top: 105px;
  left: 0px;
}

.entry-btn {
  position: fixed;
  right: -5px;
  bottom: 130px;
  z-index: 100;
}

.circle-btn2 {
  background-color: #605b32;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-btn2 {
  font-size: 2.2rem;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  left: 25px;
  bottom: 56px;
  text-align: center;
  line-height: 1;
}

.p-btn2 span {
  font-size: 1.5rem;
}

.border-btn2 {
  border: #ff9bb8 solid 3px;
  background-color: #ff9bb8;
  border-radius: 10px;
  width: 15px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 7px;
}

.entry-btn2 {
  position: fixed;
  right: -15px;
  bottom: -50px;
  z-index: 100;
}

.entrylink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 50%;
}

.container2 {
  min-height: 920px;
  padding-bottom: 6rem;
}

.container2 .row {
  margin: 0;
}

.container2 .col-md-12 {
  padding: 0;
}

.circle-btn:hover {
  opacity: 0.8;
}

.town {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  top: 580px;
}

.top-catch {
  max-width: 1140px;
}

.subtitle {
  width: 587px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.subtitle2 {
  width: 332px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.subtitle3 {
  width: 306px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.schedulebox {
  width: 400px;
  border-bottom: 3px solid #605b32;
  margin: 0 auto;
  text-align: center;
}

.essentialsbox {
  width: 400px;
  border-bottom: 3px solid #605b32;
  margin: 0 auto;
  text-align: center;
}

section {
  padding: 8rem 0;
  position: relative;
}

.il-wave {
  max-width: 170px;
  margin-left: auto;
  margin-bottom: 20px;
}

.subtitle-text {
  max-width: 655px;
  margin: 0 auto;
}

.subtitle-line {
  border: solid 3px #605b32;
  margin: 25px 0;
}

.subtitle-p {
  max-width: 537px;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: justify;
  margin: 0 auto;
}

.il-content01 {
  margin: 85px auto;
  max-width: 850px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.il-04 {
  max-width: 280px;
  margin: 0 15px;
}

.il-05 {
  max-width: 260px;
  margin: 0 15px;
}

.il-07 {
  max-width: 390px;
  margin: 0 15px;
}

.il-content02 {
  margin: 90px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.il-shape04 {
  width: 138px;
  top: 0;
  right: 5%;
  position: absolute;
}

.il-shape02 {
  width: 168px;
  padding-left: 20px;
}

.il-ph {
  max-width: 577px;
  margin: 0 15px;
  padding-top: 50px;
}

.il-dog {
  max-width: 360px;
  margin: 0 15px;
}

.theme-subt {
  padding-bottom: 20px;
}

.subline {
  border: solid 2px #605b32;
  margin: 25px 0;
}

.this-theme {
  font-size: 6rem;
  text-align: center;
  padding: 50px 0;
  font-family: tbcgothic-std, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #f70000;
}

.blue-back {
  background-color: #fff8b8;
  width: 100%;
  height: auto;
  padding: 6rem 0;
}

.white-back {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 6rem 0;
  position: relative;
}

.theme-text {
  max-width: 400px;
  font-size: 1.7rem;
  line-height: 3rem;
  text-align: justify;
  margin: 0 auto;
  color: #000;
}

.fc-white {
  color: white;
}

.il-shape05 {
  position: absolute;
  right: -25%;
  bottom: 40%;
}

.il-06 {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 40px;
  position: absolute;
  left: 24%;
  bottom: 14%;
}

.il-layout {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.theme-left {
  width: 565px;
  height: 850px;
  background-color: #605b32;
  border-radius: 100vh;
  padding: 15rem 0;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 100px;
  z-index: 2;
}

.theme-left-inner {
  border-top: 3px solid #ffffff;
  width: 320px;
  height: auto;
}

.theme-right {
  max-width: 600px;
  height: auto;
  margin-left: -100px;
  z-index: 1;
}

.theme-right-image {
  position: absolute;
  bottom: 250px;
  right: 0px;
}

.photo-image1 {
  width: 233px;
}

.il-shape05 {
  width: 118px;
  margin-left: 91px;
}

.line-white {
  border-color: white;
}

.award-title {
  width: 302px;
}

.award-sub {
  margin-top: -50px;
  width: 170px;
  border-top: 3px solid #605b32;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.award-text {
  padding: 2rem;
  color: #605b32;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 47px;
  text-indent: 47px;
}

.award-yen {
  color: #605b32;
  font-size: 2rem;
  font-weight: bold;
  line-height: 47px;
  position: absolute;
  left: 500px;
}

.award-container {
  max-width: 900px;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

.award-icon {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.grandprix .photo,
.grandprix .award-text-container {
  width: 60%;
  margin: 0 auto;
}

.semi-grandprix,
.winning {
  flex-flow: row wrap !important;
}

.semi-grandprix .award-text-container {
  width: 95%;
}

.winning {
  justify-content: center;
  gap: 0 5%;
}

.winning .work-box {
  width: 30%;
}

.koseikai-award {
  justify-content: center;
  gap: 0 5%;
}

.koseikai-award .work-box {
  width: 30%;
}

.semi-grandprix,
.koseikai-award {
  flex-flow: row wrap !important;
}

.semi-grandprix .left-box {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

.thanks .name-group {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.thanks .name-group p {
  font-size: 2rem;
  width: 16.6666666667%;
}

.semi-grandprix .photo {
  width: 60% !important;
}

.award-text-container {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.award-text-container .title,
.award-text-container .penname {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.award-text-container .title .right {
  font-size: 2rem;
}

.koseikai-award {
  width: 100%;
  border: #605b32 4px solid;
  border-radius: 59px;
  padding: 3rem 5rem;
}

.semi-grandprix .award-text-container .title,
.semi-grandprix .award-text-container .penname,
.winning .award-text-container .title,
.winning .award-text-container .penname,
.koseikai-award .award-text-container .title,
.koseikai-award .award-text-container .penname {
  flex-flow: column !important;
  gap: 0;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.semi-grandprix .award-text-container .title .left,
.semi-grandprix .award-text-container .penname .left,
.winning .award-text-container .title .left,
.winning .award-text-container .penname .left,
.koseikai-award .award-text-container .title .left,
.koseikai-award .award-text-container .penname .left {
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

.semi-grandprix .award-text-container .title .right,
.semi-grandprix .award-text-container .penname .right,
.winning .award-text-container .title .right,
.winning .award-text-container .penname .right,
.koseikai-award .award-text-container .title .right,
.koseikai-award .award-text-container .penname .right {
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

.archive-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 80%;
  margin: 3rem auto 0;
}

.contest-item {
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 20px;
  width: 30%;
  text-align: center;
  margin-bottom: 3rem;
  padding: 1.5rem;
  margin-right: 3rem;
  transition: all 1s ease;
}

.contest-item:hover {
  box-shadow: #ddd 10px 10px 10px;
}

.contest-item p {
  font-weight: bold;
}

@media (max-width: 768px) {
  .theme-left-inner {
    width: 80%;
  }
  .grandprix .photo,
  .grandprix .award-text-container {
    width: 100%;
  }
  .award-icon {
    margin: 0 auto;
  }
  .winning .award-icon {
    width: auto;
  }
  .semi-grandprix .left-box,
  .semi-grandprix .photo,
  .winning .work-box {
    width: 100% !important;
  }
  .semi-grandprix .left-box,
  .semi-grandprix .photo,
  .koseikai-award .work-box {
    width: 100% !important;
  }
  .work-box {
    margin-bottom: 4rem;
  }
  .koseikai-award {
    padding: 3rem;
  }
  .semi-grandprix,
  .winning {
    flex-flow: column !important;
    justify-content: center;
  }
  .semi-grandprix,
  .koseikai-award {
    flex-flow: column !important;
    justify-content: center;
  }
  .award-container,
  .koseikai-award {
    width: 95%;
  }
  .semi-grandprix .award-text-container {
    width: 100%;
  }
  .award-text-container .title,
  .award-text-container .penname {
    display: flex;
    flex-flow: column;
    gap: 0;
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .award-text-container .left,
  .award-text-container .right {
    padding-left: 1rem !important;
    margin-bottom: 0;
  }
  .il-shape05,
  .il-shape02 {
    display: none;
  }
  .grandprix .award-text-container .title .left,
  .grandprix .award-text-container .title .right {
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .thanks .name-group {
    flex-flow: column;
  }
  .thanks .name-group p {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
  }
}
.award-text-container .title {
  border-bottom: #605b32 dotted 1px;
}

.award-text-container .left {
  color: #605b32;
  font-size: 1.4rem;
  text-align: left;
  width: 20%;
  padding-left: 1rem;
}

.award-text-container .right {
  font-size: 1.4rem;
  text-align: left;
  width: 70%;
}

.award-text:before {
  content: "";
  background-image: url(../images/icon-award.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 47px;
  height: 37px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: contain;
}

.award-text-thank {
  padding: 2rem;
  color: #605b32;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 47px;
  text-indent: 47px;
}

.award-text-thank:before {
  content: "";
  background-image: url("../images/icon-ribbon.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 47px;
  height: 37px;
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: contain;
}

.subtitle-cl-img {
  width: 81px;
  height: auto;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 20px;
}

.award-img {
  width: 4rem;
  height: auto;
  padding: auto 2rem;
}

.top-award {
  background-color: #fff;
  background-image: radial-gradient(#fff8b8 10%, transparent 15%), radial-gradient(#fff8b8 10%, transparent 15%);
  background-size: 20px 20px;
  background-position: 0 0, 30px 30px;
}

.top-award .col-md-10 {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.award {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

dl.items {
  border-bottom: 0.2px solid #141e22;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

dl.items dt {
  color: #605b32;
  width: 15%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
}

dl.items dd {
  width: 85%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  line-height: 2.4rem;
  text-align: justify;
}

.items ul {
  padding-left: 1.6rem !important;
}

.footer_wrap {
  background-color: #f8cdbc;
  height: 150px;
  width: auto;
}

.br-sp {
  display: none;
}

.footer-inner {
  color: #605b32;
  text-align: center;
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
}

.footer-inner strong {
  font-size: 1.6rem;
  display: block;
  padding-bottom: 8px;
}

.footer-inner p {
  font-size: 1.4rem;
}

.ft-name {
  font-weight: bold;
  padding: 5px 0;
}

.ft-adress {
  font-size: smaller;
  line-height: 2;
}

.main-visual-sp {
  display: none;
}

.schedule-sp {
  display: none;
}

.footer-inner a {
  color: #605b32;
}

@media (max-width: 768px) {
  .mw_wp_form ul {
    font-size: 1.4rem;
  }
  .formtxt p {
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .formbox dl {
    flex-flow: column;
    width: 100%;
  }
  .formbox dt {
    text-align: left;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .formbox dd {
    width: 100%;
    margin-bottom: 1rem;
  }
  .br-sp {
    display: block;
  }
  .maintitle02 {
    position: static;
    width: 100%;
    margin: 0 auto 20px;
  }
  .midashi {
    margin: 5rem auto;
  }
  .formtxt {
    margin: 0;
    padding-left: 0;
    width: 100%;
  }
  .pt-5 {
    width: 90%;
    margin: 0 auto;
  }
  .main {
    height: auto;
    background-image: none;
  }
  .main-visual {
    display: none;
  }
  .main-visual-sp {
    display: block;
    width: 100%;
  }
  .menu {
    width: 100%;
    margin: 0 auto;
    flex-flow: row wrap;
  }
  .subtitle {
    width: 90%;
  }
  .subtitle-text {
    width: 90%;
  }
  .theme-left {
    width: 90%;
    margin: 30px auto;
    padding: 8rem 0;
    height: 1030px;
  }
  .top-theme .d-flex {
    flex-flow: column;
  }
  .schedule-pc {
    display: none;
  }
  .schedule-sp {
    display: block;
    width: 100%;
  }
  .schedulebox {
    width: 100%;
  }
  .theme-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
  .theme-img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .theme-right-image {
    display: none;
  }
  .il-shape02 {
    margin-top: 15px;
  }
  .il-content02 {
    margin-top: 30px;
    flex-direction: column;
  }
  .il-ph {
    width: 100%;
    margin: 0px;
  }
  .il-07 {
    width: 70%;
    margin-top: 30px;
  }
  .il-shape04 {
    bottom: 0px;
  }
  .award {
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: column;
  }
  .award-text {
    font-size: 2rem;
  }
  .award-yen {
    font-size: 2rem;
    position: static;
  }
  .award-text-thank {
    font-size: 2rem;
  }
  .essentialsbox {
    width: 100%;
  }
  dl.items {
    flex-flow: column;
  }
  dl.items dt {
    width: 100%;
    padding-left: 0px;
  }
  dl.items dd {
    width: 100%;
    padding-right: 0px;
  }
  .footer_wrap {
    height: 450px;
  }
}
section.vote-single,
.vote-single section {
  padding-top: 0;
}

.vote-single .photo_meta {
  margin-top: 30px;
  padding: 0 30px;
}

.vote-single .photo_meta > div {
  padding: 16px 0;
  display: flex;
}

.photo_meta .head {
  color: #605b32;
  width: 110px;
  min-width: 110px;
  font-size: 14px;
  margin-right: 20px;
}

.photo_meta .photo_title .head {
  line-height: 24px;
}

.photo_meta h2.detail {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}

.vote_comments {
  padding: 0 20px;
}

.vote_comments h3.head {
  background-color: #d0e8da;
  color: #605b32;
  text-align: center;
  padding: 20px 40px 16px;
  font-size: 24px;
  margin: 0 auto 40px;
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
}

.vote_comments ul {
  list-style: none;
  padding: 0 100px;
  margin-bottom: 40px;
}

.vote_comments li {
  border-bottom: 2px dotted #605b32;
}

.vote_comments li:last-child {
  border-bottom: none;
}

.vote_comments .comment_author {
  color: #605b32;
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 16px;
  font-weight: bold;
}

.vote_comments .comment_text {
  font-size: 16px;
}

.form_wrap {
  display: flex;
  margin-bottom: 20px;
}

.photo_content .detail {
  line-height: 1.5;
  letter-spacing: 0.1rem;
}

.form_wrap.pen_name {
  align-items: center;
}

.form_wrap .head {
  width: 85px;
  min-width: 85px;
  color: #605b32;
  font-size: 14px;
  margin-right: 14px;
  font-weight: bold;
}

.input_field {
  width: 100%;
  max-width: 680px;
}

.input_field textarea,
.input_field input {
  border: 1px solid #605b32;
  width: 100%;
  max-width: 680px;
  padding: 10px 10px;
  line-height: 1.6;
}

p.form-submit {
  max-width: 780px;
  text-align: right;
  margin: 0;
  padding-left: 100px;
}

p.form-submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  background-color: #605b32;
  color: #fff;
  font-weight: bold;
  padding: 5px 30px;
  cursor: pointer;
}

.back_to_vote .btn-wrap {
  text-align: center;
  /* margin-top: 100px; */
  width: 280px;
  margin: 0 auto;
}

.back_to_vote .btn-wrap a {
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 9px 30px 10px;
  cursor: pointer;
  font-size: 24px;
}

ul.comment_pager {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul.comment_pager li {
  border: none;
}

.wait_for_approve {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .vote-single .photo_meta {
    padding: 0 5px;
  }
  .vote-single .photo_meta > div {
    flex-direction: column;
  }
  .photo_meta .head {
    text-align: left;
    margin-bottom: 8px;
  }
  .vote_comments {
    padding: 0;
  }
  .vote_comments h3.head {
    padding: 20px 20px 16px;
    font-size: 22px;
  }
  .vote_comments ul {
    padding: 0 5px;
  }
  .form_wrap {
    flex-direction: column;
  }
  .form_wrap .head {
    text-align: left;
    margin-bottom: 8px;
  }
  .form_wrap.pen_name {
    align-items: flex-start;
  }
}
/*投票期間トップ*/
.back-circle {
  max-width: 850px;
  height: 100rem;
  background-image: url(../images/back-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3rem 0;
  margin: 0 auto;
  position: relative;
}

.go-vote {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.circle-p {
  width: 20rem;
  height: 20rem;
  background-color: #fff8b8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-p p {
  text-align: center;
  color: #605b32;
  font-size: 3rem;
  line-height: 1.3;
  margin: 0;
}

.circle-p span {
  font-size: 4.2rem;
}

.circle-p .p2 {
  font-size: 3.2rem;
}

.back-circle .midashi {
  margin: 0 28px 0 0;
}

.back-circle .linkbutton {
  background-color: #605b32;
  padding: 2rem;
  font-weight: 600 !important;
  font-size: 2.6rem !important;
  color: #fff !important;
  transition: all 1s ease;
  position: relative;
}

.back-circle .linkbutton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.back-circle .linkbutton:hover {
  opacity: 0.8;
}

.back-circle > p {
  text-align: center;
}

/*.back-circle > p{
  color: $text-brown;
  font-size: 3rem;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}*/
/*.back-circle > p span{
  font-size: 2rem;
}*/
@media (max-width: 1070px) {
  .go-vote {
    flex-flow: column;
  }
  .go-vote figure {
    transform: rotate(90deg);
  }
  .back-circle {
    background-image: none;
    border: #f77f00 4px solid;
    width: 95%;
    height: auto;
    border-radius: 35px;
    padding-top: 2rem;
  }
  .circle-p {
    min-width: 270px;
    height: auto;
    border-radius: 1rem;
    padding: 2rem;
  }
  .back-circle > p {
    width: 90%;
    margin: 0 auto 3rem;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .menu-gnav-container {
    display: none;
  }
  .hamburger {
    display: block !important;
  }
  .il-content01 {
    flex-direction: row;
  }
  .il-04 {
    max-width: 40%;
  }
  .il-05 {
    max-width: 40%;
  }
  .il-06 {
    bottom: 10px;
    max-width: 220px;
  }
  .theme-left {
    margin-bottom: 290px;
    padding: 8rem 0;
    height: 740px;
  }
  .il-shape04 {
    display: none;
  }
  .il-07 {
    margin: 30px 0 0;
  }
  .theme-text {
    width: 100%;
  }
  .award-text,
  .award-text-thank {
    padding: 0 2rem;
  }
  .award-yen {
    margin-bottom: 30px;
  }
}
.photo_wrap {
  width: 800px;
  height: 550px;
  margin: 0 auto;
}

.photo_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.new-vote-btn {
  text-align: center;
}

.new-vote-btn a {
  background-color: #605b32;
  font-size: 3rem;
  color: #fff;
  padding: 3rem 5rem;
  font-weight: bold;
  border-radius: 18px;
  transition: all 0.5s ease;
  display: inline-block;
}

.new-vote-btn a:hover {
  box-shadow: 5px 5px 3px #ccc;
  transform: translate(-5px, -5px);
}

@media (max-width: 768px) {
  .photo_wrap {
    width: 100%;
    height: auto;
  }
  .new-vote-btn a {
    font-size: 2rem;
    padding: 2rem 5rem;
  }
}
.main_area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  min-height: 900px;
  width: 95%;
}
.main_area .left {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: start;
}
.main_area .left .main_il {
  width: 85%;
}
.main_area .left .main_copy {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 60%;
}
.main_area .main_title {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.main_area .main_title .tori, .main_area .main_title .theme, .main_area .main_title .date {
  position: absolute;
}
.main_area .main_title .date {
  bottom: 10rem;
  right: 3rem;
  width: 55%;
}
.main_area .main_title .theme {
  width: 60%;
  bottom: 18rem;
  left: 0;
}
.main_area .main_title .tori {
  width: 28%;
  top: -2rem;
  right: 4rem;
}

.entry_btn {
  max-width: 300px;
  margin: 0 auto;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  width: 90%;
}
.layout.df-row {
  display: flex;
  flex-flow: row wrap;
}
#vote_cont .layout.df-row {
  max-width: 930px;
  position: relative;
}
#vote_cont .layout.df-row:nth-of-type(2) {
  max-width: 520px;
  justify-content: space-between;
  margin: 5rem auto;
}

.formbox.layout {
  background-color: #fff;
  box-shadow: #ddd 15px 15px 20px;
  padding: 8rem;
  margin-bottom: 10rem;
}

.attention {
  max-width: 800px;
  margin: 4rem auto;
  width: 95%;
}

h3 {
  max-width: 800px;
  margin: 5rem auto 0 !important;
  width: 95%;
}

#winner .layout,
#theme .layout,
#schedule .layout,
#guideline .layout {
  background-color: #fff;
  box-shadow: #ddd 15px 15px 20px;
  padding: 8rem;
}

#outline figure {
  max-width: 600px;
  margin: 7rem auto 4rem;
}
#outline .text {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  position: relative;
  gap: 3rem;
}
#outline .text figure {
  margin: 0 auto;
}
#outline .text .yasumi_btn {
  width: 200px;
  position: absolute;
  bottom: -100px;
  right: -80px;
}
#outline .text p {
  width: 100%;
  line-height: 1.8;
  padding-left: 3rem;
}

.h2_box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 4rem 0 8rem;
}
.h2_box h2 {
  font-weight: normal;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 1.1rem;
  position: relative;
  display: inline-block;
}
.h2_box h2::before {
  content: "";
  background-image: url(../images/wave_blue.webp);
  width: 12rem;
  height: 4.8rem;
  position: absolute;
  right: -12rem;
  top: -1rem;
  background-size: contain;
  transform: scale(-1, 1);
}
.h2_box h2::after {
  content: "";
  background-image: url(../images/wave_orange.webp);
  width: 12rem;
  height: 4.8rem;
  position: absolute;
  left: -12rem;
  bottom: -1rem;
  background-size: contain;
  transform: scale(-1, 1);
}

#winner .box {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 8rem;
}
#winner .box .text {
  text-align: justify !important;
}
#winner .box .item01, #winner .box .item02 {
  position: relative;
  padding: 8rem;
  display: flex;
  flex-flow: column;
  justify-content: start;
  box-shadow: #ddd 15px 15px 20px;
  gap: 3rem;
}
#winner .box .item01 p, #winner .box .item02 p {
  text-align: center;
}
#winner .box .item01 {
  flex: 0 0 100%;
  background-color: rgba(247, 202, 198, 0.4);
}
#winner .box .item01 .photo_box {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
#winner .box .item01 .photo_box img {
  width: 48%;
}
#winner .box .item01 .prize {
  font-size: 3rem;
  line-height: 1.3;
}
#winner .box .item02 {
  flex: 0 0 calc(50% - 4rem);
  background-color: rgba(228, 212, 198, 0.25);
}
#winner .box .item02 .prize {
  font-size: 2.5rem;
  line-height: 1.3;
}
#winner .box .ribon {
  width: 12rem;
  position: absolute;
  left: -6rem;
  top: -1rem;
}

#theme .layout {
  align-items: center;
}
#theme .h2_box h2 {
  font-size: 2.8rem;
  line-height: 1.5 !important;
}
#theme .h2_box h2 span {
  font-size: 5rem;
}
#theme p {
  width: 50%;
  padding: 3rem;
}

#guideline th, #guideline td {
  font-weight: normal;
  padding: 2rem 1rem;
  border-bottom: 0.5px solid #605b32;
}
#guideline th {
  width: 130px;
}
#guideline ul {
  padding-left: 0;
}
#guideline ul li {
  list-style: none;
  text-indent: -0.9rem;
  padding-left: 1.6rem;
}

.cont th {
  width: 80px;
  height: 160px;
  background-color: #abdbe3;
  color: #605b32;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont th span {
  font-size: 1.5rem;
}
.cont td {
  width: 100%;
  height: 160px;
  background-color: rgba(171, 219, 227, 0.4);
  position: relative;
}
.cont td .item {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: #ddd 15px 15px 20px;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  width: 90%;
  position: absolute;
  height: 280px;
  top: 3rem;
  left: 5%;
  padding: 3rem;
}
.cont td .item .day_name {
  width: 160px;
  border-right: 0.5px solid #605b32;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.cont td .item .day {
  flex: 1;
  font-size: 3rem;
  height: 100%;
  display: flex;
  padding: 2rem;
  flex-flow: column;
  justify-content: center;
  line-height: 1.5;
}
.cont td .item .day span {
  font-size: 1.4rem;
}
.cont tr:nth-of-type(2) th {
  background-color: #f8cdbc;
  height: 400px;
}
.cont tr:nth-of-type(2) td {
  background-color: rgba(248, 205, 188, 0.4);
  height: 400px;
}
.cont tr:nth-of-type(2) td .item {
  top: 21rem;
  height: 220px;
}
.cont tr:nth-of-type(3) .item {
  top: 7rem;
  height: 70px;
  padding: 1rem 3rem;
}

.cloud {
  position: absolute;
}
.cloud.c01 {
  top: -100px;
  left: 0;
}
#theme .cloud.c01 {
  right: -100px;
  top: 0 !important;
  left: initial;
}
#guideline .cloud.c01 {
  left: -100px !important;
  top: 0 !important;
}
.cloud.c02 {
  right: -150px;
  top: 3rem;
}
#winner .cloud.c02 {
  right: -100px;
  bottom: 50%;
  top: initial;
}
#shedule .cloud.c02 {
  right: -100px !important;
  top: initial !important;
  bottom: 0;
}
#online .cloud.c02 {
  left: -100px !important;
  top: 0 !important;
  right: initial !important;
}
.cloud.c03 {
  left: -100px;
  top: 800px;
}
#outline .cloud.c03 {
  left: -100px;
  bottom: 0;
  top: initial;
}
#winner .cloud.c03 {
  left: -100px;
  bottom: 20%;
  top: initial;
}
#shedule .cloud.c03 {
  left: -100px;
  top: 0 !important;
}
#online .cloud.c03 {
  right: -100px !important;
  top: 50% !important;
  left: initial !important;
}
.cloud.c04 {
  right: -50px;
  top: 800px;
}
#guideline .cloud.c04 {
  right: -100px !important;
  top: initial !important;
  bottom: 0;
}
#online .cloud.c04 {
  left: -100px !important;
  bottom: 0 !important;
  right: initial !important;
  top: initial !important;
}

.senryu_form {
  background-color: #f7f2ed;
  margin: 0 auto 5rem;
  padding: 3rem;
  display: flex;
  flex-flow: column;
  width: 80%;
  outline: 0.5px solid #831f1f;
  outline-offset: -8px;
}
.senryu_form > div {
  margin-bottom: 2rem;
  width: 70%;
}
.senryu_form > div input {
  width: 100%;
}
.senryu_form > div:nth-of-type(1) {
  align-self: start;
}
.senryu_form > div:nth-of-type(2) {
  align-self: center;
}
.senryu_form > div:nth-of-type(3) {
  align-self: end;
}

.middle {
  display: none;
}

.small {
  display: none;
}

.hamburger {
  padding: 17px 13px !important;
}

.hamburger--slider .hamburger-inner {
  top: 7px !important;
}

input::-moz-placeholder {
  font-size: 1.5rem;
  color: #ccc;
  padding-bottom: 1rem;
}

input::placeholder {
  font-size: 1.5rem;
  color: #ccc;
  padding-bottom: 1rem;
}

.intro {
  margin-bottom: 5rem;
  text-align: center;
}

.fix_btn {
  position: fixed;
  right: 5rem;
  bottom: 10rem;
  width: 500px;
  width: 200px;
  z-index: 100;
  display: flex;
}

#online {
  padding-bottom: 25rem;
}
#online > .layout {
  margin-bottom: 10rem;
}
#online > .layout:nth-of-type(2) {
  margin-bottom: 0;
}
#online .layout.df-row {
  align-items: center;
}
#online .layout.df-row p {
  flex: 1;
  padding-left: 5rem;
}
#online .outline p {
  font-size: 3rem;
  color: #605b32;
}
#online .outline p span {
  color: #d86060;
}

.yasumi_icon {
  max-width: 480px;
}

.yasumi_photo {
  width: 300px;
}

.webcast {
  background-color: #fff;
  padding-bottom: 5rem;
}
.webcast .date {
  height: 160px;
  width: 100%;
}
.webcast .date .left, .webcast .date .right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6rem;
}
.webcast .date .left p, .webcast .date .right p {
  padding-left: 0 !important;
  text-align: center;
  margin-bottom: 0;
}
.webcast .date .left {
  background-color: #abdbe3;
  font-size: 4.4rem;
}
.webcast .date .right {
  background-color: #d2ecf0;
  font-size: 3.7rem;
  flex: 1;
}
.webcast .item {
  padding: 5rem 0 0;
}
.webcast .item p {
  font-size: 2rem;
  color: #605b32;
}

.prof {
  max-width: 850px;
}

/*YouTube埋め込みのレスポンシブ*/
.movie {
  position: relative;
  padding-bottom: 28%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: 50%;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vote_photo {
  position: relative;
  background-color: #f7f2ed;
  outline: 0.5px solid #831f1f;
  outline-offset: -8px;
  width: 100%;
  min-height: 500px;
  writing-mode: vertical-rl;
  padding: 2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto 70px;
  width: 35%;
}

.vote_photo p {
  font-size: 4rem;
  color: #605b32;
  margin: 0;
  padding: 0 0 3rem;
  font-family: vdl-pengentle, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-feature-settings: normal !important;
}

.vote_photo p:nth-of-type(1) {
  align-self: flex-start;
}

.vote_photo p:nth-of-type(2) {
  align-self: center;
}

.vote_photo p:nth-of-type(3) {
  align-self: flex-end;
}

#vote_cont {
  background-color: rgba(228, 212, 198, 0.2);
}
#vote_cont .btn-wrap {
  width: 280px;
  margin: 0 auto;
}
#vote_cont .item {
  flex: 0 0 46%;
  padding: 13rem 2rem 2rem;
  background-color: #fff;
  box-shadow: #ddd 15px 15px 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
  font-size: 2.4rem;
  text-align: center;
}
#vote_cont .item .form_flag {
  top: -10px;
  left: calc(50% - 65px);
  padding-top: 0;
}
#vote_cont .item:nth-of-type(2) > p span {
  font-size: 4rem;
}

.mark_txt {
  padding: 5rem;
  font-size: 2rem;
  flex: 1;
}
.mark_txt span {
  font-size: 2.2rem;
}

.vote_mark {
  max-width: 420px;
}

.vote_arrow03 {
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 55px);
  z-index: 5;
}

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

/*発表用*/
#result .ribon {
  width: 10rem;
  position: absolute;
  left: -5rem;
  top: -5rem;
  z-index: 1;
}
#result .layout {
  max-width: 650px;
}
#result .prize {
  width: 100%;
  text-align: center;
}

.senryu_frame {
  position: relative;
  background-color: #f7f2ed;
  border: #ccaa4a 8px solid;
  width: 300px;
  min-height: 500px;
  writing-mode: vertical-rl;
  padding: 2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
}
.senryu_frame::before {
  content: "";
  border: #ccaa4a 3px solid;
  width: 97%;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.senryu_frame p {
  font-size: 4rem;
  color: #605b32;
  margin: 0;
  padding: 0 0 3rem;
  font-family: vdl-pengentle, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-feature-settings: normal !important;
}
.senryu_frame p:nth-of-type(1) {
  align-self: flex-start;
}
.senryu_frame p:nth-of-type(2) {
  align-self: center;
}
.senryu_frame p:nth-of-type(3) {
  align-self: flex-end;
}

.txt_box {
  width: 300px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.txt_box .pen_name {
  font-size: 2.2rem;
  border-bottom: 1px solid #000;
  width: 100%;
}
.txt_box .pen_name span {
  font-size: 1.8rem;
}

.work_txt {
  width: 100%;
  text-align: justify;
  padding: 10px;
  font-size: 1.4rem !important;
  border-radius: 10px;
  border: 0.5px solid #605b32;
  background-color: #fff;
  height: 135px;
  overflow: scroll;
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
.work_txt::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.result_item {
  padding: 7rem 0rem;
  position: relative;
}
.result_item .cloud {
  top: 100px !important;
}

.grandprix {
  background-color: #f9dad4;
}

.winner,
.koseikai {
  background-color: rgba(249, 218, 212, 0.25);
}
.winner .thanks,
.koseikai .thanks {
  text-align: center;
  font-size: 2.2rem;
  border-bottom: 1px solid #000;
  width: 300px;
  margin: 2rem auto 1rem;
}
.winner .ribon,
.koseikai .ribon {
  left: 1rem !important;
}
.winner .layout,
.koseikai .layout {
  gap: 3rem 2rem;
  max-width: calc(650px + 24rem) !important;
  padding: 0 12rem;
}
.winner .item,
.koseikai .item {
  width: calc((100% - 4rem) / 3);
}
.winner .item .senryu_frame,
.koseikai .item .senryu_frame {
  width: 100%;
  min-height: 400px;
}
.winner .item .senryu_frame p,
.koseikai .item .senryu_frame p {
  font-size: 3rem;
}
.winner .item .txt_box,
.koseikai .item .txt_box {
  width: 100%;
  margin-top: 1rem;
}
.winner .item .txt_box .pen_name,
.koseikai .item .txt_box .pen_name {
  font-size: 1.6rem;
  border-bottom: none;
}
.winner .item .txt_box .pen_name span,
.koseikai .item .txt_box .pen_name span {
  font-size: 1.4rem;
}
.winner .item .txt_box p,
.koseikai .item .txt_box p {
  font-size: 1.4rem;
}

.thanks_prize {
  padding: 0 !important;
}
.thanks_prize p {
  text-align: center;
}

#overview .layout {
  max-width: 800px;
}
#overview ul {
  padding: 0;
}

summary {
  background-color: #605b32;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 12px;
  color: #fff;
}

details li {
  list-style: none;
  border-bottom: 1px solid #605b32;
  font-size: 1.8rem;
  padding: 1.5rem;
}
details li span {
  font-size: 1.2rem;
  /* background-color: #afa766; */
  border-radius: 10px;
  padding: 3px 1rem;
  /* color: #fff; */
  border: 1px solid;
  margin-left: 6rem;
}

@media (max-width: 990px) {
  .gnav-wrap.page .sub_logo {
    width: 100%;
    padding: 0 10rem;
  }
  .gnav-wrap {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 840px) {
  .large {
    display: none;
  }
  .main_area {
    min-height: 620px;
  }
  .cloud {
    width: 50%;
  }
  .cloud.c01 {
    left: -100px;
  }
  .cloud.c02 {
    top: -100px;
  }
  .cloud.c03 {
    top: 700px;
  }
  .cloud.c04 {
    top: 700px;
  }
  .main_area .main_title .date {
    bottom: 12rem;
  }
  #outline .cloud.c03 {
    bottom: 400px;
  }
  #winner .box .item02 {
    flex: 0 0 100%;
  }
  #theme .h2_box,
  #theme p {
    width: 100%;
  }
  .h2_box {
    padding: 4rem 0;
  }
  .cont td .item .day_name {
    width: 100%;
    height: 3rem;
    border-right: none;
    border-bottom: 0.5px solid #605b32;
  }
  .cont td .item .day {
    padding: 1rem;
    height: auto;
    text-align: center;
  }
  .cont tr:nth-of-type(3) .item {
    top: 2rem;
    height: 120px;
  }
  .cont tr:nth-of-type(2) td .item {
    top: 19rem;
  }
  .middle {
    display: block;
  }
  .fix_btn {
    right: 1rem;
    bottom: 1rem;
  }
  #online {
    padding-bottom: 10rem;
  }
  #online > .layout.df-row {
    flex-flow: column;
  }
  #online .cloud {
    opacity: 0.3;
  }
  .webcast .date .left p,
  .webcast .date .right p {
    font-size: 3rem;
  }
  #online .layout.df-row p {
    padding-left: initial;
  }
  .webcast .item p {
    padding-left: 2rem !important;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .winner .layout,
  .koseikai .layout {
    max-width: 100%;
    width: 100%;
  }
  .winner .item .senryu_frame p,
  .koseikai .item .senryu_frame p {
    line-height: 1.3;
  }
}
@media (max-width: 540px) {
  .vote_form .form_flag {
    display: none;
  }
  #vote_cont .item {
    flex: 0 0 80%;
    padding: 13rem 2rem 2rem;
    margin-bottom: 2rem;
    margin: 0 auto;
  }
  #vote_cont .item:nth-of-type(1) {
    margin-bottom: 14rem;
  }
  .vote_arrow03 {
    width: 30px;
    left: calc(50% - 15px);
  }
  .fix_btn {
    right: 0;
    bottom: 0;
  }
  .main_area {
    min-height: 300px;
  }
  .main_area .main_title .theme {
    bottom: -5rem;
    left: 5rem;
  }
  .main_area .main_title .date {
    bottom: -100px;
    right: 0;
  }
  .cloud {
    width: 60%;
  }
  .cloud.c01 {
    left: -40px;
    top: 0;
    width: 70%;
  }
  .cloud.c02 {
    right: -80px;
  }
  .cloud.c03 {
    top: 400px;
  }
  .cloud.c04 {
    top: 400px;
  }
  section {
    padding: 5rem 0;
  }
  #outline .cloud.c03 {
    bottom: 420px;
    left: -50px;
  }
  #outline .text p {
    width: 100%;
  }
  #outline .text .yasumi_btn {
    width: 150px;
    position: absolute;
    bottom: -100px;
    right: -10px;
  }
  #winner .layout,
  #theme .layout,
  #schedule .layout,
  #guideline .layout {
    padding: 3rem;
  }
  #winner .box .ribon {
    width: 8rem;
    position: absolute;
    left: -2rem;
    top: -1rem;
  }
  #winner .box .item01 .photo_box {
    flex-flow: column;
    gap: 1rem;
  }
  #winner .box .item01 .photo_box img {
    width: 100%;
  }
  #winner .box .item01,
  #winner .box .item02 {
    padding: 2rem;
  }
  .small {
    display: block;
  }
  .h2_box h2 {
    font-size: 3rem;
    letter-spacing: 0;
  }
  #guideline tr, #guideline th, #guideline td {
    display: block;
    width: 100%;
  }
  #guideline th {
    background-color: #eee;
    height: 50px;
    text-align: center;
    padding: 1.2rem;
  }
  #guideline .cloud.c04 {
    right: -50px !important;
    bottom: -150px;
  }
  #schedule th {
    text-align: center;
    width: 28px;
    flex-flow: column;
    letter-spacing: 0;
  }
  .cont td .item {
    padding: 1rem;
  }
  .main_area {
    flex-flow: column-reverse;
  }
  .main_area .main_title {
    width: 80%;
    align-self: flex-end;
  }
  .main_area .left .main_il {
    width: 100%;
  }
  .main_area .left {
    margin-top: -5rem;
  }
  .main_area .left .main_copy {
    left: -13px;
    top: -150px;
  }
  section#main {
    padding: 0 0 5rem;
  }
  .gnav-wrap.page .sub_logo {
    width: 260px;
    padding: 0;
  }
  .gnav-wrap.page {
    padding: 25px 15px;
  }
  .formbox.layout {
    padding: 1rem;
  }
  .senryu_form > div input {
    font-size: 1.5rem;
  }
  .senryu_form {
    width: 100%;
  }
  .footer_wrap {
    height: 350px;
  }
  #online .layout.df-row p {
    padding-left: 0;
  }
  #online .outline p {
    font-size: 2rem;
  }
  .webcast .date {
    height: auto;
  }
  .webcast .date .left {
    width: 100%;
  }
  .webcast .date .left,
  .webcast .date .right {
    padding: 1rem;
  }
  .webcast .item {
    flex-flow: column;
  }
  .movie {
    padding-bottom: 56.2%;
    width: 100%;
  }
  .webcast .item p {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  #online {
    padding-bottom: 2rem;
  }
  #result .layout {
    justify-content: center;
  }
  .txt_box {
    margin-top: 1rem;
  }
  .senryu_frame {
    width: 250px;
  }
  #theme p {
    padding: 0;
  }
  .winner .layout,
  .koseikai .layout {
    padding: 0 6rem;
  }
  .winner .item,
  .koseikai .item {
    width: 100%;
  }
  .sp_block {
    display: block;
  }
  .thanks_prize {
    width: 95% !important;
  }
  details li {
    font-size: 1.5rem;
    padding: 1rem;
    letter-spacing: 0;
    text-align: center;
  }
  details li span {
    padding: 2px 1rem 0;
    margin-left: 0;
    display: block;
  }
  #result .ribon {
    width: 6.5rem;
  }
}
/*2023-03-23追加*/
.summary {
  flex: 1;
  padding-left: 2rem;
  text-align: justify;
}

.yasumi_circle {
  width: 200px;
}

.sohyo {
  align-items: center;
  margin: 3rem auto;
}

.new_h3 {
  text-align: center;
  border-bottom: 2px solid #605b32;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 1rem;
  font-size: 2.5rem;
}
.new_h3 span {
  font-size: 1.5rem;
}

.teacher_comment {
  text-align: justify;
  border: #605b32 solid 0.5px;
  padding: 1rem;
  display: block;
  margin: 1rem 0;
  min-height: 135px;
}

@media (max-width: 540px) {
  .summary {
    flex: 1;
    padding-left: 0;
  }
  .yasumi_circle {
    width: 100%;
  }
}/*# sourceMappingURL=content.css.map */