.page_cover {
  position: relative;
  width: 100%;
  height: 211px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 27px;
}

.page_cover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #123a78;
  mix-blend-mode: multiply;
  z-index: 1;
}

.page_cover * {
  position: relative;
  z-index: 2;
}

.page_cover {
  background-size: cover;
  background-position: center;
}

.about_page .page_cover {
  background-image: url(../images/about/about-cover.png);
}

.ship_page .page_cover {
  background-image: url(../images/ship/ship-cover.png);
}

.factory_page .page_cover {
  background-image: url(../images/factory/factory-cover.png);
}

.locker_page .page_cover {
  background-image: url(../images/locker/locker-cover.png);
}

.page_cover__text {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.page_cover__text h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 42px;
  color: #fff500;
}

.page_cover__text span {
  font-family: "Noto Serif JP", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
}

.page_intro {
  padding: 40px 27px;
}

.moving_text {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}

.about_page,
.factory_page,
.locker_page {
  background-color: #123a78;
}

.factory_page {
  background-image: url(../images/factory/factory-bg.png);
  background-size: 174px 260px;
}

.locker_page {
  background-image: url(../images/locker/locker-bg.png);
  background-size: 683px 424px;
}

p {
  line-height: 30px;
}

h3 {
  color: #fff500;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
}

h4 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.about_page > p,
.aisatsu h4,
.aisatsu p {
  color: white;
}

.about_page section,
.about_intro {
  padding: 40px 27px;
}

.aisatsu h4 {
  margin-top: 20px;
}

.aisatsu p {
  max-width: 660px;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
}

.philosophy_wrap {
  background-color: white;
  padding: 40px 10px;
  position: relative;
  max-width: 807px;
  margin: 0 auto;
}

.philosophy_wrap h3 {
  color: #001f65;
}

.philosophy_wrap p {
  margin-top: 20px;
  text-align: center;
}
.philosophy_caption{
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.philosophy_caption h4{
  text-align: left;
  line-height: 1.5;
}
.frame {
  position: absolute;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
}
.frame div {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/angle.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.frame div:first-child {
  left: 0;
  top: 0;
}
.frame div:nth-child(2) {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
.frame div:nth-child(3) {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.frame div:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.company_info {
  padding: 0 27px 80px;
}
.company_info table {
  width: 100%;
  border-collapse: collapse;
  max-width: 720px;
  margin: 80px auto 0;
  color: #3b4043;
}
.company_info th {
  white-space: nowrap;
}
.company_info table th,
.company_info table td {
  border-top: 1px solid #ebe7e7;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.company_info table th {
  padding: 20px 10px 20px 20px;
}

.company_info table td {
  padding: 20px 20px 20px 10px;
}

.company_info table th {
  font-weight: 500;
  text-align: center;
}

.company_info table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.company_info table tr:nth-child(even) {
  background-color: white;
}

.company_info table td p {
  line-height: 20px;
}

section.access {
  padding: 40px 0 0;
}
section.access div {
  width: 100%;
  height: 500px;
  margin: 40px auto 0;
}

section.access iframe {
  width: 100%;
  height: 100%;
}

.ship_page {
  background-image: url(../images/ship/blue-bg.png);
  background-size: 300px 300px;
}

.service {
  padding-bottom: 80px;
  padding-top: 40px;
}

.service_content {
  margin: 40px auto 0;
  max-width: 830px;
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service_content * {
  color: white;
}

.service_content__item__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: white;
  max-width: 320px;
  margin: 0 auto;
  max-height: 320px;
}

.service_content__item__text {
  margin: 20px auto 0;
}

/* .service_content__item__text h3 {
  font-size: 20px;
} */
.service_content__item__text p {
  margin: 10px auto 0;
  max-width: 490px;
  font-family: "Noto Sans JP", sans-serif;
}

#product_slider {
  width: 100%;
  height: calc(85.3vw + 95px);
  max-height: 415px;

  margin-top: 40px;
  position: relative;
  padding-left: 7.35vw;
}

@media (min-width: 376px) {
  #product_slider {
    padding-left: calc(50vw - 160px);
  }
}

.duty-free .product__no-post {
  margin-top: 60px;
}

.slick-track {
  height: 85.3vw;
  max-height: 320px;
}

.slick-list {
  overflow: visible !important;
}

.product_slider__item {
  width: 85.3vw;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  background-color: white;
  margin: 0 10px;
  position: relative;
}

.product_slider__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product_slider__item span {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-align: center;

  font-family: "Noto Serif JP", sans-serif;
  line-height: 35px;
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.slick-arrow {
  position: absolute;
  bottom: 0px;
  width: 30px;
  height: 30px;
  color: transparent;
  background-image: url(../images/ship/arrow.svg);
  background-color: transparent;
  background-size: contain;
  background-position: center;
}

.slick-prev {
  left: 27px;
}

.slick-next {
  right: 27px;
  transform: rotate(180deg);
}

@media (min-width: 376px) {
  .slick-prev {
    left: calc(50vw - 160px);
  }

  .slick-next {
    right: calc(50vw - 160px);
    transform: rotate(180deg);
  }
}

.duty-free {
  padding: 0 0 80px;
  position: relative;
  z-index: 2;
  overflow-y: visible;
}

.site-banner {
  padding: 0 0 80px 0;
}

.site-banner a {
  display: block;
  width: 82.9vw;
  aspect-ratio: 311 / 190;
  background: white;
  margin: 44px auto 0;
  position: relative;
  max-width: 477px;
}

.ship_page .company_info table {
  margin-top: 40px;
}

.ship_page section.access {
  padding: 0;
}

.site-banner a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  padding: 0 30px;
}

.ship_page .site-banner a {
  background-image: url(../images/common/logo.png);
}

.factory_page .site-banner a {
  background-image: url(../images/factory/factory-banner.png);
}

.locker_page .site-banner a {
  background-image: url(../images/locker/locker-banner.png);
}

.factory_page .service_content__item__img {
  background-size: cover;
  background-position: center;
}

.factory_page .service_content__item:first-child .service_content__item__img {
  background-image: url(../images/factory/factory-1.png);
}

.factory_page .service_content__item:nth-child(2) .service_content__item__img {
  background-image: url(../images/factory/factory-2.png);
}

.factory_page .service_content__item:last-child .service_content__item__img {
  background-image: url(../images/factory/factory-3.png);
}

.locker_page .service_content__item:first-child .service_content__item__img {
  background-image: url(../images/locker/locker-1.png);
  background-size: 100% auto;
}

.locker_page .service_content__item:last-child .service_content__item__img {
  background-image: url(../images/locker/locker-2.png);
  background-size: auto 100%;
}

.plane_page .page_cover__text h2 {
  color: #123a78;
}

.plane_page .page_cover__text span {
  color: black;
}

.plane_page .page_cover {
  height: auto;
  padding: 80px 0 40px;
}

.plane_page article {
  padding: 0 28px 80px;
  line-height: 32px;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 720px;
  margin: 0 auto;
}

.plane_page .page_cover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  mix-blend-mode: multiply;
  z-index: 1;
}

.news_page .page_cover {
  height: auto;
  padding: 80px 0 40px;
}

.news {
  padding: 0 27px 80px;
  background-color: #123a78;
}

.news-container {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 40px 7px;
  border-radius: 10px;
  max-width: 826px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
}

.news-container__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 7px 20px;
  border-bottom: 1px solid #707070;

  color: #484848;
}

.news-container__item__date {
  width: 112px;
  height: 26px;
  color: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-color: #123a78;
  text-align: center;
  line-height: 26px;
  border-radius: 13px;
  padding: 0 8px;
}

.news-container__item__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 24px;
}

.product__no-post {
  text-align: center;
  color: white;
}

body .wp-pagenavi {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

body .wp-pagenavi a,
body .wp-pagenavi span.current {
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #707070;
  font-size: 15px;
  color: #707070;
}

body .wp-pagenavi span.current {
  display: block;
  width: 30px;
  height: 30px;
  font-weight: 700;
  background-color: #123a78;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

body .wp-pagenavi a,
body .wp-pagenavi span {
  font-size: 15px;
  margin-right: 5px;
  text-decoration: none;
  color: #707070;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

body .wp-pagenavi a.nextpostslink {
  margin-left: 15px;
}

body .wp-pagenavi a.previouspostslink {
  margin-right: 15px;
}

.wp-pagenavi span {
  display: none;
}

.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}

body .wp-pagenavi a.previouspostslink,
body .wp-pagenavi a.nextpostslink {
  position: relative;
  background-image: url(../images/news/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 15px;
  height: 15px;
  top: 6px;
  border: none;
}

body .wp-pagenavi a.nextpostslink {
  transform: rotate(-180deg);
}

@media (min-width: 768px) {
  .page_cover {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 27px;
  }
  .page_cover__text h2 {
    font-size: 80px;
    line-height: normal;
  }
  .page_cover__text span {
    color: white;
    font-size: 36px;
  }
  .page_intro {
    padding: 0;
  }
  .moving_text {
    margin-top: 60px;
  }
  section.aisatsu {
    padding: 160px 27px 80px 27px;
  }
  .aisatsu h4:first-of-type {
    font-size: 30px;
    line-height: 42px;
    margin-top: 80px;
  }

  .aisatsu h4:last-of-type {
    font-size: 24px;
  }

  section.philosophy,
  section.company_info {
    padding: 80px 27px;
  }
  section.access {
    padding: 80px 0 0;
  }
  h3 {
    font-size: 36px;
    line-height: 48px;
  }
  .aisatsu p {
    text-align: center;
    margin: 40px auto 0;
  }
  .aisatsu p:last-child {
    text-align: center;
    margin: 20px auto 0;
  }
  .aisatsu p {
    text-align: center;
    margin: 40px auto 0;
  }
  .philosophy .philosophy_wrap {
    padding: 80px 74px;
  }
  .philosophy_wrap p {
    margin-top: 40px;
  }
  .company_info table td p {
    line-height: 30px;
  }

  .frame {
    width: calc(100% + 23px);
    height: calc(100% + 23px);
  }
  .frame div {
    background-image: url(../images/common/angle-2.svg);
    width: 77px;
    height: 77px;
  }

  .slick-list {
    overflow: visible !important;
  }

  .slick-track {
    height: 370px;
  }

  .product_slider_item {
    width: 660px;
    height: 100%;
    margin: 0 20px;
    position: relative;
  }

  .service {
    padding: 160px 0 210px;
  }

  .service_content {
    margin-top: 80px;
    gap: 60px;
    box-sizing: content-box;
  }

  .service_content__item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    max-width: 830px;
  }

  .service_content__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .service_content h4 {
    font-size: 30px;
    line-height: 42px;
    text-align: left;
  }

  .service_content__item__img {
    flex-basis: 38.5%;
    min-width: 320px;
  }

  .service_content__item__text {
    margin-top: 0px;
    flex-basis: 59%;
  }

  @media (min-width: 1366px) {
    .service_content__item__text {
      min-width: 490px;
    }

    .service_content__item__img {
      min-width: 320px;
      min-height: 320px;
    }
  }

  #product_slider {
    margin-top: 60px;
    padding-left: calc(50vw - 415px);
  }

  @media (min-width: 765px) and (max-width: 900px) {
    #product_slider {
      padding-left: calc(50vw - 160px);
    }
  }

  @media (min-width: 901px) {
    .slick-prev {
      left: calc(50vw - 415px);
    }

    .slick-next {
      left: calc(50vw - 332px);
      right: auto;
    }
  }

  .duty-free {
    padding: 0 0 160px;
  }

  .site-banner a {
    margin-top: 80px;
  }

  .site-banner .frame {
    width: calc(100% + 7px);
    height: calc(100% + 7px);
  }

  .site-banner .frame div {
    background-image: url(../images/common/angle.png);
    width: 30px;
    height: 30px;
  }

  .ship_page section.access {
    padding-top: 80px;
  }

  section.access div {
    margin: 80px auto 0;
  }

  .site-banner a {
    background-size: 62%;
  }

  .plane_page .page_cover {
    padding: 126px 0 74px;
  }

  .plane_page article {
    padding-bottom: 160px;
    box-sizing: content-box;
  }
}

.result__pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.result__pagination-link {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #707070;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  text-decoration: none;
}

.result__pagination-link span {
  margin-right: 0px;
  line-height: 30px;
  position: relative;
  top: -2px;
}

.result__pagination-link-icon {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result__pagination-link.is-active {
  background-color: #123a78;
  color: #ffffff;
  pointer-events: none;
}

.result__pagination-link span {
  position: relative;
  color: #707070;
  font-size: 15px;
}

.result__pagination-link.is-active span {
  color: #ffffff;
}

.result__pagination-box > * + * {
  margin-left: 10px;
}

.pagination_arrow {
  position: relative;
  background-image: url(../images/news/arrow.svg);
  display: block;
  width: 15px;
  height: 15px;
}

.pagination_arrow.left {
  right: 10px;
}

.pagination_arrow.right {
  transform: rotate(180deg);
  left: 10px;
}

@media (min-width: 768px) {
  .news {
    padding: 0 27px 160px;
  }

  .news_page .page_cover {
    height: auto;
    padding: 126px 0 74px;
  }

  .news-container {
    padding: 40px;
  }

  .news-container__item {
    flex-direction: row;
    gap: 12px;
    /* justify-content: center; */
  }

  .news_container {
    padding: 160px 27px;
  }

  .news_container__item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 30px 15px;
  }
}
