/*common*/
@font-face {
  font-family: Prohibition;
  src: url(../font/ProhibitionW00-Regular.ttf);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
.literata {
  font-family: "Literata", serif;
}
.noto_jp {
  font-family: "Noto Serif JP", serif;
}
ul,
ol {
  list-style: none;
}
picture {
  max-width: 100%;
  width: 100%;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
iframe {
  border: none;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
a:hover {
  opacity: 0.7;
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
.sp {
  display: none;
}
.omission {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner {
  width: 120rem;
  margin: 0 auto;
  max-width: calc(100% - 4.8rem);
}
.inner.min {
  width: 99.6rem;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-padding-top: 6rem;
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
}

.inner {
  margin: 0 auto;
}

/*** pc 835px ~ 1100px ***/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(100vw / 120);
  }
}

/*** sp ***/
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

/*** pc ***/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*** sp ***/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  h1 {
    font-size: 7rem;
    margin-bottom: 4.8rem;
  }
}

/* !official-header
---------------------------------------------------------- */
#giants_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 72px;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  border-bottom: 2px solid #e3800b;
}
#giants_lp_header .headleft,
#giants_lp_header .headright {
  display: flex;
  align-items: center;
}
.giants_lp_btn_menu {
  cursor: pointer;
  position: relative;
  width: 72px;
  height: 72px;
  padding: 16px 0 15px;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: opacity;
  text-align: center;
}
.giants_lp_btn_menu a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.giants_lp_btn_menu:after {
  content: "メニュー";
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
.giants_lp_btn_menu span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2.25px;
  margin: 0 auto;
  background-color: #fff;
}
.giants_lp_btn_menu span:first-child {
  top: 3.75px;
}
.giants_lp_btn_menu span:nth-child(2) {
  top: 10.88px;
}
.giants_lp_btn_menu span:last-child {
  bottom: 3.75px;
}
#giants_lp_navi {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  transform: scale(1.1, 1.1);
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#giants_lp_navi.open {
  opacity: 1;
  pointer-events: inherit;
  transform: scale(1, 1);
  overflow-y: scroll;
}
#giants_lp_navi .navTop {
  display: flex;
}
#giants_lp_navi .menuNav a {
  display: block;
  position: relative;
  padding: 22px 0 10px;
  width: 72px;
  height: 72px;
  text-align: center;
}
#giants_lp_navi .menuNav a:after {
  content: "閉じる";
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
#giants_lp_navi .menuNav span {
  display: block;
  margin: 3px auto;
  width: 18px;
  height: 2.25px;
  background-color: #fff;
}
#giants_lp_navi .menuNav span:first-child {
  top: 50%;
  transform: translateY(2.5px) rotate(45deg);
}
#giants_lp_navi .menuNav span:nth-child(2) {
  top: 50%;
  transform: translateY(-2.5px) rotate(-45deg);
}
#giants_lp_navi .menuSearch {
  padding-right: 7.2rem;
  width: 100%;
}
#giants_lp_navi .menuSearch .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#giants_lp_navi .searchBox {
  max-width: 400px;
}
#giants_lp_navi .searchBox .yahoo {
  margin-bottom: 2px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
#giants_lp_navi .searchBox .yahooSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
}
#giants_lp_navi .yahooSearch input {
  height: 35px;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#giants_lp_navi .yahooSearch .icon {
  margin: 0 8px 0 4px;
  width: 20px;
  height: 20px;
}
#giants_lp_navi .yahooSearch .search {
  width: calc(100% - 94px);
}
#giants_lp_navi .yahooSearch .button {
  width: 62px;
  background-color: #000;
  border-radius: 2px;
  font-size: 15px;
  color: #fff;
}
#giants_lp_navi .bor {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
#giants_lp_navi .inner {
  padding: 0 40px;
  margin: 0 auto;
  width: 1280px;
  height: auto;
  max-width: 100%;
}
#giants_lp_navi .menuColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#giants_lp_navi .menuColumn .column {
  position: relative;
  border-left: 1px solid #292929;
}
#giants_lp_navi .menuColumn .column:last-child {
  border-right: 1px solid #292929;
}
#giants_lp_navi .level1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
  position: relative;
  border-bottom: 1px solid #292929;
  font-weight: 700;
  font-size: 1.6rem;
}
#giants_lp_navi .level1 p {
  padding-right: 8px;
}
#giants_lp_navi .level2 {
  border-bottom: 1px solid #292929;
  font-size: 1.6rem;
}
#giants_lp_navi .level2 .tit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-weight: 700;
}
#giants_lp_navi .level2 ul {
  padding: 0 20px 15px;
}
#giants_lp_navi .level2 li {
  margin-bottom: 5px;
}
#giants_lp_navi .level2 li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 1.5rem;
}
#giants_lp_navi .level2 li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
#giants_lp_navi .menuLanguage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 14px 3px 14px 0;
  position: relative;
}
#giants_lp_navi .menuLanguage li {
  position: relative;
  padding: 0 17px 0 16px;
}
#giants_lp_navi .menuLanguage li:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #292929;
  top: 1px;
  right: 0;
  width: 1px;
  height: calc(100% - 3px);
}
#giants_lp_navi .menuLanguage li a {
  font-size: 1.5rem;
}
#giants_lp_navi .menuLanguage li a.on {
  pointer-events: none;
  font-weight: 700;
  color: #f59b00;
}
#giants_lp_headlogo {
  position: relative;
  margin-left: 48px;
  width: 116px;
}
#giants_lp_header .headlink {
  position: relative;
  z-index: 4;
  display: flex;
  background-color: #000;
  font-size: 15px;
}
#giants_lp_header .headlink li {
  flex: 1 0 auto;
  position: relative;
}
#giants_lp_header .headlink li:not(:first-child) {
  margin-left: 24px;
}
#giants_lp_header .headlink li a {
  display: flex;
  align-items: center;
}
#giants_lp_header .headlink .icon {
  width: 20px;
  height: 20px;
}
#giants_lp_header .headlink .text {
  margin-left: 8px;
  line-height: 1.5;
  font-size: 1.5rem;
}
#giants_lp_header .myCenter {
  margin-left: 48px;
}
#giants_lp_header .myCenter a {
  display: block;
  width: 72px;
  height: 72px;
  padding: 16px 0 14px;
  text-align: center;
  font-size: 1rem;
}
#giants_lp_header .myCenter .text {
  margin-top: 2px;
}
#giants_lp_header .tickets {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 16px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
#giants_lp_header .tickets a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 408px;
  height: 48px;
  background: #f48700;
  border-radius: 6px;
  border: 1px solid #fff;
}
#giants_lp_header .tickets a:hover {
  opacity: 1;
  background: #0a0a0c;
  border-color: #0a0a0c;
  color: #f48700;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #giants_lp_wrapper {
    padding: 108px 0 0;
    min-width: inherit;
  }
  #giants_lp_header {
    display: block;
    height: auto;
    border-bottom: none;
  }
  #giants_lp_header .headleft {
    padding-right: 60px;
    width: 100%;
  }
  .giants_lp_btn_menu {
    padding: 12px 0 8px;
    width: 60px;
    height: 60px;
  }
  #giants_lp_headlogo {
    margin: 0 auto;
  }
  #giants_lp_header .headlink {
    width: 100%;
    border-bottom: 2px solid #e3800b;
  }
  #giants_lp_header .headlink li:after {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    pointer-events: none;
    content: "";
    border: 1px solid #292929;
    border-radius: 0;
  }
  #giants_lp_header .headlink li:not(:first-child) {
    margin-left: 0;
  }
  #giants_lp_header .headlink li a {
    display: flex;
    justify-content: center;
    padding: 14px 0;
  }
  #giants_lp_header .headlink .icon {
    width: 16px;
  }
  #giants_lp_header .headlink .text {
    margin-left: 6px;
    font-size: 1.2rem;
  }
  #giants_lp_header .myCenter {
    position: absolute;
    right: 0;
    top: 0;
  }
  #giants_lp_header .myCenter a {
    width: 60px;
    height: 60px;
    padding: 12px 0 8px;
    font-size: 1rem;
  }

  #giants_lp_navi .navTop {
    display: block;
  }
  #giants_lp_navi .menuSearch .inner {
    display: block;
  }
  #giants_lp_navi .menuNav {
    border-bottom: 1px solid #292929;
  }
  #giants_lp_navi .menuNav a {
    display: block;
    position: relative;
    padding: 15px 0 10px;
    width: 60px;
    height: 60px;
  }
  #giants_lp_navi .menuSearch {
    padding: 16px;
  }
  #giants_lp_navi .inner {
    display: grid;
    grid-template-columns: 1fr 40px;
    padding: 0;
    width: auto;
  }
  #giants_lp_navi .scrollbar {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100dvh - 150px);
  }
  #giants_lp_navi .menuColumn {
    display: block;
  }
  #giants_lp_navi .level1 {
    font-size: 1.4rem;
  }
  #giants_lp_navi .level2 ul {
    display: none;
  }
  #giants_lp_navi .level2 .tit {
    background: url("../img/ico_plus.png") no-repeat right 20px center;
    font-size: 1.4rem;
  }
  #giants_lp_navi .level2 .tit.open {
    background: url("../img/ico_minus.png") no-repeat right 20px center;
  }
  #giants_lp_navi .menuLanguage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 150px;
    bottom: 0;
    width: 40px;
  }
  #giants_lp_navi .menuLanguage ul {
    display: block;
    padding: 0;
  }
  #giants_lp_navi .menuLanguage li {
    position: relative;
    padding: 18px 0 19px;
    text-align: center;
  }
  #giants_lp_navi .menuLanguage li:not(:last-child):after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    transform: translateX(-50%);
  }
  #giants_lp_navi .menuColumn .column {
    border-right: 1px solid #292929;
  }
}

/*********** navigation ***********/
.navigation {
  position: fixed;
  width: 100%;
  height: 72px;
  bottom: 0;
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  z-index: 98;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 18x;
  font-weight: 700;
}
.navigation .menu {
  font-family: "Acumin Pro";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.navigation .nav_item span {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.nav_list {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.nav_list .nav_item a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  display: inline-block;
}
.nav_list .nav_item a:hover {
  color: #e3800b;
  opacity: 1;
}
.nav_list .nav_item a:hover span {
  color: #fff;
  opacity: 1;
}
.nav_list .nav_item:hover {
  color: var(--main-light-gold);
}
.navigation .pagetop {
  position: absolute;
  bottom: 27px;
  right: 27px;
}
.sp_navigation_btn {
  display: none;
}
.navigation .close_btn {
  display: none;
}
@media screen and (max-width: 931px) {
  .navigation {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
    padding: 48px 24px 24px;
    color: #e3800b;
    font-family: "Acumin Pro";
  }
  .navigation .pagetop.sp {
    width: fit-content;
    display: flex;
    gap: 16px;
    align-items: center;
    position: fixed;
    left: 32px;
    bottom: 40px;
    color: #fff;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .navigation .pagetop.sp img {
    width: 12px;
  }
  .navigation ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .nav_list {
    gap: 10px;
  }
  .nav_list .nav_item a {
    color: #e3800b;
    flex-direction: row;
    gap: 0px;
    font-size: 24px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 100%;
  }
  .navigation .nav_item span {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .nav_list .line {
    display: block;
    background-image: var(--gold03);
    max-width: 100%;
    height: 2px;
  }
  .navigation.open {
    opacity: 1;
    z-index: 120;
    pointer-events: auto;
  }
  .sp_navigation_btn {
    display: flex;
    position: fixed;
    bottom: 23px;
    right: 16px;
    z-index: 98;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
  }
  .sp_nav_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .sp_navigation_btn .pagetop.sp {
    width: 12px;
    display: block;
  }
  .sp_nav_container .pagetop {
    width: 12px;
  }
  .navigation .close_btn {
    position: fixed;
    bottom: 23px;
    right: 16px;
    width: 64px;
    display: block;
  }
  .navigation .pagetop.pc {
    display: none;
  }
  .nav_list span {
    width: 100%;
    display: block;
  }
}

/* footer
-----------------------------------------------------------*/
#giants_lp_footer .pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 5.6rem;
  background-color: #a49567;
  color: #000;
  text-align: center;
  font-family: Prohibition;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#giants_lp_footer .pagetop img {
  width: 2rem;
  padding-top: 0.2rem;
}
#giants_lp_footer {
  background: #000;
  font-family: "Noto Sans JP", serif;
}
#giants_lp_footer .footIn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 40px 48px;
  max-width: 1280px;
  margin: 0 auto;
}
#giants_lp_footer .sns {
  display: flex;
}
#giants_lp_footer .sns li:not(:first-child) {
  margin-left: 16px;
}
#giants_lp_footer .sns li a {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: opacity;
}
#giants_lp_footer .footLinks {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
#giants_lp_footer .footLinks ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#giants_lp_footer .footLinks li {
  position: relative;
  width: 25%;
}
#giants_lp_footer .footLinks li:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  pointer-events: none;
  content: "";
  border: 1px solid #292929;
  border-radius: 0;
}
#giants_lp_footer .footLinks li a {
  display: block;
  position: relative;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#giants_lp_footer .logos {
  max-width: 960px;
  margin: 0 auto;
}
#giants_lp_footer .logos ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
  gap: 1px;
  padding: 24px 0;
}
#giants_lp_footer .logos li {
  background-color: #fff;
  position: relative;
}
#giants_lp_footer .logos li a:hover {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: opacity;
}
.giants_lp_copyright {
  padding: 16px 20px;
  border-top: 1px solid #292929;
  font-size: 11px;
  line-height: 1.55;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #giants_lp_footer .pagetop {
    height: 4.8rem;
    font-size: 2.4rem;
  }
  #giants_lp_footer .footIn {
    display: block;
    padding: 80px 20px 32px;
  }
  #giants_lp_footer .sns {
    margin-top: 48px;
  }
  #giants_lp_footer .footLinks li {
    width: 50%;
  }
  #giants_lp_footer .logos ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 20px;
  }
}

/* !common parts
/* ---------------------------------------------------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  border-radius: 999px;
  padding: 1.9rem 0;
  background: #a49567;
  font-weight: bold;
  font-weight: 500;
  text-align: center;
}

.btn.big {
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 0.72px;
}

.btn.small {
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: 0.64px;
  padding: 1.3rem 0;
}

.btn div {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}

.btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  transition: opacity 0.3s ease;
}

.btn img:first-of-type {
  opacity: 1;
}

.btn img:last-of-type {
  opacity: 0;
}

.btn:hover img:first-of-type {
  opacity: 0;
}

.btn:hover img:last-of-type {
  opacity: 1;
}

.main_title {
  font-family: Prohibition;
  font-size: 9.6rem;
  line-height: 150%;
  letter-spacing: 1.92px;
  font-weight: 400;
  display: flex;
  gap: 2.4rem;
  align-items: end;
  color: #111;
}

.main_title.gold {
  color: #a49567;
}

.main_title .outline {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #111;
}

.main_title.gold .outline {
  -webkit-text-stroke-color: #a49567;
}

.main_title .ja {
  display: flex;
  gap: 1.6rem;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  width: fit-content;
  align-items: center;
  font-weight: 500;
  line-height: 430%;
  letter-spacing: 0.72px;
}

.main_title.gold .ja {
  color: #fff;
}

.main_title .ja .line {
  width: 2.4rem;
  height: 0.1rem;
  background: #111;
}

.main_title.gold .ja .line {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 1.4rem;
    text-align: center;
    line-height: 140%;
  }

  .btn.big {
    letter-spacing: 0.64px;
  }

  .btn.small {
    letter-spacing: 0.56px;
    padding: 1.2rem 0;
  }

  .main_title {
    font-size: 6.4rem;
    letter-spacing: 1.28px;
    flex-direction: column;
    gap: 0;
    align-items: start;
  }

  .main_title .ja {
    font-size: 1.4rem !important;
    gap: 0.8rem;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: 0.56px;
  }
}

/* !lp-navigation
---------------------------------------------------------- */
.lp_navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #111;
  padding: 1.95rem 0;
  z-index: 100;
}

.lp_navigation nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.lp_navigation nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0.4px;
  color: #a49567;
  transition: all 0.3s;
  font-family: Prohibition;
}

.lp_navigation nav ul li a span {
  font-size: 1.2rem;
  color: #b3b3b3;
  font-family: "Noto Sans JP";
  font-weight: 500;
  transition: all 0.3s;
}

.lp_navigation nav ul li a:hover {
  color: #f29e2f;
}

.lp_navigation nav ul li a:hover span {
  color: #f29e2f;
}

.lp_navigation .page_top {
  position: absolute;
  top: 50%;
  right: 4.8rem;
  transform: translateY(-50%);
}

.lp_nav_sp {
  display: none;
}

/* SP表示時のスタイル */
@media screen and (max-width: 768px) {
  .lp_navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
  }

  .lp_nav_sp {
    display: none;
    position: fixed;
    bottom: 1.6rem;
    right: 1.6rem;
    width: 6.4rem;
    height: 6.4rem;
    padding: 1.75rem 1.7rem 1.2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    background-color: #a49567;
    border: none;
    cursor: pointer;
    border-radius: 999px;
    z-index: 1001;
    transition: all 0.3s ease;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  .lp_nav_sp .hamburger {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 100%;
    position: relative;
    height: 1.4rem;
  }

  .lp_nav_sp .hamburger span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #111;
    transition: all 0.25s ease-in-out;
    position: absolute;
    left: 0;
  }

  .lp_nav_sp .hamburger span:nth-child(1) {
    top: 0;
  }

  .lp_nav_sp .hamburger span:nth-child(2) {
    top: 0.6rem;
  }

  .lp_nav_sp .hamburger span:nth-child(3) {
    top: 1.2rem;
  }

  .lp_nav_sp .menu_text {
    font-size: 1.4rem;
    color: #111;
    font-family: Prohibition;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.28px;
    position: relative;
  }

  .lp_nav_sp .menu_text::before {
    content: "MENU";
    transition: opacity 0.2s ease;
    opacity: 1;
  }

  .lp_nav_sp .menu_text::after {
    content: "CLOSE";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  /* ハンバーガーメニューが開いた時 */
  .lp_nav_sp.active .hamburger span:nth-child(1) {
    top: 0.6rem;
    transform: rotate(30deg);
  }

  .lp_nav_sp.active .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .lp_nav_sp.active .hamburger span:nth-child(3) {
    top: 0.6rem;
    transform: rotate(-30deg);
  }

  .lp_nav_sp.active .menu_text::before {
    opacity: 0;
  }

  .lp_nav_sp.active .menu_text::after {
    opacity: 1;
  }

  .lp_navigation.open {
    opacity: 1;
    visibility: visible;
  }

  .lp_navigation nav {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 6.4rem 0;
  }

  .lp_navigation nav ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 50rem;
  }

  .lp_navigation nav ul li {
    width: 100%;
    border-bottom: 0.1rem solid #a49567;
  }

  .lp_navigation nav ul li a {
    flex-direction: row;
    align-items: baseline;
    gap: 0.8rem;
    padding: 2rem 2.4rem;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.56px;
  }

  .lp_navigation nav ul li a span {
    font-size: 1.2rem;
    letter-spacing: normal;
  }

  .lp_navigation nav ul li a:active {
    color: #f29e2f;
  }

  .lp_navigation nav ul li a:active span {
    color: #f29e2f;
  }

  .lp_navigation .page_top {
    display: none;
  }

  .lp_nav_sp {
    display: flex;
  }
}

main {
  line-height: 150%;
}

/* !kv
---------------------------------------------------------- */
.kv {
  width: 100%;
  margin-top: 7.2rem;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .kv {
    margin-top: 11rem;
  }
}

/* !sticky_bg
---------------------------------------------------------- */
.sticky_wrapper {
  position: relative;
  z-index: 0;
  background: black;
  margin-top: calc(-100dvh + 7.2rem);
}

.sticky_bg_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -10 !important;
}

.sticky_wrapper .sticky_image {
  position: sticky;
  top: 7.2rem;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  object-fit: cover !important;
  object-position: center;
  z-index: -10 !important;
}

.contents_wrapper {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sticky_wrapper .sticky_image {
    top: 2rem;
    object-position: 75% 0%;
  }
}

/* !opening
---------------------------------------------------------- */
.opening {
  padding: 11.4rem 0 12rem;
  margin-top: calc(100dvh - 7.2rem);
  position: relative; /* ← この1行を追加 */
  z-index: 10; /* ← この1行を追加 */
}

.opening h2 {
  color: #a49567;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 2.24px;
  margin-bottom: 4.6rem;
}

.opening p {
  line-height: 210%;
  letter-spacing: 1.28px;
  color: white;
}

.opening_movie {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  margin-top: 12rem;
}

.opening_movie iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.opening_movie p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.64px;
}

@media screen and (max-width: 768px) {
  .opening {
    padding: 6.4rem 0 8rem;
  }

  .opening h2 {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
    margin-bottom: 2.4rem;
  }

  .opening p {
    font-size: 1.4rem;
    line-height: 180%;
    letter-spacing: 1.12px;
  }

  .opening_movie {
    gap: 1.6rem;
    margin-top: 6.4rem;
  }

  .opening_movie p {
    font-size: 1.6rem;
  }
}

/* !ceremony
---------------------------------------------------------- */
.ceremony {
  padding: 12rem 0 14rem;
}

.ceremony h2 {
  color: #fff;
  font-size: 4.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 150%;
  letter-spacing: 1.92px;
  margin-bottom: 6.4rem;
}

.ceremony h2 span {
  color: #a49567;
  font-size: 2rem;
  font-family: Prohibition;
  line-height: normal;
  letter-spacing: 0.4px;
}

.ceremony_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.ceremony_info .ceremony_left {
  max-width: 29rem;
}

.ceremony_info .ceremony_right .day {
  font-size: 7.4rem;
  color: #f29e2f;
  font-family: Prohibition;
  line-height: 1;
  display: flex;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 2.4rem;
}

.ceremony_info .ceremony_right .day span {
  font-size: 4.4rem;
}

.ceremony_info .ceremony_right .title {
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: center;
  font-weight: bold;
}

.ceremony_info .ceremony_right .btn {
  background: #f29e2f;
  border: 1px solid #f29e2f;
  margin-top: 4.2rem;
}

.ceremony_info .ceremony_right .btn:hover {
  border: 1px solid #f29e2f;
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(22px);
  color: #f29e2f;
}

.ceremony_press {
  margin-top: 10rem;
  padding: 4rem;
  border: 2px solid #a49567;
  background: rgba(17, 17, 17, 0.7);
  display: flex;
  gap: 4.8rem;
  height: fit-content;
}

.ceremony_press > img {
  max-width: 22rem;
  object-fit: contain;
}

.ceremony_press .press_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ceremony_press h3 {
  color: #a49567;
  font-size: 3.2rem;
  letter-spacing: 1.28px;
  margin-bottom: 1.6rem;
}

.ceremony_press p {
  color: #ffffff;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.64px;
  margin-bottom: 4.2rem;
}

.ceremony_press .btn {
  border: 1px solid #a49567;
  width: 36.9rem;
}

.ceremony_press .btn:hover {
  background: transparent;
  backdrop-filter: blur(22px);
  color: #a49567;
}

@media screen and (max-width: 768px) {
  .ceremony {
    padding: 4rem 0 8rem;
  }

  .ceremony h2 {
    font-size: 3.6rem;
    letter-spacing: 1.44px;
    margin-bottom: 3.6rem;
  }

  .ceremony h2 span {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
  }

  .ceremony_info {
    flex-direction: column;
    gap: 3.7rem;
  }

  .ceremony_info .ceremony_left img {
    width: 14rem;
  }

  .ceremony_info .ceremony_right {
    width: 100%;
  }

  .ceremony_info .ceremony_right .day {
    font-size: 5.6rem;
    margin-bottom: 1.6rem;
    line-height: 1;
    justify-content: center;
  }

  .ceremony_info .ceremony_right .day span {
    font-size: 3.2rem;
  }

  .ceremony_info .ceremony_right .title {
    font-size: 1.4rem;
    letter-spacing: 0.56px;
  }

  .ceremony_info .ceremony_right .btn {
    font-size: 1.6rem;
    margin-top: 3.6rem;
  }

  .ceremony_press {
    margin-top: 6.4rem;
    padding: 2.4rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }

  .ceremony_press > img {
    max-width: 100%;
  }

  .ceremony_press h3 {
    font-size: 2.4rem;
    line-height: 150%;
    letter-spacing: 0.96px;
    margin-bottom: 0.8rem;
  }

  .ceremony_press p {
    font-size: 1.4rem;
    line-height: 170%;
    letter-spacing: 0.56px;
    margin-bottom: 2.4rem;
  }

  .ceremony_press .btn {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* !profile
---------------------------------------------------------- */
.profile {
  padding: 12rem 0 19rem;
  color: #111;
  position: relative;
  z-index: 1;
}

.profile_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.profile_bg .bg {
  background: no-repeat center center;
  background-size: cover !important;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh; /* ← この1行を追加 */
  position: sticky;
  top: 0;
  z-index: -1;
  background-image: url(../image/profile/bg_prof_pc.jpg);
  background-size: cover;
}

.profile_contents {
  margin-top: 2.4rem;
  display: flex;
  gap: 6.4rem;
  align-items: center;
  padding: 0 10.3rem;
  position: relative;
}

.profile_contents .chono_image {
  max-width: 33rem;
}

.profile_contents .profile_detail {
  position: relative;
}

.profile_contents .profile_detail > p {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  display: flex;
  gap: 1.8rem;
  align-items: baseline;
  margin-bottom: 2.4rem;
}

.profile_contents .profile_detail > p span {
  font-family: Prohibition;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.4px;
  color: #737373;
}

.profile_contents .profile_detail ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  letter-spacing: 0.32px;
}

.profile_contents .profile_detail ul li {
  padding-top: 1.6rem;
  border-top: 1px solid #111;
  display: flex;
  gap: 3.2rem;
  font-weight: 500;
}

.profile_contents .profile_detail ul li dt {
  width: 10rem;
  flex-shrink: 0;
}

.profile_contents .profile_detail ul li:last-of-type {
  border-bottom: 1px solid #111;
  padding-bottom: 1.6rem;
}

.profile_detail::after {
  content: "";
  position: absolute;
  width: 43.4rem;
  aspect-ratio: 1 / 1;
  height: auto;
  bottom: -36%;
  right: -18.5rem;
  background: url(../image/profile/img_sign.png) 50% / contain no-repeat;
}

@media (max-width: 1440px) {
  .profile_detail::after {
    width: min(43.4rem, 30vw);
    right: max(-18.5rem, -10vw);
    bottom: max(-34%, -20vw);
  }
}

@media screen and (max-width: 768px) {
  .profile {
    padding: 6.4rem 0 8rem;
  }

  .profile_bg .bg {
    background-image: url(../image/profile/bg_prof_sp.jpg);
  }

  .profile_contents {
    margin-top: 3.2rem;
    gap: 3.2rem;
    padding: 0;
    flex-direction: column;
    align-items: start;
  }

  .profile_contents .chono_image {
    max-width: 22rem;
    padding-left: 3rem;
  }

  .profile_contents .profile_detail > p {
    font-size: 3.2rem;
    letter-spacing: 1.28px;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .profile_contents .profile_detail > p span {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
  }

  .profile_contents .profile_detail ul {
    gap: 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
  }

  .profile_contents .profile_detail ul li dt {
    width: 8rem;
  }

  .profile_contents .profile_left {
    position: relative;
  }

  .profile_contents .profile_left::after {
    content: "";
    position: absolute;
    width: 17.9rem;
    aspect-ratio: 1 / 1;
    height: auto;
    bottom: 1rem;
    right: -9.5rem;
    background: url(../image/profile/img_sign.png) 50% / contain no-repeat;
  }

  .profile_detail::after {
    display: none;
  }
}

/* history
-----------------------------------------------------------*/
.history {
  padding: 12rem 0 14rem;
  background: rgba(17, 17, 17, 0.5);
}

.history_contents {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 6.4rem;
}

.history .btn {
  width: 36.9rem;
  margin: 8rem auto 0;
  border: 1px solid #a49567;
}

.history .btn:hover {
  background: transparent;
  color: #a49567;
}

.history_list {
  display: flex;
  gap: 3.2rem;
}

.history_list .yare {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.1rem;
  width: 7.7rem;
  flex-shrink: 0;
}

.history_list .yare p {
  color: #a49567;
  font-family: Prohibition;
  font-size: 4rem;
  letter-spacing: 0.8px;
  flex-shrink: 0;
}

.history_list .yare.red p {
  color: #b00c15;
}

.yare .year_line {
  width: 1px;
  flex: 1;
  border-left: 1px dotted #a49567;
}

.yare.red .year_line {
  border-left: 1px dotted #b00c15;
}

.history_list .history_detail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem 0.8rem;
}

.history_list .history_detail li .modal_thumb {
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.history_list .history_detail li:hover .modal_thumb > img:first-of-type {
  cursor: pointer;
  transform: scale(1.1);
}

.history_list .history_detail li .modal_thumb > img:first-of-type {
  object-fit: cover;
  aspect-ratio: 242.75/182.07;
  transition: all 0.5s;
  overflow: hidden;
}

.history_list .history_detail .search_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #111;
}

.history_list .history_detail .search_icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  transition: all 0.5s;
}

.history_list .history_detail li .search_icon img:nth-child(1) {
  opacity: 1;
}

.history_list .history_detail li .search_icon img:nth-child(2) {
  opacity: 0;
}

.history_list .history_detail li:hover .search_icon img:nth-child(1) {
  opacity: 0;
}

.history_list .history_detail li:hover .search_icon img:nth-child(2) {
  opacity: 1;
}

.history_list .history_detail .modal_item p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.56px;
  margin-top: 1.6rem;
}

/* モーダル */
.history_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
}

.history_modal.active {
  display: flex;
}

.history_modal_inner {
  max-width: 79.1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.history_modal_image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history_modal_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 791/527;
}

.history_modal_controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.8rem;
}

.modal_close {
  display: flex;
  width: 28rem;
  padding: 2rem 0;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #a49567;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #a49567;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}

.modal_close:hover {
  background: #a49567;
  color: #111;
}

.dummy {
  width: 12rem;
}

.modal_close:hover .close_icon {
  content: url("../image/icon_close_bk.svg");
}

.modal_close .close_icon {
  width: 1.6rem;
  height: 1.6rem;
  content: url("../image/icon_close_gd.svg");
  transition: all 0.3s ease;
  padding-bottom: 0.2rem;
}

.history_modal_nav {
  display: flex;
  gap: 1.2rem;
}

.history_modal_nav_btn {
  width: 5.4rem;
  height: 5.4rem;
  background: #a49567;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  padding: 0;
}

.history_modal_nav_btn:hover:not(.disabled) {
  background: #b5a678;
}

.history_modal_nav_btn.disabled {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}

.history_modal_nav_btn img {
  width: 2.4rem;
  height: 2.4rem;
}

.history_modal_nav_btn.prev img {
  transform: rotate(180deg);
}

/* SPレスポンシブ */
@media screen and (max-width: 768px) {
  .history {
    padding: 8rem 0 10rem;
  }

  .history .btn {
    width: 100%;
    margin: 4.8rem auto 0;
    font-size: 1.4rem;
  }

  .history_contents {
    margin-top: 4.8rem;
    gap: 2.4rem;
  }

  .history_list {
    gap: 2rem;
  }

  .history_list .yare {
    gap: 2.4rem;
    width: 5.7rem;
  }

  .history_list .yare p {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
  }

  .history_list .history_detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 0.8rem;
  }

  .history_list .history_detail .search_icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .history_list .history_detail .search_icon img {
    width: 1.6rem;
  }

  .history_list .history_detail .modal_item p {
    font-size: 1.2rem;
    letter-spacing: 0.48px;
    margin-top: 1.2rem;
  }

  .history_modal_controls {
    margin-top: 3.8rem;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }

  .modal_close {
    width: 16rem;
    padding: 1.6rem 0;
    font-size: 1.4rem;
    order: 2;
  }

  .dummy {
    display: none;
  }

  .modal_close .close_icon {
    width: 1.4rem;
    height: 1.4rem;
    padding-bottom: 0;
  }

  .history_modal_nav {
    width: auto;
    order: 1;
    gap: 0;
    display: contents;
  }

  .history_modal_nav_btn {
    width: 3.6rem;
    height: 3.6rem;
  }

  .history_modal_nav_btn img {
    width: 1.8rem;
    height: 1.8rem;
  }

  .history_modal_nav_btn.prev {
    order: 1;
  }

  .history_modal_nav_btn.next {
    order: 3;
  }
}

/* !stats
---------------------------------------------------------- */
.stats {
  background-image: url(../image/stats/bg_stats_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12rem 0 14rem;
}

.stats_image {
  margin-top: 4.8rem;
}

.stats_image img {
  display: block;
  width: 100%;
  height: auto;
}

.stats_image_wrapper {
  position: relative;
  margin-top: 4.8rem;
}

.stats_scroll_hint {
  display: none;
}

@media screen and (max-width: 768px) {
  .stats {
    background-image: url(../image/stats/bg_stats_sp.jpg);
    padding: 4.8rem 0 8rem;
  }

  .stats_image {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    margin-top: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .stats_image img {
    width: 100rem;
    height: auto;
    max-width: none;
  }

  .stats_scroll_hint {
    display: block;
    position: absolute;
    left: 13.2rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
  }

  .stats_scroll_hint.is-hidden {
    opacity: 0;
  }
}

/* !goods
---------------------------------------------------------- */
.goods {
  background: rgba(17, 17, 17, 0.5);
  padding: 12rem 0 14rem;
}

.goods_contents {
  margin-top: 4.8rem;
}

.goods_contents ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.8rem 3.2rem;
}

.goods_contents ul li a {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #fff;
  overflow: hidden;
}

.goods_contents ul li a .goods_image {
  aspect-ratio: 1/1;
  max-width: 21.44rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.goods_contents ul li a .goods_image img {
  object-fit: cover;
  transition: all 0.5s;
}

.goods_contents ul li a:hover .goods_image img {
  transform: scale(1.1);
}

.goods_contents ul li a .goods_name {
  letter-spacing: 0.32px;
  transition: all 0.5;
}

.goods_contents ul li a .goods_name span {
  position: relative;
}

.goods_contents ul li a .goods_name span img {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0.4rem;
  transition: all 0.5;
}

.goods_contents ul li a .goods_name img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
}

.goods_contents ul li a:hover .goods_name img:nth-child(1) {
  opacity: 0;
}

.goods_contents ul li a:hover .goods_name img:nth-child(2) {
  opacity: 1;
}

.goods_contents ul li a:hover .goods_name {
  color: #a49567;
}

.goods_contents ul li a .price {
  font-family: Prohibition;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 70%;
  padding-bottom: 0.4rem;
}

.goods_contents ul li a .price span {
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  color: #737373;
  display: inline-block;
  position: relative;
  bottom: 0.3rem;
  left: 0.5rem;
}

.goods_contents .btn {
  width: 37.4rem;
  margin: 4.8rem auto 0;
  border: 1px solid #a49567;
}

.goods_contents .btn:hover {
  color: #a49567;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .goods {
    padding: 6.4rem 0 8rem;
  }

  .goods_contents ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.6rem;
  }

  .goods_contents ul li a {
    gap: 1.6rem;
  }

  .goods_contents ul li a:hover .goods_image img {
    transform: scale(1);
  }

  .goods_contents ul li a .goods_name {
    letter-spacing: 0.28px;
  }

  .goods_contents ul li a .goods_name span img {
    padding-bottom: 0.2rem;
  }

  .goods_contents ul li a .goods_name img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
  }

  .goods_contents ul li a:hover .goods_name img:nth-child(1) {
    opacity: 1;
  }

  .goods_contents ul li a:hover .goods_name img:nth-child(2) {
    opacity: 0;
  }

  .goods_contents ul li a:hover .goods_name {
    color: #fff;
  }

  .goods_contents ul li a .price {
    font-size: 2rem;
    padding-bottom: 0.4rem;
  }

  .goods_contents .btn {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* !movie
---------------------------------------------------------- */
.movie {
  padding: 12rem 0 14rem;
  background-image: url(../image/bg_wh_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.movie_contents {
  margin-top: 6.4rem;
}

.movie_list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem 3.2rem;
}

.main_movie,
.movie_list .modal_item {
  cursor: pointer;
  position: relative;
}

.main_movie {
  max-width: 78.9rem;
  margin: 0 auto;
}

.main_movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.main_movie .modal_thumb,
.movie_list .modal_item .modal_thumb {
  position: relative;
  overflow: hidden;
}

.main_movie .play_icon,
.movie_list .modal_item .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.main_movie:hover .play_icon,
.movie_list .modal_item:hover .play_icon {
  transform: translate(-50%, -50%) scale(1.1);
}

.main_movie > p {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 2rem;
}

.movie_list .modal_item > p {
  text-align: center;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 150%;
}

.movie_contents .btn {
  width: 45.4rem;
  margin: 8rem auto 0;
  background: transparent;
  border: 2px solid #111;
}

.movie_contents .btn:hover {
  background: #111;
  color: #fff;
  opacity: 1;
}

/* MOVIEモーダル */
.movie_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
}

.movie_modal.active {
  display: flex;
}

.movie_modal_inner {
  max-width: 79.1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.movie_modal_video {
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 16/9;
}

.movie_modal_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.movie_modal_controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.8rem;
}

.movie_modal_nav {
  display: flex;
  gap: 1.2rem;
}

.movie_modal_nav_btn {
  width: 5.4rem;
  height: 5.4rem;
  background: #a49567;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  padding: 0;
}

.movie_modal_nav_btn:hover:not(.disabled) {
  background: #b5a678;
}

.movie_modal_nav_btn.disabled {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}

.movie_modal_nav_btn img {
  width: 2.4rem;
  height: 2.4rem;
}

.movie_modal_nav_btn.prev img {
  transform: rotate(180deg);
}

/* SPレスポンシブ */
@media screen and (max-width: 768px) {
  .movie {
    padding: 6.4rem 0 8rem;
  }

  .movie_contents {
    margin-top: 4.8rem;
  }

  .movie_list {
    margin-top: 4.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.6rem;
  }

  .main_movie > p {
    margin-top: 1.6rem;
    text-align: start;
  }

  .movie_list .modal_item > p {
    margin-top: 1.2rem;
    text-align: start;
  }

  .movie_contents .btn {
    width: 100%;
    margin: 4.8rem auto 0;
    font-size: 1.6rem;
  }

  .main_movie .play_icon {
    width: 5.7rem;
    height: 5.7rem;
  }

  .movie_list .modal_item .play_icon {
    width: 2.7rem;
    height: 2.7rem;
  }

  .movie_modal_controls {
    margin-top: 3.8rem;
    flex-wrap: nowrap;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }

  .movie_modal .modal_close {
    width: 16rem;
    padding: 1.6rem 0;
    font-size: 1.4rem;
    order: 2;
  }

  .movie_modal .dummy {
    display: none;
  }

  .movie_modal .modal_close .close_icon {
    width: 1.4rem;
    height: 1.4rem;
    padding-bottom: 0;
  }

  .movie_modal_nav {
    width: auto;
    order: 1;
    gap: 0;
    display: contents;
  }

  .movie_modal_nav_btn {
    width: 3.6rem;
    height: 3.6rem;
  }

  .movie_modal_nav_btn img {
    width: 1.8rem;
    height: 1.8rem;
  }

  .movie_modal_nav_btn.prev {
    order: 1;
  }

  .movie_modal_nav_btn.next {
    order: 3;
  }
}

/* !photo
---------------------------------------------------------- */
.photo {
  padding: 12rem 0 14rem;
}

.photo_contents {
  margin-top: 6.4rem;
}

.photo_contents ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.9rem;
}

.photo_contents ul .photo_point {
  background: rgba(255, 255, 255, 0.1);
  aspect-ratio: 1/1;
  color: #a49567;
  text-align: center;
  font-family: Prohibition;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
}

.photo_contents ul .photo_point img {
  width: 0.8rem;
}

.photo_contents ul li .modal_thumb {
  position: relative;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.photo_contents ul li .modal_thumb > img:first-of-type {
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.5s;
}

.photo_contents ul li:hover .modal_thumb > img:first-of-type {
  transform: scale(1.1);
}

.photo_contents ul li .modal_thumb .search_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #111;
}

.photo_contents ul li .modal_thumb .search_icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  transition: all 0.5s;
}

.photo_contents ul li .modal_thumb .search_icon img:nth-child(1) {
  opacity: 1;
}

.photo_contents ul li .modal_thumb .search_icon img:nth-child(2) {
  opacity: 0;
}

.photo_contents ul li:hover .modal_thumb .search_icon img:nth-child(1) {
  opacity: 0;
}

.photo_contents ul li:hover .modal_thumb .search_icon img:nth-child(2) {
  opacity: 1;
}

.history_list .history_detail .modal_item p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.56px;
  margin-top: 1.6rem;
}

/* モーダル */
.photo_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
}

.photo_modal.active {
  display: flex;
}

.photo_modal_inner {
  max-width: 79.1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo_modal_image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo_modal_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 791/527;
}

.photo_modal_controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.8rem;
}

.photo_modal_nav {
  display: flex;
  gap: 1.2rem;
}

.photo_modal_nav_btn {
  width: 5.4rem;
  height: 5.4rem;
  background: #a49567;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  padding: 0;
}

.photo_modal_nav_btn:hover:not(.disabled) {
  background: #b5a678;
}

.photo_modal_nav_btn.disabled {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}

.photo_modal_nav_btn img {
  width: 2.4rem;
  height: 2.4rem;
}

.photo_modal_nav_btn.prev img {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .photo {
    padding: 6.4rem 0 8rem;
  }

  .photo .main_title {
    font-size: 5.6rem;
  }

  .photo_contents {
    margin-top: 4.8rem;
  }

  .photo_contents ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }

  .photo_contents ul li .modal_thumb .search_icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .photo_contents ul li .modal_thumb .search_icon img {
    width: 1.6rem;
  }

  .photo_contents ul .photo_point {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
    gap: 0.3rem;
  }

  .photo_contents ul .photo_point img {
    width: 0.6rem;
  }

  .photo_modal_nav {
    width: auto;
    order: 1;
    gap: 0;
    display: contents;
  }

  .photo_modal_nav_btn {
    width: 3.6rem;
    height: 3.6rem;
  }

  .photo_modal_nav_btn img {
    width: 1.8rem;
    height: 1.8rem;
  }

  .photo_modal_nav_btn.prev {
    order: 1;
  }

  .photo_modal_nav_btn.next {
    order: 3;
  }
}

/* !news
---------------------------------------------------------- */
.news {
  padding: 12rem 0 14rem;
  background-image: url(../image/bg_wh_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.news_contents {
  margin-top: 2.8rem;
}

.news_contents ul {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #111;
}

.news_contents ul li a {
  display: inline-block;
  padding: 2.4rem 0;
  transition: all 0.5s;
  display: flex;
  gap: 3.8rem;
  align-items: center;
  border-bottom: 1px solid #111;
}

.news_contents ul li a:hover {
  opacity: 1;
}

.news_contents ul li a .news_date {
  flex-shrink: 0;
  width: 7.5rem;
  font-family: Prohibition;
  line-height: 150%;
  color: #737373;
  font-size: 1.6rem;
  padding-left: 2.4rem;
  letter-spacing: 0.32px;
}

.news_contents ul li a .news_title {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.5s;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.56px;
  color: #111;
}

.news_contents ul li a:hover .news_title {
  text-decoration-color: currentColor;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 6.4rem 0 8rem;
  }

  .news_contents ul li a {
    flex-direction: column;
    align-items: start;
    gap: 0.8rem;
  }

  .news_contents ul li a .news_date {
    width: 100%;
    padding-left: 0;
  }
}
