.main_inner {
  padding: 0;
}

.top_head {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .top_head {
    row-gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  .top_head {
    row-gap: 1.4rem;
  }
}
.top_head p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .top_head p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .top_head p {
    font-size: 2.8rem;
  }
}
.top_head h2 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .top_head h2 {
    line-height: 1.162;
    font-size: 6.2rem;
  }
}
@media (max-width: 768px) {
  .top_head h2 {
    line-height: 1.117;
    font-size: 8.6rem;
  }
}

.top_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .top_card {
    column-gap: 3.5rem;
    border-radius: 1.6rem;
    padding: 2rem 3rem;
  }
}
@media (max-width: 768px) {
  .top_card {
    column-gap: 3rem;
    border-radius: 2.6rem;
    padding: 2.5rem 3.5rem;
  }
}
@media (min-width: 769px) {
  .top_card:has(.top_card_image) {
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .top_card:has(.top_card_image) {
    padding-left: 2.5rem;
  }
}
.top_card:hover {
  background: #b2243c !important;
  color: #fff !important;
}
.top_card.col1 {
  background: #fdf002;
}
.top_card.col1 .top_card_arrow {
  background: #141414;
  stroke: #fff;
}
.top_card.col2 {
  background: #0096df;
}
.top_card.col2 .top_card_caption {
  color: #fff;
}
.top_card.col2 .top_card_arrow {
  background: #141414;
  stroke: #fff;
}
.top_card_image {
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .top_card_image {
    border-radius: 1rem;
    width: 16.5rem;
  }
}
@media (max-width: 768px) {
  .top_card_image {
    border-radius: 1.8rem;
    width: 23.4rem;
  }
}
.top_card_caption {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 769px) {
  .top_card_caption {
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .top_card_caption {
    row-gap: 1.5rem;
  }
}
.top_card_caption h3 {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .top_card_caption h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .top_card_caption h3 {
    font-size: 4rem;
  }
}
.top_card_caption p {
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .top_card_caption p {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .top_card_caption p {
    font-size: 2.2rem;
  }
}
.top_card_arrow {
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
  fill: none;
}
@media (min-width: 769px) {
  .top_card_arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .top_card_arrow {
    width: 5.6rem;
    height: 5.6rem;
  }
}

.top_more {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .top_more {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .top_more {
    column-gap: 2rem;
  }
}
.top_more span {
  border-radius: 50%;
  fill: none;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .top_more span {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .top_more span {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.top_more strong {
  position: relative;
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .top_more strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .top_more strong {
    font-size: 3.2rem;
  }
}
.top_more strong::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 1px;
  transform-origin: left center;
  pointer-events: none;
}
.top_more:hover span {
  background: #b2243c !important;
  stroke: #fff !important;
}
.top_more:hover strong::after {
  scale: 0 1;
  animation: more_hover 0.2s linear 0.1s 1 forwards;
}
.top_more.col1 span {
  background: #fdf002;
  stroke: #141414;
}
.top_more.col1 strong {
  color: #141414;
}
.top_more.col2 span {
  background: #fdf002;
  stroke: #141414;
}
.top_more.col2 strong {
  color: #fff;
}
.top_more.col3 span {
  background: #141414;
  stroke: #fff;
}
.top_more.col3 strong {
  color: #141414;
}

.important_news {
  display: flex;
  align-items: center;
  background: #ebeded;
  overflow-x: auto;
  scrollbar-width: thin;
  z-index: 5;
}
@media (min-width: 769px) {
  .important_news {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 1.3rem 4rem;
  }
}
@media (max-width: 768px) {
  .important_news {
    position: relative;
    min-height: 8.8rem;
    padding: 1rem 2.4rem;
  }
}
.important_news_head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 0.75em;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
  color: #f51400;
}
@media (min-width: 769px) {
  .important_news_head {
    width: 11.375em;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .important_news_head {
    width: 9.875em;
    font-size: 2.4rem;
  }
}
.important_news_head::before {
  content: "";
  background-color: #f51400;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/alert01_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  width: 1.125em;
  height: 1.125em;
}
.important_news_body {
  display: flex;
  border-left: 1px solid #c4c4c4;
  width: 100%;
}
@media (min-width: 769px) {
  .important_news_body {
    align-items: center;
    padding: 0.6rem 0 0.6rem 1.9rem;
  }
}
@media (max-width: 768px) {
  .important_news_body {
    flex-direction: column;
    padding: 0.2rem 0.4rem 0.2rem 2.8rem;
  }
}
.important_news_body time {
  flex-shrink: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .important_news_body time {
    width: 8.286em;
    line-height: 1.286;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .important_news_body time {
    width: 8.273em;
    line-height: 1.273;
    font-size: 2.2rem;
  }
}
.important_news_body p {
  width: 100%;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .important_news_body p {
    line-height: 1.286;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .important_news_body p {
    line-height: 1.273;
    font-size: 2.2rem;
  }
}

.kv_section {
  position: relative;
}
.kv_section.is-started .kv_caption_copy p, .kv_section.is-started .kv_caption_text p {
  translate: 0 0;
  opacity: 1;
}
@media (min-width: 769px) {
  .kv_swiper {
    max-height: calc(100dvh - 7rem);
  }
}
.kv_swiper .swiper-pagination {
  counter-reset: pagination;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .kv_swiper .swiper-pagination {
    row-gap: 0.4rem;
    width: 5.1rem;
    left: calc(100% - 5.1rem);
    bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .kv_swiper .swiper-pagination {
    row-gap: 0.8rem;
    width: 5.4rem;
    left: 69.6rem;
    bottom: 19.3rem;
  }
}
.kv_swiper .swiper-pagination .swiper-pagination-bullet {
  counter-increment: pagination;
  position: relative;
  background: none;
  border-left: 1px solid #a1a1a1;
  border-radius: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #fff;
  opacity: 1;
}
@media (min-width: 769px) {
  .kv_swiper .swiper-pagination .swiper-pagination-bullet {
    height: 5rem;
    padding: 0 0 0 0.8rem;
  }
}
@media (max-width: 768px) {
  .kv_swiper .swiper-pagination .swiper-pagination-bullet {
    height: 9rem;
    padding: 0 0 0 1.5rem;
  }
}
.kv_swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: counter(pagination, decimal-leading-zero);
  display: block;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .kv_swiper .swiper-pagination .swiper-pagination-bullet::before {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .kv_swiper .swiper-pagination .swiper-pagination-bullet::before {
    font-size: 1.8rem;
  }
}
.kv_swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  transform-origin: left bottom;
  scale: 1 0;
  transition: scale 0.4s ease-in;
}
.kv_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  scale: 1 1;
  transition: scale 0.2s ease-out 0.3s;
  transform-origin: left top;
}
.kv_swiper .swiper-slide img {
  object-fit: cover;
}
.kv_caption {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: #fff;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv_caption {
    row-gap: 2rem;
    left: 17.5rem;
    bottom: 13rem;
  }
}
@media (max-width: 768px) {
  .kv_caption {
    row-gap: 1.5rem;
    left: 6.5rem;
    top: 5.7rem;
  }
}
.kv_caption_copy {
  letter-spacing: 0.035em;
  font-weight: 700;
  overflow: hidden;
}
@media (min-width: 769px) {
  .kv_caption_copy {
    line-height: 1.267;
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .kv_caption_copy {
    line-height: 1.324;
    font-size: 6.8rem;
  }
}
.kv_caption_copy p {
  translate: 0 20px;
  opacity: 0;
  transition: translate 0.4s ease-out, opacity 0.4s linear;
}
.kv_caption_text {
  letter-spacing: 0.1em;
  font-weight: 500;
  overflow: hidden;
}
@media (min-width: 769px) {
  .kv_caption_text {
    line-height: 1.9;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .kv_caption_text {
    line-height: 1.858;
    font-size: 2.8rem;
  }
}
.kv_caption_text p {
  translate: 0 20px;
  opacity: 0;
  transition: translate 0.4s ease-out 0.4s, opacity 0.4s linear 0.4s;
}

.enquiry_section {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}
@media (min-width: 769px) {
  .enquiry_section {
    margin-top: -6rem;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .enquiry_section {
    margin-top: -16.3rem;
  }
}
.enquiry_section::before {
  content: "";
  position: absolute;
  background: #f4f5f5;
  left: 0;
  right: 0;
  bottom: -1px;
  pointer-events: none;
}
@media (min-width: 769px) {
  .enquiry_section::before {
    top: 6rem;
  }
}
@media (max-width: 768px) {
  .enquiry_section::before {
    top: 16.3rem;
  }
}
.enquiry_inner {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .enquiry_inner {
    width: 100%;
    max-width: 105rem;
    margin: 0 auto;
    padding: 2.5rem 0;
  }
}
@media (max-width: 768px) {
  .enquiry_inner {
    flex-direction: column;
    width: 71rem;
    margin: 0 0 0 auto;
    padding: 4.7rem 6.5rem 6.4rem;
  }
}
.enquiry_inner::before {
  content: "";
  position: absolute;
  background: #fdf002;
  width: 100vw;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .enquiry_inner::before {
    border-radius: 1.6rem 0 0 1.6rem;
    width: 100vw;
    left: 0;
  }
}
@media (max-width: 768px) {
  .enquiry_inner::before {
    border-radius: 2.6rem 0 0 2.6rem;
    width: calc(50% + 33.5rem);
    right: 0;
  }
}
.enquiry_head {
  position: relative;
}
@media (min-width: 769px) {
  .enquiry_head {
    flex-shrink: 0;
    width: 15.6rem;
    padding: 1rem 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .enquiry_head {
    padding: 0 0 2.4rem;
  }
}
.enquiry_head::before {
  content: "";
  position: absolute;
  right: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .enquiry_head::before {
    border-right: 1px solid #141414;
    top: 1rem;
    bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .enquiry_head::before {
    border-bottom: 1px solid #141414;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.enquiry_head_link {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .enquiry_head_link {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .enquiry_head_link {
    column-gap: 2rem;
  }
}
.enquiry_head_link h2 {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .enquiry_head_link h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .enquiry_head_link h2 {
    padding-top: 0.3rem;
    font-size: 3.6rem;
  }
}
.enquiry_head_link h2::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: -1px;
  scale: 0 1;
  transform-origin: left center;
  transition: 0.2s linear;
  pointer-events: none;
}
@media (min-width: 769px) {
  .enquiry_head_link figure {
    width: 5.3rem;
  }
}
@media (max-width: 768px) {
  .enquiry_head_link figure {
    width: 6.8rem;
  }
}
.enquiry_head_link:hover h2::after {
  scale: 1 1;
}
.enquiry_head_link:hover figure {
  opacity: 0.6;
}
.enquiry_body {
  display: flex;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .enquiry_body {
    align-items: center;
    column-gap: 4rem;
    padding: 0 0 0 4rem;
  }
}
@media (max-width: 768px) {
  .enquiry_body {
    flex-direction: column;
    row-gap: 5rem;
    padding: 5.8rem 0 0;
  }
}
@media (min-width: 769px) {
  .enquiry_check {
    width: 100%;
    max-width: 34.3rem;
    padding: 0.9rem 0 0;
  }
}
.enquiry_check_head {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .enquiry_check_head {
    padding-bottom: 2.2rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .enquiry_check_head {
    padding-bottom: 3rem;
    font-size: 3rem;
  }
}
.enquiry_check_form {
  display: flex;
}
.enquiry_check_form input, .enquiry_check_form button {
  border: 0;
}
@media (min-width: 769px) {
  .enquiry_check_form input, .enquiry_check_form button {
    height: 4.6rem;
  }
}
@media (max-width: 768px) {
  .enquiry_check_form input, .enquiry_check_form button {
    height: 10rem;
  }
}
.enquiry_check_number {
  background: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .enquiry_check_number {
    border-radius: 4.6rem 0 0 4.6rem;
    padding: 1rem 1rem 1rem 2rem;
    line-height: 1.625;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .enquiry_check_number {
    border-radius: 10rem 0 0 10rem;
    padding: 2.5rem 3rem 2.5rem 4.5rem;
    line-height: 1.924;
    font-size: 2.6rem;
  }
}
.enquiry_check_number::placeholder {
  font-weight: 500;
  color: rgb(184.5, 184.5, 184.5);
}
.enquiry_check_number:focus {
  outline: 1px solid #b2243c;
  outline-offset: -1px;
}
.enquiry_check_submit {
  flex-shrink: 0;
  background-color: #141414;
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/search01_w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
}
@media (min-width: 769px) {
  .enquiry_check_submit {
    background-size: auto 45.653%;
    border-radius: 0 4.6rem 4.6rem 0;
    width: 6rem;
  }
}
@media (max-width: 768px) {
  .enquiry_check_submit {
    background-size: auto 33%;
    border-radius: 0 10rem 10rem 0;
    width: 11rem;
  }
}
.enquiry_check_submit:hover {
  background-color: #b2243c;
}
.enquiry_methods {
  display: flex;
  align-items: stretch;
}
@media (min-width: 769px) {
  .enquiry_methods {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .enquiry_methods {
    flex-direction: column;
    row-gap: 1.4rem;
  }
}
.enquiry_method {
  display: flex;
  align-items: center;
  background: #fff;
  fill: #141414;
}
@media (min-width: 769px) {
  .enquiry_method {
    flex-direction: column;
    justify-content: center;
    row-gap: 0.6rem;
    border-radius: 0.8rem;
    width: 15rem;
    height: 10rem;
  }
}
@media (max-width: 768px) {
  .enquiry_method {
    border-radius: 1.6rem;
    column-gap: 2.4rem;
    height: 11.6rem;
    padding: 0 0 0 3rem;
  }
}
.enquiry_method:nth-of-type(1) figure {
  aspect-ratio: 30/37;
}
.enquiry_method:nth-of-type(2) figure {
  aspect-ratio: 28/37;
}
.enquiry_method:nth-of-type(3) figure {
  aspect-ratio: 56/37;
}
@media (min-width: 769px) {
  .enquiry_method figure {
    height: 3.7rem;
  }
}
@media (max-width: 768px) {
  .enquiry_method figure {
    width: 8.2rem;
    height: 6.6rem;
  }
}
.enquiry_method p {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .enquiry_method p {
    line-height: 1.286;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .enquiry_method p {
    line-height: 1.067;
    font-size: 3rem;
  }
}
.enquiry_method:hover {
  background: #b2243c;
  fill: #fff;
  color: #fff;
}

.pickup_section {
  position: relative;
  background: #f4f5f5;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .pickup_section {
    padding: 12rem 10px 14rem;
  }
}
@media (max-width: 768px) {
  .pickup_section {
    padding: 12rem 10px 10rem;
  }
}
@media (min-width: 769px) {
  .pickup_section .top_head {
    flex-shrink: 0;
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .pickup_section .top_head {
    width: 62rem;
    margin: 0 auto;
  }
}
.pickup_inner {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .pickup_inner {
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .pickup_inner {
    flex-direction: column;
    row-gap: 7rem;
    max-width: 62rem;
  }
}
.pickup_body {
  position: relative;
}
@media (min-width: 769px) {
  .pickup_body {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pickup_body {
    width: calc(100% + 2rem);
    margin-left: -2rem;
  }
}
.pickup_body .swiper-navigation {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .pickup_body .swiper-navigation {
    column-gap: 1.2rem;
    position: absolute;
    left: -30rem;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .pickup_body .swiper-navigation {
    position: relative;
    justify-content: center;
    column-gap: 7rem;
    margin: 6rem 0 0 2rem;
  }
}
.pickup_body .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  inset: auto;
}
@media (min-width: 769px) {
  .pickup_body .swiper-pagination {
    column-gap: 1.3rem;
    margin-right: 1.8rem;
  }
}
@media (max-width: 768px) {
  .pickup_body .swiper-pagination {
    justify-content: center;
    column-gap: 2.6rem;
  }
}
.pickup_body .swiper-pagination .swiper-pagination-bullet {
  background: #dcdcdc;
  margin: 0;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 769px) {
  .pickup_body .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 768px) {
  .pickup_body .swiper-pagination .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.pickup_body .swiper-pagination .swiper-pagination-bullet:hover {
  background: #fdf002;
}
.pickup_body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #141414;
  pointer-events: none;
}
.pickup_body .swiper-button-prev, .pickup_body .swiper-button-next {
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  inset: auto;
  opacity: 1;
  margin: 0;
  fill: none;
  stroke: #141414;
  color: #141414;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .pickup_body .swiper-button-prev, .pickup_body .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .pickup_body .swiper-button-prev, .pickup_body .swiper-button-next {
    width: 8rem;
    height: 8rem;
  }
}
.pickup_body .swiper-button-prev::after, .pickup_body .swiper-button-next::after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
  pointer-events: none;
}
.pickup_body .swiper-button-prev:hover, .pickup_body .swiper-button-next:hover {
  background: #fdf002;
  color: #fdf002;
}
.pickup_body .swiper-button-prev.swiper-button-disabled, .pickup_body .swiper-button-next.swiper-button-disabled {
  stroke: #dcdcdc;
  color: #dcdcdc;
  pointer-events: none;
}
@media (max-width: 768px) {
  .pickup_body .swiper-button-prev {
    order: -5;
  }
}
.pickup_body .swiper-button-prev svg {
  scale: -1 1;
}
@media (min-width: 769px) {
  .pickup_slider {
    width: calc(50vw + 22.5rem);
    margin-right: calc(50vw - 70rem);
    overflow: hidden;
  }
}
.pickup_swiper {
  margin: 0;
  overflow: visible;
}
.pickup_swiper .swiper-wrapper {
  align-items: stretch;
}
.pickup_swiper .swiper-slide {
  height: auto;
}
@media (min-width: 769px) {
  .pickup_swiper .swiper-slide {
    padding: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  .pickup_swiper .swiper-slide {
    padding: 0 1rem;
  }
}
.pickup_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  height: 100%;
}
@media (min-width: 769px) {
  .pickup_card {
    border-radius: 1.2rem;
    padding: 2rem 2rem 2.8rem;
  }
}
@media (max-width: 768px) {
  .pickup_card {
    border-radius: 1.8rem;
    padding: 3rem 3rem 4.8rem;
  }
}
.pickup_card:hover {
  background: #b2243c;
  color: #fff;
}
.pickup_card_image {
  aspect-ratio: 14/9;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .pickup_card_image {
    border-radius: 0.6rem;
  }
}
@media (max-width: 768px) {
  .pickup_card_image {
    border-radius: 1.2rem;
  }
}
.pickup_card_image img {
  object-fit: cover;
}
.pickup_card_label {
  background: #fdf002;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #141414;
  font-weight: 700;
}
@media (min-width: 769px) {
  .pickup_card_label {
    border-radius: 0.4rem;
    margin: 2.6rem 1rem 0;
    padding: 0.55rem 1rem 0.75rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .pickup_card_label {
    border-radius: 0.8rem;
    margin: 5rem 2rem 0;
    padding: 0.8rem 1.8rem 1.2rem;
    font-size: 2.6rem;
  }
}
.pickup_card_text {
  width: 100%;
  text-align: justify;
}
@media (min-width: 769px) {
  .pickup_card_text {
    margin-top: 1.3rem;
    padding: 0 1rem;
    line-height: 1.688;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .pickup_card_text {
    margin-top: 1.8rem;
    padding: 0 2rem;
    line-height: 1.924;
    font-size: 2.6rem;
  }
}
.pickup_card_date {
  margin-top: auto;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .pickup_card_date {
    padding: 3rem 1rem 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .pickup_card_date {
    padding: 4rem 2rem 0;
    font-size: 2.4rem;
  }
}

.service_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .service_section {
    padding: 17rem 10px 25.3rem;
  }
}
@media (max-width: 768px) {
  .service_section {
    padding: 12rem 10px 76rem;
  }
}
.service_bg {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 769px) {
  .service_bg {
    border-radius: 4rem 0 0 4rem;
    width: calc(50vw + 11rem);
    height: 88rem;
    left: calc(50% - 11rem);
    top: 20.4rem;
  }
}
@media (max-width: 768px) {
  .service_bg {
    border-radius: 3.2rem 0 0 3.2rem;
    width: 72rem;
    right: 0;
    bottom: 12rem;
  }
}
.service_bg img {
  object-fit: cover;
}
.service_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .service_inner {
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .service_inner {
    max-width: 62rem;
  }
}
.service_text {
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .service_text {
    margin-top: 3rem;
    line-height: 1.889;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .service_text {
    margin: 4rem auto 0;
    line-height: 1.667;
    font-size: 3rem;
    text-align: justify;
  }
}
.service_cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .service_cards {
    row-gap: 1.4rem;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .service_cards {
    align-items: center;
    row-gap: 2rem;
    margin-top: 6rem;
  }
}
@media (min-width: 769px) {
  .service_cards .top_card {
    width: 49rem;
  }
}
@media (max-width: 768px) {
  .service_cards .top_card {
    width: 100%;
  }
}
.service_links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .service_links {
    row-gap: 1.4rem;
    margin-top: 5.4rem;
  }
}
@media (max-width: 768px) {
  .service_links {
    align-items: center;
    row-gap: 2rem;
    margin-top: 3rem;
  }
}
.service_link {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .service_link {
    align-items: stretch;
    width: 66rem;
  }
}
@media (max-width: 768px) {
  .service_link {
    flex-direction: column;
    width: 100%;
  }
}
.service_link:hover .service_link_head {
  background: #b2243c;
  color: #fff;
}
.service_link_head {
  display: flex;
  align-items: center;
  position: relative;
  background: #fdf002;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .service_link_head {
    flex-shrink: 0;
    justify-content: center;
    border-radius: 1.2rem 0 0 1.2rem;
    width: 17rem;
    height: 7.2rem;
  }
}
@media (max-width: 768px) {
  .service_link_head {
    border-radius: 2.6rem 2.6rem 0 0;
    height: 11rem;
    padding: 0 4rem;
  }
}
.service_link_head h3 {
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 769px) {
  .service_link_head h3 {
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .service_link_head h3 {
    letter-spacing: 0.07em;
    font-size: 3.6rem;
  }
}
.service_link_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f5f5;
  width: 100%;
}
@media (min-width: 769px) {
  .service_link_body {
    border-radius: 0 1.2rem 1.2rem 0;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .service_link_body {
    border-radius: 0 0 2.6rem 2.6rem;
    padding: 3.3rem 4rem;
  }
}
.service_link_text {
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .service_link_text {
    margin-right: auto;
    line-height: 2;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .service_link_text {
    line-height: 1.616;
    font-size: 2.6rem;
    text-align: justify;
  }
}
.service_link_arrow {
  flex-shrink: 0;
  background: #141414;
  border-radius: 50%;
  fill: none;
  stroke: #fff;
}
@media (min-width: 769px) {
  .service_link_arrow {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .service_link_arrow {
    position: absolute;
    width: 5.6rem;
    height: 5.6rem;
    right: 3.5rem;
    top: 2.7rem;
  }
}

.bases_section {
  position: relative;
  background-color: #f4f5f5;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  .bases_section {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/index/bases_bg_pc.png);
    padding: 17rem 10px 24.5rem;
  }
}
@media (max-width: 768px) {
  .bases_section {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/index/bases_bg_sp.png);
    padding: 10rem 10px 82.2rem;
  }
}
.bases_bg {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 769px) {
  .bases_bg {
    border-radius: 4rem 0 0 4rem;
    width: calc(50vw + 15rem);
    height: 50rem;
    left: calc(50% - 15rem);
    top: 41rem;
  }
}
@media (max-width: 768px) {
  .bases_bg {
    border-radius: 3.2rem 0 0 3.2rem;
    width: 72rem;
    right: 0;
    bottom: 16rem;
  }
}
.bases_bg img {
  object-fit: cover;
}
.bases_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .bases_inner {
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .bases_inner {
    max-width: 62rem;
  }
}
.bases_more {
  display: flex;
}
@media (min-width: 769px) {
  .bases_more {
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .bases_more {
    order: 5;
    padding-top: 6rem;
  }
}
.bases_list {
  border-top: 1px solid #dcdcdc;
}
@media (min-width: 769px) {
  .bases_list {
    width: 27rem;
    margin-top: 8.5rem;
  }
}
@media (max-width: 768px) {
  .bases_list {
    margin-top: 6.5rem;
  }
}
.bases_list > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 769px) {
  .bases_list > li {
    height: 7rem;
  }
}
@media (max-width: 768px) {
  .bases_list > li {
    height: 11.2rem;
  }
}
.bases_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
}
@media (min-width: 769px) {
  .bases_link {
    padding: 0 1.4rem 0 0.7rem;
    line-height: 1.334;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .bases_link {
    padding: 0 2.2rem 0 1.1rem;
    line-height: 1.334;
    font-size: 3rem;
  }
}
.bases_link svg {
  fill: none;
  stroke: #141414;
  width: 0.778em;
  height: 0.556em;
}

.company_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .company_section {
    padding: 14rem 10px 3rem;
  }
}
@media (max-width: 768px) {
  .company_section {
    padding: 19.5rem 0 15.7rem;
  }
}
.company_section .top_head {
  color: #fff;
}
.company_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .company_bg {
    bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .company_bg {
    bottom: 15.7rem;
  }
}
.company_bg img {
  object-fit: cover;
}
.company_inner {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .company_inner {
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .company_inner {
    max-width: 62rem;
  }
}
@media (min-width: 769px) {
  .company_more {
    padding-top: 3rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .company_more {
    padding-top: 3.5rem;
    padding-bottom: 16.5rem;
  }
}
.company_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .company_links {
    height: 9rem;
    padding: 0 34rem 0 0;
    translate: 0 3rem;
  }
}
@media (max-width: 768px) {
  .company_links {
    flex-wrap: wrap;
    row-gap: 4rem;
    padding: 5.6rem 11.6rem 5.6rem 0;
    translate: 0 15.7rem;
  }
}
.company_links::before {
  content: "";
  position: absolute;
  background: #fdf002;
  width: 100vw;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .company_links::before {
    border-radius: 0 1.6rem 1.6rem 0;
    right: 23.5rem;
  }
}
@media (max-width: 768px) {
  .company_links::before {
    border-radius: 0 2.6rem 2.6rem 0;
    right: 3rem;
  }
}
.company_link {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
}
@media (min-width: 769px) {
  .company_link {
    column-gap: 1.4rem;
    line-height: 1.334;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .company_link {
    justify-content: space-between;
    line-height: 1.286;
    font-size: 2.8rem;
  }
  .company_link:nth-of-type(2n+1) {
    width: 26.6rem;
  }
  .company_link:nth-of-type(2n) {
    width: 15.8rem;
  }
}
.company_link svg {
  fill: none;
  stroke: #141414;
  width: 0.5em;
  height: 0.5em;
}

.recruit_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .recruit_section {
    padding: 17rem 10px 30rem;
  }
}
@media (max-width: 768px) {
  .recruit_section {
    padding: 12rem 10px 64rem;
  }
}
.recruit_bg {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 769px) {
  .recruit_bg {
    border-radius: 4rem 0 0 4rem;
    width: calc(50vw + 15rem);
    height: 50rem;
    left: calc(50% - 15rem);
    top: 20.4rem;
  }
}
@media (max-width: 768px) {
  .recruit_bg {
    border-radius: 3.2rem 0 0 3.2rem;
    width: 72rem;
    right: 0;
    bottom: 16rem;
  }
}
.recruit_bg img {
  object-fit: cover;
}
.recruit_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .recruit_inner {
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .recruit_inner {
    max-width: 62rem;
  }
}
.recruit_cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .recruit_cards {
    row-gap: 1.4rem;
    margin-top: 6.5rem;
  }
}
@media (max-width: 768px) {
  .recruit_cards {
    row-gap: 2rem;
    margin-top: 6.5rem;
  }
}
@media (min-width: 769px) {
  .recruit_cards .top_card {
    width: 43rem;
    height: 11rem;
  }
}
@media (max-width: 768px) {
  .recruit_cards .top_card {
    height: 15rem;
  }
}

.csr_section {
  position: relative;
  background: #f4f5f5;
}
@media (min-width: 769px) {
  .csr_section {
    padding: 10.5rem 10px;
  }
}
@media (max-width: 768px) {
  .csr_section {
    padding: 10rem 10px;
  }
}
.csr_inner {
  display: grid;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .csr_inner {
    justify-content: space-between;
    grid-template-columns: max-content auto;
    grid-template-rows: min-content 1fr;
    gap: 3rem;
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .csr_inner {
    max-width: 62rem;
  }
}
@media (min-width: 769px) {
  .csr_more {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.csr_cards {
  display: flex;
  align-items: stretch;
}
@media (min-width: 769px) {
  .csr_cards {
    grid-row: 1/3;
    column-gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .csr_cards {
    flex-direction: column;
    row-gap: 2.4rem;
    margin-top: 4.5rem;
    margin-bottom: 6rem;
  }
}
.csr_card {
  display: flex;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .csr_card {
    flex-direction: column;
    border-radius: 1.2rem;
    width: 26rem;
    padding: 0 0 2rem;
  }
}
@media (max-width: 768px) {
  .csr_card {
    align-items: center;
    column-gap: 4rem;
    border-radius: 1.8rem;
  }
}
.csr_card:hover {
  background: #b2243c;
  color: #fff;
}
.csr_card:hover svg {
  stroke: #fff;
}
@media (min-width: 769px) {
  .csr_card:hover .csr_card_image::after {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/index/csr_card_r_pc.svg);
  }
}
@media (max-width: 768px) {
  .csr_card:hover .csr_card_image::after {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/index/csr_card_r_sp.svg);
  }
}
.csr_card:hover .csr_card_caption p {
  color: #fff;
}
.csr_card svg {
  display: block;
  fill: none;
  stroke: #141414;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .csr_card svg {
    width: 1.4rem;
    height: 1rem;
    margin: 0 2rem 0 auto;
  }
}
@media (max-width: 768px) {
  .csr_card svg {
    position: absolute;
    width: 2.4rem;
    height: 1.6rem;
    right: 3.2rem;
    bottom: 3.2rem;
  }
}
.csr_card_image {
  position: relative;
}
@media (max-width: 768px) {
  .csr_card_image {
    flex-shrink: 0;
    width: 34rem;
  }
}
.csr_card_image::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  inset: 0;
  transition: 0.2s linear;
  pointer-events: none;
}
@media (min-width: 769px) {
  .csr_card_image::after {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/index/csr_card_w_pc.svg);
    background-position: center bottom;
    background-size: 100% auto;
    bottom: -1px;
  }
}
@media (max-width: 768px) {
  .csr_card_image::after {
    background-image: url(/wp-tonami/wp-content/themes/tonami/img/index/csr_card_w_sp.svg);
    background-position: right center;
    background-size: auto 100%;
    right: -1px;
  }
}
.csr_card_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .csr_card_caption {
    row-gap: 1.2rem;
    padding: 2.5rem 3rem 3.8rem;
  }
}
@media (max-width: 768px) {
  .csr_card_caption {
    row-gap: 1.3rem;
    width: 100%;
  }
}
.csr_card_caption h3 {
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .csr_card_caption h3 {
    line-height: 1;
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .csr_card_caption h3 {
    line-height: 1.313;
    font-size: 3.2rem;
  }
}
.csr_card_caption p {
  letter-spacing: 0.05em;
  line-height: 1;
  color: #b8b8b8;
}
@media (min-width: 769px) {
  .csr_card_caption p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .csr_card_caption p {
    font-size: 2.2rem;
  }
}

.news_section {
  position: relative;
}
@media (min-width: 769px) {
  .news_section {
    padding: 15rem 10px 16rem;
  }
}
@media (max-width: 768px) {
  .news_section {
    padding: 12rem 10px;
  }
}
.news_inner {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .news_inner {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 6.5rem;
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .news_inner {
    flex-direction: column;
    gap: 6rem;
    max-width: 62rem;
  }
}
@media (min-width: 769px) {
  .news_more {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .news_more {
    order: 5;
    padding-top: 1rem;
  }
}
.news_list {
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 769px) {
  .news_list {
    width: 100%;
  }
}
.news_list > li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 769px) {
  .news_list > li {
    min-height: 9rem;
    padding: 1.7rem 2rem;
  }
}
@media (max-width: 768px) {
  .news_list > li {
    padding: 4rem 2rem;
  }
}
.news_line {
  display: flex;
}
@media (max-width: 768px) {
  .news_line {
    flex-wrap: wrap;
    row-gap: 1.7rem;
  }
}
.news_line_date {
  flex-shrink: 0;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .news_line_date {
    width: 11.2rem;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .news_line_date {
    width: 17.4rem;
    line-height: 1.616;
    font-size: 2.6rem;
  }
}
.news_line_category {
  flex-shrink: 0;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .news_line_category {
    border-radius: 2.8rem;
    width: 12.8rem;
    line-height: 2.154;
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .news_line_category {
    border-radius: 4.2rem;
    width: 22rem;
    line-height: 1.91;
    font-size: 2.2rem;
  }
}
.news_line_category.col1 {
  background: #fdf002;
}
.news_line_category.col2 {
  background: #f51400;
  color: #fff;
}
.news_line_text {
  width: 100%;
}
@media (min-width: 769px) {
  .news_line_text {
    padding-left: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .news_line_text {
    letter-spacing: 0.07em;
    line-height: 1.616;
    font-size: 2.6rem;
  }
}

.contact_section {
  background: #fdf002;
}
@media (min-width: 769px) {
  .contact_section {
    padding: 8rem 10px;
  }
}
@media (max-width: 768px) {
  .contact_section {
    padding: 10rem 10px;
  }
}
.contact_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .contact_inner {
    display: grid;
    grid-template-columns: 1fr 52.6rem;
    gap: 3rem;
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .contact_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 62rem;
  }
}
@media (min-width: 769px) {
  .contact_inner .top_head {
    align-self: center;
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .contact_inner .top_head {
    padding-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .contact_more {
    align-self: center;
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .contact_more {
    padding-bottom: 5rem;
  }
}
.contact_image {
  overflow: hidden;
}
@media (min-width: 769px) {
  .contact_image {
    grid-column: 2/3;
    grid-row: 1/3;
    border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .contact_image {
    border-radius: 2.6rem;
  }
}

@media (min-width: 769px) {
  .banner_area {
    padding: 10rem 10px;
  }
}
@media (max-width: 768px) {
  .banner_area {
    padding: 10rem 10px;
  }
}
.banner_inner {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .banner_inner {
    max-width: 105rem;
  }
}
@media (max-width: 768px) {
  .banner_inner {
    max-width: 62rem;
  }
}
.banner_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .banner_list {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .banner_list {
    gap: 4rem;
  }
}
.banner_link {
  display: block;
  max-width: 100%;
}
.banner_link:hover {
  opacity: 0.6;
}

.opening_area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #fdf002;
  inset: 0;
  opacity: 1;
  transition: opacity 0.5s linear;
  z-index: 9999;
}
.opening_area.is-started .opening_logo {
  opacity: 1;
}
.opening_area.is-finished {
  opacity: 0;
  pointer-events: none;
}
.opening_logo {
  opacity: 0;
  transition: opacity 0.5s linear;
}
@media (min-width: 769px) {
  .opening_logo {
    width: 38.4rem;
  }
}
@media (max-width: 768px) {
  .opening_logo {
    width: 46rem;
  }
}