* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
* img {
  width: 100%;
  vertical-align: bottom;
}

.movie_delet_sp {
  background: #000000;
}

.p-section-blank {
  display: none;
}
@media (max-width: 768px) {
  .p-section-blank {
    display: block;
  }
}

.p-section-shows {
  width: 100%;
  max-height: 600px;
  height: 100%;
  overflow-y: clip;
  position: relative;
  background: url("../assets/images/img_show_fv.jpg");
  background-size: cover;
  background-position: center;
}
.p-section-shows__inner {
  height: 600px;
}
.p-section-shows__inner h2 {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0px);
  font-family: "Oswald", sans-serif;
  font-size: clamp(55px, 15vw, 333px);
  text-align: center;
  line-height: 0.9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-section-shows__inner h2 {
    top: 65%;
    transform: translate(-50%, -50%);
  }
}

.p-section-shops {
  width: 100%;
  max-height: 600px;
  height: 100%;
  overflow-y: clip;
  position: relative;
  background: url("../assets/images/img_shop_fv.jpg");
  background-size: cover;
  background-position: center;
}
.p-section-shops__inner {
  height: 600px;
  -webkit-backdrop-filter: brightness(0.7);
          backdrop-filter: brightness(0.7);
}
.p-section-shops__inner h2 {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0px);
  font-family: "Oswald", sans-serif;
  font-size: clamp(55px, 15vw, 333px);
  text-align: center;
  line-height: 0.9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-section-shops__inner h2 {
    top: 65%;
    transform: translate(-50%, -50%);
  }
}

.p-section-sd {
  background: #000000;
  height: 100vh;
  border-bottom: 1px solid #ffffff;
}

.filter-container {
  padding: 46px 30px 30px;
  background: #000000;
}
@media (max-width: 768px) {
  .filter-container {
    padding: 40px 16px 24px;
  }
}
.filter-container__inner {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 46px;
  border-bottom: 3px solid #ffffff;
}
.filter-container > p {
  margin-top: 46px;
  text-align: center;
}
.filter-container > p span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  background: #ffffff;
  margin: 0 auto 8px;
  line-height: 1.2;
  font-size: clamp(12px, 1.2vw, 20px);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .filter-container > p span {
    display: inline;
  }
}
.filter-container > p .display-sm {
  display: none;
}
@media (max-width: 600px) {
  .filter-container > p .display-sm {
    display: block;
  }
}
.filter-container > p .display-sp {
  display: none;
}
@media (max-width: 768px) {
  .filter-container > p .display-sp {
    display: block;
  }
}

.filter-options {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1200px) {
  .filter-options--desktop {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .filter-options--desktop {
    display: none;
  }
}
.filter-options--mobile {
  display: none;
}
@media (max-width: 768px) {
  .filter-options--mobile {
    display: flex;
  }
  .filter-options--mobile .mobile-select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: calc(100% - 60px);
    border: 2px solid #ffffff;
    padding: 8px 11px;
    background: #000000 url("../assets/images/ico_arrow_down.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 97% center;
    color: #ffffff;
    font-weight: 500;
    font-size: 3vw;
  }
  .filter-options--mobile button.mobile-reset-btn {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
    width: 35px;
    height: 35px;
    background: url("../assets/images/ico_reset.svg") no-repeat;
    background-size: 75%;
    background-position: center;
    border: 2px solid #ffffff;
    cursor: pointer;
  }
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-option label {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.filter-option input[type=checkbox] {
  display: none;
}
.filter-option input[type=checkbox] + label {
  padding-left: 30px;
}
.filter-option input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
.filter-option input[type=checkbox]:checked + label:after {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}

.items-container {
  max-width: 1700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  padding-inline: 5vw;
  background: #000000;
}
@media (max-width: 768px) {
  .items-container {
    padding-inline: 0;
    padding-bottom: 85px;
  }
}

.item-card {
  background: #000000;
  padding: 30px;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .item-card {
    padding-inline: 0;
  }
}
.item-card.hidden {
  display: none;
}
.item-card:nth-of-type(even) .detail-section {
  order: 2;
}

.item-category {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 1200px) {
  .item-category {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .item-category {
    padding-inline: 45px;
  }
}
.item-category h2 {
  max-width: 65%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: clamp(55px, 8vw, 120px);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (max-width: 1700px) {
  .item-category h2 {
    font-size: 6vw;
  }
}
@media (max-width: 1200px) {
  .item-category h2 {
    font-size: 7vw;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .item-category h2 {
    align-items: center;
    font-size: 55px;
    text-align: center;
  }
}
.item-category h2 span.sp-title {
  color: #ffffff;
  font-size: clamp(55px, 8vw, 90px);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (max-width: 1700px) {
  .item-category h2 span.sp-title {
    font-size: 5vw;
  }
}
@media (max-width: 1200px) {
  .item-category h2 span.sp-title {
    font-size: 6vw;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .item-category h2 span.sp-title {
    align-items: center;
    font-size: 34px;
    text-align: center;
  }
}
.item-category h2 span.sub-title {
  width: 100%;
  display: block;
  padding: 0 8px 2px;
  margin: 10px auto;
  font-size: clamp(12px, 1.2vw, 20px);
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #000000;
  text-align: center;
  background: #ffffff;
  letter-spacing: normal;
}
.item-category h2 span.sub-title .display-sp {
  display: none;
}
@media (max-width: 768px) {
  .item-category h2 span.sub-title .display-sp {
    display: block;
  }
}
@media (max-width: 768px) {
  .item-category h2 span.sub-title {
    display: none;
  }
  .item-category h2 span.sub-title--sp {
    display: block;
    background: transparent;
  }
}
.item-category h2 span.sub-title--sp {
  display: none;
}
@media (max-width: 768px) {
  .item-category h2 span.sub-title--sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item-category h2 span.sub-title--sp > span {
    padding: 0 6px 2px;
    margin-top: 8px;
    background: #ffffff;
  }
}
.item-category p {
  max-width: 40%;
  font-size: clamp(12px, 1.2vw, 15px);
}
@media (max-width: 1200px) {
  .item-category p {
    max-width: 100%;
  }
}

.item-content {
  display: flex;
  gap: 30px;
}

.thumbnails-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.thumbnail-item {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  background: #1a1a1a;
  aspect-ratio: 1;
  width: calc(25% - 10px);
  filter: brightness(0.5);
}
@media (max-width: 1080px) {
  .thumbnail-item {
    width: calc(33.3333333333% - 6px);
  }
}
@media (max-width: 768px) {
  .thumbnail-item {
    width: calc(50% - 4px);
    filter: brightness(1);
  }
}
.thumbnail-item:hover {
  filter: none;
}
.thumbnail-item:hover a {
  opacity: 1;
}
.thumbnail-item:hover img {
  transform: scale(1.05);
}
.thumbnail-item.active {
  filter: none;
}
.thumbnail-item a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.thumbnail-item a .thumbnail-inner .thumbnail-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 22px;
  filter: drop-shadow(0px 0px 6px black);
  width: 90%;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .thumbnail-item a .thumbnail-inner .thumbnail-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all 0.5s;
}
.thumbnail-item .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.detail-section {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  order: -1;
  max-width: 600px;
  width: 40vw;
}
@media (max-width: 768px) {
  .detail-section {
    display: none;
  }
}

.detail-main {
  position: sticky;
  top: 120px;
  overflow: hidden;
  background: #1a1a1a;
}
.detail-main a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: clip;
  text-decoration: none;
  position: relative;
}
.detail-main a .detail-logo {
  max-width: 50%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.detail-main a img {
  transition: all 0.3s;
}
.detail-main a:hover {
  opacity: 1;
}
.detail-main a:hover img {
  transform: scale(1.05);
}
.detail-main a:hover .no-image {
  background: #666666;
}
.detail-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.detail-main .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  color: #ffffff;
  font-size: clamp(18px, 3vw, 54px);
  text-align: center;
  background: #333333;
  transition: all 0.5s;
  padding: 1vw;
}

.detail-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  position: sticky;
  top: 80px;
}

.no-item {
  padding: 40px;
  text-align: center;
  color: #999;
  font-size: 16px;
}

@media (max-width: 768px) {
  .item-content {
    flex-direction: column;
  }
  .thumbnails-section {
    flex-direction: row;
    flex: none;
    overflow-x: auto;
  }
}
.item-card.hidden {
  display: none;
}

.p-section-special {
  padding-inline: 45px;
}
.p-section-special__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.p-section-special__inner h2 {
  font-size: clamp(55px, 6vw, 170px);
  color: #ffffff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin-block: 90px 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-section-special__inner h2 {
    margin-block: 0px 20px;
  }
}
.p-section-special__text {
  padding-block: 30px;
  text-align: center;
  color: #ffffff;
}

#single {
  background: #000000;
}

.p-section-singles {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 180px 45px 60px;
}
.p-section-singles .sliderArea {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 960px) {
  .p-section-singles .sliderArea {
    flex-direction: column;
  }
}
.p-section-singles .slider_thumb {
  max-width: 414px;
  width: 100%;
}
@media (max-width: 960px) {
  .p-section-singles .slider_thumb {
    margin: 0 auto;
  }
  .p-section-singles .slider_thumb button {
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 56px;
    cursor: pointer;
  }
  .p-section-singles .slider_thumb button.slick-prev {
    left: -38px;
    padding: 0;
    border: none;
    outline: none;
    background: url("../img2/single/sl_left_Arrow.svg") no-repeat;
  }
  .p-section-singles .slider_thumb button.slick-next {
    right: -42px;
    padding: 0;
    border: none;
    outline: none;
    background: url("../img2/single/sl_right_arrow.svg") no-repeat;
  }
}
@media (max-width: 600px) {
  .p-section-singles .slider_thumb {
    max-width: 100%;
    padding-inline: 45px;
  }
}
.p-section-singles .slider_thumb .slick-slide {
  height: 706px;
  padding: 0 5px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 600px) {
  .p-section-singles .slider_thumb .slick-slide {
    height: 520px;
  }
}
.p-section-singles .slider_thumb .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-section-singles .slider_thumb img {
  filter: none;
}
.p-section-singles .slider_thumb img[src*=dummy] {
  filter: invert(1);
}
.p-section-singles__thumb {
  width: calc(100% - 470px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .p-section-singles__thumb {
    width: 100%;
  }
}
.p-section-singles__thumb .title_area h2.title {
  font-size: clamp(40px, 5vw, 85px);
  color: #ffffff;
  line-height: 1;
}
.p-section-singles__thumb .title_area h2.title span {
  display: block;
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-section-singles__thumb .title_area .link_area {
    display: none;
  }
}
.p-section-singles__thumb .title-sub {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 26px;
}
.p-section-singles__thumb .text1 {
  color: #ffffff;
  font-size: clamp(12px, 1.2vw, 16px);
}
.p-section-singles__thumb .thumb {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .p-section-singles__thumb .thumb {
    display: none;
  }
}
.p-section-singles__thumb .thumb .slick-slide {
  height: auto;
  padding: 0 5px;
  cursor: pointer;
  overflow: clip;
}
.p-section-singles__thumb .thumb .slick-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
  transition: all 0.5s;
}
.p-section-singles__thumb .thumb .slick-slide img[src*=dummy] {
  filter: invert(1) brightness(0.5);
}
.p-section-singles__thumb .thumb .slick-slide:hover img {
  filter: brightness(1);
}
.p-section-singles__thumb .thumb .slick-current.slick-active img {
  filter: brightness(1);
}
.p-section-singles__thumb .thumb .slick-current.slick-active img[src*=dummy] {
  filter: invert(1) brightness(1);
}
.p-section-singles__thumb .thumb button {
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 56px;
  cursor: pointer;
}
.p-section-singles__thumb .thumb button.slick-prev {
  left: -38px;
  padding: 0;
  border: none;
  outline: none;
  background: url("../img2/single/sl_left_Arrow.svg") no-repeat;
}
.p-section-singles__thumb .thumb button.slick-next {
  right: -42px;
  padding: 0;
  border: none;
  outline: none;
  background: url("../img2/single/sl_right_arrow.svg") no-repeat;
}
@media (max-width: 768px) {
  .p-section-singles .btn_area {
    flex-direction: column;
  }
}
.p-section-singles .btn_area > a {
  display: block;
  max-width: 175px;
  width: 100%;
  margin: 60px auto 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .p-section-singles .btn_area > a {
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  .p-section-singles .btn_area > a.sns-instagram {
    margin-top: 30px;
  }
}

.post-slider__item {
  max-width: 150px;
  padding: 0 10px;
}

.post-slider__item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.slider-title {
  max-width: 1290px;
  width: 100%;
  padding-inline: 45px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
}

.p-section-singles__post-slider {
  width: 100%;
  margin-top: 40px;
  position: relative;
  padding-block: 16px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-section-singles__post-slider {
    margin-top: 20px;
  }
}
.p-section-singles__post-slider::before {
  content: "";
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1640px) {
  .p-section-singles__post-slider::before {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .p-section-singles__post-slider::before {
    display: none;
  }
}
.p-section-singles__post-slider::after {
  content: "";
  width: 32%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 1640px) {
  .p-section-singles__post-slider::after {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .p-section-singles__post-slider::after {
    display: none;
  }
}

.post-slider-swiper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-block: 20px;
  overflow: visible;
}
.post-slider-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.post-slider-swiper .swiper-wrapper.slide-en {
  justify-content: center;
}
.post-slider-swiper .swiper-slide {
  width: 150px;
  height: auto;
}
.post-slider-swiper img {
  display: block;
  width: 100%;
  height: auto;
}

#award .p-section-shops {
  width: 100%;
  max-height: 600px;
  height: 100%;
  overflow-y: clip;
  position: relative;
  background: url("../assets/images/img_award_fv.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #award .p-section-shops {
    max-height: 100vh;
    background: url("../assets/images/img_award_fv-sp.png");
    background-size: cover;
    background-position: center;
  }
}
#award .p-section-shops__inner h2 span {
  display: block;
  font-size: clamp(40px, 4vw, 62px);
}
@media (max-width: 768px) {
  #award .p-section-shops__inner h2 {
    top: 60%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  #award .p-section-shops__inner {
    height: 100vh;
  }
}

.awards {
  height: auto;
  padding: 60px 20px;
  background: #000 url("../assets/images/bg_noise_01.png");
  -webkit-backdrop-filter: invert(1) blur(14px);
          backdrop-filter: invert(1) blur(14px);
  background-size: contain;
  background-repeat: repeat-y;
}
.awards h3 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 24px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .awards h3 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-inline: 10px;
  }
}
.awards h3 span {
  display: block;
  font-size: clamp(14px, 2vw, 28px);
  text-align: center;
  color: #000;
  letter-spacing: 0.7em;
}
.awards .awards-list__content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.awards .awards-list__content .aw_list1 {
  max-width: 100%;
  display: flex;
  justify-content: first baseline;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .awards .awards-list__content .aw_list1 {
    width: 100%;
  }
}
.awards .awards-list__content .aw_list1 li {
  width: calc(25% - 15px);
  flex-direction: column;
}
@media (max-width: 1200px) {
  .awards .awards-list__content .aw_list1 li {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 950px) {
  .awards .awards-list__content .aw_list1 li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .awards .awards-list__content .aw_list1 li {
    width: 100%;
  }
}
.awards .awards-list__content .aw_list1 li .img {
  max-width: none;
  width: 100%;
  aspect-ratio: 327/589;
  overflow: clip;
}
@media (max-width: 768px) {
  .awards .awards-list__content .aw_list1 li .img {
    aspect-ratio: 1;
  }
}
.awards .awards-list__content .aw_list1 li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.awards .awards-list__content .aw_list1 li .text_area {
  width: 100%;
  height: 228px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 768px) {
  .awards .awards-list__content .aw_list1 li .text_area {
    height: auto;
  }
}
.awards .awards-list__content .aw_list1 li .text_area .shou {
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
}
.awards .awards-list__content .aw_list1 li .text_area .name {
  font-size: 30px;
  text-align: center;
  padding: 0;
  margin: 20px auto;
  border: none;
  color: #000000;
}
.awards .awards-list__content .aw_list1 li .text_area .name::before {
  top: 0;
  height: 108%;
}
.awards .awards-list__content .aw_list1 li .text_area .name::after {
  top: 0;
  height: 108%;
}
.awards .awards-list__content .aw_list1 li .text_area .name.js-title {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.awards .awards-list__content .aw_list1 li .text_area .text1 {
  padding: 0 0 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .awards .awards-list__content .aw_list1 li .text_area .text1 {
    font-size: 18px;
  }
}
.awards .awards-list__content .aw_list1 li .text_area .class {
  height: 46px;
  padding: 20px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}

.awards .awFooter {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.awards .awFooter .title_area {
  width: 95%;
  margin: 0 auto 30px;
}
.awards .awFooter .title_area .p-section-content__title {
  align-items: flex-end;
  flex-direction: row;
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .awards .awFooter .title_area .p-section-content__title {
    gap: 12px;
  }
}
.awards .awFooter .title_area .p-section-content__title .en_tit {
  font-size: clamp(30px, 6vw, 60px);
  margin-bottom: 0;
}
.awards .awFooter .title_area .p-section-content__title .en_tit.js-title::after, .awards .awFooter .title_area .p-section-content__title .en_tit.js-title::before {
  top: 0;
}
.awards .awFooter h3.title {
  width: 95%;
  margin: 0 auto 24px;
  color: #000000;
}
@media (max-width: 768px) {
  .awards .awFooter h3.title {
    font-size: 18px;
    max-width: 1440px;
  }
}
.awards .awFooter table {
  max-width: 1440px;
  width: 95%;
}
@media (max-width: 900px) {
  .awards .awFooter table {
    width: 1000px;
  }
}
.awards .awFooter table tr {
  width: 100%;
  display: flex;
  justify-content: center;
}
.awards .awFooter table tr:nth-of-type(odd) {
  background-color: transparent;
}
.awards .awFooter table tr:nth-of-type(odd) th,
.awards .awFooter table tr:nth-of-type(odd) td {
  background-color: transparent;
}
.awards .awFooter table th {
  width: 33.3333333333%;
  border-bottom: 2px solid;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .awards .awFooter table th:first-child, .awards .awFooter table th:last-child {
    display: block;
  }
}
.awards .awFooter table td {
  width: 33.3333333333%;
  border-bottom: none;
  white-space: normal;
}
@media (max-width: 768px) {
  .awards .awFooter table td:first-child, .awards .awFooter table td:last-child {
    display: block;
  }
}/*# sourceMappingURL=secondary.css.map */