/*
Theme Name: ARIZETrading
Author: FunFuture LLC kaori oda
*/

html {
  font-size: 62.5%;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-weight: 700;
}

@media (max-width: 1000px) {
  html {
      font-size: 50%;
  }
}

b,
strong {
  font-weight: 700;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
}

@media(max-width: 320px) {
  body {
    font-size: 1.4rem;
  }
}

.wrapper {
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #1A1A1A;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

@media (max-width: 1200px) {
  .container {
      width: 90%;
  }
}

.section {
  margin-bottom: 10rem;
}

.hero-header {
  position: relative;
}

.hero-header img {
  vertical-align: bottom;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text {
  color: #fff;
  font-size: 2rem;
  margin-top: -5rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0px 0px 30px #000;
}

@media (max-width: 1600px) {
  .hero-text {
      font-size: calc(22 * 100vw / 1600);
      margin-top: calc(-50 * 100vw / 1600);
  }
}

@media (max-width: 1200px) {
  .hero-content {
      width: 80%;
      text-align: center;
      top: 40%;
  }
  .hero-text {
      margin-top: calc( -170 * 100vw / 1920);
  }
}

@media (max-width: 800px) {
  .hero-header {
      height: 80rem;
  }
  .hero-header img {
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  .hero-content {
      top: 50%;
  }
  .hero-text {
      font-size: 1.8rem;
  }
}

@media (max-width: 600px) {
  .hero-content {
      width: 100%;
  }
  .hero-content img {
      transform: scale(1.4);
  }
  .hero-text {
      padding: 0 10%;
      margin-top: 0;
  }
}

@media (max-width: 375px) {
  .hero-header {
    height: 70rem;
  }
}

@media (max-width: 320px) {
  .hero-header {
    height: 50rem;
  }
}

.common-box {
  border: 3px solid #EDCB72;
  padding: 4rem 3%;
  background-color: rgba(0, 0, 0, 0.65);
  position: relative;
}
@media (min-width: 768px) {
  .common-box {
    padding: 8rem 10%;
  }
}

.common-box:before {
  content: "";
  height: 6px;
  background: rgba(0, 0, 0, 0.9);
  /* ←グラデーションに変更 */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  z-index: 1;
}
@media (max-width: 320px) {
  .common-box:before {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .common-box:before {
    width: 400px;
  }
}

.common-index {
  color: #EDCB72;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.85);
}
.common-name {
    font-size: 2.4rem;
    text-align: center;
}
.common-name .small {
    font-size: 2rem;
    text-align: center;
}
@media (max-width: 320px) {
  .common-index {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .common-index {
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .common-name {
    font-size: 3.6rem;
  }
  .common-name .small {
    font-size: 3rem;
  }
}

.common-comment {
  line-height: 1.75;
}

.nav-menu {
  position: relative;
  z-index: 999;
}

.menu-logo {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.menu-wrapper {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-list li {
  margin-left: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.menu-list a:hover {
  color: #fff
}

@media (max-width: 1600px) {
  .menu-list li {
      margin-left: calc(30 * 100vw / 1920);
      font-size: calc(20 * 100vw / 1920);
  }
  .menu-logo {
      font-size: calc(22 * 100vw / 1920);
  }
}

@media (max-width: 1000px) {
  #nav {
      display: none;
  }
}

#humbargar {
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  width: 10rem;
  z-index: 1003;
  transition: all 0.3s ease;
  display: none;
}

@media (max-width: 1000px) {
  #humbargar {
      display: block;
      opacity: 0;
      visibility: hidden;
  }
  #humbargar.visible {
      opacity: 1;
      visibility: visible;
  }
}

#humbargar:hover {
  opacity: 0.7;
}

.humbargar-icon {
  position: relative;
}

.humbargar-index:after {
  content: "MENU";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  transition: all 0.3s ease;
}

.open .humbargar-index:after {
  content: "CLOSE";
}

#humbargar-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(191, 150, 41, 0.5);
}

.open #humbargar-nav {
  opacity: 1;
  visibility: visible;
}

.humbargar-container {
  padding: 12rem 2rem 0;
}

.humbargar-list li {
  border-bottom: 1px solid #fff;
  text-align: center;
  transition: all 0.5s ease;
  transform: translateX(120%);
}

.open #humbargar-nav .humbargar-list li {
  transform: translateX(0%);
}

.open #humbargar-nav .humbargar-list li:nth-child(1) {
  transition-delay: 0s;
}

.open #humbargar-nav .humbargar-list li:nth-child(2) {
  transition-delay: 0.1s;
}

.open #humbargar-nav .humbargar-list li:nth-child(3) {
  transition-delay: 0.2s;
}

.open #humbargar-nav .humbargar-list li:nth-child(4) {
  transition-delay: 0.3s;
}

.open #humbargar-nav .humbargar-list li:nth-child(5) {
  transition-delay: 0.4s;
}

.open #humbargar-nav .humbargar-list li:nth-child(6) {
  transition-delay: 0.5s;
}

.open #humbargar-nav .humbargar-list li:nth-child(7) {
  transition-delay: 0.6s;
}

.open .wrapper {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.humbargar-list a,
.humbargar-list span {
  color: #fff;
  font-size: 2rem;
  display: block;
  padding: 2rem;
}

.humbargar-list a:hover,
.humbargar-list span:hover {
  color: #000;
  text-shadow: white 5px 0px 10px, white -5px 0px 10px, white 0px -5px 10px, white 0px 5px 10px;
}

#main {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

.main-bg {
  background-image: url(../images/main-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 10%;
  background-repeat: no-repeat;
}

.award-banner {
  position: relative;
  margin-bottom: 8rem;
}

.award-banner img {
  vertical-align: bottom;
}

.award-badge {
  position: absolute;
  top: 5%;
  width: 45%;
  left: 5%;
}

.award-content {
  width: 80%;
  margin: 0 auto;
}

.award-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12%;
  width: 30%;
}

.award-inner {
  position: relative;
}

.award-inner p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.award-title {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
}

.award-banner a {
  position: relative;
  display: block;
}

.award-banner a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
}

.award-banner a:hover:after {
  background-color: rgba( 255, 255, 255, 0.2);
}

@media (max-width: 1200px) {
  .award-title {
      font-size: calc(60 * 100vw / 1200);
  }
  .award-button {
      width: 40%;
      right: 6%;
  }
  .award-banner {
      margin-bottom: calc(80 * 100vw / 1200);
  }
}

@media (max-width: 1000px) {
  #main {
      margin-top: 0;
  }
  .award-inner p {
      font-size: calc(34 * 100vw / 1600);
  }
}

@media (max-width: 800px) {
  .award-content {
      width: 95%;
      margin: 0 auto;
  }
}

#interview {
  padding-top: 35rem;
}

.interview-header {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  z-index: 1;
}
@media (min-width: 768px) {
  .interview-header {
    width: 35%;
    top: -200px;
  }
}
@media (min-width: 835px) {
  .interview-header {
      top: -250px;
  }
}

.interview-sub {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 6rem 0 2rem;
}

#interview .common-text {
  margin-bottom: 6rem;
}

.interview-image {
  margin: 2rem auto 3rem;
}
@media (min-width: 768px) {
  .interview-image {
    margin: 4rem auto 6rem;
  }
}

.interview-content {
  position: relative;
  z-index: 2;
}

.interview-badge {
  vertical-align: bottom;
}

@media (max-width: 1600px) {
  #interview {
      padding-top: calc(450 * 100vw / 1600);
  }
}

@media (max-width: 1000px) {
  .interview-sub {
      font-size: 1.8rem;
      margin: 4rem 0;
  }
}

.sponsor-index {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  z-index: 2;
}
@media(max-width: 320px) {
  .sponsor-index {
    top: -2rem;
  }
}

.sponsor-banner {
  max-width: 40rem;
  margin: 0 auto;
}

.sponsor-banner a {
  position: relative;
  display: block;
}

.sponsor-banner a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
}

.sponsor-banner a:hover:after {
  background-color: rgba( 255, 255, 255, 0.2);
}

#footer {
  margin-top: 10rem;
}

.footer-bg {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 3rem auto 0;
  position: relative;
  z-index: 2;
}

.footer-logo {
  max-width: 45rem;
}

.footer-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  gap: 2rem 2rem;
}

.footer-list a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

.footer-list a:hover {
  color: #dab459;
}

.footer-copy {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

@media (max-width: 1200px) {
  .footer-list a {
      font-size: calc( 18 * 100vw / 1000);
  }
  .footer-logo {
      width: calc( 700 * 100vw / 1000);
  }
}

@media (max-width: 834px) {
  .footer-content {
      flex-direction: column;
  }
  .footer-logo {
      order: 2;
  }
  .footer-list {
      order: 1;
      justify-content: center;
      margin: 0 2rem 2rem;
  }
  .footer-list a {
      font-size: 1.6rem;
  }
}

#under .hero-header {
  height: 55rem;
}

#under .hero-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#under .hero-content {
  top: 40%;
  transform: translate( -50%, -50%);
}

#under .hero-index {
  margin-top: -8%;
  text-align: center;
  font-size: 6rem;
  line-height: 1.2;
  text-shadow: 0px 3px 20px #000;
}

#under .hero-index span {
  font-size: 4rem;
}

.department-image {
  max-width: 40rem;
  margin: 0 auto;
}

.department-text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}

@media(max-width: 800px) {
  .department-image {
    max-width: 70%;
  }

  #under .hero-text {
      margin-top: 3rem;
  }
  .department-text {
      font-size: 2rem;
      text-align: left;
  }
  #under .hero-header {
    height: 80rem;
  }
}

@media (max-width: 375px) {
  #under .hero-header {
    height: 70rem;
  }
}

@media(max-width: 320px) {
  .department-text {
    font-size: 1.8rem;
    text-align: left;
  }
  #under .hero-header {
    height: 50rem;
  }
}

#search .common-box {
  padding-bottom:0;
}
@media(min-width: 768px) {
  #search .common-box {
    padding-bottom: 4rem;
  }
}

#search .common-box:before {
  width: 30rem;
}

.search-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.search-button {
  background-image: url(../images/area-button.png);
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0px 0px 6px #edcb72;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  padding: 1rem 3.5rem 1rem 1rem;
  position: relative;
  text-align: center;
  width: 45%;  
}
.search-button span{
  display: block;
  margin-top: 1rem;
}

.search-button:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0.8rem 0.8rem 0 0.8rem;
  border-color: white transparent transparent transparent;
  height: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.search-button:hover:before {
  background-color: rgba( 255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .search-button {
    border-radius: 10px;
    font-size: 2rem;
    padding: 2rem 0;
    line-height: 1;
  }
  .search-button:after {
    border-width: 1rem 1rem 0 1rem;
  }
  .search-button span{
    display: inline-block;
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  .search-button {
    font-size: 1.4rem;
  }
}

section[id^="company"] .common-box {
  padding: 6rem 5%;
}

section[id^="company"] .common-comment {
  padding: 0 5%;
}

section[id^="company"] .area-prise:before {
  width: 18rem;
}

section[id^="company"] .genre-prise:before {
  width: 23rem;
}

.company-image {
  max-width: 60rem;
  margin: 4rem auto 2rem;
}

.company-image img {
  width: 100%;
  height: auto;
}

.company-photo img {
  width: 100%;
  height: 100%;
  max-width: 60rem;
  max-height: 40rem;
  object-fit: contain;
}

.company-photo {
  text-align: center;
}

.company-photo img {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  max-height: 60rem;
  object-fit: contain;
}

.company-wrapper {
  display: flex;
  align-items: center;
}

.company-wrapper .company-image {
  max-width: 60rem;
  margin: 2rem 0 2rem;
  flex-shrink: 1;
}

.company-wrapper .company-photo img {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  max-height: 50rem;
  object-fit: contain;
}

.company-button {
  text-align: center;
  margin-top: 4rem
}

.company-button__double {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2rem;
  text-align: center;
  margin-top: 4rem
}

.company-button a,
.company-button__double a  {
  background-image: url(../images/menu-bg.png);
  padding: 1.5rem 4rem;
  border-radius: 3rem;
  color: #000;
  font-size: 2.2rem;
  box-shadow: 0px 0px 6px #edcb72;
}

.company-button__double a {
  width: 44%;
}

@media (max-width: 1024px) {
  .company-button__double a {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {

  .company-button__double {
      display: block;
  }

  .company-button a,
  .company-button__double a {
      padding: 1.5rem 2rem;
      font-size: 1.8rem;
  }

  .company-button a,
  .company-button__double a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 90%;
  }

  .company-button__double a {
    display: block;
    margin: 20px auto 0 auto;
  }

  .company-button__double a:first-child {
    margin: 0 auto;
  }

}

.area-prise .common-name,
.genre-prise .common-name {
  width: 30%;
  font-size: 2.4rem;
  margin-right: 2rem;
  text-align: left;
  line-height: 1.75;
  flex-shrink: 0;
}

.area-prise .common-name .small {
  font-size: 2rem;
}

.area-prise .company-right .common-name,
.genre-prise .company-right .common-name {
  order: 2;
  text-align: right;
  margin: 0 0 0 2rem;
  padding-right: 0;
}

.company-right .common-image {
  order: 1;
}

@media (max-width: 800px) {
  .company-wrapper {
      flex-direction: column;
  }
  .company-wrapper .company-image {
      width: 100%;
      order: 2;
  }
  .area-prise .common-name,
  .genre-prise .common-name {
      width: 100%;
      padding: 0;
      text-align: center;
      margin-right: 0;
  }

  .area-prise .company-right .common-name,
  .genre-prise .company-right .common-name {
      order: 1;
      text-align: center;
      margin: 2rem;
  }
}

@media(max-width: 320px) {
  .common-name {
    font-size: 2rem;
  }
}

.to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  background-image: url(../images/menu-bg.png);
  background-size: auto 120%;
  border-radius: 50%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.to-top.visible {
  opacity: 1;
  visibility: visible;
}

.arrow {
  font-size: 1.5rem;
  cursor: pointer;
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgb(0, 0, 0);
  text-align: center;
  color: #fff;
}

.splash-area {
  position: relative;
  width: 100%;
  height: 100vh;
  transition: all 0.5s ease;
  transform-origin: bottom;
  background: rgb(0, 0, 0);
}

#splash-line {
  position: absolute;
  top: 0;
  left: 15vw;
  z-index: 2001;
  height: 100%;
}

#splash-line img {
  height: 100%;
  width: auto;
}

#splash-logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  z-index: 2002;
}

.splash-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 100%);
  z-index: 2002;
}

@media (max-width: 1200px) {
  #splash-logo {
      max-width: 600px;
  }
}

@media (max-width: 800px) {
  #splash-line {
      position: absolute;
      top: 0;
      left: -15vw;
      z-index: 2001;
      height: 100%;
  }
}

#event {
  margin-bottom: 8rem;
  position: relative;
  background: rgba(0, 0, 0, .8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 15%, rgba(0, 0, 0, .8) 100%);
}

.event-bg {
  background-repeat: no-repeat;
  background-image: url(../images/spotlight.png), url(../images/event-bg.png);
  background-size: 70rem, contain;
  background-position: top, bottom;
  padding-bottom: 15rem;
}
@media (min-width: 768px) {
  .event-bg {
      background-size: 100rem, contain;
      padding-bottom: 25rem;
  }
}

#after .main-cirtain {
  background: rgba(0, 0, 0, .8);
}

.event-image {
  padding: 0;
  position: relative;
}

.event-image img {
  height: auto;
  opacity: .6;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  transform-origin: bottom;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.event-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(.8);
  transform-origin: bottom;
  z-index: 1;
}

#event .slick-center img {
  opacity: 1;
  transform: scale(1);
}

.event-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  z-index: 3001;
  display: none;
}

.event-large {
  width: 100%;
  height: 100%;
  display: none;
}

.event-large img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.overlay {
  position: fixed;
  z-index: 2900;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}

.blur.overlay {
  opacity: 1;
  visibility: visible;
}

.blur.wrapper {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.event-arrow {
  position: absolute;
  font-size: 3rem;
}

.event-next {
  left: 25%;
  top: -3rem;
}

.event-prev {
  right: 25%;
  top: -3rem;
}

@media (max-width: 800px) {
  .event-next {
      left: 5%;
      top: -3rem;
  }
  .event-prev {
      right: 5%;
      top: -3rem;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.is-spaced {
  padding-top: 6.5vw;
}

@media (max-width: 1000px) {
  .is-spaced {
      padding-top: 0;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .mb-80 {
      margin-bottom: calc(80 * 100vw / 1000);
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.bg-beige {
  background-color: #F0EDE6;
}

.bg-blue {
  background-color: #293260;
}

.bg-white {
  background-color: #FFF;
}

.pb-0 {
  padding-bottom: 0;
}

.pr-0 {
  padding-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 8rem;
}

.ml-5 {
  margin-left: 2rem;
}

.pl-0 {
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.d-inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.bold {
  font-weight: 700;
}

.br-sp {
  display: none;
}

.br-sp800 {
  display: none;
}

.br-sp600 {
  display: none;
}

@media (max-width: 1000px) {
  .br-pc {
      display: none;
  }
  .br-sp {
      display: block;
  }
}

@media (max-width: 800px) {
  .br-pc800 {
      display: none;
  }
  .br-sp800 {
      display: block;
  }
}

@media (max-width: 600px) {
  .br-pc600 {
      display: none;
  }
  .br-sp600 {
      display: block;
  }
}

.relative {
  position: relative;
}

.is-sp{
  display: block;
}
.is-pc{
  display: none;
}
@media (min-width: 768px) {
  .is-sp{
    display: none;
  }
  .is-pc{
    display: block;
  }
}

.top-common-comment {
  line-height: 1.75;
  text-align: left;
}
@media (min-width: 600px){
  .top-common-comment {
    text-align: center;
  }
}

/*ティザー用*/
.button__archive{
  background-image: url(/award/images/menu-bg.png);
  border-radius: 3rem;
  box-shadow: 0px 0px 6px #edcb72;
  color: #000;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 20px auto;
  max-width: 600px;
  padding: 1.5rem 4rem;
  text-align: center;
}
.footer-archive__logo {
  display: block;
  width: 80%;
  margin: 6rem auto;
  position: relative;
  z-index: 2;
}
.lead-background {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8) 52%, rgba(0, 0, 0, 0));
  padding:6rem 0;
  margin: 6rem auto;
}
@media (min-width: 768px){
  .button__archive{
    font-size: 2.2rem;
    line-height: 1;
  }
  .footer-archive__logo {
    width: 30%;
    margin: 4rem auto;
  }
}
