@charset "UTF-8";
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

html, body, div, p, table, tr, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}

@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}

@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}
.tb {
  display: none;
}

@media (max-width: 1023px) {
  .tb {
    display: block;
  }
}
.tb_i {
  display: none;
}

@media (max-width: 1023px) {
  .tb_i {
    display: inline;
  }
}
.tb_ib {
  display: none;
}

@media (max-width: 1023px) {
  .tb_ib {
    display: inline-block;
  }
}
.sp {
  display: none;
}

@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}

@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
  /*&::-webkit-scrollbar {  
      display: none;
    }*/
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
html.js-noScroll {
  overflow: hidden;
}

body {
  width: 100%;
  color: rgb(18, 18, 18);
  background: #ffffff;
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
@media (max-width: 767.9px) {
  body {
    font-size: 13px;
  }
}
body.--menuOpen {
  overflow: hidden;
}

.js-visible .l-main.--index {
  visibility: visible;
}

#container {
  min-height: inherit;
  padding-top: 80px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #container {
    padding-top: 60px;
  }
}

.l-main {
  position: relative;
}
.l-main.--index {
  visibility: hidden;
  background-color: #000;
}

@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-height: 560px) {
  .sp {
    display: none;
  }
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
@media (max-width: 767.9px) and (max-height: 600px) {
  .sp {
    display: block;
  }
}

sup {
  font-size: 50%;
}

@media (max-width: 767.9px) {
  img {
    max-width: 100%;
  }
}

a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.u-bold {
  font-weight: 700;
}

.u-color--blue {
  color: #3399CC !important;
}
.u-color--red {
  color: #b81c25 !important;
}

.c-header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #000;
  text-align: center;
  padding: 7px 0;
  z-index: 10;
}
@media (max-width: 767.9px) {
  .c-header {
    position: fixed;
    height: 60px;
    width: 100%;
    padding: 7px 0;
  }
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .c-header__inner {
    display: block;
    padding: 0 15px;
  }
}
.c-headerTit {
  display: inline-block;
  padding: 0;
  width: 66px;
}
@media (max-width: 767.9px) {
  .c-headerTit {
    line-height: 1;
    width: 45px;
  }
}
.c-headerTit img {
  max-width: 100%;
}
.c-header nav {
  display: flex;
  gap: 33px;
}
@media (max-width: 1023px) {
  .c-header nav {
    gap: 15px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav {
    display: block;
    position: fixed;
    top: 60px;
    left: 100%;
    width: 80vw;
    height: calc(100vh - 60px);
    padding: 60px 0;
    background: #000;
    pointer-events: none;
    transition: left 1s;
  }
}
@media (max-width: 767.9px) {
  .c-header nav.--open {
    left: 20vw;
    pointer-events: all;
    opacity: 1;
    transition: left 1s;
  }
}
.c-header nav .list-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-right: 35px;
}
@media (max-width: 1023px) {
  .c-header nav .list-menu {
    gap: 20px;
    padding-right: 15px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu {
    display: block;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu li:last-child {
    margin-bottom: 0;
  }
}
.c-header nav .list-menu li a {
  font-size: 15px;
  color: #fff;
}
@media (max-width: 1023px) {
  .c-header nav .list-menu li a {
    font-size: 13px;
  }
}
@media (max-width: 767.9px) {
  .c-header nav .list-menu li a {
    font-size: 15px;
  }
}
.c-header nav .list-menu li a:hover {
  opacity: 0.7;
}
.c-header .menuBtn {
  display: none;
}
@media (max-width: 767.9px) {
  .c-header .menuBtn {
    position: fixed;
    display: block;
    top: 12px;
    right: 22px;
    width: 36px;
    height: 36px;
    z-index: 11;
  }
}
.c-header .menuBtn.--open span:first-child {
  top: 50%;
  transform: rotate(-45deg);
}
.c-header .menuBtn.--open span:last-child {
  top: 50%;
  bottom: auto;
  transform: rotate(45deg);
}
.c-header .menuBtn__inner {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 9px;
  transform: translate(0, -50%);
}
.c-header .menuBtn span {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transition: 0.5s;
}
.c-header .menuBtn span:first-child {
  top: 0;
  left: 0px;
}
.c-header .menuBtn span:last-child {
  bottom: 0;
  left: 0px;
}
.c-header .haeader-menu-sns {
  display: flex;
  gap: 13px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-sns {
    position: absolute;
    display: flex;
    left: 20px;
    top: 16px;
    gap: 10px;
  }
}
.c-header .haeader-menu-sns.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-sns.sp {
    display: flex;
  }
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-sns li {
    width: 30px;
  }
}
.c-header .haeader-menu-contact {
  padding: 15px 35px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .c-header .haeader-menu-contact {
    display: inline-block;
    padding: 15px 30px 15px 35px;
  }
}
.c-header .haeader-menu-contact span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-header .haeader-menu-contact span::after {
  display: block;
  width: 10px;
  height: 16px;
  content: "";
  background: url(../images/arrow_white.svg) top center/contain no-repeat;
}

.js-windowBg {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.js-windowBg__item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.js-windowBg__item.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.js-windowBg__item .js-windowBg__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.js-windowBg__item .js-windowBg__inner.bg-award {
  background: url(../images/bg_award.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .js-windowBg__item .js-windowBg__inner.bg-award {
    background: url(../images/bg_award_sp.jpg) center/cover no-repeat;
  }
}
.js-windowBg__item .js-windowBg__inner.bg-gallery {
  background: url(../images/bg_award.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .js-windowBg__item .js-windowBg__inner {
    background: url(../images/bg_award_sp.jpg) center/cover no-repeat;
  }
}
.js-windowBg__item.--hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.sub-footer {
  position: relative;
}
.sub-footerSns {
  max-width: 100%;
  width: 1200px;
  padding: 80px 40px;
  margin: auto;
  background: #fff;
}
@media (max-width: 767.9px) {
  .sub-footerSns {
    max-width: 100%;
    width: inherit;
    padding: 70px 25px;
  }
}
.sub-footerSns dl {
  display: block;
  text-align: center;
}
.sub-footerSns dt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .sub-footerSns dt {
    font-size: 20px;
  }
}
.sub-footerSns dd {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 767.9px) {
  .sub-footerSns dd {
    width: 38px;
    margin-right: 15px;
  }
}
.sub-footerSns dd:last-child {
  margin-right: 0;
}

.l-footer__inner {
  background-color: #000;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  padding: 80px 40px 50px;
}
.l-footer .footerMain {
  position: relative;
  min-height: 295px;
  padding: 60px 0 30px;
  background-color: #000;
}
@media (max-width: 767.9px) {
  .l-footer .footerMain {
    padding: 35px 0 15px;
  }
}
.l-footer .footerMain__inner {
  position: relative;
  max-width: 100%;
  width: 1200px;
  padding: 0 40px;
  margin: auto;
}
.l-footer .footerMenu {
  display: flex;
  gap: 28px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .l-footer .footerMenu {
    gap: 15px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerMenu {
    display: none;
  }
}
.l-footer .footerMenu li {
  border-right: solid 1px #fff;
  padding-right: 28px;
}
@media (max-width: 1023px) {
  .l-footer .footerMenu li {
    padding-right: 15px;
  }
}
.l-footer .footerMenu li:last-child {
  border-right: none;
}
.l-footer .footerMenu li a {
  color: #fff;
}
@media (max-width: 1023px) {
  .l-footer .footerMenu li a {
    font-size: 12px;
  }
}
.l-footer .footerLogo {
  position: absolute;
  right: 40px;
  top: 0;
  display: block;
  margin: auto;
  width: 320px;
}
@media (max-width: 1023px) {
  .l-footer .footerLogo {
    width: 260px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerLogo {
    position: relative;
    right: 0;
    width: 195px;
    margin: 0 auto 40px;
  }
}
.l-footer .footerLogo img {
  max-width: 100%;
}
.l-footer .footerCopy {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
  font-size: 14px;
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy {
    display: block;
    font-size: 10px;
    text-align: center;
  }
}
.l-footer .footerCopy__produce {
  display: flex;
  align-items: flex-end;
  gap: 19px;
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy__produce {
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
  }
}
.l-footer .footerCopy__produce img {
  width: 160px;
}
@media (max-width: 1023px) {
  .l-footer .footerCopy__produce img {
    width: 120px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy__produce img {
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .l-footer .footerCopy__copy {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  .l-footer .footerCopy__copy {
    font-size: 9px;
  }
}

.c-btn {
  display: block;
  width: 220px;
  margin: auto;
  padding: 9px 0;
  font-size: 14px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 30px;
}
@media (max-width: 767.9px) {
  .c-btn {
    width: 100%;
    max-width: 240px;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 700;
  }
}
.c-btn.--white {
  border: solid 1px #fff;
  color: #fff;
}
.c-btn.--white span::after {
  background: url(../images/arrow_white.svg) top center/contain no-repeat;
}
.c-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-btn span::after {
  display: block;
  width: 10px;
  height: 16px;
  content: "";
  background: url(../images/arrow_black.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .c-btn span::after {
    width: 8px;
    height: 13px;
  }
}

.c-btnTop {
  display: block;
  width: 283px;
  margin: auto;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 30px;
}
@media (max-width: 767.9px) {
  .c-btnTop {
    width: 100%;
    max-width: 170px;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
  }
}
.c-btnTop span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-btnTop span::after {
  display: block;
  width: 10px;
  height: 16px;
  content: "";
  background: url(../images/arrow_black.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .c-btnTop span::after {
    width: 8px;
    height: 13px;
  }
}

.c-textAnim {
  width: 100%;
  overflow: hidden;
  position: relative;
  bottom: -1px;
}
.c-textAnim img {
  position: relative;
  width: 1000px;
}
@media (max-width: 767.9px) {
  .c-textAnim img {
    width: 500px;
    max-width: inherit;
  }
}
.c-textAnimRight {
  display: flex;
  margin-bottom: 18px;
  gap: 40px;
  animation: loopScrollRight 50s infinite linear 0.5s both;
}
@media (max-width: 767.9px) {
  .c-textAnimRight {
    margin-bottom: 10px;
    gap: 20px;
    animation: loopScrollRight 25s infinite linear 0.5s both;
  }
}
.c-textAnimLeft {
  display: flex;
  gap: 40px;
  animation: loopScrollLeft 50s infinite linear 0.5s both;
}
@media (max-width: 767.9px) {
  .c-textAnimLeft {
    gap: 20px;
    animation: loopScrollLeft 25s infinite linear 0.5s both;
  }
}

@keyframes loopScrollRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes loopScrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.award {
  overflow: hidden;
}
.awardInfo {
  position: relative;
  padding: 60px 0;
  width: 100%;
  height: auto;
  z-index: 2;
  background: #fff;
}
@media (max-width: 767.9px) {
  .awardInfo {
    padding: 20px 0 0;
  }
}
.awardInfo::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_colorful_light_pattern_l.png), url(../images/bg_colorful_light_pattern_r.png);
  background-position: top left, bottom right;
  background-size: 60% auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .awardInfo::before {
    height: 100%;
  }
}
@media (max-width: 767.9px) {
  .awardInfo::before {
    height: 110%;
    background-image: url(../images/bg_colorful_light_pattern_l_sp.png), url(../images/bg_colorful_light_pattern_r_sp.png);
    background-position: top 0 left -5%, bottom -16% right -30%;
    background-size: 100%;
  }
}
.awardInfo::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 150px;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .awardInfo::after {
    bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .awardInfo::after {
    bottom: -11%;
    height: 100px;
    background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  }
}
.awardInfo__inner {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 1260px;
  min-height: 820px;
  padding: 0 750px 0 30px;
  margin: auto;
}
@media (max-width: 1300px) {
  .awardInfo__inner {
    padding: 0 calc(55vw + 30px) 0 30px;
  }
}
@media (max-width: 1023px) {
  .awardInfo__inner {
    min-height: 74.2913000978vw;
  }
}
@media (max-width: 767.9px) {
  .awardInfo__inner {
    width: 86.6666666667vw;
    padding: 0;
  }
}
.awardInfo__logo {
  position: relative;
  width: 507px;
  margin-bottom: 30px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .awardInfo__logo {
    width: 39.1666666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media (max-width: 1023px) {
  .awardInfo__logo {
    margin-bottom: 4.8875855327vw;
  }
}
@media (max-width: 767.9px) {
  .awardInfo__logo {
    position: relative;
    margin: 0 0 20px auto;
    width: 186px;
  }
}
.awardInfo__logo img {
  width: 100%;
}
.awardInfo__img {
  position: absolute;
  top: 95px;
  right: 30px;
  width: 657px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .awardInfo__img {
    top: 7.9166666667vw;
    width: 50vw;
  }
}
@media (max-width: 767.9px) {
  .awardInfo__img {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 7.3333333333vw;
    width: 100%;
  }
}
.awardInfo__img img {
  max-width: 100%;
  box-shadow: 30px 30px 0 rgba(46, 167, 224, 0.15);
}
@media (max-width: 767.9px) {
  .awardInfo__img img {
    box-shadow: 3.3333333333vw 3.3333333333vw 0 rgba(46, 167, 224, 0.15);
  }
}
.awardInfo__title {
  font-size: 42px;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .awardInfo__title {
    font-size: 3.5vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width: 1023px) {
  .awardInfo__title {
    font-size: 3.4213098729vw;
    margin-bottom: 2.4437927664vw;
  }
}
@media (max-width: 767.9px) {
  .awardInfo__title {
    font-size: 21px;
    text-align: center;
  }
}
.awardInfo__text {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  text-align: justify;
}
@media (max-width: 1023px) {
  .awardInfo__text {
    font-size: 1.6617790811vw;
  }
}
@media (max-width: 767.9px) {
  .awardInfo__text {
    margin-bottom: 0;
    padding-bottom: 45px;
    font-size: 13px;
  }
}
.awardOutline {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 30px;
}
@media (max-width: 767.9px) {
  .awardOutline {
    width: 86.6666666667vw;
    margin: auto;
    padding: 0;
    background: none;
  }
}
.awardOutline__inner {
  display: flex;
  max-width: 100%;
  width: 1200px;
  margin: auto;
  padding: 50px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .awardOutline__inner {
    display: block;
    width: 100%;
    padding: 25px 0;
  }
}
.awardOutline__info {
  width: 528px;
}
@media (max-width: 767.9px) {
  .awardOutline__info {
    width: 100%;
    padding: 0 0 20px;
  }
}
.awardOutline__sponsor {
  padding-left: 90px;
  border-left: dashed 1px #000;
}
@media (max-width: 767.9px) {
  .awardOutline__sponsor {
    padding: 20px 0 0;
    border-left: 0px;
    border-top: dashed 1px #000;
  }
}
.awardOutlineTit {
  font-size: 16px;
}
@media (max-width: 767.9px) {
  .awardOutlineTit {
    font-size: 13px;
  }
}
.awardOutlineName {
  font-size: 24px;
  margin-bottom: 25px;
}
@media (max-width: 767.9px) {
  .awardOutlineName {
    font-size: 16px;
  }
}
.awardOutline dl {
  display: flex;
}
.awardOutline dl dt {
  width: 3em;
}
.awardOutline dl dd {
  width: calc(100% - 3em);
}

.winner {
  position: relative;
  z-index: 2;
  background: #fff;
  /* Image X of Y を非表示にする */
}
.winner__inner {
  width: 100%;
  max-width: 1260px;
  padding: 120px 30px;
  margin: auto;
}
@media (max-width: 767.9px) {
  .winner__inner {
    width: 86.6666666667vw;
    padding: 60px 0;
    margin: auto;
  }
}
.winnerTit {
  margin-bottom: 50px;
  font-size: 34px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .winnerTit {
    margin-bottom: 25px;
    font-size: 21px;
  }
}
.winnerTit span {
  font-size: 38px;
}
@media (max-width: 767.9px) {
  .winnerTit span {
    font-size: 23px;
  }
}
.winnerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 49px;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 1300px) {
  .winnerList {
    gap: 2.5vw;
  }
}
@media (max-width: 1023px) {
  .winnerList {
    gap: 1.9550342131vw;
    margin-bottom: 9.7751710655vw;
  }
}
@media (max-width: 767.9px) {
  .winnerList {
    display: block;
    margin-bottom: 18px;
  }
}
.winnerList.--2 {
  gap: 100px;
}
.winnerList:last-child {
  margin-bottom: 0;
}
.winnerList__item {
  width: 366px;
}
@media (max-width: 1300px) {
  .winnerList__item {
    width: 29.1666666667vw;
  }
}
@media (max-width: 1023px) {
  .winnerList__item {
    width: 28.0701754386vw;
  }
}
@media (max-width: 767.9px) {
  .winnerList__item {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    align-items: flex-start;
    gap: 18px;
  }
}
.winnerList__item img {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .winnerList__item img {
    width: 29.2vw;
    max-width: 219px;
    height: auto;
  }
}
.winnerName {
  padding: 25px 0;
  font-weight: 800;
  font-size: 23px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .winnerName {
    padding: 5px 0;
    font-size: 15px;
    text-align: left;
  }
}
.winnerName.--small {
  padding: 25px 0 10px;
}
@media (max-width: 767.9px) {
  .winnerName.--small {
    padding: 5px 5;
  }
}
.winnerName small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 767.9px) {
  .winnerName small {
    font-size: 9px;
  }
}
.winnerComment {
  padding: 1em;
  background: #faefdf;
  margin-bottom: 1em;
  font-feature-settings: "palt" 1;
  line-height: 2;
  font-size: 14px;
}
@media (max-width: 767.9px) {
  .winnerComment {
    font-size: 12px;
  }
}
.winnerText {
  line-height: 1.8;
  text-align: justify;
}

.lb-nav a.lb-next {
  background: url(../images/lightbox/next.png) right 48% no-repeat;
}

.lb-nav a.lb-prev {
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
}

.gallery {
  position: relative;
  z-index: 2;
}
.gallery__inner {
  max-width: 100%;
  width: 1260px;
  padding: 90px 30px 125px;
  margin: auto;
}
@media (max-width: 767.9px) {
  .gallery__inner {
    width: 86.6666666667vw;
    padding: 40px 0 50px;
    margin: auto;
  }
}
.galleryTit {
  margin-bottom: 45px;
  color: #fff;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .galleryTit {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.galleryList {
  display: grid;
  grid-template-columns: repeat(auto-fit, 269px);
  justify-content: center;
  grid-row-gap: 28px;
  grid-column-gap: 31px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .galleryList {
    grid-template-columns: repeat(auto-fit, 26.2952101662vw);
    grid-row-gap: 2.7370478983vw;
    grid-column-gap: 3.0303030303vw;
  }
}
@media (max-width: 767.9px) {
  .galleryList {
    grid-template-columns: repeat(auto-fit, 40.9333333333vw);
    grid-row-gap: 4.4vw;
    grid-column-gap: 4.4vw;
  }
}
.galleryList a {
  width: 269px;
}
@media (max-width: 1023px) {
  .galleryList a {
    width: 26.2952101662vw;
  }
}
@media (max-width: 767.9px) {
  .galleryList a {
    width: 40.9333333333vw;
  }
}
.galleryList a img {
  max-width: 100%;
}
/*# sourceMappingURL=award.css.map */
