/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* == normalize.css end == */

body.l-body__kirelab {
  background-color: #fffaf5;
  font-family: 'Hiragino Kaku Gothic ProN', 'Arial', 'Meiryo', sans-serif;
  line-height: 1.75;
  color: #353535;
  font-weight: 500;
}
a {
  color: #353535;
  text-decoration: underline;
  word-break: break-all;
}
a:hover,
button:hover {
  filter: opacity(0.6);
  cursor: pointer;
}
a:visited {
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  list-style-type: none;
  padding-inline-start: 0;
}
h1 {
  margin: 0;
}
h2 {
  letter-spacing: 0.06em;
  margin: 0;
  font-size: 26px;
}

/* Utility
    ================================*/
ul.u-list-style {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
ul.u-list-style ul {
  list-style-type: circle;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 40px;
}
.u-m_center {
  margin: auto 0;
}
.u-center {
  text-align: center;
}
.u-left {
  text-align: left;
}
.u-right {
  text-align: right;
}

.u-font12 {
  font-size: 12px !important;
}
.u-font13 {
  font-size: 13px !important;
}
.u-font14 {
  font-size: 14px !important;
}
.u-font15 {
  font-size: 15px !important;
}
.u-font16 {
  font-size: 16px !important;
}
.u-font17 {
  font-size: 17px !important;
}
.u-font18 {
  font-size: 18px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}
.u-mb16 {
  margin-bottom: 16px !important;
}
.u-mb24 {
  margin-bottom: 24px !important;
}
.u-mb32 {
  margin-bottom: 32px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb48 {
  margin-bottom: 48px !important;
}
.u-mb56 {
  margin-bottom: 56px !important;
}
.u-mb64 {
  margin-bottom: 64px !important;
}
.u-mb72 {
  margin-bottom: 72px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb88 {
  margin-bottom: 88px !important;
}
.u-mb96 {
  margin-bottom: 96px !important;
}
.u-mb104 {
  margin-bottom: 104px !important;
}
.u-mb112 {
  margin-bottom: 112px !important;
}
.u-mb120 {
  margin-bottom: 120px !important;
}

@media screen and (min-width: 768px) {
  .u-pc_center {
    text-align: center;
  }
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  .u-pc_mb8 {
    margin-bottom: 8px !important;
  }
  .u-pc_mb16 {
    margin-bottom: 16px !important;
  }
  .u-pc_mb24 {
    margin-bottom: 24px !important;
  }
  .u-pc_mb32 {
    margin-bottom: 32px !important;
  }
  .u-pc_mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc_mb48 {
    margin-bottom: 48px !important;
  }
  .u-pc_mb56 {
    margin-bottom: 56px !important;
  }
  .u-pc_mb64 {
    margin-bottom: 64px !important;
  }
  .u-pc_mb72 {
    margin-bottom: 72px !important;
  }
  .u-pc_mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc_mb88 {
    margin-bottom: 88px !important;
  }
  .u-pc_mb96 {
    margin-bottom: 96px !important;
  }
  .u-pc_mb104 {
    margin-bottom: 104px !important;
  }
  .u-pc_mb112 {
    margin-bottom: 112px !important;
  }
  .u-pc_mb120 {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .u-sp_mb8 {
    margin-bottom: 8px !important;
  }
  .u-sp_mb16 {
    margin-bottom: 16px !important;
  }
  .u-sp_mb24 {
    margin-bottom: 24px !important;
  }
  .u-sp_mb32 {
    margin-bottom: 32px !important;
  }
  .u-sp_mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp_mb48 {
    margin-bottom: 48px !important;
  }
  .u-sp_mb56 {
    margin-bottom: 56px !important;
  }
  .u-sp_mb64 {
    margin-bottom: 64px !important;
  }
  .u-sp_mb72 {
    margin-bottom: 72px !important;
  }
  .u-sp_mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp_mb88 {
    margin-bottom: 88px !important;
  }
  .u-sp_mb96 {
    margin-bottom: 96px !important;
  }
  .u-sp_mb104 {
    margin-bottom: 104px !important;
  }
  .u-sp_mb112 {
    margin-bottom: 112px !important;
  }
  .u-sp_mb120 {
    margin-bottom: 120px !important;
  }
}

/* c-button
    ================================*/
.c-button__wrap {
  width: 100%;
}
.c-button__link {
  width: 100%;
  display: block;
  background-color: #9d7312;
  border-radius: 100px;
  border: solid 1px #9d7312;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 150%;
}

.c-button__wrap.__white .c-button__link {
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #9d7312;
  color: #9d7312;
}

.c-button__wrap.__white .c-button__link:hover {
  cursor: pointer;
  background-color: #fcf5e4;
  border: solid 1px #9d7312;
  color: #9d7312;
  filter: opacity(1);
}

.c-button__wrap.__gold .c-button__link {
  background-color: #9d7312;
  border: solid 1px #9d7312;
  color: #fff;
}

.c-button__wrap.__gold .c-button__link.disabled {
  cursor: not-allowed;
  background-color: #8E8E8E;
  border: solid 1px #8E8E8E;
  color: #616161;
}
.c-button__wrap.__gold .c-button__link.disabled:hover {
  filter: opacity(1);
}

@media screen and (max-width: 767px) {
  .c-button__link {
    height: auto;
    padding: 9px 10px;
  }
}

/* header
    ================================*/
.c-header {
  align-items: center;
  background-color: #fafafa;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 8px 2rem;
  width: 100%;
  font-size: 14px;
  z-index: 100;
}

.c-header__logo {
  max-width: 303px;
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

.c-header__list-link {
  display: block;
  margin-right: 20px;
  text-decoration: none;
}

.c-header__list-link:hover {
  filter: opacity(0.6);
}

.c-hamburger-menu {
  position: fixed;
}

@media screen and (max-width: 834px) {
  .c-header__logo {
    max-width: 240px;
    width: 100%;
    height: auto;
  }
  .c-header {
    padding: 8px 16px;
  }
  .c-header__list-item {
    padding: 10px 0;
  }

  .c-hamburger-menu__list {
    background-color: #fafafa;
    align-items: flex-start;
    display: none;
    flex-direction: column;
    right: 0;
    padding: 2rem;
    position: absolute;
    top: 100%;
    width: 300px;
    height: 100vh;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
    display: flex;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color: #000;
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 834px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 32px;
    justify-content: center;
    width: 32px;
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000;
  display: block;
  height: 1px;
  transition: 0.3s;
  width: 20px;
}

@media screen and (max-width: 834px) {
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg);
    transform-origin: 0%;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg);
    transform-origin: 0%;
  }
}

/* mv
    ================================*/
.l-mv-area {
  background-image: url(../img/mv_pc.png);
  background-size: cover;
  background-position: center;
  height: 630px;
}
.l-mv-area__max {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.l-mv-area__wrap {
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 120px;
  padding-right: 40px;
  max-width: 500px;
}
.l-mv-maxarea {
}
.l-mv-area__title {
  margin: 0 auto;
}
.l-mv-area__lead {
  font-size: 14px;
  line-height: 2.2;
}
.l-mv-button__area {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-mv-area {
    background-image: url(../img/mv_sp.png);
    background-size: cover;
    height: inherit;
  }
  .l-mv-area__wrap {
    padding: 0;
    position: inherit;
    max-width: 100%;
  }
  .l-mv-button__area {
    max-width: 100%;
    width: 100%;
  }
  .l-mv-area__sp-lead {
    padding: 0 16px 40px;
  }
}

/* explain
    ================================*/
.l-explain-area {
  padding-top: 80px;
}
.l-explain-area p {
  line-height: 2.2;
  margin: 0;
}
.l-explain-mvv {
  max-width: 946px;
  margin: 0 auto;
  padding: 0 16px;
}
.l-explain-mvv ul {
  display: flex;
  gap: 10px;
}
.l-explain-mvv ul li {
  border: solid #d2a02a 3px;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 20px 16px;
}
.l-explain-mvv ul li h3 {
  font-weight: 500;
  font-size: 22px;
  color: #d2a02a;
  margin: 0;
}
.l-explain-mvv ul li p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l-explain-area {
    padding: 40px 16px;
  }
  .l-explain-area p {
    text-align: left;
  }
  .l-explain-mvv {
    padding: 0;
  }
  .l-explain-mvv ul {
    flex-direction: column;
  }
}

/* about kirelab
    ================================*/
.l-about-kirelab-area {
  background-color: #f2f0db;
}
.l-about-kirelab__card {
  padding: 40px 16px;
}
.l-about-kirelab__card ul {
  display: flex;
  max-width: 946px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  gap: 28px;
  align-items: center;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
}
.l-about-kirelab__card ul li:first-child {
  max-width: calc(100% / 3);
  background-color: #fff7ef;
}
.l-about-kirelab__card ul li {
  max-width: calc(100% - (100% / 3));
}
.l-about-kirelab__card ul li p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-about-kirelab__card ul {
    flex-wrap: wrap;
    gap: 0;
  }
  .l-about-kirelab__card ul li:first-child {
    max-width: 100%;
  }
  .l-about-kirelab__card ul li {
    max-width: 100%;
  }
}
/* participant member
    ================================*/
.l-participant-member-area {
  padding: 80px 0;
  background: url(../img/menber_bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.l-participant-member-wrap {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 16px;
}
.l-participant-member-wrap .l-update {
  text-align: right;
  font-size: 13px;
}
.l-participant-member-wrap ul.l-member-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.l-participant-member-wrap ul.l-member-list li {
  max-width: calc((100% - 30px) / 2);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
}
ul.l-member-list li .l-member-list__img-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16 / 9;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
ul.l-member-list li .l-member-list__img-wrap a:hover{
  filter: opacity(1);
}
ul.l-member-list li .l-member-list__img-wrap::before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
ul.l-member-list li .l-member-list__img-wrap img {
  max-width: inherit;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
ul.l-member-list li .l-member-list__txt-wrap a.l-member-mailmaga__link {
  text-decoration: none;
}
ul.l-member-list li .l-member-list__txt-wrap .l-member__lead {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
ul.l-member-list li .l-member-list__txt-wrap .l-menber__backnumber-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
ul.l-member-list li .l-member-list__txt-wrap .l-menber__backnumber-link a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
ul.l-member-list li .l-member-list__img-wrap .c-button__wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: fit-content;
}

ul.l-member-list li .l-member-list__img-wrap .l-member-button__area {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .l-participant-member-wrap ul.l-member-list li {
    max-width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .l-participant-member-wrap ul.l-member-list li {
    max-width: 100%;
  }
  .l-participant-member-area {
    padding: 40px 0;
  }
}
/* summary title area
    ================================*/
.l-summary-title-area {
  height: 220px;
  background: url(../img/bg-summary-title.png);
  background-size: cover;
  background-position: center;
  background-color: #000;
}
.l-summary-title-area h1 {
  margin: 0;
  padding: 110px 16px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .l-summary-title-area h1 {
    padding: 90px 16px;
  }
}
/* summary
    ================================*/
.l-summary__wrap {
  max-width: 946px;
  margin: 0 auto;
  line-height: 2.2;
}
.l-summary__wrap p {
  margin: 60px auto;
}
.l-summary__card {
  border: solid #d2a02a 3px;
  border-radius: 6px;
  padding: 40px 24px;
  width: 750px;
  margin: 0 auto;
  line-height: 2.2;
  box-sizing: border-box;
}
.l-summary__card h3 {
  margin: 0;
}
.l-summary__card p {
  margin: 0;
}
.l-summary-button__area {
  max-width: 300px;
  margin: 0 auto;
}
.l-summary-area {
  padding: 0 16px;
}
.l-sample_img{
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-summary__card {
    width: 100%;
  }
  .l-summary__wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .l-sample_img{
    max-width: 100%;
  }
}
/* attention
    ================================*/
.l-attention__area {
  padding: 40px 16px;
}

/* jurors / info
    ================================*/
.l-jurors__area ul.l-jurors__list,
.l-info__area ul.l-info__list {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.l-info__area ul.l-info__list a {
  text-decoration: none;
}
.l-jurors__area ul.l-jurors__list li,
.l-info__area ul.l-info__list li {
  width: calc((100% - 60px) / 3);
}
.l-jurors__area ul.l-jurors__list li h3,
.l-jurors__area ul.l-jurors__list li p,
.l-info__area ul.l-info__list li h3,
.l-info__area ul.l-info__list li p {
  margin: 8px 0;
}
.l-jurors__area {
  padding: 0 16px;
}
.l-info__area {
  background-color: #f2f0db;
  padding: 40px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-jurors__area ul.l-jurors__list {
    padding: 0 16px;
  }
  .l-jurors__area ul.l-jurors__list li {
    width: 100%;
  }
  .l-info__area ul.l-info__list li {
    width: calc((100% - 30px) / 2);
  }
  .l-jurors__area ul.l-jurors__list li img {
    max-width: inherit;
    width: 100%;
  }
}

/* contact
    ================================*/
.l-contact__area {
  padding: 0 16px;
}
.l-contact__area .l-contact-button__area {
  max-width: 300px;
  margin: 0 auto;
}
.c-button__wrap.__contect a {
  border-radius: 3px;
  background-color: inherit;
  border: #474747 solid 1px;
  color: #474747;
  padding: 10px;
}
/* breadcrumb
    ================================*/
.breadcrumb {
  font-size: 13px;
  padding: 4px 16px;
  background-color: #c8c8c8;
  white-space: nowrap;
  word-break: break-all;
  overflow: scroll;
}
ul.breadcrumb-list {
  display: flex;
}

/* footer color
    ================================*/
.l-body__kirelab .inc_footer {
  margin-top: 0;
  background-color: #343434;
  color: #fff;
}
.l-body__kirelab .inc_footer a {
  color: #fff;
}
.l-body__kirelab .inc_footer .-inner {
  color: #fff;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 1s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.c-toast {
  animation-name: toast;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  }
  @keyframes toast {
  0% {
      opacity: 0;
      top: 6vh;
  }
  20% {
      opacity: 1;
      top: 14vh;
  }
  80% {
      opacity: 1;
      top: 14vh;
  }
  100% {
      opacity: 0;
      top: 14vh;
  }
  }

.c-toast {
  width: 75%;
  border: 1px solid #ffd675;
  border-radius: 3px;
  z-index: 999;
  background-color: #fffaf5;
  position: fixed;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-toast.error {
  border: 1px solid #FF7575;
  background-color: #fef3ef;
  color: #8c0000;
}
.c-toast > p {
  margin: 10;
  font-size: 14px;
  color: #474747;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  line-height: 1.5;
}
.c-toast.error > p {
  color: #8c0000;
}


.hidden {
  display: none;
}
.visible {
  display: block;
}



/*================================
    YKTR-5736 Result
================================*/
.l-result-contents__wrap {

}


/* mv
================================*/

.l-mv-area.l-result-mv-area{
  background-image: url(../img/mv_pc_award-result.png?2);
  background-size: cover;
  background-position: center;
  height: 417px;
}  

.l-result-mv-area .l-mv-result-area__wrap {
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  padding-top: 85px;
  display: block;
  margin: 0 auto;
}

.l-award-result-contents {
  color: #474747;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 33px */
  background: url(../img/bg_award-result.jpg) repeat;
  padding-top: 50px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 80px;
  overflow: hidden;
}
.l-award-result-contents h3 {
  color: #A4770D;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}


.l-award-result-contents h3:before {
  background:url(../img/frame_award-pc.png) no-repeat top;
  content: "";
  display: block;
  object-fit: cover;
  max-width: 1100px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
}

.l-award-result-contents h3:after {
  background:url(../img/frame_award-pc.png) no-repeat bottom;
  content: "";
  display: block;
  transform: scale(-1, 1);
  object-fit: cover;
  max-width: 1100px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
}

.l-award-result-contents .l-grand-prize {
  display: flex;
  max-width: 1090px;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px #E4E4E4;
  margin: 0 auto;
  position: relative;
}
.l-award-result-contents .l-grand-prize .l-img-flower {
  position: absolute;
  bottom: -50px;
  right: -50px;
  text-align: right;
}
.l-award-result-contents .l-grand-prize .l-img-emblem {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.l-award-result-contents .l-grand-prize .l-img-emblem img,
.l-award-result-contents .l-grand-prize .l-img-flower img {
  width: 50%;
  
}

.l-award-result-contents .l-grand-prize .l-grand-left-contents {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px 0px 0px 12px;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 0px 10px 0px #E4E4E4;
  max-width: 450px;
  width: calc(50% - 40px);
}

.l-award-result-contents h4 {
  color: #474747;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: left;
}
.l-award-result-contents .l-creator-name {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.l-grand-left-contents .l-mailmagazine {
  border-radius: 3px;
  border: 1px solid #787878;
  background: #FFFBF7;
  height: 200px;
  padding: 16px;
  align-self: stretch;
  text-align: left;
  overflow: scroll;
}

.l-grand-left-contents .l-mailmagazine .l-mailmagazine__title-area {
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding-bottom: 16px;
}
.l-grand-left-contents .l-mailmagazine .l-mailmagazine__title {
  color: #474747;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.l-grand-left-contents .l-mailmagazine .l-mailmagazine__day {
  overflow: hidden;
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.l-grand-left-contents .l-mailmagazine .l-mailmagazine__text-area {
  padding-top: 16px;
  padding-bottom: 16px;
}

.l-award-result-contents .l-grand-prize .l-grand-right-contents {
  display: flex;
  padding: 120px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
  justify-content: center;
}

.l-grand-right-contents {
  font-weight: 400;
  text-align: left;
}

.l-grand-right-contents h5 {
  font-weight: 600;
}

.l-award-result-contents .c-button__wrap{
  margin: 0 auto;
  max-width: 400px;
}

.l-award-result-contents .l-mag2prize__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  max-width: 1050px;
  margin: 0 auto;
}
.l-award-result-contents .l-mag2prize__list .l-mag2prize {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 0px 10px 0px #E4E4E4;
  width: 100%;
  max-width: 462px;
}

.l-award-result-contents .l-prize-comment {
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-align: left;
}

.l-award-result-contents .l-reader-award .l-reader-award__wrap{
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  max-width: 1050px;
  margin: 0 auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0px 0px 10px 0px #E4E4E4;
}
.l-award-result-contents .l-reader-award .l-reader-award__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 462px;
}
.l-award-result-contents .l-reader-award .l-reader-award__right {
  display: flex;
  max-width: 544px;
  padding: 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.l-award-result-contents .l-award-result-announce {
  min-height: 300px;
}
.l-award-result-contents .l-award-result-announce {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.l-award-result-contents .l-award-result-announce__comment{
  flex: 1;
  max-width: fit-content;
  line-height: 175%;
}
.l-award-result-contents .l-award-result-announce::before {
  background: url(../img/bg_annnounce-before.png) no-repeat center left;
  content: "";
  height: 207px;
  width: 70px;
  display: block;
}
.l-award-result-contents .l-award-result-announce::after {
  background: url(../img/bg_annnounce-after2.png) no-repeat center right;
  content: "";
  height: 207px;
  width: 70px;
  display: block;
}
.l-award-result-contents .l-award-result-announce .l-award-result-flower {
  position: absolute;
  right: -50px;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .l-award-result-contents .l-grand-prize {
    flex-direction: column;
  }
  .l-award-result-contents .l-grand-prize h4 {
    padding-right: 100px;
  }
  .l-award-result-contents .l-grand-prize .l-img-emblem img, 
  .l-award-result-contents .l-grand-prize .l-img-flower img {
    width: 40%;
  }
  .l-award-result-contents .l-grand-prize .l-grand-right-contents {
    padding: 16px;
    padding-bottom: 100px;
  }
  .l-award-result-contents .l-grand-prize .l-grand-left-contents {
    max-width: 100%;
    width: fit-content;
    padding: 16px;
  }
  .l-award-result-contents .l-mag2prize__list .l-mag2prize {
    max-width: 100%;
    padding: 16px;
  }
  .l-award-result-contents .l-reader-award .l-reader-award__wrap {
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }
  .l-award-result-contents .l-reader-award .l-reader-award__right {
    padding: 24px 0;
  }
  .l-award-result-contents .l-reader-award .l-reader-award__left 
  {
    max-width: 100%;
  }
}