@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");

:root {
    --font-family: "Zen Kaku Gothic New", sans-serif;
    --font-accent: "Zen Old Mincho", serif;
    --color-mainText: #120b1d;
    --color-accent: #c59952;
    --color-white: #ffffff;
}

body {
  background: none !important;
  position: relative;
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-mainText);
}

body::after {
  background-image: url(../images/zeztz/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  visibility: visible;
}

.header-zeztz {
  background: #fff !important;
  box-shadow: 0px 2px 0px #c2000b;
  height: 70px;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
  font-family: var(--font-family) !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}

.header-zeztz .header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1280px;
  max-width: 100vw;
  max-width: 100dvw;
}

.header-zeztz .logo-image {
  padding: 0px 14px;
}

.header-zeztz .gnav .gnav-list {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  position: relative;
}

.header-zeztz .gnav .gnav-list::before {
  content: "";
  position: relative;
  left: -24px;
  height: 70px;
  background-color: #ccc;
  width: 1px;
}

.header-zeztz .gnav .gnav-list li {
  font-size: 14px;
  height: 100%;
  transition: 0.3s;
  position: relative;
  padding-right: 16px;
}

.header-zeztz .gnav .gnav-list li,
.sp-gnav .gnav-list li {
  font-size: 14px;
}

.sp-gnav {
  display: none;
}

.header-zeztz .gnav .gnav-list li a,
.sp-gnav .gnav-list li a {
  padding: 14px 0 14px 23px;
  position: relative;
  color: #120b1d;
}

.header-zeztz .gnav .gnav-list li a:hover {
  color: var(--color-accent);
}

.header-zeztz .gnav .gnav-list a:before,
.sp-gnav .gnav-list a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
}

.header-zeztz .gnav .gnav-list .nav-item-1:before,
.sp-gnav .gnav-list .nav-item-1:before {
  background: url(../images/zeztz/icon/icon_news.svg)
    no-repeat center / cover;
}

.header-zeztz .gnav .gnav-list .nav-item-2:before,
.sp-gnav .gnav-list .nav-item-2:before {
  background: url(../images/zeztz/icon/icon_zeztz.svg)
    no-repeat center / cover;
}

.header-zeztz .gnav .gnav-list .nav-item-3:before,
.sp-gnav .gnav-list .nav-item-3:before {
  background: url(../images/zeztz/icon/icon_series.svg)
    no-repeat center / cover;
}

.header-zeztz .gnav .gnav-list .nav-item-4:before,
.sp-gnav .gnav-list .nav-item-4:before {
  background: url(../images/zeztz/icon/icon_history.svg)
    no-repeat center / cover;
}

.header-zeztz .gnav .gnav-list .nav-item-5:before,
.sp-gnav .gnav-list .nav-item-5:before {
  background: url(../images/zeztz/icon/icon_goods.svg)
    no-repeat center / cover;
  width: 18px;
}

.header-zeztz .gnav .gnav-list .nav-item-6:before,
.sp-gnav .gnav-list .nav-item-6:before {
  background: url(../images/zeztz/icon/icon_services.svg)
    no-repeat center / cover;
}

.header-zeztz .gnav .gnav-list .p-Gnav__List__zukan {
  padding: 3px 0;
  margin-left: 74px;
}

.header-zeztz .gnav .gnav-list .p-Gnav__List__zukan img {
  width: 110px;
  vertical-align: top;
}

.header-zeztz .gnav {
  display: flex;
  align-items: center;
  position: relative;
}

.p-Gnav__SearchButton {
  width: 72px;
  height: 70px;
}

.p-Gnav__SearchButton__Open {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-Gnav__SearchButton__Open img {
  width: auto;
  height: auto;
  margin-bottom: 4px;
}

.p-Gnav__SearchButton__Open small,
.p-Gnav__SearchButton__Close small {
  font-size: 12px;
}

.footer-2024 {
  background: #fff !important;
}

.f-nav a,
.f-nav-2 a {
  text-decoration: underline;
  font-family: var(--font-family);
  font-weight: 500;
}

.f-nav a:hover,
.f-nav-2 a:hover {
  text-decoration: none;
  color: var(--color-mainText);
}

.f-nav ul,
.f-nav-2 ul {
  display: flex;
  justify-content: center;
}

.f-nav ul li,
.f-nav-2 ul li {
  padding: 0 17px;
  font-size: 14px;
}

.f-nav ul {
  margin-top: 24px;
}

#footer {
  padding: 0 20px;
}

#footer .logo-image {
  padding-bottom: 0;
}

.p-Footer__Outer--decoration-top {
  margin: 0;
}

.p-Footer__Inner {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.p-Footer__Sns {
  margin-top: 0;
}

.p-Footer__Sns a {
  display: inline-block;
  width: 85px;
  height: 28px;
}

.f-nav-2 ul {
  margin-top: 35px;
}

.f-nav-2 ul li {
  font-size: 12px;
}

.footer-50th .p-Footer__Copyright {
  font-size: 10px;
  margin: 20px 0 0;
  color: var(--color-mainText);
  font-weight: 500;
}

.f-logo {
  width: 220px;
  height: 37px;
  margin: 0 auto 48px;
}

.to-top__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.to-top {
  margin-left: auto;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  width: fit-content;
  padding: 6px 10px 2px;
  gap: 6px;
  font-size: 16px;
}

.to-top img {
  vertical-align: top;
}

.to-top::before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/zeztz/icon/icon_arrow.svg) no-repeat center / cover;
  transform: rotate(-90deg);
}

.to-top:hover {
  color: var(--color-accent);
}

.to-top:hover::before {
  background: url(../images/zeztz/icon/icon_arrow_yellow.svg) no-repeat center / cover;
}

.p-Gnav__Search {
  right: 60px;
  background-color: #fff;
  padding: 12px 0;
  height: 70px;
  width: 92%;
}

.p-SearchForm__InnerBlock {
  display: flex;
  justify-content: flex-end;
}

.p-Gnav__Search input {
  flex-grow: 0;
  padding: 10px 7px;
  width: 257px;
  height: 44px;
  box-shadow: 0 2px 0 var(--color-mainText);
  font-size: 14px;
  background-color: #fff;
  z-index: 1;
  background-color: rgba(204, 204, 204, 0.4235294118);
  border-radius: 0;
}

.p-Gnav__SearchButton__Close {
  color: var(--color-mainText);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#wrap_body {
  overflow: hidden;
}

.sp-item {
  display: none;
}

.sp-br {
  display: none;
}

#list .a-wrap:hover .e-card-title,
.header-zeztz .gnav .gnav-list li a:hover,
a:hover {
  color: var(--color-accent);
}

@media (max-width: 1300px) {
  .header-zeztz .gnav .gnav-list .p-Gnav__List__zukan {
    margin-left: 0;
  }
}

@media (max-width: 1280px) {
  .p-Gnav__Search {
    display: none;
  }
}

@media (max-width: 1224px) {
  .header-zeztz {
    position: relative;
    z-index: 888;
    height: 64px;
  }

  .header-2023 .header-inner {
    justify-content: space-between;
  }

  .header-zeztz .logo-image {
    border: none;
    text-align: left;
    padding: 0 0 0 14px;
  }

  .header-zeztz .header-inner {
    height: 100%;
    justify-content: space-between;
  }

  .header-2023 .logo-image {
    padding-left: 10px;
  }

  .header-zeztz .gnav .gnav-list li:last-child {
    display: none;
  }

  .open-btn {
    display: block;
  }

  .sp-zukan {
    height: 64px;
    width: 110px;
  }

  .sp-zukan a {
    height: 100%;
    width: 100%;
  }

  .sp-zukan img {
    vertical-align: top;
  }

  .header-zeztz .gnav .gnav-list .p-Gnav__List__zukan {
    display: none;
  }

  .header-zeztz .gnav {
    display: none;
  }

  .gnav.sp-gnav {
    background: #fff;
    height: calc(100vh - 60px);
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 777;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
  }

  .gnav.sp-gnav .gnav-list {
    width: 100%;
    padding: 20px 32px;
  }

  .gnav.sp-gnav .gnav-list ol > li {
    margin: 0 0 10px;
  }

  .gnav.sp-gnav .gnav-list li a {
    border-bottom: 2px solid rgba(51, 51, 51, 0.3);
    display: block;
    padding: 16px 0 16px 30px;
    font-family: var(--font-family) !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
  }

  .gnav.sp-gnav .gnav-list .nav-item-7 {
    border-bottom: none;
  }

  .gnav.sp-gnav .gnav-list .nav-item-7:before {
    background: url(../images/zeztz/icon/icon_sns.svg) no-repeat center / cover;
  }

  .gnav.sp-gnav .sp-gnav-sub {
    border-bottom: 2px solid rgba(51, 51, 51, 0.3);
    color: #583f67;
    padding-left: 12px;
    padding-bottom: 4px;
  }

  .gnav.sp-gnav .sp-gnav-sub ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-item-title {
    padding: 10px 0 10px 30px;
    position: relative;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-item-title:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 26px;
    height: 26px;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-item-title.twitter::before {
    background: url(https://www.kamen-rider-official.com/static/images/common/web/icon-x.png)
      no-repeat center / cover;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-item-title.youtube::before {
    background: url(https://www.kamen-rider-official.com/static/images/common/web/icon-youtube.png)
      no-repeat center / cover;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-list {
    padding-left: 10px;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-list li {
    text-align: left;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
    text-underline-offset: 1.6px;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-list li:before {
    content: "";
    display: block;
    background-color: #c2000b;
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-list li a {
    border-bottom: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .gnav.sp-gnav .sp-gnav-sub .sp-gnav-sub-list li a:before {
    display: none;
  }

  body.fixed-body {
    overflow: hidden;
  }

  .p-Gnav__Search {
    display: block;
    width: 80%;
    margin-top: 0;
    padding: 0;
    padding-bottom: 40vh;
  }

  .p-SearchForm__InnerBlock {
    justify-content: center;
  }

  .p-SearchForm #submit {
    background: none;
  }

  .p-Gnav__Search input[type="search"] {
    border: none;
    border-radius: 0;
    background: #eeeeee;
  }

  .p-SearchForm #submit {
    width: 56px;
    padding: 0 16px;
  }

  .p-SearchForm #submit span img {
    width: 24px;
  }

  .sp-item {
    display: flex;
  }

  .open-btn {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 64px;
  }

  /*ボタン内側*/
  .open-btn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: auto;
    right: 20px;
    height: 2px;
    background: var(--color-mainText);
    width: 20px;
  }

  .open-btn span:nth-of-type(1) {
    top: 24px;
  }

  .open-btn span:nth-of-type(2) {
    top: 31px;
  }

  .open-btn span:nth-of-type(3) {
    top: 38px;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .open-btn.active span:nth-of-type(1) {
    top: 25px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .open-btn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .open-btn.active span:nth-of-type(3) {
    top: 37px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .p-Gnav__Search input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 830px) {
  .to-top {
    font-size: 14px;
    justify-content: flex-start;
    margin-right: 12px;
  }

  #footer {
    padding: 0 14px;
  }

  .p-Footer__Inner {
    padding: 36px 0 0;
    border: none;
  }

  .f-logo {
    margin: 0 auto;
  }

  .f-nav ul {
    margin-top: 20px;
    display: block;
  }

  .f-nav ul li {
    padding: 0;
  }

  .f-nav ul li a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.3);
    position: relative;
    text-decoration: none;
    line-height: 1.5;
  }

  .f-nav ul li a:after {
    content: "";
    width: 8px;
    height: 12px;
    background: url(../images/zeztz/icon/icon_arrow.svg)
      no-repeat center / cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .footer-inner-2 {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  body:after {
    background-image: url(../images/zeztz/bg-sp.jpg);
  }

  .header-zeztz .logo .site-logo-image {
    height: auto !important;
    width: 166px !important;
  }

  .f-nav-2 ul {
    margin-top: 30px;
    display: block;
  }

  .f-nav-2 ul li {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .sp-br {
    display: block;
  }
}

@media (max-width: 480px) {
  .p-Gnav__Search input[type="search"] {
    width: calc(100% - 56px);
  }
}

.home-head .ss-top {
    width: 300px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1022px) {
  .home-head .ss-top {
      width: 200px;
  }
}