@charset "utf-8";
.u-text-highlighted {
  color: #004da0;
}
.u-text-marker {
  background-image: linear-gradient(to top, transparent 10%, #fff800 10%, #fff800 22%, transparent 10%);
}
.u-text-red {
  color: #f00;
}
.u-text-small {
  font-size: 0.85em;
}
.p-photo-contest .c-link--blue {
  color: #004da1;
  border-color: #004da1;
  font-weight: 500;
}
.p-photo-contest .c-link--blue:hover {
  opacity: 0.7;
}
.p-photo-contest {
  font-family: "Noto Sans JP", "Roboto", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
  color: #000;
  line-height: 1.75;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-photo-contest {
    font-size: 18px;
  }
}
.p-photo-contest img {
  max-width: 100%;
  height: auto;
}
.p-photo-contest__mv img {
  display: block;
  margin: 0 auto;
}
.p-photo-contest__headline {
  background: #151254;
  padding: 48px 0;
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__headline {
    padding: 24px 0;
    margin-bottom: 60px;
  }
}
.p-photo-contest__h2 {
  width: fit-content;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  font-size: min(48/750*100vw, 48px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 12px 50px 22px;
  background: no-repeat url(../images/bg-h2-01.webp) top left/38px,
    no-repeat url(../images/bg-h2-02.webp) bottom right/38px;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__h2 {
    padding: 6px calc(38/750*100vw) 11px;
    background: no-repeat url(../images/bg-h2-01.webp) top left/calc(38/750*100vw),
      no-repeat url(../images/bg-h2-02.webp) bottom right/calc(38/750*100vw);
  }
}
.p-photo-contest__section {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__section {
    padding-bottom: 80px;
  }
  .p-photo-contest__section-inner {
    padding-left: calc(30/750*100vw);
    padding-right: calc(30/750*100vw);
  }
}
.p-photo-contest__lead {
  font-size: clamp(28px, 40/1440*100vw, 40px);
  line-height: 1.42;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.p-photo-contest__lead::after {
  display: block;
  content: "";
  width: 225px;
  height: 8px;
  background: no-repeat url(../images/img-border.webp) center/contain;
  margin: 0 auto;
  margin-top: 2.21em;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__lead {
    font-size: min(42px, 42/750*100vw);
  }

  .p-photo-contest__lead::after {
    width: 112px;
    height: 4px;
  }
}
.p-photo-contest__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  min-width: 220px;
  min-height: 42px;
  text-align: center;
  border-radius: 21px/50%;
  padding-left: 21px;
  padding-right: 21px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .p-photo-contest__label {
    min-width: 165px;
    min-height: 32px;
    border-radius: 12px;
  }
}
.p-photo-contest__about-contest {
  padding-top: 120px;
  text-align: center;
}
.p-photo-contest__about-contest p.u-text-large {
  font-size: 28px;
  font-weight: bold;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__about-contest,
  .p-photo-contest__about-contest p.u-text-large {
    font-size: min(28/750*100vw, 28px);
  }
  .p-photo-contest__about-contest{
    padding-top: 80px;
  }
}
.p-photo-contest__judge-list {
  display: flex;
  gap: 30px;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;

}
.p-photo-contest__judge-list > li {
  width: calc((100% - 30px - 30px) / 3);
}
.p-photo-contest-judge {
  width: 100%;
  text-align: center;
}
.p-photo-contest-judge__img {
  margin-bottom: 30px;
}
.p-photo-contest-judge__name {
  font-size: clamp(18px, 24/1440*100vw, 24px);
  font-weight: bold;
  margin-bottom: 0.6em;
  line-height: 1;
}
.p-photo-contest-judge__job-title {
  font-size: clamp(18px, 21/1440*100vw, 21px);
  font-weight: bold;
  line-height: 1.3;
}
.p-photo-contest-judge__description {
  font-size: clamp(15px, 16/1440*100vw, 16px);
  margin-top: 0.5em;
  font-weight: 500;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .p-photo-contest__judge-list {
    flex-wrap: wrap;
    gap: 30px 28px;
    justify-content: flex-start;
  }

  .p-photo-contest__judge-list > li {
    flex: 0 0 auto;
    width: calc(50% - 14px);
  }
  .p-photo-contest-judge__img {
    margin-bottom: 15px;
  }
  .p-photo-contest-judge__name {
    font-size: min(28/750*100vw, 28px);
  }
  .p-photo-contest-judge__job-title {
    font-size: min(25/750*100vw, 25px);
  }
  .p-photo-contest-judge__description {
    font-size: min(21/750*100vw, 21px);
    text-align: left;
  }
}

.p-photo-contest__campaign-summary {
  background: no-repeat url(../images/bg-campaign-summary.webp) center/cover;
}
.p-photo-contest__campaign-summary .p-photo-contest__lead {
  text-shadow: 3px 3px 0 #FFF
    , -3px -3px 0 #FFF
    , -3px 3px 0 #FFF
    , 3px -3px 0 #FFF
    , 0px 3px 0 #FFF
    , 0 -3px 0 #FFF
    , -3px 0 0 #FFF
    , 3px 0 0 #FFF;
  margin-bottom: 83px;
}
.p-photo-contest__campaign-summary .p-photo-contest__lead::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__campaign-summary .p-photo-contest__lead {
    text-shadow: 2px 2px 0 #FFF
      , -2px -2px 0 #FFF
      , -2px 2px 0 #FFF
      , 2px -2px 0 #FFF
      , 0px 2px 0 #FFF
      , 0 -2px 0 #FFF
      , -2px 0 0 #FFF
      , 2px 0 0 #FFF;
    margin-bottom: 60px;
  }
}
.p-photo-contest__award {
  margin: 77px 0 66px;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__award {
    margin: 60px auto;
  }
}
.p-photo-contest__award__title {
  font-size: clamp(28px, 48/1440*100vw, 48px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 94px;
  background: #004da1;
  color: #fff;
  line-height: 1.5;
}

.p-photo-contest__award__title--sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 36px;
  color: #000;
  margin-bottom: 50px;
  background: transparent;
  text-shadow: 2px 2px 0 #FFF
    , -2px -2px 0 #FFF
    , -2px 2px 0 #FFF
    , 2px -2px 0 #FFF
    , 0px 2px 0 #FFF
    , 0 -2px 0 #FFF
    , -2px 0 0 #FFF
    , 2px 0 0 #FFF;
}
.p-photo-contest__award__title--sub::before,
.p-photo-contest__award__title--sub::after {
  content: "";
  display: block;
  width: 3px;
  height: 65px;
  background: #000;
  transform: rotateZ(-20deg);
  box-shadow: 0 0 0 3px #fff;
}
.p-photo-contest__award__title--sub::after {
  transform: rotateZ(20deg);
}
@media screen and (max-width: 767px) {
  .p-photo-contest__award__title--sub {
    font-size: min(43/750*100vw, 36px);
    gap: 7px;
  }
}
.p-photo-contest__award-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-photo-contest-award {
  width: calc((100% - 40px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border: 3px solid #fff;
  background: #151254;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding: 1em;
}
.p-photo-contest-award__name {
  width: 191px;
  aspect-ratio: 1;
  background: no-repeat url(../images/bg-red.webp) center/contain;
  font-size: 32px;
  line-height: 1.15;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fffc01;
  margin-top: -48px;
}

.p-photo-contest-award__target-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  aspect-ratio: 1;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-weight: bold;
  margin: 10px auto 15px;
  font-size: 24px;
  line-height: 1;
}
.p-photo-contest-award__target-number__number {
  font-size: 1.5em;
}
.p-photo-contest-award__point {
  font-size: 36px;
}
.p-photo-contest-award__point .u-text-red {
  font-size: 48px;
}
.p-photo-contest-award__1st{
  width: 100%;
  margin-bottom: 2em;
  flex: none;
  display: flex;
}
.p-photo-contest-award__1st-inner{
  display: flex;
  gap:1em;
  align-items: center;
}
.p-photo-contest-award__1st .p-photo-contest-award__point{
  font-size: 60px;
}
.p-photo-contest-award__1st .p-photo-contest-award__point .u-text-red{
  font-size: 72px;
}
.p-photo-contest__award-list--sub {
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .p-photo-contest__award-list {
    flex-wrap: wrap;
    gap: 60px 20px;
    max-width: 548px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-photo-contest-award:not(.p-photo-contest-award--sub) {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    max-width: 264px;
  }
  .p-photo-contest-award:not(.p-photo-contest-award--sub).p-photo-contest-award__1st {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-photo-contest__award-list {
    flex-wrap: wrap;
    gap: 60px 20px;
  }
  .p-photo-contest-award {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    font-size: min(36/750*100vw, 30px);
  }
  .p-photo-contest-award__name {
    width: 24vw;
    font-size: 4vw;
  }
  .p-photo-contest-award__target-number {
    width: 4.28em;
    font-size: min(28/750*100vw, 24px);
  }
  .p-photo-contest-award__point {
    font-size: min(50/750*100vw, 42px);
  }
  .p-photo-contest-award__point .u-text-red {
    font-size: min(63/750*100vw, 52px);
  }
  .p-photo-contest-award__1st .p-photo-contest-award__point {
    font-size: 8vw;
  }
  .p-photo-contest-award__1st .p-photo-contest-award__point .u-text-red{
    font-size: 12vw;
  }
}
.p-photo-contest-award--sub {
  width: 50%;
  position: relative;
  flex: 0 0 auto;
  background: #fff;
  border-color: #004ea2;
  flex-direction: row;
  color: #000;
  margin-bottom: 1em;
  padding-left: calc(191px / 2 + 1em);
}
.p-photo-contest-award--sub:last-child{
  margin-bottom: 0;
}
.p-photo-contest-award--sub .p-photo-contest-award__name {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.p-photo-contest-award--sub .p-photo-contest-award__target-number {
  background: #000;
  color: #fff;
  margin: 0 28px 0 10px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .p-photo-contest-award--sub {
    padding: 0 5px 0 0;
    flex: 0 0 auto;
    width: calc(100% - 57px);
    margin-left: 57px;
    justify-content: space-between;
  }

  .p-photo-contest-award--sub .p-photo-contest-award__name {
    position: static;
    width: 6.06em;
    flex: 0 0 auto;
    transform: none;
    margin-left: -57px;
  }
  .p-photo-contest-award--sub .p-photo-contest-award__target-number {
    flex: 0 0 auto;
    width: 4.28em;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.p-photo-contest__entry-period {
  display: flex;
  justify-content: center;
  font-size: min(24/768*100vw, 28px);
  font-weight: bold;
  margin: 64px auto 0;
}
.p-photo-contest__entry-period dt {
  color: #fff;
  background: #000;
  padding: 0.3em 1em;
}
.p-photo-contest__entry-period dd {
  padding: 0.3em 0.5em;
  border: 2px solid #000;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-photo-contest__entry-period {
    flex-direction: column;
    font-size: min(32/750*100vw, 28px);
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-photo-contest__entry-flow {
  display: flex;
  gap: 63px;
}

.p-photo-contest__entry-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 3px solid #004da1;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}

.p-photo-contest__entry-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 3px);
  transform: translate(50%, -50%);
  display: block;
  width: 31px;
  height: 61px;
  background: no-repeat url(../images/img-entry-flow-arrow.webp) center/contain;
}

.p-photo-contest__entry-flow__number {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #004da1;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  padding: 0.4em 0.2em;
}

.p-photo-contest__entry-flow__number::before,
.p-photo-contest__entry-flow__number::after {
  content: "";
  display: block;
  width: 2px;
  height: 27px;
  transform: rotateZ(-20deg);
  transform-origin: bottom;
  background: #fff;
  margin-top: 4px;
}
.p-photo-contest__entry-flow__number::after {
  transform: rotateZ(20deg);
}
.p-photo-contest__entry-flow__img {
  margin: 25px auto;
  height: 85px;
  flex: 0 0 auto;
}
.p-photo-contest__entry-flow__img img {
  width: auto;
  height: 100%;
}
.p-photo-contest__entry-flow__item p {
  margin: auto;
}
.p-photo-contest__entry-flow__img + p {
  margin-top: 0;
}

@media screen and (max-width: 979px) {
  .p-photo-contest__entry-flow {
    flex-direction: column;
    gap: 68px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-photo-contest__entry-flow__item:not(:last-child)::after {
    width: 22px;
    height: 46px;
    top: auto;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 14px) rotate(90deg);
  }
  .p-photo-contest__entry-flow__number {
    font-size: min(46/750*100vw, 32px);
  }
  .p-photo-contest__entry-flow__number::before,
  .p-photo-contest__entry-flow__number::after {
    height: 19px;
  }
}

.p-photo-contest__how-to-entry__details {
  margin-top: 100px;
  display: grid;
  gap: 60px 15px;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
}

.p-photo-contest__how-to-entry__details__item--img {
  grid-area: 1/2/3/2;
}
.p-photo-contest__how-to-entry__details dt {
  font-size: 26px;
  font-weight: bold;
}
.p-photo-contest__how-to-entry__details__item--img dt {
  text-align: center;
}

.p-photo-contest__how-to-entry__details dd {
  margin-top: 26px;
}

.p-photo-contest__how-to-entry__details ul {
  list-style: disc;
  padding-left: 1em;
  line-height: 1.5;
}
.p-photo-contest__how-to-entry__img {
  background: #e3e3e3;
  padding: 25px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-photo-contest__how-to-entry__details {
    display: block;
    margin-top: 60px;
  }
  .p-photo-contest__how-to-entry__details__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-photo-contest__how-to-entry__details dt {
    text-align: center;
    font-size: 19px;
  }
  .p-photo-contest__how-to-entry__details dd {
    margin-top: 19px;
  }
}

.p-photo-contest__announce {
  background: #e7f3ff;
}

.p-photo-contest__announce__details {
  text-align: center;
}

.p-photo-contest__announce__details dt {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0.9em;
}

.p-photo-contest__announce__details dd + dt {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-photo-contest__announce__details dt {
    font-size: 21px;
  }
  .p-photo-contest__announce__details dd + dt {
    margin-top: 58px;
  }
}

.p-photo-contest__award-pc-list {
  height: 0;
  opacity: 0;
  transition: 0.3s ease;
  justify-content: center;
  gap: 75px 7%;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
}
.p-photo-contest__award-pc-item{
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 46.5%;
  text-align: center;
}

.p-photo-contest__award-pc-item dt {
  text-align: center;
  font-size: 28px;
  margin-bottom: 1em;
}
.p-photo-contest__award-pc-item img{
  width: auto;
  max-height: 340px;
}
@media screen and (max-width:479px) {
  .p-photo-contest__award-pc-item_sp img {
    max-width: 100%;
    height: auto;
  }
}
.p-photo-contest__award-pc-text p{
  text-align: left;
  font-size: 14px;
}

.p-photo-contest__award-pc-text {
  height: 100%;
  border-radius: 16px;
  border: 1px solid #99bbe8;
  padding: 20px 25px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.thumb-comingsoon{
  width: 100%;
  aspect-ratio: 160 / 100;
  background: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-award{
  width: 100%;
  margin: 0 0 60px 0;
  display: flex;
  border-bottom: 2px solid #004da0;
}
.tab-award li{
  flex: 1;
}
.tab-award li label{
  width: 100%;
  padding: 0.5em;
  display: block;
  background: #eee;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  text-align: center;
}
.tab-award li label:hover{
  opacity: 0.8;
}
#input-award-1st,#input-award-2nd,#input-award-3rd{
  display: none;
}
#input-award-1st:checked ~ .p-photo-contest__award-pc-list__wrapper #award-1st,
#input-award-2nd:checked ~ .p-photo-contest__award-pc-list__wrapper #award-2nd,
#input-award-3rd:checked ~ .p-photo-contest__award-pc-list__wrapper #award-3rd{
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
#input-award-1st:checked ~ .p-photo-contest__award-pc-list__wrapper #tab-award-1st label,
#input-award-2nd:checked ~ .p-photo-contest__award-pc-list__wrapper #tab-award-2nd label,
#input-award-3rd:checked ~ .p-photo-contest__award-pc-list__wrapper #tab-award-3rd label{
  margin-bottom: -2px;
  padding: 0.5em;
  flex: 1;
  text-align: center;
  background: #fff;
  border: 2px solid #004da0;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  pointer-events: none;
}
.c-link--blue[disabled]{
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-photo-contest__award-pc-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 60px;
  }
  .p-photo-contest__award-pc-item {
    width: 100%;
    max-width: none;
  }
}
.p-photo-contest__result-button{
  display: block;
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em 2em;
  background: no-repeat url(../images/bg-campaign-summary.webp) center/cover;
  border: 5px solid #161253;
  box-shadow: 5px 5px 0 #161253,inset 5px 5px 0 #fff;
  text-align: center;
  color: #161253;
  font-weight: 700;
  font-size: 30px;
}
.p-photo-contest__result-button:hover{
  filter: brightness(1.2);
}
.p-photo-contest__result-button::after{
  content: "";
  width: 120px;
  height: 120px;
  background: url(../images/icon-pointer.webp) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media screen and (max-width:767px){
  .p-photo-contest__result-button{
    border: 1.33vw solid #161253;
    box-shadow: 1.33vw 1.33vw 0 #161253,inset 1.33vw 1.33vw 0 #fff;
    font-size: 4vw;
  }
  .p-photo-contest__result-button::after{
    content: "";
    width: 16vw;
    height: 16vw;
    bottom: -4vw;
    right: -4vw;
  }
}