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

@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: #f5b7c4;
  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;
  background-color: #a0cd5a;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #477000;
  margin: 0;
  text-align: center;
  background-image: url(../images/btn_entryform_sp.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
nav#fixed_nav li#btn_entry a:hover {
  background-color: #477000;
  box-shadow: 0.2rem 0.3125rem #a0cd5a;
}
@media screen and (min-width: 470px) {
  nav#fixed_nav li#btn_entry a {
    background-image: url(../images/btn_entryform.svg);
  }
}


/*** mainvisual ***/
.mainvisual {
  position: relative;
  background-color: #fff;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  max-height: 700px;
}
.mainvisual.fix_2025 {
  max-height: unset;
  height: 340px;
}

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

.mainvisual.fix_2025 .mv_photos {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1070px;
  max-height: 700px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mainvisual.fix_2025 .mv_photos .mv_photo_01,
.mainvisual.fix_2025 .mv_photos .mv_photo_02,
.mainvisual.fix_2025 .mv_photos .mv_photo_03,
.mainvisual.fix_2025 .mv_photos .mv_photo_04 {
  position: absolute;
  width: 100%;
}
.mainvisual.fix_2025 .mv_photos .mv_photo_01 {
  width: 133px;
  top: -38px;
  right: 6px;
  transform: rotate(15deg);
  z-index: 5;
}
.mainvisual.fix_2025 .mv_photos .mv_photo_02 {
  width: 143px;
  top: 34px;
  left: -8px;
  transform: rotate(-20deg);
  z-index: 1;
}
.mainvisual.fix_2025 .mv_photos .mv_photo_03 {
  width: 83px;
  bottom: 16px;
  left: 78px;
  transform: rotate(-10deg);
  z-index: 2;
}
.mainvisual.fix_2025 .mv_photos .mv_photo_04 {
  width: 87px;
  bottom: -43px;
  left: 13px;
  transform: rotate(-30deg);
  z-index: 3;
}
@media (min-width:860px) {
  .mainvisual.fix_2025 {
    height: 700px;
  }
  .mainvisual.fix_2025 .mv_photos .mv_photo_01 {
    width: 266px;
    top: -38px;
    right: 6px;
  }
  .mainvisual.fix_2025 .mv_photos .mv_photo_02 {
    width: 286px;
    top: 0;
    left: 0;
  }
  .mainvisual.fix_2025 .mv_photos .mv_photo_03 {
    width: 166px;
    bottom: 56px;
    left: 170px;
  }
  .mainvisual.fix_2025 .mv_photos .mv_photo_04 {
    width: 174px;
    bottom: -24px;
    left: 46px;
  }
}
@media (min-width:960px) {
  .mainvisual.fix_2025 .mv_photos .mv_photo_01 {
    right: 50px;
  }
  .mainvisual.fix_2025 .mv_photos .mv_photo_02 {
    left: 72px;
  }
  .mainvisual.fix_2025 .mv_photos .mv_photo_03 {
    left: 224px;
  }
  .mainvisual.fix_2025 .mv_photos .mv_photo_04 {
    left: 98px;
  }
}


.mainvisual > div {
  position: relative;
}


.mainvisual > div.inner {
  max-width: none;
  display: block;
  position: absolute;
  bottom:-55px;
  width: 100%;
  min-height: 370px;
  left: 0;
  background-image: url(../images/mv_photo_2025.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.mainvisual.fix_2025 > div.inner {
  display: none;
}

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

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

}
.mainvisual.fix_2025 > div div {
  position: unset;
  top: unset;
  left: unset;
  transform: unset;
  width: auto;
  max-width: unset;
  height: auto;
}

.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.fix_2025 > 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.fix_2025 > 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.fix_2025 {
    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.fix_2025 {
    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;
  left: 1rem;
  z-index: 7;
}
header .jaye img {
  max-width: 280px;
}

header .logo {
  position: absolute;
  top: 18%;
  width: 100%;
  margin: 0 auto;
  z-index: 6;
}
header .mainvisual.fix_2025 .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%;
  height: 0;
  margin:0 auto;
  padding-top: 43.73%;
  background-image: url(../images/logo_2025.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header .entry_division {
  position: absolute;
  bottom: 0px;
  right: 28px;
  width: 100%;
  max-width: 100px;
}
header .entry_division img {
}

@media screen and (min-width: 430px) {
  header .entry_division {
    right: 14px;
  }
}

@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 {
  }
}




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

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

#catchcopy h2 {
  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;
}

#catchcopy::after {
  display: block;
  content: '';
  width: 100%;
/*  height: 337px;*/
  height: 0;
  padding-top: 26.6%;
  background-image: url(../images/slides.jpg);
  background-size: cover;
  animation: bgscroll 60s linear infinite;
  transform: translate3d(0,0,0);
}

#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;
  top: -8.6vw;
  padding-top: 8.6vw;
}
#prize::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;
}
#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 {
}
#prize #prize_winner .container p {
  max-width: 335px;
  margin: 0 1rem;
}

#prize #prize_all .container {
  min-height: 12rem;
  padding: 3vw 0 4.7vw;
  background-image: url(../images/prize_photobook_bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
#prize #prize_all .container p {
  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;
}

@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;
  top: -17.2vw;
  margin-bottom: -15vw;
  padding-top: 8.6vw;
}
#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: 1px solid #d21177;
}
#rules .rules_block > div h3 {
  color: #fff;
  background-color: #d21177;
  font-size: 1.25rem;
  text-align: center;
}

#rules .rules_block > div .btn {
  padding-left: 0;
}
#rules .rules_block > div .btn a {
  display: block;
  width: 15.625rem;
  height: 3.125rem;
  background-color: #a0cd5a;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #477000;
  margin: 0.5rem auto 1rem;
  text-align: center;
  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;
}
#rules .rules_block > div .btn a:hover {
  background-color: #477000;
  box-shadow: 0.2rem 0.3125rem #a0cd5a;
}

#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 > 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 > div > ol li p.attention span {
  font-size: 1.15rem;
  color: #fff;
  background-color: #d21177;
  padding: 0.2em 0.5em;
}

#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;
  background-color: #a0cd5a;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #477000;
  margin: 2.375rem auto 3.6875rem;
  text-align: center;
  background-image: url(../images/btn_flyer_dl.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#rules .rules_pdf p a:hover {
  background-color: #477000;
  box-shadow: 0.2rem 0.3125rem #a0cd5a;
}

#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: #dfffc0;
  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: 1px solid #d21177;
  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: 1rem;
}
#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 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;
  background-color: #a0cd5a;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.3125rem #477000;
  margin: 1rem auto;
  text-align: center;
  background-image: url(../images/btn_submit.svg);
  background-size: 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
#entry div.entry_forms input[type="submit"]:hover {
  background-color: #477000;
  box-shadow: 0.2rem 0.3125rem #a0cd5a;
}
#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 {
  background-color: #caef9c;
  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;
}


/*** award page ***/
#result h2 {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 0;
  margin: 2rem 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: 2rem auto;
  padding-top: 10.68%;
  background-image: url(../images/result_2025.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,
#result_under div.entry_works {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e2ebac;
}
/*
#result section.best_smile,
#result_under section.best_smile {
  background-color: #f8d1e2;
  padding-top: 3rem;
}
#result section.best_like,
#result_under section.grand_prize {
  background-color: #fee08c;
  padding-top: 3rem;
}
#result section.best_comment,
#result_under section.best_smile {
  background-color: #bae3f9;
  padding-top: 3rem;
}
#result section.special_jury_award {
  padding-top: 3rem;
  padding-bottom: 0;
}
*/


#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 .entry_img,
#result_under ul li .entry_img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#result ul li .entry_img .img_wrap,
#result_under ul li .entry_img .img_wrap {
  padding-top: 100%;
}
#result ul li .entry_img .img_wrap > img,
#result_under ul li .entry_img .img_wrap > 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: 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.grand_prix ul li {
    width: 100%;
  }

  #result section.sprinter ul {
    justify-content: center;
  }
  #result section.lastentry ul {
    justify-content: center;
  }
}
@media screen and (min-width: 840px) {
  #result_under div.entry_works ul li {
    width: 33%;
    width: calc((100% / 3) - 10px);
  }
  #result_under div.entry_works ul::after {
    content: '';
    display: block;
    width: 33%;
    width: calc((100% / 3) - 10px);
  }
}

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

  #result section.grand_prize ul li {
    width: 33%;
    width: calc((100% / 3) - 10px);
  }
  #result section.best_smile ul li,
  #result section.best_like ul li,
  #result section.best_comment ul li,
  #result section.special_jury_award ul li,
  #result section.best_struggle ul li,
  #result section.best_family ul li,
  #result section.best_tears ul li,
  #result section.best_shot ul li,
  #result section.best_agriculture ul li,
  #result section.best_funnyface ul li,
  #result section.best_costume ul li,
  #result section.anniversary ul li,
  #result section.best_summer ul li,
  #result section.sprinter ul li,
  #result section.lastentry ul li,
  #result_under div.entry_works ul li {
    width: 25%;
    width: calc((100% / 4) - 10px);
  }
  #result_under div.entry_works ul::before,
  #result_under div.entry_works ul::after {
    content: '';
    display: block;
    width: 25%;
    width: calc((100% / 4) - 10px);
  }
  #result_under div.entry_works ul::before {
    order: 1;
  }
}

#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.grand_prix h3 {
  margin-bottom: 3rem;
}

#result section.grand_prix h3 > span,
#result section.grand_prize h3 > span,
#result section.best_smile h3 > span,
#result section.best_like h3 > span,
#result section.best_comment h3 > span,
#result section.best_struggle h3 > span,
#result section.best_family h3 > span,
#result section.best_tears h3 > span,
#result section.best_shot h3 > span,
#result section.best_agriculture h3 > span,
#result section.best_funnyface h3 > span,
#result section.best_costume h3 > span,
#result section.anniversary h3 > span,
#result section.best_summer h3 > span,
#result section.sprinter h3 > span,
#result section.lastentry h3 > span,
#result section.special_jury_award h3 > span {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#result section.grand_prix h3 > span {
  max-width: 875px;
  padding-top: 36.8421052631%;
  background-image: url(../images/grand_prix.svg);
}

#result section.grand_prize h3 > span {
  max-width: 875px;
  padding-top: 32.581453634%;
  background-image: url(../images/grand_prize.svg);
}

#result section.best_smile h3 > span {
  max-width: 600px;
  padding-top: 20.6718346253%;
  background-image: url(../images/best_smile_award.svg);
}
#result section.best_like h3 > span {
  max-width: 600px;
  padding-top: 20.734908134%;
  background-image: url(../images/best_like_award.svg);
}
#result section.best_comment h3 > span {
  max-width: 600px;
  padding-top: 17.9906542056%;
  background-image: url(../images/best_comment_award.svg);
}
#result section.best_struggle h3 > span {
  max-width: 600px;
  padding-top: 24.92211838%;
  background-image: url(../images/best_struggle_award.svg);
}
#result section.best_family h3 > span {
  max-width: 600px;
  padding-top: 22%;
  background-image: url(../images/best_family_award.svg);
}
#result section.best_tears h3 > span {
  max-width: 600px;
  padding-top: 27.027027027%;
  background-image: url(../images/best_tears_award.svg);
}
#result section.best_shot h3 > span {
  max-width: 600px;
  padding-top: 21.31578947367%;
  background-image: url(../images/best_shot_award.svg);
}
#result section.best_agriculture h3 > span {
  max-width: 600px;
  padding-top: 21.0550476263%;
  background-image: url(../images/best_agriculture_award.svg);
}
#result section.best_funnyface h3 > span {
  max-width: 600px;
  padding-top: 21.9898676724%;
  background-image: url(../images/best_funnyface_award.svg);
}
#result section.best_costume h3 > span {
  max-width: 600px;
  padding-top: 16.5303106754%;
  background-image: url(../images/best_costume_award.svg);
}
#result section.anniversary h3 > span {
  max-width: 600px;
  padding-top: 19.8901376893%;
  background-image: url(../images/anniversary_award.svg);
}
#result section.best_summer h3 > span {
  max-width: 600px;
  padding-top: 20.7392893478%;
  background-image: url(../images/best_summer_award.svg);
}
#result section.sprinter h3 > span {
  max-width: 600px;
  padding-top: 16.5303106754%;
  background-image: url(../images/sprinter_award.svg);
}
#result section.lastentry h3 > span {
  max-width: 600px;
  padding-top: 14.2120104115%;
  background-image: url(../images/lastentry_award.svg);
}
#result section.special_jury_award h3 > span {
  max-width: 600px;
  padding-top: 24.8447204968%;
  background-image: url(../images/special_jury_award.svg);
}

#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.grand_prize 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.best_smile 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 .entry_name,
#result_under ul li .entry_name {
  font-size: 1rem;
  text-align: center;
  padding: .75em 0;
}
#result ul li .entry_name > span,
#result_under ul li .entry_name > span {
  font-size: 1rem;
  white-space: nowrap;
}

#result ul li p,
#result_under ul li p {
  font-size: 0.875rem;
}
#result ul li .entry_block,
#result_under ul li .entry_block {
  text-align: right;
}
#result ul li .entry_block > span,
#result_under ul li .entry_block > span {
  font-size: 0.875rem;
  white-space: nowrap;
}
#result ul li .entry_comment,
#result_under ul li .entry_comment {
  font-size: 0.875rem;
}


nav.links {
  background-color: #6c4699;
  padding: 3.5rem 0;
}
#result nav.links p.btn:first-child {
  margin-top: 0;
}


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

}
