/**
 * JA山口県 東部エリア主催 推しの我が子フォトコンテスト 2026
 **/

@charset "utf-8";

/*** common ***/
:root {
  --root-font-size: 16;
}
html, body, main, aside, article, section, nav, header, footer, div, p, dl, dt, dd { margin:0; padding:0; }
html {
	font-size: 100%;
  touch-action: manipulation;
}
body {
  width: 100%;
  font-size: 100%;
  font-size: calc( 13 / var(--root-font-size) * 1rem );
  color: #000;
  background-color: #f9d7e4;
  line-height: 1.6;
}
header,main,footer {
  display: block;
}
main { display:block; overflow: hidden; }
h1,h2,h3,h4,h5,h6 {
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div, p, a, span, dd, dt, li, address {
  font-size: 1rem;
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
  max-width: 100%;
}
ul,ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
time {
  display: inline-block;
}
address {
  font-style: normal;
}
button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-style: none;
  margin: 0 auto;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
* {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }

main { color:#000; background-color: #fff; }
nav {
  color: #fff;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  word-wrap: normal!important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 768px) {
  div, p, a, span, dd, dt, li, address {
    font-size: 1.25rem;
  }
  * {
    font-size: 1.25rem;
  }
}



/*** keyframe ***/
@keyframes bgscroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4499px 0;
  }
}



/*** common ***/
.container {
  width: 100%;
  max-width: 875px;
  margin: 0 auto;
  padding: 0 1rem;
}




/*** animation ***/
.viewanm{
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.viewanm.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/*** header **/
header {
}




/*** nav / fixed_nav ***/
nav#fixed_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-top: 2px solid #e3007f;
  background-color: #fff;
  z-index: 10;
}

nav#fixed_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  justify-content: center;
  margin: 0.375rem auto 0;
}

nav#fixed_nav li {
  display: inline-block;
  max-width: 30%;
}
nav#fixed_nav li + li {
  margin-left: 1%;
}

nav#fixed_nav li a {
  display: block;
  max-width: 100%;
}
nav#fixed_nav li a:hover {
  opacity: 0.8;
}
nav#fixed_nav li a img {
  height: auto;
}

nav#fixed_nav li#btn_entry {
  padding-left: 0;
  margin-right: 0.5%;
}
nav#fixed_nav li#btn_entry a {
  display: block;
  width: 11.25rem;
  height: 2.9rem;
  color: #fff;
  background-color: #d21177;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #f9d7e4;
  padding-top: .5rem;
  margin: 0;
  text-align: center;
  margin: 0.5rem auto 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
nav#fixed_nav li#btn_entry a:hover {
  background-color: #d1111b;
}


/*** mainvisual ***/
.mainvisual {
  max-height: unset;
  position: relative;
  background-color: #f9d7e4;
  /*padding-bottom: 5.5rem;*/
}

.mainvisual .container {
  position: relative;
  background-color:#fff;
  background-image: url(../images/mv.jpg);
  background-repeat: no-repeat;
  background-size: 78vw;
  background-position: right -23vw bottom 6vw;
}
@media screen and (min-width: 768px) {
  .mainvisual .container {
    background-size: 635px;
    background-position: right -92px bottom -50px;
  }
}


.mainvisual .container > div.mv {
  display: block;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}
.mainvisual .container > div.mv img {
  position: relative;
  left: -10vw;
  width: 120vw;
  max-width: none;
}

/*.mainvisual .container > div {
  position: relative;
}*/

.mainvisual .container > div div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  max-width: 722px;
  height: 30%;

}
.mainvisual > div div {
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
  width: auto;
  max-width: unset;
  height: auto;
  padding: 3rem 0;
}

.mainvisual > div div::before {
  content: '';
  background-color: rgba(255, 235, 195, 0.35);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.mainvisual > div div::before {
  display: none;
}

.mainvisual > div div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: calc(100% - 100px);
  height: 100%;
  height: calc(100% - 20px);
  background-image: url(./images/phrase2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mainvisual > div div p {
  position: unset;
  transform: unset;
  width: auto;
  height: auto;
  background: none;
  white-space: unset;
  overflow: unset;
}

@media (min-width:700px) {
  .mainvisual {
    padding-top: calc((100vw - 1200px) * 0.16);
  }
  .mainvisual {
    padding-top: unset;
  }
}

@media (min-width: 920px) {
  .mainvisual > div.mv {
    left: -10vw;
    width: 120vw;
    left: 0;
    width: 100%;
    max-width: 120vw;
  }
  .mainvisual > div.mv img {
    width: 100%;
    left: calc((80vw - 1200px) / 4);
    width: 100%;
    max-width: 120vw;
  }
}

@media (min-width:1200px) {
  .mainvisual {
    left:0;
    padding-top: 0;
  }
  .mainvisual {
    left: unset;
    padding-top: unset;
  }

  .mainvisual > div.mv {
    width: 1200px;
    margin: 0 auto;
  }
  .mainvisual > div.mv img {
    left: 0;
  }
}

@media (min-width:1920px) {
  .mainvisual {
  }
  .mainvisual > div img {
    width: 100vw;
    left: 0;
  }
}


header .jaye {
  position: absolute;
  top: 1rem;
  right: .2rem;
  z-index: 7;
  width: 40%;
}
header .jaye img {
  /*max-width: 280px;*/
}

header .logo {
  position: absolute;
  top: 18%;
  width: 100%;
  margin: 0 auto;
  z-index: 6;
}
header .mainvisual .logo {
  position: absolute;
}
header .logo a {
  display: block;
}

header .logo h1 {
  width: 638px;
  max-width: 100%;
  margin: 0 auto;
}
header .logo h1 a {
  display: block;
  /*width: 100%;*/
  width: 60%;
  height: 0;
  /*margin:0 auto;*/
  margin: 0;
  padding-top: 80%;
  background-image: url(../images/logo_2026_mv.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header .prize_photobook {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}

header .entry_division {
  height: 3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d1111b;
  background-image: url(../images/entry_division.png);
  /*background-size: 70%;*/
  /*background-position: left .5rem bottom 0;*/
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 430px) {
  header .entry_division {
    height: 5.5rem;
    bottom: 0;
  }
}

@media screen and (min-width: 750px) {
  header .logo h1 {
    position: relative;
    /* left: calc((100vw - 750px) / 2); */
    /* z-index: 2; */
  }
/*
  header .entry_division {
    display: block;
    width: 100%;
    max-width: 150px;
  }
*/
}
@media screen and (min-width: 860px) {
  header .logo h1 {
  }
/*
  header .entry_division {
    max-width: 300px;
    right: calc((860px - 100vw) / -2);
  }
*/
}
@media screen and (min-width: 1070px) {
  header .entry_division {
    /* right: calc((1070px - 100vw) / -2); */
  }
}

@media screen and (min-width: 1200px) {
  header .logo h1 {
  }
}


/*** main ***/
main {
  padding-top: 0;
}

/*@media screen and (min-width: 430px) {
  main {
    padding-top: 0;
  }
}*/


/*** catchcopy ***/
#catchcopy {
  text-align: center;
  /*background-color: #f9d7e4;*/
}

#catchcopy .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#catchcopy h2,
#catchcopy h2 span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.125rem, 6vw, 2rem);
  margin: 0 0 1em;
  color: #e73169;
  font-size: 2.25rem;
  word-break: keep-all;
}

#catchcopy .container p,
#catchcopy .container p * {
  font-size: clamp(0.8125rem, 3vw, 1.25rem);
}

#catchcopy .container p span {
  display: block;
}

@media screen and (min-width: 1300px) {
  #catchcopy::after {
    padding-top: 336px;
  }
}



/*** prize ***/
#prize {
  /*position: relative;*/
  background-image: linear-gradient(17.5deg, #ffed7d, #fde5ce 50%, #ffed7d);
}
#prize #prize_winner {
}

#prize #prize_all {
  /*background-color: #f5b7c4;*/
}

#prize h2 {
  /* display: none; */
}

#prize img {
  height: auto;
}

#prize #prize_winner .container,
#prize #prize_all .container {
  max-width: 810px;
}

#prize #prize_winner .container {
  padding: 0 0 2rem;
  position: relative;
}
#prize #prize_winner .container p#prize_grandchampion {
  /*max-width: 335px;*/
  /*margin: 0 1rem;*/
  width: 100%;
  padding-top: 80%;
  background-image: url(../images/prize_grandchampion_2026.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}

#prize #prize_all .container {
  position: relative;
  min-height: 4rem;
}
#prize #prize_all .container p.prize_photobook {
  display: block;
  width: 100%;
  max-width: 282px;
  height: 139px;
  margin-right: auto;
  margin-left: -90px;  
  background-image: url(../images/prize_photobook.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#prize #prize_all .container .prize_earlyentry {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 300px;
  z-index: 1;
}
@media screen and (min-width:770px) {
  #prize #prize_all .container .prize_earlyentry {
    bottom: -108px;
    width: 50%;
  }
}




/*@media screen and (min-width: 400px) {
  #prize #prize_winner .container {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #prize #prize_winner .container p {
    width: 48%;
    max-width: 335px;
    margin: 0;
  }
  #prize #prize_all .container p {
    margin-right: 30vw;
    margin-left: auto;
  }
}*/



/*** rules ***/
#rules {
  position: relative;
  padding-bottom: 2.5rem;
  margin-top: 4.5rem;
}
/*#rules::before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7vw 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}*/

#rules h2 {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 0;
  margin: 0 auto;
  padding-top: 10.68%;
  background-image: url(../images/ttl_rules.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#rules h2.rules_award {
  height: auto;
  padding-top: 0;
  background-image: unset;
  text-indent: unset;
  text-align: center;
  background-color: #d21177;
  border-radius: 1rem;
  white-space: unset;
  padding: 0.625rem 1em 0.5rem;
}
#rules h2.rules_award > span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
}
#rules ul.rules_award_list {
  margin: 1rem 0;
}
#rules ul.rules_award_list li::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #d21177;
  margin-right: 0.25rem;
  vertical-align: middle;
}
#rules ul.rules_award_list li {
  padding-left: 1em;
  text-indent: -1.5em;
  font-size: 1rem;
}
#rules ul.rules_award_list li + li {
  margin-top: 0.5rem;
}


#rules .container {
  padding-top: 1rem;
}

#rules .rules_block {
}
#rules .rules_block > div {
  margin: 1rem 0;
  border: 3px solid #f9d7e4;
  border-radius: 1rem;
  overflow: hidden;
}
#rules .rules_block > div h3 {
  color: #000;
  background-color: #f9d7e4;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  padding: .5rem 0;
}

#rules .rules_block > div .btn {
  padding-left: 0;
}
#rules .rules_block > div .btn a {
  display: block;
  width: 15.625rem;
  height: 3.125rem;
  color: #fff;
  background-color: #d21177;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #f9d7e4;
  padding-top: .5rem;
  margin: 0.5rem auto 1rem;
  text-align: center;
  font-weight: bold;
}
#rules .rules_block > div .btn a:hover {
  background-color: #d1111b;
}

#rules .rules_block > div dl {
  padding: 1rem;
}

#rules .rules_block > div dl > div {
}
#rules .rules_block > div dl > div + div {
  margin-top: 0.8em;
}
#rules .rules_block > div dl > div * {
  font-size: 1rem;
}

#rules .rules_block > div dt {
}
#rules .rules_block > div dd > ul > li {
  padding-left: 1em;
  font-size: 0.875rem;
  position: relative;
}
#rules .rules_block > div dd > ul > li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d21177;
}

#rules .rules_block > div dt::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 0.2em;
  background-color: #d21177;
}
#rules .rules_block > div dd {
}

#rules .rules_block > div dl dl {
  padding: 0;
}
#rules .rules_block > div dl dl dt,
#rules .rules_block > div dl dl dd,
#rules .rules_block > div dl dl dd * {
  font-size: 0.875rem;
}

#rules .rules_block > div dl dl > div {
  padding-left: 1rem;
  position: relative;
}
#rules .rules_block > div dl dl > div::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d21177;
}


#rules .rules_block > div dl dl dd + dd {
  width: 100%;
}
#rules .rules_block > div dl dl dd + dd > span + span {
  /*display: block;*/
}



#rules .rules_block > div > ul,
#rules .rules_block > div > ol {
  padding: 1rem;
}
#rules .rules_block > div li h4 {
  font-size: 1rem;
}

#rules .rules_block > div > ol {
  counter-reset: rule-counter;
}
#rules .rules_block > div > ol li + li {
  margin-top: 0.5em;
}
#rules .rules_block > div > ol li h4 {
  position: relative;
  padding-left: 1.4em;
  font-weight: bold;
}
#rules .rules_block > div > ol li h4::before {
  content: counter(rule-counter);
  counter-increment: rule-counter;
  display: inline-block;
  padding-left: 0.3em;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0.875rem;
  width: 1.5em;
  height: 1.5em;
  margin-left: -1.8em;
  margin-right: 0.4em;
}
#rules .rules_block > div > ol li p {
  padding-left: 1.4em;
  font-size: 1rem;
}

#rules .rules_block ul.rule_area {
  display: block;
}
#rules .rules_block ul.rule_area li {
  position: static;
  display: inline;
  padding-left: 0;
  white-space: nowrap;
}
#rules .rules_block ul.rule_area li::before {
  content:'';
  position: static;
  top: unset;
  left:unset;
  width: auto;
  height: auto;
  border-radius: unset;
  background-color: unset;
}
#rules .rules_block ul.rule_area li + li::before {
  content: '・';
}


#rules .rules_block > div > ol li p.attention span {
  font-size: 1.15rem;
  color: #000;
  background-color: #f9d7e4;
  padding: 0.2em 1em;
}

#rules .rules_block > div > ol li p.HowtoEnter_link {
  text-align: center;
}
#rules .rules_block > div > ol li p > a {
  color: #000;
}
#rules .rules_block > div > ol li p > a.HowtoEnter_instagram {
  display: block;
  width: 10rem;
  height: 11.5rem;
  margin: 0 auto;
}
#rules .rules_block > div > ol li p.HowtoEnter_link a {
  font-size: 0.75rem;
  word-break: break-all;
}
#rules .rules_block > div > ol li p.HowtoEnter_link a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 400px) {
  #rules .rules_block > div dl > div {
    display: flex;
    flex-wrap: wrap;
  }

  #rules .rules_block > div dt {
    width: 20%;
    width: calc(8em);
  }
  #rules .rules_block > div dt::after {
    display: none;
  }
  #rules .rules_block > div dd {
    width: 80%;
    width: calc(100% - 8em);
  }
}

@media screen and (min-width: 768px) {
  #rules .rules_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #rules .rules_block > div {
    width: 48%;
  }
}

#rules .rules_pdf p a {

}
#rules .rules_pdf p a {
  display: block;
  max-width: 19.375rem;
  height: 3.125rem;
  color: #fff;
  background-color: #d21177;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #f9d7e4;
  padding-top: .75rem;
  margin: 2.375rem auto 3.6875rem;
  text-align: center;
  font-weight: bold;
}
#rules .rules_pdf p a:hover {
  background-color: #d1111b;
}

#rules .rules_notes ul {
}

#rules .rules_notes ul li {
  padding-left: 1em;
  font-size: 0.75rem;
}
#rules .rules_notes ul li::before {
  display: inline-block;
  content: '※';
  margin-left: -1em;
  padding-right: 0.2em;
}
#rules .rules_notes ul li strong {
  font-size: 0.75rem;
  font-weight: 700;
  color: #d0121b;
}





/*** entry ***/
#entry {
  background-color: #f9d7e4;
  padding: 2.75rem 0;
}


#entry h2 {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 0;
  margin: 0 auto;
  padding-top: 10.68%;
  background-image: url(../images/ttl_entry.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#entry .container > p {
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1rem;
}


#entry div.entry_forms {
  padding: 1.5rem 0;
  background-color: #fff;
  border-radius: 1.5rem;
}
#entry div.entry_forms * {
  font-size: 1rem;
}
#entry div.entry_forms h3 {
  padding: 0.2em 1rem;
  color: #fff;
  background-color: #d21177;
  font-size: 1.25rem;
  text-align: center;
}
#entry div.entry_forms dl + h3 {
  margin-top: 1rem;
}

#entry div.entry_forms dl,
#entry div.entry_forms ul {
  padding: .5rem;
}
#entry div.entry_forms a {
  color: #000;
}

#entry div.entry_forms dl > div + div {
  margin-top: 1rem;
  border-top: 1px solid #cccccc;
  padding-top: 1rem;
}
#entry div.entry_forms dl dt {
  font-weight: bold;
}
#entry div.entry_forms dl dd > p {
  margin-top: 0.3rem;
}

#entry div.entry_forms input,textarea,select {
  padding: 0.5em;
  width: 100%;
  max-width: 360px;
  outline-color: #999999;
}

#entry div.entry_forms .birth input {
  max-width: 60px;
}
@media screen and (min-width: 430px) {
  #entry div.entry_forms .birth input {
    max-width: 80px;
  }
}

#entry div.entry_forms input[type="file"]::-webkit-file-upload-button {
  appearance: none;
  cursor: pointer;
  color: #333;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0.75rem;
  padding: 0.5em 1em;
  font-size: 1rem;
}
#entry div.entry_forms input[type="file"]:disabled {
  color: #999;
}
#entry div.entry_forms input[type="file"]:disabled::-webkit-file-upload-button {
  color: #999;
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}

#entry div.entry_forms select {
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #999;
  color: #333;
}
#entry div.entry_forms div.select {
  max-width: 18.75rem;
  position: relative;
}
#entry div.entry_forms div.select::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  right: 9px;
}



#entry div.entry_forms input[type="radio"],
#entry div.entry_forms input[type="checkbox"] {
  width: auto;
}
#entry div.entry_forms textarea {
  min-height: 90px;
}
#entry div.entry_forms textarea.is-error {
  border-color: #d21177;
}
#entry div.entry_forms input.is-error {
  border-color: #d21177;
}
#entry div.entry_forms .form-count,
#entry div.entry_forms .form-error {
  max-width: 360px;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
#entry div.entry_forms .form-count {
  text-align: right;
}
#entry div.entry_forms .form-error {
  min-height: 1.5em;
  color: #d21177;
  font-weight: bold;
}

#entry div.entry_forms input[name="postalcode"] {
  max-width: 160px;
}
#entry div.entry_forms button {
  padding: 0.4em 1em;
  text-align: center;
  background-color: #dfffc0;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
#entry div.entry_forms button:hover {
  color: #fff;
  background-color: #477000;
}

#entry div.entry_forms input[type="submit"] {
  display: block;
  width: 15.625rem;
  height: 3.125rem;
  color: #fff;
  background-color: #d21177;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #f9d7e4;
  padding-top: .5rem;
  margin: 1rem auto;
  text-align: center;
  font-weight: bold;
}
#entry div.entry_forms input[type="submit"]:hover {
  background-color: #d1111b;
}
#entry div.entry_forms input[type="submit"][disabled] {
  background-color: #999;
  box-shadow: 0.2rem 0.3125rem #333;
}


#entry div.entry_forms input[type="radio"] {
    display: none;
}
#entry div.entry_forms input[type="radio"] + label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 40px;
    position: relative;
    width: auto;
}
#entry div.entry_forms input[type="radio"] + label::before {
    background: #fff;
    border: 1px solid #999999;
    border-radius: 50%;
    content: '';
    display: block;
    height: 27px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 35%;
    width: 27px;
}
#entry div.entry_forms input[type="radio"] + label::after {
    background: #e3007f;
    border-radius: 50%;
    content: '';
    display: block;
    height: 18px;
    left: 10px;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 35%;
    width: 18px;
}
#entry div.entry_forms input[type="radio"]:checked + label::before {
}
#entry div.entry_forms input[type="radio"]:checked + label::after {
    opacity: 1;
}


#entry div.entry_forms input[type="checkbox"] {
    display: none;
}
#entry div.entry_forms input[type="checkbox"] + label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 40px;
    position: relative;
    width: auto;
}
#entry div.entry_forms input[type="checkbox"] + label::before {
    background: #fff;
    border: 1px solid #999999;
    border-radius: 3px;
    content: '';
    display: block;
    height: 27px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 20%;
    width: 27px;
}
#entry div.entry_forms input[type="checkbox"] + label::after {
    border-right: 3px solid #e3007f;
    border-bottom: 3px solid #e3007f;
    content: '';
    display: block;
    height: 29px;
    left: 13px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 16%;
    transform: rotate(45deg);
    width: 14px;
}
#entry div.entry_forms input[type="checkbox"]:checked + label::before {
    border-color: #666;
}
#entry div.entry_forms input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
#entry div.entry_forms input[type="checkbox"]:disabled + label::before {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}





#entry div.entry_forms select#branch {
  width: 100%;
  max-width: 300px;
}
#entry div.entry_forms div#branch_detail {
  max-width: 360px;
  margin: 0.5rem 0;
  border: 1px solid #d21177;
}
#entry div.entry_forms div#branch_detail p {
  padding: 0.5rem 0.5rem;
  color: #fff;
  background-color: #d21177;
}

#entry div.entry_forms div#branch_detail dl > div + div {
  padding-top: 0;
  border-top: none;
}

#entry div.entry_forms div#branch_detail dl#detail {
}
#entry div.entry_forms div#branch_detail dl#detail dt {
  padding: 0;
  color: #000;
  background-color: inherit;
}
#entry div.entry_forms div#branch_detail dl#detail dd {
}

#entry div.entry_forms div#branch_detail dl > div dt {
  display: inline-block;
  border-bottom: 1px solid #ccc;
}

#entry div.entry_forms div#branch_detail dd p {
  padding: 0;
  color: #000;
  background-color: inherit;
}
#entry div.entry_forms div#branch_detail dd.division > p {
  font-size: 1.25rem;
  font-weight: bold;
}
#entry div.entry_forms div#branch_detail dd.division > a {
  font-size: 0.75rem;
  word-break: break-all;
}
#entry div.entry_forms div#branch_detail dd.division > a:hover {
  text-decoration: underline;
}
#entry div.entry_forms div#branch_detail dd.division > img {
  float: right;
}

#entry div.entry_forms div#branch_detail .map iframe {
    width: 100%;
    height: 200px;
    padding: 0 10px;
}


#entry div.entry_forms ul.caution {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#entry div.entry_forms ul.caution li {
  font-size: 0.75rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
#entry div.entry_forms ul.caution li::before {
  content:'※';
}
#entry div.entry_forms ul.is_caution {
  margin: 1rem;
}
#entry div.entry_forms ul.is_caution li {
  font-size: 1rem;
}

#entry div.preview_area {
  max-width: 360px;
}


@media screen and (min-width: 700px) {
  #entry div.entry_forms dl > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #entry div.entry_forms dl dt {
    width: 28%;
    text-align: right;
  }
  #entry div.entry_forms dl dd {
    width: 70%;
  }
  #entry div.entry_forms dl.survey dt {
    width: 43%;
    text-align: left;
  }
  #entry div.entry_forms dl.survey dd {
    width: 55%;
  } 

  #entry div.entry_forms div#branch_detail dl > div {
    display: block;
  }
  #entry div.entry_forms div#branch_detail dl > div dt,
  #entry div.entry_forms div#branch_detail dl > div dd {
    width: auto;
    text-align: left;
  }
}

div.last_year {
  padding: 1rem 0;
}
div.last_year ul li {
  padding: 1rem 1rem 0.5rem 1rem;
}
div.last_year ul li a {
  display: block;
  width: 100%;
  max-width: 875px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
div.last_year ul li a div.last_year_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.last_year ul li a div.last_year_img div.img_wrap {
  padding-top: 26.923076923%;
}
div.last_year ul li a div.last_year_img div.img_wrap > img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
/*
div.last_year p img:hover {
  opacity: 0.6;
}
*/
div.last_year ul li a::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-color: #000;
  z-index: 3;
}
div.last_year ul li a:hover:before {
  display: block;
}


/*** footer ***/
footer {
  padding: 1.25rem 0 90px;
}
footer a {
  color: #000;
}

footer .container > h3 + p {
  padding: 1rem 0;
  font-size: 1.25rem;
  text-align: center;
}

footer .footer-organizer img {
  display: block;
  margin: 0.5rem auto 0;
  text-align: center;
  width: 10rem;
  height: 11.5rem;
}

footer .footer-jaye {
  padding: 0.5rem 0;
}
footer .footer-jaye h3 {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 0;
  margin: 0 auto;
  padding-top: 10.72%;
  background-image: url(../images/jaye.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

footer .footer-jaye ul {
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
footer .footer-jaye li {
  padding: 0.5rem;
  text-align: center;
}
footer .footer-jaye li a {
}
footer .footer-jaye li a:hover {
  text-decoration: underline;
}

footer .footer-jaye li span {
/*  display: block;*/
/*  font-size: 0.875rem;*/
  /* min-height: 3rem; */
}
footer .footer-jaye li img {
  display: block;
  width: 7rem;
  height: 8.04rem;
  margin: 0.25rem auto 0;
}

footer .footer-jaye p.footer-instagram-notice {
  font-size: 1rem;
  text-align: center;
  background-color: #e3007f;
  color: #fff;
}
footer .footer-jaye p.footer-instagram-notice::before,
footer .footer-jaye p.footer-instagram-notice::after {
  content: '\025b2';
}

footer .footer-jaye p.footer-links {
  text-align: center;
}
footer .footer-jaye p.footer-links a {
  color: #000;
  font-size: 0.75rem;
}
footer .footer-jaye p.footer-links a:hover {
  text-decoration: underline;
}

footer .footer-jaye p a.footer-links-instagram {
  margin: 0.5rem auto 0;
  display: block;
  width: 10rem;
  height: 11.5rem;
}
footer .footer-jaye p a.footer-links-instagram img {
  text-align: center;
}

footer .footer-support {
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem auto 1rem;
}

footer .footer-support * {
  font-size: 0.875rem;
}

footer .footer-support h3 {
  width: 15%;
  width: 3em;
  text-align: center;
}
footer .footer-support ul {
  width: 85%;
  width: calc(100% - 3em);
}

footer .footer-support li {
  display: inline;
  word-break: keep-all;
}
footer .footer-support li + li::before {
  content:'・';
}
footer .footer-support li a:hover {
  text-decoration: underline;
}

footer .footer_contact {
  margin: 1rem 0;
  text-align: center;
}

footer .footer_contact h3 {
  display: inline-block;
  padding: 0.2em 0.4em;
  background-color: #f6e7de;
  border: 1px solid #000;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

footer .footer_contact p {
  display: inline-block;
}
footer .footer_contact p::before {
  content:'';
  display: inline-block;
  width: 1.5rem;
  height: 1.125rem;
  margin-right: 0.2em;
  background-image: url(../images/ico_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .footer_contact p a {
  color: #000;
}

footer small {
  display: block;
  font-size: 0.75rem;
  text-align: center;
}


/*** aword page ***/
#result h2 {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 0;
  margin: 0 auto;
  padding-top: 10.68%;
  background-image: url(../images/result_gp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result_under h2 {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 0;
  margin: 0 auto;
  padding-top: 10.68%;
  background-image: url(../images/result_2023.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result,
#result_under {
  position: relative;
  top: -8.6vw;
  padding-top: 8.6vw;
  margin-bottom: -8.6vw;
}
#result::before,
#result_under::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8.7vw 100vw;
    border-color: transparent transparent #fff transparent;
}


#result section:nth-of-type(1),
#result section:nth-of-type(2),
#result section:nth-of-type(6) {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2ecaf;
}
#result section:nth-of-type(3),
#result_under section:nth-of-type(1) {
  background-color: #f8d1e2;
  padding-top: 3rem;
}
#result section:nth-of-type(4),
#result_under section:nth-of-type(2) {
  background-color: #fee08c;
  padding-top: 3rem;
}
#result section:nth-of-type(5),
#result_under section:nth-of-type(3) {
  background-color: #bae3f9;
  padding-top: 3rem;
}
#result section:nth-of-type(6) {
  padding-top: 3rem;
}



#result ul,
#result_under ul {
  padding-bottom: 3rem;
}

#result ul li,
#result_under ul li {
  margin-top: 1rem;
  background-color: #fff;
  padding: 0.625rem 0.5rem;
  border-radius: 10px;
}

#result ul li > div,
#result_under ul li > div {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#result ul li > div > img,
#result_under ul li > div > img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 375px) {
  #result ul li > div,
  #result_under ul li > div {
    height: 250px;
  }
}
@media screen and (min-width: 412px) {
  #result ul li > div,
  #result_under ul li > div {
    height: 280px;
  }
}

@media screen and (min-width: 620px) {
  #result ul,
  #result_under ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #result ul li,
  #result_under ul li {
    width: 49%;
    width: calc((100% / 2) - 10px);
  }
  #result section:nth-of-type(1) ul li {
    width: 100%;
  }
  #result section:nth-of-type(1) ul li > div {
    height: 400px;
  }

  #result ul li > div,
  #result_under ul li > div {
    height: 200px;
  }
  
}
@media screen and (min-width: 840px) {
  #result section:nth-of-type(1) ul li > div {
    height: 670px;
  }

  #result_under section ul li {
    width: 33%;
    width: calc((100% / 3) - 10px);
  }
  #result_under section ul::after {
    content: '';
    display: block;
    width: 33%;
    width: calc((100% / 3) - 10px);
  }
  #result section:nth-of-type(2) ul li > div,
  #result section:nth-of-type(3) ul li > div,
  #result section:nth-of-type(4) ul li > div,
  #result section:nth-of-type(5) ul li > div,
  #result section:nth-of-type(6) ul li > div {
    height: 320px;
  }
}

@media screen and (min-width: 1300px) {
  #result .container-w,
  #result_under .container {
    max-width: 1300px;
  }

  #result section:nth-of-type(2) ul li,
  #result section:nth-of-type(3) ul li,
  #result section:nth-of-type(4) ul li,
  #result section:nth-of-type(5) ul li {
    width: 33%;
    width: calc((100% / 3) - 10px);
  }
  #result section:nth-of-type(6) ul li,
  #result_under section ul li {
    width: 25%;
    width: calc((100% / 4) - 10px);
  }
  #result_under section ul::before,
  #result_under section ul::after {
    content: '';
    display: block;
    width: 25%;
    width: calc((100% / 4) - 10px);
  }
  #result_under section ul::before {
    order: 1;
  }

  #result section:nth-of-type(6) ul li > div {
    height: 200px;
  }
}

#result p.btn,
#result_under p.btn {
  display: block;
  margin: 3.5rem auto;
  text-align: center;
}

#result p.btn a,
#result_under p.btn a {
  display: inline-block;
  background-color: #4B8500;
  border-radius: 1rem;
  border: 2px solid #4B8500;
  padding: 0.625em 1em;
  color: #fff;
  /* background-image: url(../images/btn_entryform.svg); */
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  /* text-indent: 100%; */
  white-space: nowrap;
  overflow: hidden;
}

#result p.btn a:hover,
#result_under p.btn a:hover {
  background-color: #fff;
  color: #4B8500;
}

#result h2,
#result_under h2,
#result h3,
#result_under h3 {
  text-align: center;
}

#result section:nth-of-type(1) h3 > span {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 40.6015%;
  background-image: url(../images/grand_prix.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result section:nth-of-type(2) h3 > span {
  display: block;
  width: 100%;
  max-width: 875px;
  height: 0;
  margin: 0 auto;
  padding-top: 22.4637%;
  background-image: url(../images/grand_prize.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result section:nth-of-type(3) h3 > span {
  display: block;
  width: 100%;
  max-width: 875px;
  height: 0;
  margin: 0 auto;
  padding-top: 13.3458%;
  background-image: url(../images/best_smile_award.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#result section:nth-of-type(4) h3 > span {
  display: block;
  width: 100%;
  max-width: 875px;
  height: 0;
  margin: 0 auto;
  padding-top: 13.3458%;
  background-image: url(../images/struggle_award.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#result section:nth-of-type(5) h3 > span {
  display: block;
  width: 100%;
  max-width: 875px;
  height: 0;
  margin: 0 auto;
  padding-top: 13.3458%;
  background-image: url(../images/touching_and_tears_award.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result section:nth-of-type(6) h3 > span {
  display: block;
  width: 100%;
  max-width: 640px;
  height: 0;
  margin: 0 auto;
  padding-top: 26.3157%;
  background-image: url(../images/special_jury_award.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result_under section:nth-of-type(1) h3 > span {
  display: block;
  width: 100%;
  max-width: 620px;
  height: 0;
  margin: 0 auto;
  padding-top: 9.8214%;
  background-image: url(../images/best_smile_category.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result_under section:nth-of-type(2) h3 > span {
  display: block;
  width: 100%;
  max-width: 412px;
  height: 0;
  margin: 0 auto;
  padding-top: 19.5266%;
  background-image: url(../images/struggle_department.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result_under section:nth-of-type(3) h3 > span {
  display: block;
  width: 100%;
  max-width: 620px;
  height: 0;
  margin: 0 auto;
  padding-top: 19.5266%;
  background-image: url(../images/touching_and_tears_division.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


#result ul li h4,
#result ul li h5,
#result_under ul li h4 {
  font-size: 1rem;
  text-align: center;
}
#result ul li h4 > span,
#result ul li h5 > span,
#result_under ul li h4 > span {
  font-size: 1rem;
  white-space: nowrap;
}

#result section:nth-of-type(1) ul li h4,
#result section:nth-of-type(2) ul li h4 {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  text-align: center;
}

#result ul li p,
#result_under ul li p {
  font-size: 0.875rem;
}
#result ul li p:nth-of-type(1) > span,
#result_under ul li p:nth-of-type(1) > span {
  font-size: 0.875rem;
  white-space: nowrap;
}

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

}
