#mainContents {
  color: #000000;
  line-height: 1;
}
#mainContents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#mainContents a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
#mainContents img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
#mainContents section {
  padding: 0;
}
#mainContents h1 {
  margin: 0;
}
#mainContents .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #mainContents .pc {
    display: none;
  }
}
#mainContents .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #mainContents .sp {
    display: block;
  }
}
#mainContents .MV {
  -o-object-fit: contain;
     object-fit: contain;
}
#mainContents .Result-text {
  padding: min(6.875%, 99px) 0 min(6.875%, 99px) calc((100% - 1160px) / 2);
}
@media screen and (max-width: 1200px) {
  #mainContents .Result-text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  #mainContents .Result-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Result-text {
    padding: 0 0 58px;
  }
}
#mainContents .Result-text__inner {
  background-color: #0066b2;
  padding: 60px calc(100% - 1160px) 60px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media screen and (max-width: 1200px) {
  #mainContents .Result-text__inner {
    padding-right: 20px;
    padding-left: 6.66667%;
  }
}
@media screen and (max-width: 900px) {
  #mainContents .Result-text__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Result-text__inner {
    padding: 50px 20px 55px;
  }
}
#mainContents .Result-text__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.944;
  color: #ffffff;
  margin-right: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  #mainContents .Result-text__title {
    font-size: 3vw;
    margin-right: 6.89655%;
  }
}
@media screen and (max-width: 900px) {
  #mainContents .Result-text__title {
    font-size: 30px;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Result-text__title {
    font-size: 25px;
    line-height: 1.6;
    margin: 0 0 20px;
  }
}
#mainContents .Result-text__text {
  font-size: 14px;
  line-height: 2.143;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #mainContents .Result-text__text {
    font-size: 14px;
    line-height: 1.6;
  }
}
#mainContents .Contents-wrap {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #mainContents .Contents-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
#mainContents .Comments {
  padding-bottom: 45px;
  border-bottom: #999999 1px solid;
}
@media screen and (max-width: 768px) {
  #mainContents .Comments {
    margin-bottom: 43px;
  }
}
#mainContents .Comments__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 0 auto 46px;
}
#mainContents .Comments__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #mainContents .Comments__title {
    font-size: 25px;
    margin-bottom: 26px;
  }
}
#mainContents .Comments__title p {
  display: inline;
  background: #fafafa;
  padding: 0 1em;
  letter-spacing: 0.1em;
}
#mainContents .Comments__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #mainContents .Comments__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
#mainContents .Comments__item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1200px) {
  #mainContents .Comments__item {
    width: calc((100% - 6.66667vw) / 2);
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Comments__item {
    width: 100%;
  }
}
#mainContents .Comments__item__title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #mainContents .Comments__item__title {
    font-size: 16px;
    padding: 7px 0;
  }
}
#mainContents .Comments__item.Comments__general .Comments__item__title {
  background: #0066b2;
}
@media screen and (max-width: 768px) {
  #mainContents .Comments__item.Comments__general {
    margin-bottom: 34px;
  }
}
#mainContents .Comments__item.Comments__macro .Comments__item__title {
  background: #4ea45e;
}
#mainContents .Comments__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media screen and (max-width: 900px) {
  #mainContents .Comments__item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
#mainContents .Comments__item__prof {
  width: 150px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  #mainContents .Comments__item__prof {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 25px;
  }
}
#mainContents .Comments__item__prof__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #mainContents .Comments__item__prof__img {
    width: 150px;
    margin: 0 39px 0 0;
  }
}
@media screen and (max-width: 900px) {
  #mainContents .Comments__item__prof__img {
    width: 125px;
  }
}
#mainContents .Comments__item__prof__txt__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#mainContents .Comments__item__prof__txt__job {
  font-size: 15px;
  color: #999999;
  font-weight: bold;
}
#mainContents .Comments__item__comment {
  font-size: 14px;
  line-height: 1.643;
}
@media screen and (max-width: 768px) {
  #mainContents .Comments__item__comment {
    width: 100%;
  }
}
#mainContents .Winner-index {
  padding: 98px 0 80px;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-index {
    padding: 45px 0 50px;
  }
}
#mainContents .Winner-index__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-index__title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
#mainContents .Winner-index__text {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-index__text {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
#mainContents .Winner-index__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: min(100%, 966px);
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-index__tabs {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
#mainContents .Winner-index__tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  border: #999999 1px solid;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Winner-index__tabs__item {
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #mainContents .Winner-index__tabs__item:hover {
    color: #999999;
  }
}
#mainContents .Winner-index__tabs__item:nth-child(n+2) {
  margin-left: -1px;
}
#mainContents .Winner-index__tabs__item::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  background: #0066b2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#mainContents .Winner-index__tabs__item.current {
  color: #0066b2;
}
#mainContents .Winner-index__tabs__item.current::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-index__tabs__item {
    width: 26.66667vw;
    height: 8.53333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 14px;
  }
  #mainContents .Winner-index__tabs__item:nth-child(n+4) {
    margin-top: 4vw;
  }
  #mainContents .Winner-index__tabs__item::after {
    height: 2px;
  }
}
#mainContents .Winner-set {
  display: none;
}
#mainContents .Winner-set__title {
  position: relative;
  width: 100%;
  height:  30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #mainContents .Winner-set__title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__title {
    height: 40px;
    font-size: 22px;
    margin-bottom: 50px;
    padding: 0;
  }
}
#mainContents .Winner-set__title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: skew(-30deg, 0);
          transform: skew(-30deg, 0);
}
@media screen and (max-width: 1200px) {
  #mainContents .Winner-set__title::before {
    width: calc(100% - 20px);
    left: 10px;
  }
}
#mainContents .Winner-set__works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 86.2069%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__works {
    width: 100%;
  }
}
#mainContents .Winner-set__item {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item {
    width: calc((100% - 15px) / 2);
  }
}
#mainContents .Winner-set__item:nth-of-type(n+3) {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item:nth-of-type(n+3) {
    margin-top: 50px;
  }
}
#mainContents .Winner-set__item__labels {
  width: 100%;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__labels {
    padding-bottom: 20px;
  }
}
#mainContents .Winner-set__item__cat {
  width: 126px;
  height: 34px;
  border: 1px solid;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__cat {
    width: min(21.86667vw, 82px);
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    margin-right: min(1.33333vw, 5px);
  }
}
#mainContents .Winner-set__item__cat-general {
  border-color: #0066b2;
  color: #0066b2;
}
#mainContents .Winner-set__item__cat-macro {
  border-color: #4ea45e;
  color: #4ea45e;
}
#mainContents .Winner-set__item__prz {
  width: 92px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-right: calc(100% - 228px);
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__prz {
    width: min(14.66667vw, 55px);
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    margin-right: calc(100% - 142px);
  }
}
#mainContents .Winner-set__item__prz-gold {
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 160, 64)), to(rgb(238, 200, 110)));
  background: linear-gradient(to right, rgb(200, 160, 64) 0%, rgb(238, 200, 110) 100%);
  margin-right: 30px;
}
#mainContents .Winner-set__item__prz-silver {
  background: -webkit-gradient(linear, right top, left top, from(rgba(199, 206, 216, 0.99608)), to(rgb(159, 170, 183)));
  background: linear-gradient(to left, rgba(199, 206, 216, 0.99608) 0%, rgb(159, 170, 183) 100%);
}
#mainContents .Winner-set__item__prz-bronze {
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 122, 64)), to(rgb(238, 173, 110)));
  background: linear-gradient(to right, rgb(200, 122, 64) 0%, rgb(238, 173, 110) 100%);
}
#mainContents .Winner-set__item__prz-selected {
  background: #000000;
}
#mainContents .Winner-set__item__prz-tamron {
  width: 142px;
  background: #0066b2;
  margin-right: calc(100% - 278px);
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__prz-tamron {
    width: min(18.93333vw, 73px);
    margin-right: 0;
  }
}
#mainContents .Winner-set__item__title {
  font-size: min(3.4vw, 34px);
  margin-top: 18px;
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/bracket_start.svg) no-repeat left top;
  background-size: 9px 25px;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__title {
    font-size: 4.66667vw;
    background-size: 1.2vw 3.33333vw;
  }
  #mainContents .Winner-set__item__title.l2 {
    font-size: 4.66667vw;
    height: 2.2em;
  }
}
#mainContents .Winner-set__item__title p {
  font-size: min(3.4vw, 34px);
  font-weight: bold;
  line-height: 1.1;
  display: inline;
  position: relative;
  padding-right: 0.5em;
}
#mainContents .Winner-set__item__title p::after {
  content: "";
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/bracket_end.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__title p {
    font-size: 4.66667vw !important;
  }
  #mainContents .Winner-set__item__title p::after {
    width: 1.2vw;
    height: 3.33333vw;
  }
}
#mainContents .Winner-set__item__title.fntS p {
  font-size: min(3vw, 30px);
}
#mainContents .Winner-set__item__photo {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 460/306;
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/loading.gif) no-repeat center center;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__photo {
    background-size: 24px 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Winner-set__item__photo {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #mainContents .Winner-set__item__photo:hover {
    opacity: 0.65;
  }
}
#mainContents .Winner-set__item__photo.vrt {
  width: 66.52174%;
  aspect-ratio: 306/460;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__photo.vrt2 {
    width: 82.1875%;
    aspect-ratio: 263/320;
  }
}
#mainContents .Winner-set__item__photo img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#mainContents .Winner-set__item__photo img.loaded {
  opacity: 1;
}
#mainContents .Winner-set__item__info {
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__info {
    padding-top: 20px;
  }
}
#mainContents .Winner-set__item__name {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__name {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
#mainContents .Winner-set__item__lenz {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.3;
  height: 2.6em;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__lenz {
    font-size: 10px;
    margin-bottom: 15px;
    height: 3.9em;
  }
}
#mainContents .Winner-set__item__comment, #mainContents .Winner-set__item__zoom {
  width: min(90%, 306px);
  height: 54px;
  background: #000000;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  font-size: min(2vw, 20px);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0.05em;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__comment, #mainContents .Winner-set__item__zoom {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: min(3.46667vw, 13px);
    line-height: 1.1;
    text-align: center;
  }
}
#mainContents .Winner-set__item__comment::before, #mainContents .Winner-set__item__zoom::before {
  content: "";
  width: 25px;
  height: 23px;
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/icon_balloon.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__comment::before, #mainContents .Winner-set__item__zoom::before {
    width: 16px;
    height: 15px;
    left: 10px;
  }
}
#mainContents .Winner-set__item__comment::after, #mainContents .Winner-set__item__zoom::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/icon_plus.svg) no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__comment::after, #mainContents .Winner-set__item__zoom::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Winner-set__item__comment, #mainContents .Winner-set__item__zoom {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #mainContents .Winner-set__item__comment:hover, #mainContents .Winner-set__item__zoom:hover {
    opacity: 0.5;
  }
}
#mainContents .Winner-set__item__zoom {
  padding-left: 0;
}
#mainContents .Winner-set__item__zoom::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-set__item__zoom {
    padding-right: 1em;
    line-height: 1;
    height: 36px;
  }
}
#mainContents .Winner-gold {
  display: block;
}
#mainContents .Winner-gold .Winner-set__title::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 160, 64)), to(rgb(238, 200, 110)));
  background: linear-gradient(to right, rgb(200, 160, 64) 0%, rgb(238, 200, 110) 100%);
}
#mainContents .Winner-gold .Winner-set__item {
  width: 100%;
}
#mainContents .Winner-gold .Winner-set__item:nth-of-type(1) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
#mainContents .Winner-gold .Winner-set__item__labels {
  height: 54px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item__labels {
    height: auto;
    padding-bottom: 15px;
  }
}
#mainContents .Winner-gold .Winner-set__item__title {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item__title {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item__prz {
    margin-right: calc(100% - 142px);
  }
}
#mainContents .Winner-gold .Winner-set__item__photo {
  aspect-ratio: 1000/667;
}
#mainContents .Winner-gold .Winner-set__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item__info {
    display: block;
    padding-top: 15px;
  }
}
#mainContents .Winner-gold .Winner-set__item__name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item__name {
    margin-bottom: 10px;
  }
}
#mainContents .Winner-gold .Winner-set__item__lenz {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -3px;
}
@media screen and (max-width: 980px) {
  #mainContents .Winner-gold .Winner-set__item__lenz {
    margin-left: 200px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item__lenz {
    margin-left: 0;
    margin-bottom: 20px;
    height: auto;
  }
}
#mainContents .Winner-gold .Winner-set__item__comment {
  width: 352px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#mainContents .Winner-gold .Winner-set__item__comment::before {
  left: 40px;
}
#mainContents .Winner-gold .Winner-set__item__comment::after {
  right: 40px;
}
@media screen and (max-width: 980px) {
  #mainContents .Winner-gold .Winner-set__item__comment {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Winner-gold .Winner-set__item__comment {
    width: 218px;
    height: 32px;
    border-radius: 5px;
    line-height: 1;
  }
  #mainContents .Winner-gold .Winner-set__item__comment::before {
    left: 15px;
  }
  #mainContents .Winner-gold .Winner-set__item__comment::after {
    right: 15px;
  }
  #mainContents .Winner-gold .Winner-set__item__comment .sp {
    display: none;
  }
}
#mainContents .Winner-silver .Winner-set__title::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(199, 206, 216, 0.99608)), to(rgb(159, 170, 183)));
  background: linear-gradient(to left, rgba(199, 206, 216, 0.99608) 0%, rgb(159, 170, 183) 100%);
}
#mainContents .Winner-bronze .Winner-set__title::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 122, 64)), to(rgb(238, 173, 110)));
  background: linear-gradient(to right, rgb(200, 122, 64) 0%, rgb(238, 173, 110) 100%);
}
#mainContents .Winner-selected .Winner-set__title::before {
  background: #000000;
}
#mainContents .Winner-tamron .Winner-set__title::before {
  background: #0066b2;
}
#mainContents .Previous {
  padding: 85px 0 0;
}
@media screen and (max-width: 768px) {
  #mainContents .Previous {
    padding-top: 39px;
  }
}
#mainContents .Previous__title {
  width: 500px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  background-color: #999999;
  position: relative;
  margin: 0 auto 50px;
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Previous__title {
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #mainContents .Previous__title:hover {
    background-color: #bfbfbf;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Previous__title {
    width: 275px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 25px;
  }
}
#mainContents .Previous__title::after {
  content: "";
  width: 20px;
  height: 14px;
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/icon_arrow_previous.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  #mainContents .Previous__title::after {
    width: 14px;
    height: 7px;
    right: 15px;
  }
}
#mainContents .Previous__title.open::after {
  -webkit-transform: translate(0, -50%) rotate(180deg) scale(1, -1);
          transform: translate(0, -50%) rotate(180deg) scale(1, -1);
}
#mainContents .Previous__acd {
  display: none;
}
#mainContents .Previous__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 50px);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  #mainContents .Previous__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 50px);
  }
}
@media screen and (max-width: 900px) {
  #mainContents .Previous__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 50px);
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Previous__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(18, 55px);
    gap: 10px;
  }
}
#mainContents .Previous__item a {
  font-size: min(1.4vw, 14px);
  color: #000000 !important;
  line-height: 1;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Previous__item a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  #mainContents .Previous__item a:hover {
    background-color: #d0d0d0;
  }
}
@media screen and (max-width: 900px) {
  #mainContents .Previous__item a {
    font-size: 14px;
  }
}
#mainContents .Share {
  padding: 110px 0 60px;
}
@media screen and (max-width: 768px) {
  #mainContents .Share {
    padding: 70px 0 95px;
  }
}
#mainContents .Share__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainContents .Share__title {
    font-size: 18px;
    line-height: 1.556;
    margin-bottom: 25px;
  }
}
#mainContents .Share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainContents .Share__item {
  width: 58px;
  margin: 0 15px;
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Share__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #mainContents .Share__item a:hover {
    opacity: 0.65;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Share__item {
    width: 45px;
    margin: 0 20px;
  }
}
#mainContents .Modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  overflow-y: scroll;
}
#mainContents .Modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#mainContents .Modal__contents {
  width: min(100% - 280px, 1160px);
  height: calc(100% - 160px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__contents {
    width: calc(100% - 40px);
    height: calc(100% - 130px);
    top: 60px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#mainContents .Modal__main {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  #mainContents .Modal__main::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 75%);
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__main::after {
    height: 9.33333vw;
  }
}
#mainContents .Modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: min(8.88889vw, 80px);
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__inner {
    padding: 6.66667vw 5.33333vw;
  }
}
#mainContents .Modal__wrap {
  width: 100%;
  position: relative;
  opacity: 0;
}
#mainContents .Modal__wrap.show {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s, transform 0.4s ease-out;
  transition: opacity 0.4s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
#mainContents .Modal__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 15px;
}
#mainContents .Modal__labels__cat {
  width: 106px;
  height: 32px;
  border: 1px solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__labels__cat {
    width: 87px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
  }
}
#mainContents .Modal__labels__cat.general {
  color: #0066b2;
  border-color: #0066b2;
}
#mainContents .Modal__labels__cat.macro {
  color: #4ea45e;
  border-color: #4ea45e;
}
#mainContents .Modal__labels__prz {
  width: 72px;
  height: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-right: 25px;
}
@media screen and (max-width: 1240px) {
  #mainContents .Modal__labels__prz {
    margin-right: calc(100% - 184px);
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__labels__prz {
    width: 58px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-right: calc(100% - 150px);
  }
}
#mainContents .Modal__labels__prz.gold {
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 160, 64)), to(rgb(238, 200, 110)));
  background: linear-gradient(to right, rgb(200, 160, 64) 0%, rgb(238, 200, 110) 100%);
}
#mainContents .Modal__labels__prz.silver {
  background: -webkit-gradient(linear, right top, left top, from(rgba(199, 206, 216, 0.99608)), to(rgb(159, 170, 183)));
  background: linear-gradient(to left, rgba(199, 206, 216, 0.99608) 0%, rgb(159, 170, 183) 100%);
}
#mainContents .Modal__labels__prz.bronze {
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 122, 64)), to(rgb(238, 173, 110)));
  background: linear-gradient(to right, rgb(200, 122, 64) 0%, rgb(238, 173, 110) 100%);
}
#mainContents .Modal__labels__prz.selected {
  background: #000000;
}
#mainContents .Modal__labels__prz.tamron {
  background: #0066b2;
  width: 106px;
}
@media screen and (max-width: 1240px) {
  #mainContents .Modal__labels__prz.tamron {
    margin-right: calc(100% - 218px);
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__labels__prz.tamron {
    width: 87px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-right: calc(100% - 179px);
  }
}
#mainContents .Modal__labels__title {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/bracket_start.svg) no-repeat left top;
  background-size: 9px 25px;
  padding: 0 0.6em;
  line-height: 1.1;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #mainContents .Modal__labels__title {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1030px) {
  #mainContents .Modal__labels__title {
    font-size: min(2.44898vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__labels__title {
    font-size: 22px;
    line-height: 1.1;
    padding: 0 0.5em;
    background-size: 6px 13px;
  }
}
#mainContents .Modal__labels__title p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  display: inline;
  position: relative;
  padding-right: 0.6em;
}
#mainContents .Modal__labels__title p::after {
  content: "";
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/bracket_end.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__labels__title p {
    font-size: 22px !important;
    padding-right: 0.5em;
  }
  #mainContents .Modal__labels__title p::after {
    width: 6px;
    height: 13px;
  }
}
#mainContents .Modal__photo {
  width: 100%;
  aspect-ratio: 1000/663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/jp/consumer/sp/contest/tamronphotocon2024/result_assets/img/loading.gif) no-repeat center center;
}
#mainContents .Modal__photo img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#mainContents .Modal__photo img.loaded {
  opacity: 1;
}
#mainContents .Modal__info {
  padding-top: 10px;
  text-align: right;
}
@media screen and (max-width: 1030px) {
  #mainContents .Modal__info {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  #mainContents .Modal__info {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__info {
    padding-top: 15px;
  }
}
#mainContents .Modal__info__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1240px) {
  #mainContents .Modal__info__name {
    top: 47px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1030px) {
  #mainContents .Modal__info__name {
    font-size: min(2.04082vw, 20px);
    line-height: 1.1;
    position: static;
  }
}
@media screen and (max-width: 980px) {
  #mainContents .Modal__info__name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__info__name {
    font-size: 14px;
  }
}
#mainContents .Modal__info__lenz {
  font-size: 12px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__info__lenz {
    font-size: 10px;
    line-height: 1.6;
  }
}
#mainContents .Modal__comment {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__comment {
    margin-top: 20px;
  }
}
#mainContents .Modal__comment__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__comment__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#mainContents .Modal__comment__text {
  font-size: 14px;
  line-height: 2;
}
#mainContents .Modal__num {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: -44px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__num {
    font-size: 15px;
    top: -30px;
  }
}
#mainContents .Modal__close {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -55px;
  right: -10px;
  padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Modal__close {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__close {
    width: 37px;
    height: 37px;
    top: -42px;
    right: -5px;
    padding: 5px;
  }
}
#mainContents .Modal__prev, #mainContents .Modal__next {
  width: 37px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -55px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 10px;
}
@media (hover: hover) and (pointer: fine) {
  #mainContents .Modal__prev, #mainContents .Modal__next {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__prev, #mainContents .Modal__next {
    width: 102px;
    height: 72px;
    top: auto;
    bottom: -65px;
    right: -20px;
    padding: 25px 20px 25px 60px;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
#mainContents .Modal__prev {
  right: auto;
  left: -55px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  #mainContents .Modal__prev {
    left: -20px;
    -webkit-transform: translate(0, 0) rotate(180deg);
            transform: translate(0, 0) rotate(180deg);
  }
}