@charset "Shift_JIS";
.result{ 
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.result.right{ text-align:right; }
.result.center{ text-align:center; }

a.result__btn{
  max-width: 240px;
  width:100%;
  display: inline-block;
  padding: 12px 60px 14px;
  border-radius: 40px;
  text-decoration: none;
  background-color: #E60000;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  transition: background-color 0.2s 0s ease;
  margin: 24px 0;
  white-space: nowrap;
}
a.result__btn::after{
  position: absolute;
  top: 4px;
  bottom: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 24px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.result__btn:hover{
  opacity: 0.8;
}
a.result__btn.large{
  max-width: 360px;
  padding: 18px 70px;
  border-radius: 50px;
  font-size: 28px;
  margin: 0 0 48px;
}
a.result__btn--top{
  max-width:220px;
}
.intro{
  margin: 80px auto 65px;
}
.entry-contact {
  padding-top: 80px;
  margin-bottom: 40px;
  background-color: #FEEFF0;
}
.entry-contact__info{
  background-color: #fff;
}
.judge__profile:not(:last-child){margin-bottom:30px;}
.judge__comment{ 
  margin-bottom: 80px;
  border-radius: 8px;
  background-color: #FEEFF0;
  padding: 30px;
  /* color: #E60000; */
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.judge__comment span{ font-weight: bold; font-size:1.5em; display: block; margin-bottom: .3em; } 
.judge__comment:last-of-type{ margin-bottom: 0; }

.account{ border: none; }

/*受賞作品*/
.award{
  padding: 5px 0 40px;
}
.award__inner{
  margin: 0 auto;    
  padding: 0 20px;
  max-width: 1140px;    
  text-align: center;
}
.award__body{
  margin-top: 5px;
}
.award__section{
  position: relative;
  border: 4px solid #E60000;
  border-radius: 20px;
  max-width: 1100px;
  margin: 80px auto 0;
  padding: 80px 0 0;
}
.award__section:not(:last-child) {
  margin-bottom: 120px;
}
.award__title{
  position: absolute;
  top: 0; 
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  line-height: 1;
}
.award__section--special-prize .award__title{
 transform: translate(-50%, -40%);
}
.icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.icon-text__icon { 
  width: 90px;
}
.icon-text__label { 
  font-weight: bold;
  font-size: 24px;
  color: #E60000;
}
.award__heading {
margin-bottom: -20px;
} 
.award__heading--bottom{
  margin-top: 40px;
}
.award__title img{
  width: 470px;
}
.award__body{
  background-color: #FEEFF0;
  padding: 40px 30px 60px;
  border-radius: 0 0 18px 18px;
}
.award__section--special-prize .award__body{
  padding-top: 60px;
}
.award__list{
  display: flex;
  gap: 5%;
  align-items:center;
  justify-content: center;
}
.award__section--subgrand-prix .award__list,
.award__section--special-prize .award__list{
  gap: 1%;
}
.award__item {
  flex: 1; 
  min-width: 0;
  max-width: 276px;
  aspect-ratio: 1 / 1;
  background-image: radial-gradient(  
    circle closest-side,
    rgba(247, 166, 177, 1) 0%,
    rgba(247, 166, 177, 0.8) 50%,
    rgba(247, 166, 177, 0) 100% 
  );
  display: flex;            /* 中身（aタグ）を中央に */
  align-items: center;
  justify-content: center;
}
.award__section--subgrand-prix .award__item,
.award__section--special-prize .award__item {
  max-width: 193px;
}
.award__img {
  width: 80%;
  height: auto;
  margin-top: 2.5rem;
}
.iziModal-navigate > button {
  opacity: 1 !important;
}
.iziModal-navigate{
  z-index: 9999!important;
}
.iziModal-navigate > button {
  position: fixed !important; 
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 60px;
  height: 60px;
  background: none !important;
  opacity: 1 !important;
  z-index: 9999;
  border: none;
  outline: none;
  cursor: pointer;
}
.iziModal-navigate-next {
  right: 20px !important;
  left: auto !important;
}
.iziModal-navigate-prev {
  left: 20px !important;
  right: auto !important;
}
.iziModal-navigate-next::after,
.iziModal-navigate-prev::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.iziModal-navigate-next::after {
    transform: translate(-70%, -50%) rotate(45deg);
}

.iziModal-navigate-prev::after {
    transform: translate(-30%, -50%) rotate(-135deg);
}
.iziModal .modal-close {
  position: fixed;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
  pointer-events: auto;
}
.iziModal .modal-close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  transform-origin: center;
}
/* 1本目を右上がり（＼）に */
.iziModal .modal-close span:first-child {
  transform: rotate(45deg);
}
/* 2本目を左上がり（／）に */
.iziModal .modal-close span:last-child {
  transform: rotate(-45deg);
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
   a.result__btn--top{
    margin-right: 40px;
  }
}
@media screen and (max-width:768px){
    .intro{margin: 60px auto; }

  .award__section--special-prize .award__img{
    width: 80%;
  }
  .award__section--special-prize .award__list{
    gap: 30px 16px;
  }
  .mv-result{
    margin-top: 0;
  }
  a.result__btn--top{
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px){
   .result-title{
    margin-top: 0;
  }
  .intro{margin: 40px auto; }
  .judge__profile:not(:last-child){margin-bottom:20px;}
  .entry-contact {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .judge__comment{
    padding: 25px;
  }
  a.result__btn--top{
    max-width: 200px;
    padding: 10px 60px 12px;
    font-size: 16px;
    margin: 16px 12px;
    text-indent: -1em;
  }
  /*受賞作品紹介*/
  .award{
    padding-bottom: 30px;
  }
  .award__title img{
    max-width: 300px;
  }
  .icon-text__icon { 
    width: 60px;
  }
  .icon-text__label { 
    font-size: 18px;
  }
  .award__heading {
  margin-bottom: 10px;
  } 
  .award__heading--bottom{
    margin-top: 40px;
  }
  .award__body{
    margin-top: -15px;
    padding: 0 0 30px;
  }
  .award__section{
    margin-top: 60px;
  }
  .award__section:not(:last-child) {
    margin-bottom: 70px;
  }
  .award__list {
    flex-direction: column;
    gap: 0;
  }
  .award__img{
    max-width: 228px;
  }
  .award__section--subgrand-prix .award__list,
  .award__section--special-prize .award__list{
    flex-direction: row; 
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: flex-start;
    margin: 0 auto;
    width: 96%;
    padding-top: 40px;
  }
  .award__section--special-prize .award__list{
    padding-top: 20px;
  }
  .award__section--grand-prix .award__item {
    background-size: 88%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .award__section--subgrand-prix .award__item,
  .award__section--special-prize .award__item {
    flex: 0 0 50%;
    max-width: initial; 
    padding-top: 2.2rem;
    margin-top: -2.2rem;
  }  
  .award__section--subgrand-prix .award__item img,
  .award__section--special-prize .award__img{
    width: 80%;
    margin: 0 auto;
  }
  .award__section--special-prize .award__body{
    padding: 40px 0;
  }
  .iziModal-navigate-next {
    right:0 !important;
  }
  .iziModal-navigate-prev {
    left: 0 !important;
  }
  .iziModal-navigate > button{
    width: 40px;
    height: 40px;
  }
  .iziModal-navigate-next::after,
  .iziModal-navigate-prev::after {
    width: 20px;
    height: 20px;
  }
  .account__inner--result{
    padding-top: 30px;
  }
  .account__inner--result .account__info:nth-child(2){
    margin-top: -23px;
  }
}
@media screen and (max-width: 360px){
  .award__title img{
    max-width: 250px;
  }
}